summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-13 18:08:56 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-13 18:08:56 +0100
commit21feff1ee59d71d64bc65422f1af2d26c5c5c351 (patch)
treeae2e7a0ca52b86f5bef9605f6c03d7686fb4e56c /app-doc/eclass-manpages/eclass-manpages-20200213.ebuild
parentapp-emulation/containerd: disable btrfs default (diff)
downloadgentoo-21feff1ee59d71d64bc65422f1af2d26c5c5c351.tar.gz
gentoo-21feff1ee59d71d64bc65422f1af2d26c5c5c351.tar.bz2
gentoo-21feff1ee59d71d64bc65422f1af2d26c5c5c351.zip
app-doc/eclass-manpages: New snapshot.
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-doc/eclass-manpages/eclass-manpages-20200213.ebuild')
-rw-r--r--app-doc/eclass-manpages/eclass-manpages-20200213.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-doc/eclass-manpages/eclass-manpages-20200213.ebuild b/app-doc/eclass-manpages/eclass-manpages-20200213.ebuild
new file mode 100644
index 000000000000..edcd2696352d
--- /dev/null
+++ b/app-doc/eclass-manpages/eclass-manpages-20200213.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 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/~ulm/distfiles/${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 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+
+BDEPEND="app-arch/xz-utils
+ sys-apps/gawk"
+
+src_install() {
+ emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
+}