From 193a5955711b1c556ec085cce1cb680d7cdadde2 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Fri, 8 Mar 2024 13:04:35 +0100 Subject: net-irc/quarg: add 1.0.0, drop 0.2.0 --- net-irc/quarg/Manifest | 4 ++-- net-irc/quarg/quarg-0.2.0.ebuild | 34 ---------------------------------- net-irc/quarg/quarg-1.0.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 net-irc/quarg/quarg-0.2.0.ebuild create mode 100644 net-irc/quarg/quarg-1.0.0.ebuild (limited to 'net-irc/quarg') diff --git a/net-irc/quarg/Manifest b/net-irc/quarg/Manifest index 0c76896..ad19287 100644 --- a/net-irc/quarg/Manifest +++ b/net-irc/quarg/Manifest @@ -1,3 +1,3 @@ -DIST quarg-0.2.0.tar.gz 21614 BLAKE2B cfd733d13690dc2990706a8e7dd15b5e18d76d1e893a7b46f7adc3433a5e65c4fe99736422cc945fa1d616e1065af7a433eb4b1d42ad436fa9f319e6c328524f SHA512 1774d90b49621d9934045ad395292b5cdaac073e2d9e472d8bec6c5877f946ddab7d1ce590994124beefed32fe2703a632c26648d93401960218da9660d39b28 -EBUILD quarg-0.2.0.ebuild 716 BLAKE2B 1a38982a96671d44261e185efafe2c809099ce858c372e13abdd9b1303eb301457444d02b068c9bd230b5d81c4487aa11f485dd28e8643e42d0be892136be203 SHA512 799a26ffec0ea979e3baec880a8fdbfa401774caf43430abb586d64d30bd5a473cf5a9d0e5e08bf1815b8ce17e648bd5643fb6d931a51b8fafff30f459750eec +DIST quarg-1.0.0.tar.gz 22450 BLAKE2B dd63965c39121e6a4bb617461adb2546a11ebb691352db10e8fbce74a859fc8b6029ec807d8cdf59097c46c940fe4b7ed9040bec3ea90e13cd061fbc6b08337b SHA512 5dd8f9a41ffae31e6078cb2aac5a314f0d1b68aa9b10e4161e1d4a7241c31d4ae2cf890a32397f9cc7fab80c0564f12c1a43cc23aaf459c7603884801161de98 +EBUILD quarg-1.0.0.ebuild 716 BLAKE2B 2af3e196a0e4908d4e55a32784ea92e8fbd669e3579ca4533b0047f34d4c27e3ee50a484d2bd77b935e99816dfb1f37e681112f456c3c39cb23219a3088561f7 SHA512 5a7332987d7f8b9f539acb8407bcabf522b165a5e19434421d585cd5a44f355265e32dc01e9beec7b7a2c4510e1d1c7f34738ee81e90f4f2da2dcf2b1f9ade08 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/net-irc/quarg/quarg-0.2.0.ebuild b/net-irc/quarg/quarg-0.2.0.ebuild deleted file mode 100644 index 0657929..0000000 --- a/net-irc/quarg/quarg-0.2.0.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_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 -} diff --git a/net-irc/quarg/quarg-1.0.0.ebuild b/net-irc/quarg/quarg-1.0.0.ebuild new file mode 100644 index 0000000..3e547c6 --- /dev/null +++ b/net-irc/quarg/quarg-1.0.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_{11,12} ) +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