From 63c30e12a8136d4fc4ec622913505d1e8e0eb052 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 25 May 2026 00:06:50 -0400 Subject: [PATCH] app-doc/eclass-manpages: Drop old versions Signed-off-by: Matt Turner --- app-doc/eclass-manpages/Manifest | 2 -- .../eclass-manpages-20260325.ebuild | 24 ------------------- .../eclass-manpages-20260422.ebuild | 24 ------------------- 3 files changed, 50 deletions(-) delete mode 100644 app-doc/eclass-manpages/eclass-manpages-20260325.ebuild delete mode 100644 app-doc/eclass-manpages/eclass-manpages-20260422.ebuild diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest index 3be794ebd2082..188278b751157 100644 --- a/app-doc/eclass-manpages/Manifest +++ b/app-doc/eclass-manpages/Manifest @@ -1,3 +1 @@ -DIST eclass-manpages-20260325.tar.xz 515276 BLAKE2B b1a1f2d7ce5b9cc57951f6ded00e83bc9e67d50f1a68a18883685a81ffa4195c9b9864aff3d0c9f9234bdd2bceb9d25f22bdf911f7ff50ede42b72cf3a08fb0c SHA512 566087e5d2cec829ae5e5a49b3dbb3aac62bdb2f780c1dcf8ae86cc52d99a9d4ecd85577ffa383bc953ed36ba19e46376194ddc83d480d4c3db398c49e5096a2 -DIST eclass-manpages-20260422.tar.xz 515252 BLAKE2B c8d850e1cc13843b800288d11afd62b2b57b0cbc3ac4292b934c03bba4c6454ac4b5de6dac2d68d9f7d005f7d268ad760a5ca7b36b035838c6c394b0b63b0aa1 SHA512 3b510545e5069b33ad793fcb072200838736596123e5ea8884f90d477df45ce01017fec164310f8aef9afd17a5eb4bd9e6b956b3053d73c09077fd87bd838e30 DIST eclass-manpages-20260426.tar.xz 516192 BLAKE2B 5fd40d3839fefcd90bce77c763b3a6b9ac53eca40f412c01e1bcf1a6744d376d11810a941541783dd901eb4f49ae656e1b78c9bd7ce01f7a6ed3069e29f19513 SHA512 dfc6a5ef6a9ad3bf12857618412146ac5081878fe1d2416b28fc37de85bc9f2ce4a25d3a087b5aff6953e79a3d6f9220be325d68e5b27c8d68fac62a12952aec diff --git a/app-doc/eclass-manpages/eclass-manpages-20260325.ebuild b/app-doc/eclass-manpages/eclass-manpages-20260325.ebuild deleted file mode 100644 index 1427ea35350fd..0000000000000 --- a/app-doc/eclass-manpages/eclass-manpages-20260325.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Instructions to make a dist tarball: -# git clone https://github.com/projg2/eclass-to-manpage.git -# cd eclass-to-manpage -# make dist ECLASSDIR=~/g/eclass/ - -DESCRIPTION="Collection of Gentoo eclass manpages" -HOMEPAGE="https://github.com/projg2/eclass-to-manpage" -SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -# Keep the keywords stable. No need to change to ~arch. -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" - -BDEPEND="sys-apps/gawk" - -src_install() { - emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -} diff --git a/app-doc/eclass-manpages/eclass-manpages-20260422.ebuild b/app-doc/eclass-manpages/eclass-manpages-20260422.ebuild deleted file mode 100644 index 1427ea35350fd..0000000000000 --- a/app-doc/eclass-manpages/eclass-manpages-20260422.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Instructions to make a dist tarball: -# git clone https://github.com/projg2/eclass-to-manpage.git -# cd eclass-to-manpage -# make dist ECLASSDIR=~/g/eclass/ - -DESCRIPTION="Collection of Gentoo eclass manpages" -HOMEPAGE="https://github.com/projg2/eclass-to-manpage" -SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -# Keep the keywords stable. No need to change to ~arch. -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" - -BDEPEND="sys-apps/gawk" - -src_install() { - emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -}