diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-28 10:23:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-28 10:23:52 +0200 |
commit | 31c7f7c6f15318ac15fa346d4efe23a9e75bb661 (patch) | |
tree | 0c6bbbcd00eef6ddaa147d927a53b60a0da0ac24 /app-doc/eclass-manpages | |
parent | kde-apps: Drop KDE Applications 18.12.3 (diff) | |
download | gentoo-31c7f7c6f15318ac15fa346d4efe23a9e75bb661.tar.gz gentoo-31c7f7c6f15318ac15fa346d4efe23a9e75bb661.tar.bz2 gentoo-31c7f7c6f15318ac15fa346d4efe23a9e75bb661.zip |
app-doc/eclass-manpages: Bump to 20190728
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-doc/eclass-manpages')
-rw-r--r-- | app-doc/eclass-manpages/Manifest | 1 | ||||
-rw-r--r-- | app-doc/eclass-manpages/eclass-manpages-20190728.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest index cab1ca5f54b4..260e4055a136 100644 --- a/app-doc/eclass-manpages/Manifest +++ b/app-doc/eclass-manpages/Manifest @@ -1 +1,2 @@ DIST eclass-manpages-20190714.tar.xz 416068 BLAKE2B cfab717198e947238b17b606afcb5f39efa377e5110c0d797397f38a4588a176f75a2ffc4276e92628739c3e7a7e39e54baa092306dd05e9ffbc6a24c6ca0db0 SHA512 65cb3507ee3338a1a7bd1274a68ba2dde79914747564cb2ed35c9307ed15826a0998fe141fa4d4e1c6e358b0c428bde256ced46888d192349a72f0313c33250c +DIST eclass-manpages-20190728.tar.xz 415612 BLAKE2B b3225bf2ea8036f4714f6cd07ebd00092095f39970855d1847c3bd5e0cfc23baa6328d21788972ae430026b32172d43ef44fd9a9d243711885061cc2c209b475 SHA512 9d7c493808477bab22ecff8d832bdc082f55c39e886c3551c9e75c612de2f94d54d686f4c81ee77e06465eeb0d8004aac6c9fdc530f2c6c325832452242676df diff --git a/app-doc/eclass-manpages/eclass-manpages-20190728.ebuild b/app-doc/eclass-manpages/eclass-manpages-20190728.ebuild new file mode 100644 index 000000000000..3e6b3491f481 --- /dev/null +++ b/app-doc/eclass-manpages/eclass-manpages-20190728.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/eclass-manpages/${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 +} |