commit:     e31379c003bf530900dc6b02b171a214b97b68aa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 06:51:40 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 06:56:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31379c0

app-doc/eclass-manpages: Bump to 20190714

Bump to a new snapshot.  Additionally, it installs the conversion
script, as requested by Ulrich Müller.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-doc/eclass-manpages/Manifest                     |  1 +
 .../eclass-manpages/eclass-manpages-20190714.ebuild  | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest
index 90a067e57b5..bac85855c01 100644
--- a/app-doc/eclass-manpages/Manifest
+++ b/app-doc/eclass-manpages/Manifest
@@ -1 +1,2 @@
 DIST eclass-manpages-20190602.tar.xz 412572 BLAKE2B 
260bdf6f50d7b1735a006d560c76ec21dfef39ddd77231dd52102a73d485c0bb4d54735d2bf34f15aeca2a626ecb8020abcebbd6130c7e015fded71445f4cf16
 SHA512 
7d6868a8363c83dea81d7f839f4037c8ceaae157fa3c099d6e455707ea0e8045a0a333448aff2be1c0733f449c32237cb704758fb8df4ce9e7357e8001c3a498
+DIST eclass-manpages-20190714.tar.xz 416068 BLAKE2B 
cfab717198e947238b17b606afcb5f39efa377e5110c0d797397f38a4588a176f75a2ffc4276e92628739c3e7a7e39e54baa092306dd05e9ffbc6a24c6ca0db0
 SHA512 
65cb3507ee3338a1a7bd1274a68ba2dde79914747564cb2ed35c9307ed15826a0998fe141fa4d4e1c6e358b0c428bde256ced46888d192349a72f0313c33250c

diff --git a/app-doc/eclass-manpages/eclass-manpages-20190714.ebuild 
b/app-doc/eclass-manpages/eclass-manpages-20190714.ebuild
new file mode 100644
index 00000000000..c567d7c5fc3
--- /dev/null
+++ b/app-doc/eclass-manpages/eclass-manpages-20190714.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Collection of Gentoo eclass manpages"
+HOMEPAGE="https://github.com/mgorny/eclass-to-manpage";
+SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+# Keep the keywords stable. No need to change to ~arch.
+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"
+
+DEPEND="app-arch/xz-utils
+       sys-apps/gawk"
+
+src_install() {
+       emake install DESTDIR="${D}" PREFIX=/usr
+}

Reply via email to