From 45850dec8acade8e4aa1b5f80da50af6ac0b94a2 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Tue, 7 Nov 2023 12:08:55 +0100 Subject: app-arch/gztool version bump --- app-arch/gztool/Manifest | 4 ++-- app-arch/gztool/gztool-1.5.2.ebuild | 22 ---------------------- app-arch/gztool/gztool-1.6.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 app-arch/gztool/gztool-1.5.2.ebuild create mode 100644 app-arch/gztool/gztool-1.6.1.ebuild diff --git a/app-arch/gztool/Manifest b/app-arch/gztool/Manifest index 10009d5..7e740b2 100644 --- a/app-arch/gztool/Manifest +++ b/app-arch/gztool/Manifest @@ -1,5 +1,5 @@ -DIST gztool-1.5.2.tar.gz 90026 BLAKE2B 48e776ec867065273026509e52819ca0eaf9fd0c6b8610915f2b42c5d7b158e0fed2bca0b5ff6943c413812c3365f500c9abce012029c64d399fe5bd35585493 SHA512 e10efd9535947a80e26583f1a28a042b2333706b729c898d4728f74f58c4d84f64fb3f38e107d346ba8f9bc4efd2fdb485abd372ccae12ef2ce4a3459b9bdc0e DIST gztool-1.6.0.tar.gz 91523 BLAKE2B f67826ba1ab76a5924603c3bccfc9b94af1a45d4554954d0b48386966d15b62d8ce35fbee011c9f192bbb99d9d9e6a8f53323817253ed3640f16d87d69792451 SHA512 180273b3ded3c4d60e9f8fbf5aa56d08eed9925dcab9dc6203c832199252225bb03ceb8fcaa949a93c7fb1931fde7c5205a1bad050a3fe77fd9897616535be06 -EBUILD gztool-1.5.2.ebuild 586 BLAKE2B 7b96370be0625aff2782202f827b7150f8c895ce687b6a1e11496bcada7ba2e95181b916e18528a5aeda0f25aaa9a9d2e195e63eaf2d6e0da4d1d05f7b5b1c2d SHA512 f575b8407326ae177ff6ccd9a77c4c5c57169b3ab5fba8800b1b22204e39aabb22406fb913e73b615d7c15d0938df48bdab88d6ab71d5b44ec2c5d68206bd6cc +DIST gztool-1.6.1.tar.gz 91739 BLAKE2B e826e8549a83e0ccda42705edf501120c41266fbafa3679de5ebc6448a318c0b977517b37ae08b3374b20858d2dc05a45281a2448fe3c5923079c1eee6831594 SHA512 7e1562fd25397ba0f3cffc4deac8e3401a6fa01caf298faa55e4b22a4b69a312ffba0e3914a6e69b64af5dc9d12344bf21e639eb1b863b76a60aa28e63ae20d1 EBUILD gztool-1.6.0.ebuild 586 BLAKE2B 7b96370be0625aff2782202f827b7150f8c895ce687b6a1e11496bcada7ba2e95181b916e18528a5aeda0f25aaa9a9d2e195e63eaf2d6e0da4d1d05f7b5b1c2d SHA512 f575b8407326ae177ff6ccd9a77c4c5c57169b3ab5fba8800b1b22204e39aabb22406fb913e73b615d7c15d0938df48bdab88d6ab71d5b44ec2c5d68206bd6cc +EBUILD gztool-1.6.1.ebuild 586 BLAKE2B 7b96370be0625aff2782202f827b7150f8c895ce687b6a1e11496bcada7ba2e95181b916e18528a5aeda0f25aaa9a9d2e195e63eaf2d6e0da4d1d05f7b5b1c2d SHA512 f575b8407326ae177ff6ccd9a77c4c5c57169b3ab5fba8800b1b22204e39aabb22406fb913e73b615d7c15d0938df48bdab88d6ab71d5b44ec2c5d68206bd6cc MISC metadata.xml 489 BLAKE2B acbcce657461a7ac527ffbfaa8c9d904c355b8847e0658d745e6b3a08fc16fa50f5970277683d8267ae7271b408f3f1d181ffdfa111bd4cab376480d4f36c087 SHA512 ca127e7ae50a5d5cc640aaaf747d153b008c3540a64867c38f7098fd966b59ef8dae73846c55d4bdc93eda8c29792eade58f5f8e738fcc5ae04ced7e5339c7ac diff --git a/app-arch/gztool/gztool-1.5.2.ebuild b/app-arch/gztool/gztool-1.5.2.ebuild deleted file mode 100644 index 53d8dfc..0000000 --- a/app-arch/gztool/gztool-1.5.2.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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -DEPEND="sys-libs/zlib" -RDEPEND="${DEPEND}" - -src_prepare() { - default - eautoreconf -} diff --git a/app-arch/gztool/gztool-1.6.1.ebuild b/app-arch/gztool/gztool-1.6.1.ebuild new file mode 100644 index 0000000..53d8dfc --- /dev/null +++ b/app-arch/gztool/gztool-1.6.1.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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +DEPEND="sys-libs/zlib" +RDEPEND="${DEPEND}" + +src_prepare() { + default + eautoreconf +} -- cgit v1.2.3