Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/eclass-manpages/
Date: Sun, 25 Sep 2022 04:39:54
Message-Id: 1664080781.0ec3f0cc6c9108fc9a82e663d179ffebe962bf5c.sam@gentoo
1 commit: 0ec3f0cc6c9108fc9a82e663d179ffebe962bf5c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 04:39:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 04:39:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec3f0cc
7
8 app-doc/eclass-manpages: drop 20220417, 20220716, 20220725
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-doc/eclass-manpages/Manifest | 3 --
13 .../eclass-manpages-20220417.ebuild | 21 ---------
14 .../eclass-manpages-20220716.ebuild | 51 ----------------------
15 .../eclass-manpages-20220725.ebuild | 24 ----------
16 4 files changed, 99 deletions(-)
17
18 diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest
19 index 45b240cd434c..433da6c32de7 100644
20 --- a/app-doc/eclass-manpages/Manifest
21 +++ b/app-doc/eclass-manpages/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST eclass-manpages-20220417.tar.xz 403944 BLAKE2B db0607e65f5e87d566bd632b4fa6e48522593907f8fb76f598a552fb23bf53ced466b467b45fc07154edc0e757dc92b9387484003dd847bdd63ea3a6f6635459 SHA512 ad9bcc55f9b7df7565d4d309d37e59553871a7116b3f00b87f6e29648bf4b235ec64a036348f76167ca1ce4d2b899b70176d1844d6e8bb325154e1d1a1dc951f
24 -DIST eclass-manpages-20220716.tar.xz 409748 BLAKE2B 8e9c9ffc2d7d72647578cb876f0cb4e4a6c72cfe2236c435a7c232dc14638bd3ff98d085d06faec3c353e7d3263ee057736e6f8b5dff53d9890fa82d43d26002 SHA512 b4a45356a7441c258524c18a916df4b06d9317bc6ecb8e521d2cc43bcd7938e94ef266724c570456692e9f089332e0fb23e6d2d625a72424cfb479497b34f78d
25 -DIST eclass-manpages-20220725.tar.xz 409300 BLAKE2B 740890c627577baa218f92edd4d3f4ee53232fc01fae3b42246ce1c14b9a382e009ebebd9ed692b480e47106b104f7cd4f4d7c0dd5a51f104365399ae64b2485 SHA512 e753cebde92c7f2d11cd548780e8f0d900cc1946b71c538805511296f8c754fb4bac49ae31bfce3e58ac581b975c29704fe4b98295b466dd35b020b42a89484e
26 DIST eclass-manpages-20220824.tar.xz 407700 BLAKE2B 7384e2d9100cdb8dca50bc5156b7f55f5ae52279d6c6563b0da3f6f11d49fcd24bfc7ae452587768a33489ddf83171f4f65433da3450e08ffb0125d2b3404d3c SHA512 ddac3f75ef6d228fd59ea323c94f6e7d725e41ecb7a7b49946e15ebc1c0fb97ebb9bbd464aef991944f1e5ef42198f0cb85a7ad6c5a96eb0524b191485c6421e
27 DIST eclass-manpages-20220925.tar.xz 410196 BLAKE2B a2fa7b4d6367dc236af8d3cdd3277c144a27bda9339be1041d426d12ccdd7427b1e18f30695ef93e48617efbc51754ef995881f963f24beb30d2f5bbb935e6bb SHA512 11e7886077a5d9259afaa12e3dcaa2c9b6588f5052fd92be82569a7d56971d68614798dfa548e8fe1f8e5313fc074ec7fae20cd524681668f82d20b11620b37f
28
29 diff --git a/app-doc/eclass-manpages/eclass-manpages-20220417.ebuild b/app-doc/eclass-manpages/eclass-manpages-20220417.ebuild
30 deleted file mode 100644
31 index bb4dc06b483d..000000000000
32 --- a/app-doc/eclass-manpages/eclass-manpages-20220417.ebuild
33 +++ /dev/null
34 @@ -1,21 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DESCRIPTION="Collection of Gentoo eclass manpages"
41 -HOMEPAGE="https://github.com/mgorny/eclass-to-manpage"
42 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -# Keep the keywords stable. No need to change to ~arch.
47 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
48 -
49 -BDEPEND="app-arch/xz-utils
50 - sys-apps/gawk
51 - sys-apps/groff"
52 -
53 -src_install() {
54 - emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
55 -}
56
57 diff --git a/app-doc/eclass-manpages/eclass-manpages-20220716.ebuild b/app-doc/eclass-manpages/eclass-manpages-20220716.ebuild
58 deleted file mode 100644
59 index 4bbfc72582a4..000000000000
60 --- a/app-doc/eclass-manpages/eclass-manpages-20220716.ebuild
61 +++ /dev/null
62 @@ -1,51 +0,0 @@
63 -# Copyright 1999-2022 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=8
67 -
68 -# Instructions to make a dist tarball:
69 -# git clone https://github.com/mgorny/eclass-to-manpage && cd eclass-to-manpage
70 -# make dist ECLASSDIR=~/g/eclass/
71 -
72 -DESCRIPTION="Collection of Gentoo eclass manpages"
73 -HOMEPAGE="https://github.com/mgorny/eclass-to-manpage"
74 -if [[ ${PV} == *9999* ]] ; then
75 - EGIT_REPO_URI="https://anongit.gentoo.org/git/repo/gentoo.git
76 - https://github.com/gentoo/gentoo.git"
77 - inherit git-r3
78 -
79 - MY_ECLASSDIR="eclass"
80 -else
81 - SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
82 -
83 - # Keep the keywords stable. No need to change to ~arch.
84 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
85 -
86 - MY_ECLASSDIR="."
87 -fi
88 -
89 -LICENSE="GPL-2"
90 -SLOT="0"
91 -
92 -BDEPEND="sys-apps/gawk
93 - sys-apps/groff"
94 -
95 -src_unpack() {
96 - if [[ ${PV} == *9999* ]] ; then
97 - git-r3_fetch
98 - git-r3_fetch "https://github.com/mgorny/eclass-to-manpage"
99 -
100 - git-r3_checkout '' '' '' eclass
101 - git-r3_checkout "https://github.com/mgorny/eclass-to-manpage"
102 - else
103 - default
104 - fi
105 -}
106 -
107 -src_compile() {
108 - emake ECLASSDIR=${MY_ECLASSDIR}
109 -}
110 -
111 -src_install() {
112 - emake install ECLASSDIR=${MY_ECLASSDIR} DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
113 -}
114
115 diff --git a/app-doc/eclass-manpages/eclass-manpages-20220725.ebuild b/app-doc/eclass-manpages/eclass-manpages-20220725.ebuild
116 deleted file mode 100644
117 index 71c7f5dafe82..000000000000
118 --- a/app-doc/eclass-manpages/eclass-manpages-20220725.ebuild
119 +++ /dev/null
120 @@ -1,24 +0,0 @@
121 -# Copyright 1999-2022 Gentoo Authors
122 -# Distributed under the terms of the GNU General Public License v2
123 -
124 -EAPI=8
125 -
126 -# Instructions to make a dist tarball:
127 -# git clone https://github.com/mgorny/eclass-to-manpage.git
128 -# cd eclass-to-manpage
129 -# make dist ECLASSDIR=~/g/eclass/
130 -
131 -DESCRIPTION="Collection of Gentoo eclass manpages"
132 -HOMEPAGE="https://github.com/mgorny/eclass-to-manpage"
133 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
134 -
135 -LICENSE="GPL-2"
136 -SLOT="0"
137 -# Keep the keywords stable. No need to change to ~arch.
138 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
139 -
140 -BDEPEND="sys-apps/gawk"
141 -
142 -src_install() {
143 - emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
144 -}