From 885d3736f390261d2589739953470d1535984e87 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Thu, 16 Mar 2023 08:38:25 +0100 Subject: app-arch/gztool version bump --- app-arch/gztool/Manifest | 4 ++-- app-arch/gztool/gztool-1.5.1.ebuild | 22 ---------------------- app-arch/gztool/gztool-1.5.2.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 app-arch/gztool/gztool-1.5.1.ebuild create mode 100644 app-arch/gztool/gztool-1.5.2.ebuild (limited to 'app-arch/gztool') diff --git a/app-arch/gztool/Manifest b/app-arch/gztool/Manifest index df17b8d..598c688 100644 --- a/app-arch/gztool/Manifest +++ b/app-arch/gztool/Manifest @@ -1,3 +1,3 @@ -DIST gztool-1.5.1.tar.gz 89890 BLAKE2B 59b843e60ce0eb39513477123c43a74b870976184709ce8245c5b32608e6f979117aab10374ed15d4b91ba223cfc7687db033b7716e620ff567e7ccbfbd1b33b SHA512 ed2474b46d467d09744ea5634c96530c775d9976e756f8361749e56c9318f6e7b3e08ece30fca24cc57ba21a9214b6c62cbf00ee722bf9532f756d5bb7d5e4ab -EBUILD gztool-1.5.1.ebuild 643 BLAKE2B b3b2976c7c496933ab409f637b47a6f2434d70595e18e4e276b99d2e5ac1bfc161174262df966e00f47c39363e66239ce01e634e6549da82d5fe80e566ff235e SHA512 4b2447070e2b1065fb84b3a29a237ec8032ea8d264013aa32ebc935b34f1735ee4834e6b5d93d436bce8f58a1307bd5e1e02a8e2bba6ab3c6e70b89199b24ded +DIST gztool-1.5.2.tar.gz 90026 BLAKE2B 48e776ec867065273026509e52819ca0eaf9fd0c6b8610915f2b42c5d7b158e0fed2bca0b5ff6943c413812c3365f500c9abce012029c64d399fe5bd35585493 SHA512 e10efd9535947a80e26583f1a28a042b2333706b729c898d4728f74f58c4d84f64fb3f38e107d346ba8f9bc4efd2fdb485abd372ccae12ef2ce4a3459b9bdc0e +EBUILD gztool-1.5.2.ebuild 643 BLAKE2B b3b2976c7c496933ab409f637b47a6f2434d70595e18e4e276b99d2e5ac1bfc161174262df966e00f47c39363e66239ce01e634e6549da82d5fe80e566ff235e SHA512 4b2447070e2b1065fb84b3a29a237ec8032ea8d264013aa32ebc935b34f1735ee4834e6b5d93d436bce8f58a1307bd5e1e02a8e2bba6ab3c6e70b89199b24ded MISC metadata.xml 489 BLAKE2B acbcce657461a7ac527ffbfaa8c9d904c355b8847e0658d745e6b3a08fc16fa50f5970277683d8267ae7271b408f3f1d181ffdfa111bd4cab376480d4f36c087 SHA512 ca127e7ae50a5d5cc640aaaf747d153b008c3540a64867c38f7098fd966b59ef8dae73846c55d4bdc93eda8c29792eade58f5f8e738fcc5ae04ced7e5339c7ac diff --git a/app-arch/gztool/gztool-1.5.1.ebuild b/app-arch/gztool/gztool-1.5.1.ebuild deleted file mode 100644 index 102c63e..0000000 --- a/app-arch/gztool/gztool-1.5.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="GZIP files indexer, compressor and data retriever." -HOMEPAGE="https://github.com/circulosmeos/gztool" -SRC_URI="https://github.com/circulosmeos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="sys-libs/zlib" -RDEPEND="${DEPEND}" - -src_prepare() { - default - eautoreconf -} diff --git a/app-arch/gztool/gztool-1.5.2.ebuild b/app-arch/gztool/gztool-1.5.2.ebuild new file mode 100644 index 0000000..102c63e --- /dev/null +++ b/app-arch/gztool/gztool-1.5.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="GZIP files indexer, compressor and data retriever." +HOMEPAGE="https://github.com/circulosmeos/gztool" +SRC_URI="https://github.com/circulosmeos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +DEPEND="sys-libs/zlib" +RDEPEND="${DEPEND}" + +src_prepare() { + default + eautoreconf +} -- cgit v1.2.3