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: Wed, 05 Jun 2019 06:53:42
Message-Id: 1559717606.3ce046f347febc6078b59037bc090c32b9040101.mgorny@gentoo
1 commit: 3ce046f347febc6078b59037bc090c32b9040101
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 06:30:41 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 06:53:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce046f3
7
8 app-doc/eclass-manpages: Drop 20190329
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-20190329.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 e45891319b8..90a067e57b5 100644
18 --- a/app-doc/eclass-manpages/Manifest
19 +++ b/app-doc/eclass-manpages/Manifest
20 @@ -1,2 +1 @@
21 -DIST eclass-manpages-20190329.tar.xz 428068 BLAKE2B 630f6ba06bef6e4aed7713776b8a0ce737dcba4441309ed326b6eb87a5515f5fbd2f95db4a12385788a1dbf1ff6bc3c09620f4564c0bba201f48f6aa31520b41 SHA512 8088078334c2b7f35301bd75dc2505a366d030cb1d28bf47c387ba0c727cf5a58e1f279708d4a32ecf47ceec543c287ea5ad8c76ce4bbd9c45f039be2924d7ee
22 DIST eclass-manpages-20190602.tar.xz 412572 BLAKE2B 260bdf6f50d7b1735a006d560c76ec21dfef39ddd77231dd52102a73d485c0bb4d54735d2bf34f15aeca2a626ecb8020abcebbd6130c7e015fded71445f4cf16 SHA512 7d6868a8363c83dea81d7f839f4037c8ceaae157fa3c099d6e455707ea0e8045a0a333448aff2be1c0733f449c32237cb704758fb8df4ce9e7357e8001c3a498
23
24 diff --git a/app-doc/eclass-manpages/eclass-manpages-20190329.ebuild b/app-doc/eclass-manpages/eclass-manpages-20190329.ebuild
25 deleted file mode 100644
26 index c567d7c5fc3..00000000000
27 --- a/app-doc/eclass-manpages/eclass-manpages-20190329.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 -}