diff options
Diffstat (limited to 'dev-util/gperf/gperf-3.0.1.ebuild')
-rw-r--r-- | dev-util/gperf/gperf-3.0.1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/gperf/gperf-3.0.1.ebuild b/dev-util/gperf/gperf-3.0.1.ebuild deleted file mode 100644 index b27a74cf4ca8..000000000000 --- a/dev-util/gperf/gperf-3.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.1.ebuild,v 1.21 2008/01/26 14:54:30 swegener Exp $ - -inherit eutils - -DESCRIPTION="A perfect hash function generator" -HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" -SRC_URI="mirror://gnu/gperf/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${P}-gcc4.patch -} - -src_install() { - emake DESTDIR="${D}" htmldir=/usr/share/doc/${PF}/html install || die - dodoc AUTHORS ChangeLog NEWS README -} |