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-doc/eclass-manpages/
Date: Sat, 02 Oct 2021 09:55:41
Message-Id: 1633168457.7979e42b7bdf9109710c96896fc7ecd94fb54dc6.ulm@gentoo
1 commit: 7979e42b7bdf9109710c96896fc7ecd94fb54dc6
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 09:54:17 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 09:54:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7979e42b
7
8 app-doc/eclass-manpages: New snapshot 20211002
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-doc/eclass-manpages/Manifest | 1 +
14 .../eclass-manpages/eclass-manpages-20211002.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest
18 index 6de450c6881..66b35f04602 100644
19 --- a/app-doc/eclass-manpages/Manifest
20 +++ b/app-doc/eclass-manpages/Manifest
21 @@ -1,2 +1,3 @@
22 DIST eclass-manpages-20210104.tar.xz 413740 BLAKE2B af65e53d54af6036a1feb4eda09a2b06e4f94221b98dd333008a74059781381ecd0d66fb71ca6583278684c8faa9efb330ed939c9f49d8052de15194fa321dae SHA512 cf19f521484474c7c7660f2f056d24d5e6c0e29ccf177cd7e1aaa4e1b55a14c8eabd8ec14cc3c6957706370f5f046ffe9aad59e3b9309da51e17c200d724d539
23 DIST eclass-manpages-20210712.tar.xz 410588 BLAKE2B 776da6b26db95791401d562d3d550e1ab71dc19f54124fa37e78ab2595835fb05e7382b98007e58131698710b978dd87cbc10df1ea98c6ef01ec866418d6f9a6 SHA512 fb2bdc790d96f0662d84eddd01f291b4a3cac638c1e3df8975755e81d2d64dda14b0f60a77387da8544672080711d5047dda777d27a8cf2ded2634c47ecfee4b
24 +DIST eclass-manpages-20211002.tar.xz 410056 BLAKE2B 6ac900aaa2718d838af7f069766e2e818276c80d1819f38ca0bc09d3815487083dfe64781331d9b0049c474fc6cec9381daea9c7961f14b208cd3372c79b7564 SHA512 bcea1bcae107df73c72c37dd65c5414833ad59e9d6088f806cb06512b53cdbcad10fb50fe23ede02ccfcda17ae86c70879f496929ef0f54aa799179f9ef0d869
25
26 diff --git a/app-doc/eclass-manpages/eclass-manpages-20211002.ebuild b/app-doc/eclass-manpages/eclass-manpages-20211002.ebuild
27 new file mode 100644
28 index 00000000000..f75be722be8
29 --- /dev/null
30 +++ b/app-doc/eclass-manpages/eclass-manpages-20211002.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DESCRIPTION="Collection of Gentoo eclass manpages"
38 +HOMEPAGE="https://github.com/mgorny/eclass-to-manpage"
39 +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +# Keep the keywords stable. No need to change to ~arch.
44 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
45 +
46 +BDEPEND="app-arch/xz-utils
47 + sys-apps/gawk
48 + sys-apps/groff"
49 +
50 +src_install() {
51 + emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
52 +}