Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/
Date: Fri, 02 Mar 2018 09:28:55
Message-Id: 1519982830.baa36049885301b38b1a77900300199647a7af16.ulm@gentoo
1 commit: baa36049885301b38b1a77900300199647a7af16
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 2 09:27:10 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 09:27:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa36049
7
8 app-portage/eclass-manpages: Remove old.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-portage/eclass-manpages/Manifest | 2 --
13 .../eclass-manpages-20170905.ebuild | 34 ----------------------
14 .../eclass-manpages-20180101.ebuild | 34 ----------------------
15 3 files changed, 70 deletions(-)
16
17 diff --git a/app-portage/eclass-manpages/Manifest b/app-portage/eclass-manpages/Manifest
18 index f020c466c8a..74b912bd2fa 100644
19 --- a/app-portage/eclass-manpages/Manifest
20 +++ b/app-portage/eclass-manpages/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST eclass-manpages-20170905.tar.xz 453248 BLAKE2B dee13d3db8d685903bcaa4e54eb2b1167cac5f4b16fa639b4ddf37e4e33037cb12035b752f2bf12ccd886df38342a32d4e6e64a9ec2e1eea1c38db95b1e13bc8 SHA512 a6e8732f7a06e3a7bfd009a25d91f7f3c6721283c0265361029ee25cdaa20198a7b273e5825d7ac3f66c7ccfa7eea20c2c3ff23dc08bab22a32c2325a413e6b5
23 -DIST eclass-manpages-20180101.tar.xz 459156 BLAKE2B 1bddc6e20da2b037968eed722e6121ae8adeb90a80d5bbcd6c04528eefbeaa6e08b6a9dda08d2e677dfa140d0b978db51c450121a017360ce05b97709e4f8863 SHA512 7f9d843bd3b41e8a0993981a92aca69cfc423121db132d081d28487f83351a8b5b273eb9576c9610ec96e81b8e9a664d2089f30a0e94720baf07a28313627644
24 DIST eclass-manpages-20180119.tar.xz 459484 BLAKE2B 99464007c42b3d9ccc98e991b9872f32450927e6fbf46aa85023c86689e0db5bc5e87788bc69a7306846f55341045acf81ff409768dcce9af2695699d93873df SHA512 dd5c05eb195fe1d895b397b4a165169abf68c6f3abadb40720ac3a8134e55efb2f623e2b5892e88a128c456ca36321863571a1929b76204b432c5dc710094c0e
25 DIST eclass-manpages-20180302.tar.xz 454568 BLAKE2B 2d09a44e33efe0a302d4bdfaa3189e6ca0d373c84518e58bfb62824c00f83e865660c42cb0df597902d253241d9cbdac468add16ad19f94edd925460701c9f4f SHA512 17878001c9d70c69b9260541ac87cf642da0f0c5adbb77b3df2f614331e29af6af90b64950c9d95a2bc76d4b24180b46575d02a602956b721e3b03b93ee251e0
26
27 diff --git a/app-portage/eclass-manpages/eclass-manpages-20170905.ebuild b/app-portage/eclass-manpages/eclass-manpages-20170905.ebuild
28 deleted file mode 100644
29 index 70669b93674..00000000000
30 --- a/app-portage/eclass-manpages/eclass-manpages-20170905.ebuild
31 +++ /dev/null
32 @@ -1,34 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="5"
37 -
38 -DESCRIPTION="collection of Gentoo eclass manpages"
39 -HOMEPAGE="https://www.gentoo.org/"
40 -SRC_URI="https://dev.gentoo.org/~titanofold/dist/${P}.tar.xz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -# Keep the keywords stabled. No need to change to ~arch.
45 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
46 -IUSE=""
47 -
48 -DEPEND="app-arch/xz-utils"
49 -
50 -# How to create a snapshot and upload it to your dev-space:
51 -#
52 -# mkdir eclass-manpages-$(date +%Y%m%d)
53 -# cp "$(portageq get_repo_path / gentoo)"/eclass/*.eclass eclass-manpages-$(date +%Y%m%d)/
54 -# tar -cf eclass-manpages-$(date +%Y%m%d).tar eclass-manpages-$(date +%Y%m%d)
55 -# xz -9e eclass-manpages-$(date +%Y%m%d).tar
56 -# scp eclass-manpages-$(date +%Y%m%d).tar.xz dev.gentoo.org:public_html/dist/
57 -#
58 -# Then copy the ebuild and update your name in SRC_URI ;-).
59 -
60 -src_compile() {
61 - env ECLASSDIR="${S}" bash "${FILESDIR}"/eclass-to-manpage.sh || die
62 -}
63 -
64 -src_install() {
65 - doman *.5
66 -}
67
68 diff --git a/app-portage/eclass-manpages/eclass-manpages-20180101.ebuild b/app-portage/eclass-manpages/eclass-manpages-20180101.ebuild
69 deleted file mode 100644
70 index 3f229122b6e..00000000000
71 --- a/app-portage/eclass-manpages/eclass-manpages-20180101.ebuild
72 +++ /dev/null
73 @@ -1,34 +0,0 @@
74 -# Copyright 1999-2018 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI="6"
78 -
79 -DESCRIPTION="Collection of Gentoo eclass manpages"
80 -HOMEPAGE="https://www.gentoo.org/"
81 -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
82 -
83 -LICENSE="GPL-2"
84 -SLOT="0"
85 -# Keep the keywords stabled. No need to change to ~arch.
86 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
87 -IUSE=""
88 -
89 -DEPEND="app-arch/xz-utils"
90 -
91 -# How to create a snapshot and upload it to your dev-space:
92 -#
93 -# mkdir eclass-manpages-$(date +%Y%m%d)
94 -# cp "$(portageq get_repo_path / gentoo)"/eclass/*.eclass eclass-manpages-$(date +%Y%m%d)/
95 -# tar -cf eclass-manpages-$(date +%Y%m%d).tar eclass-manpages-$(date +%Y%m%d)
96 -# xz -9e eclass-manpages-$(date +%Y%m%d).tar
97 -# scp eclass-manpages-$(date +%Y%m%d).tar.xz dev.gentoo.org:public_html/dist/
98 -#
99 -# Then copy the ebuild and update your name in SRC_URI ;-).
100 -
101 -src_compile() {
102 - env ECLASSDIR="${S}" bash "${FILESDIR}"/eclass-to-manpage.sh || die
103 -}
104 -
105 -src_install() {
106 - doman *.5
107 -}