From b473fdca2c319ae4a765d50e05275b185778e1b4 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 30 Mar 2023 22:22:06 +0200 Subject: net-irc/quarg: add 0.2.0, drop 0.1.3 --- net-irc/quarg/Manifest | 4 ++-- net-irc/quarg/quarg-0.1.3.ebuild | 34 ---------------------------------- net-irc/quarg/quarg-0.2.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 net-irc/quarg/quarg-0.1.3.ebuild create mode 100644 net-irc/quarg/quarg-0.2.0.ebuild (limited to 'net-irc/quarg') diff --git a/net-irc/quarg/Manifest b/net-irc/quarg/Manifest index d7e04ff..0c76896 100644 --- a/net-irc/quarg/Manifest +++ b/net-irc/quarg/Manifest @@ -1,3 +1,3 @@ -DIST quarg-0.1.3.tar.gz 10476 BLAKE2B 4c1309bc90c7f40e5dccc5e2d19e9389d03f6305af749515ed3e2ca37df68343071b3d509c97ef3ed95bb88cbdcb653ff44f5e05977561f6e9045611de287dbe SHA512 35f94591918a3d3ccabf24afef63ffe1f2f8a41d59fe27e89a9b7a2cf03a41d5a86a38347de9d130b3ccdc6ad74f6c5e6bfed9792521af5781c3a5e77ec84939 -EBUILD quarg-0.1.3.ebuild 723 BLAKE2B f809423c04888af6640e112b70889b748a40907f6eb90dc211c1e8bdfd7baf99dc1ec4137d285fba0adb69e5b53f47c2130f26ec5b026cd41ede6bbd134d5b8c SHA512 e06fd3db2dc0a0f19ea50a3b8bb45aff665f3c2969cac096f80da41ac8d4dfa21451fc971116f5f8aa3f1ce5cb26874a9c09dfe5c46124ce5188e9ada2632056 +DIST quarg-0.2.0.tar.gz 21614 BLAKE2B cfd733d13690dc2990706a8e7dd15b5e18d76d1e893a7b46f7adc3433a5e65c4fe99736422cc945fa1d616e1065af7a433eb4b1d42ad436fa9f319e6c328524f SHA512 1774d90b49621d9934045ad395292b5cdaac073e2d9e472d8bec6c5877f946ddab7d1ce590994124beefed32fe2703a632c26648d93401960218da9660d39b28 +EBUILD quarg-0.2.0.ebuild 716 BLAKE2B 1a38982a96671d44261e185efafe2c809099ce858c372e13abdd9b1303eb301457444d02b068c9bd230b5d81c4487aa11f485dd28e8643e42d0be892136be203 SHA512 799a26ffec0ea979e3baec880a8fdbfa401774caf43430abb586d64d30bd5a473cf5a9d0e5e08bf1815b8ce17e648bd5643fb6d931a51b8fafff30f459750eec MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/net-irc/quarg/quarg-0.1.3.ebuild b/net-irc/quarg/quarg-0.1.3.ebuild deleted file mode 100644 index d2de9a1..0000000 --- a/net-irc/quarg/quarg-0.1.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{10,11} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -DESCRIPTION="Search Quassel logs for matching messages and print them" -HOMEPAGE="https://git.oriole.systems/quarg" - -SRC_URI="https://git.oriole.systems/quarg/snapshot/${P}.tar.gz" -KEYWORDS="amd64 x86" - -RESTRICT="mirror test" - -LICENSE="MIT" -SLOT="0" -IUSE="sqlite postgres" - -RDEPEND="${PYTHON_DEPS} - dev-python/python-dateutil[${PYTHON_USEDEP}] - postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) - >=dev-python/sqlalchemy-1.4[${PYTHON_USEDEP},sqlite?] -" - -DEPEND="${RDEPEND}" - -python_install_all() { - default - - doman quarg.1 -} diff --git a/net-irc/quarg/quarg-0.2.0.ebuild b/net-irc/quarg/quarg-0.2.0.ebuild new file mode 100644 index 0000000..0657929 --- /dev/null +++ b/net-irc/quarg/quarg-0.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{10,11} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 + +DESCRIPTION="Search Quassel logs for matching messages and print them" +HOMEPAGE="https://git.oriole.systems/quarg" + +SRC_URI="https://git.oriole.systems/quarg/snapshot/${P}.tar.gz" +KEYWORDS="amd64 x86" + +RESTRICT="mirror test" + +LICENSE="MIT" +SLOT="0" +IUSE="sqlite postgres" + +RDEPEND="${PYTHON_DEPS} + dev-python/python-dateutil[${PYTHON_USEDEP}] + postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] ) + >=dev-python/sqlalchemy-2.0[${PYTHON_USEDEP},sqlite?] +" + +DEPEND="${RDEPEND}" + +python_install_all() { + default + + doman quarg.1 +} -- cgit v1.2.3-2-gb3c3