app-doc/eclass-manpages: Bump to 20190329
authorMichał Górny <mgorny@gentoo.org>
Fri, 29 Mar 2019 08:48:31 +0000 (09:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 29 Mar 2019 08:49:00 +0000 (09:49 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-doc/eclass-manpages/Manifest
app-doc/eclass-manpages/eclass-manpages-20190329.ebuild [new file with mode: 0644]
app-doc/eclass-manpages/eclass-manpages-99999999.ebuild

index cd83e9fefe4d6f0812fe3a24874a553ba0153fd5..395c6c44836b4509fad7aba490e1d29880fc9a4f 100644 (file)
@@ -1 +1,2 @@
 DIST eclass-manpages-20190314.tar.xz 419576 BLAKE2B baad0d5f9c67b7e4b9646e69e90583a8238590a02bb6bcc200b08f17f56b2ae50a56080526d3398623949ffc91857d944a1035d6b44fba07b17024c2c224b802 SHA512 22f4b32654f459afa8e5057f02c92628cc529f236e48a69f9b346e7bdcf60d12a4cdd71debf96e8d4b3e69b0e497feb9143b385a11d835b43d13c32fa1751d51
+DIST eclass-manpages-20190329.tar.xz 428068 BLAKE2B 630f6ba06bef6e4aed7713776b8a0ce737dcba4441309ed326b6eb87a5515f5fbd2f95db4a12385788a1dbf1ff6bc3c09620f4564c0bba201f48f6aa31520b41 SHA512 8088078334c2b7f35301bd75dc2505a366d030cb1d28bf47c387ba0c727cf5a58e1f279708d4a32ecf47ceec543c287ea5ad8c76ce4bbd9c45f039be2924d7ee
diff --git a/app-doc/eclass-manpages/eclass-manpages-20190329.ebuild b/app-doc/eclass-manpages/eclass-manpages-20190329.ebuild
new file mode 100644 (file)
index 0000000..25b908c
--- /dev/null
@@ -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
+}
index a0e75b5e7e2463422926bc6cfad6bfecd163d538..7ca1b88d64834ae7cec9b59b358e4e5d47fe5c81 100644 (file)
@@ -6,7 +6,7 @@ EAPI="7"
 inherit git-r3
 
 DESCRIPTION="Collection of Gentoo eclass manpages"
-HOMEPAGE="https://www.gentoo.org/"
+HOMEPAGE="https://github.com/mgorny/eclass-to-manpage"
 SRC_URI=""
 EGIT_REPO_URI="https://anongit.gentoo.org/git/repo/gentoo.git
        https://github.com/gentoo/gentoo.git"