Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/eclass-manpages/
Date: Sun, 08 Sep 2019 06:43:44
Message-Id: 1567922460.0826bf1a514ac79a53fcb659657c0a562a2e945d.mgorny@gentoo
1 commit: 0826bf1a514ac79a53fcb659657c0a562a2e945d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 06:01:00 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 06:01:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0826bf1a
7
8 app-doc/eclass-manpages: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-doc/eclass-manpages/Manifest | 1 -
13 .../eclass-manpages/eclass-manpages-20190714.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest
17 index 260e4055a13..830f0f8e921 100644
18 --- a/app-doc/eclass-manpages/Manifest
19 +++ b/app-doc/eclass-manpages/Manifest
20 @@ -1,2 +1 @@
21 -DIST eclass-manpages-20190714.tar.xz 416068 BLAKE2B cfab717198e947238b17b606afcb5f39efa377e5110c0d797397f38a4588a176f75a2ffc4276e92628739c3e7a7e39e54baa092306dd05e9ffbc6a24c6ca0db0 SHA512 65cb3507ee3338a1a7bd1274a68ba2dde79914747564cb2ed35c9307ed15826a0998fe141fa4d4e1c6e358b0c428bde256ced46888d192349a72f0313c33250c
22 DIST eclass-manpages-20190728.tar.xz 415612 BLAKE2B b3225bf2ea8036f4714f6cd07ebd00092095f39970855d1847c3bd5e0cfc23baa6328d21788972ae430026b32172d43ef44fd9a9d243711885061cc2c209b475 SHA512 9d7c493808477bab22ecff8d832bdc082f55c39e886c3551c9e75c612de2f94d54d686f4c81ee77e06465eeb0d8004aac6c9fdc530f2c6c325832452242676df
23
24 diff --git a/app-doc/eclass-manpages/eclass-manpages-20190714.ebuild b/app-doc/eclass-manpages/eclass-manpages-20190714.ebuild
25 deleted file mode 100644
26 index c567d7c5fc3..00000000000
27 --- a/app-doc/eclass-manpages/eclass-manpages-20190714.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="7"
34 -
35 -DESCRIPTION="Collection of Gentoo eclass manpages"
36 -HOMEPAGE="https://github.com/mgorny/eclass-to-manpage"
37 -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -# Keep the keywords stable. No need to change to ~arch.
42 -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"
43 -
44 -DEPEND="app-arch/xz-utils
45 - sys-apps/gawk"
46 -
47 -src_install() {
48 - emake install DESTDIR="${D}" PREFIX=/usr
49 -}