diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-08-30 03:58:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-08-30 03:58:51 +0000 |
commit | f1e63b44fe44970e9708f0b3324811b3ffc62846 (patch) | |
tree | e414fdf7c4d0c165e74cd767b5e385e78c08b8d6 /app-portage | |
parent | Version bump, only bugfixes. (diff) | |
download | gentoo-2-f1e63b44fe44970e9708f0b3324811b3ffc62846.tar.gz gentoo-2-f1e63b44fe44970e9708f0b3324811b3ffc62846.tar.bz2 gentoo-2-f1e63b44fe44970e9708f0b3324811b3ffc62846.zip |
old
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eclass-manpages/eclass-manpages-20070615.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-portage/eclass-manpages/eclass-manpages-20070615.ebuild b/app-portage/eclass-manpages/eclass-manpages-20070615.ebuild deleted file mode 100644 index 23a7bb68f6a7..000000000000 --- a/app-portage/eclass-manpages/eclass-manpages-20070615.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eclass-manpages/eclass-manpages-20070615.ebuild,v 1.6 2008/06/02 05:57:55 zmedico Exp $ - -DESCRIPTION="collection of Gentoo eclass manpages" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="!app-portage/portage-manpages" - -S=${WORKDIR} - -src_compile() { - local e - for e in "${ECLASSDIR}"/*.eclass ; do - awk -f "${FILESDIR}"/eclass-to-manpage.awk ${e} > ${e##*/}.5 || rm -f ${e##*/}.5 - done -} - -src_install() { - doman *.5 || die -} |