summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-02-18 13:56:17 -0500
committerMike Frysinger <vapier@gentoo.org>2017-02-18 13:57:30 -0500
commit9278620e9452941c5599124896acee0f12502db8 (patch)
tree68d048e460ab9d951be9021d0ea5bfca4874da0f
parentdev-python/alabaster: arm stable, bug #605184 (diff)
downloadgentoo-9278620e9452941c5599124896acee0f12502db8.tar.gz
gentoo-9278620e9452941c5599124896acee0f12502db8.tar.bz2
gentoo-9278620e9452941c5599124896acee0f12502db8.zip
app-portage/eclass-manpages: bump to force updates on systems
-rw-r--r--app-portage/eclass-manpages/eclass-manpages-20150814.ebuild40
-rw-r--r--app-portage/eclass-manpages/eclass-manpages-20170201.ebuild (renamed from app-portage/eclass-manpages/eclass-manpages-20150814-r1.ebuild)3
2 files changed, 1 insertions, 42 deletions
diff --git a/app-portage/eclass-manpages/eclass-manpages-20150814.ebuild b/app-portage/eclass-manpages/eclass-manpages-20150814.ebuild
deleted file mode 100644
index 6fc9e2ee6739..000000000000
--- a/app-portage/eclass-manpages/eclass-manpages-20150814.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="collection of Gentoo eclass manpages"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-S=${WORKDIR}
-
-genit() {
- local e=${1:-${ECLASSDIR}}
- einfo "Generating man pages from: ${e}"
- # Need `bash` because the .sh isn't +x on the servers #451352
- env ECLASSDIR=${e} bash "${FILESDIR}"/eclass-to-manpage.sh || die
-}
-
-src_compile() {
- # First process any eclasses found in overlays. Then process
- # the main eclassdir last so that its output will clobber anything
- # that might have come from overlays. Main tree wins!
- local o e
- for o in ${PORTDIR_OVERLAY} ; do
- e="${o}/eclass"
- [[ -d ${e} ]] || continue
- genit "${e}" || die
- done
- genit || die
-}
-
-src_install() {
- doman *.5
-}
diff --git a/app-portage/eclass-manpages/eclass-manpages-20150814-r1.ebuild b/app-portage/eclass-manpages/eclass-manpages-20170201.ebuild
index 91e66accf7b2..bea1462cfc11 100644
--- a/app-portage/eclass-manpages/eclass-manpages-20150814-r1.ebuild
+++ b/app-portage/eclass-manpages/eclass-manpages-20170201.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI="5"
@@ -10,7 +9,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
IUSE=""
S=${WORKDIR}