From 36ac65103bf5503e5bad1ecc7e8cb9e7643f6840 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:49:31 +0100 Subject: Revert "gentoo resync : 13.09.2019" This reverts commit a1392efe64137262023d92492396ca9156d22396. --- .../eclass-manpages/eclass-manpages-20190714.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-doc/eclass-manpages/eclass-manpages-20190714.ebuild (limited to 'app-doc/eclass-manpages/eclass-manpages-20190714.ebuild') 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 000000000000..c567d7c5fc37 --- /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 +} -- cgit v1.2.3