diff options
Diffstat (limited to 'dev-util/gperf')
-rw-r--r-- | dev-util/gperf/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/gperf/gperf-3.0.1.ebuild | 7 | ||||
-rw-r--r-- | dev-util/gperf/gperf-3.0.2.ebuild | 9 | ||||
-rw-r--r-- | dev-util/gperf/gperf-3.0.3.ebuild | 7 |
4 files changed, 16 insertions, 13 deletions
diff --git a/dev-util/gperf/ChangeLog b/dev-util/gperf/ChangeLog index 792b3a8b6b12..1c511850b2d5 100644 --- a/dev-util/gperf/ChangeLog +++ b/dev-util/gperf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/gperf # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.36 2008/01/14 20:17:13 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.37 2008/01/26 14:54:30 swegener Exp $ + + 26 Jan 2008; Sven Wegener <swegener@gentoo.org> gperf-3.0.1.ebuild, + gperf-3.0.2.ebuild, gperf-3.0.3.ebuild: + Drop inherit eutils. Install html docs into correct location. 14 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> gperf-3.0.3.ebuild: ppc. stable diff --git a/dev-util/gperf/gperf-3.0.1.ebuild b/dev-util/gperf/gperf-3.0.1.ebuild index 9141b182c70f..b27a74cf4ca8 100644 --- a/dev-util/gperf/gperf-3.0.1.ebuild +++ b/dev-util/gperf/gperf-3.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.20 2007/04/08 08:47:42 opfer Exp $ +# $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 @@ -19,5 +19,6 @@ src_unpack() { } src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" htmldir=/usr/share/doc/${PF}/html install || die + dodoc AUTHORS ChangeLog NEWS README } diff --git a/dev-util/gperf/gperf-3.0.2.ebuild b/dev-util/gperf/gperf-3.0.2.ebuild index 6d451e5b5b32..86ce90c382a1 100644 --- a/dev-util/gperf/gperf-3.0.2.ebuild +++ b/dev-util/gperf/gperf-3.0.2.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.2.ebuild,v 1.2 2007/04/07 16:31:54 opfer Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.2.ebuild,v 1.3 2008/01/26 14:54:30 swegener Exp $ DESCRIPTION="A perfect hash function generator" HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" @@ -14,5 +12,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="" src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" htmldir=/usr/share/doc/${PF}/html install || die + dodoc AUTHORS ChangeLog NEWS README } diff --git a/dev-util/gperf/gperf-3.0.3.ebuild b/dev-util/gperf/gperf-3.0.3.ebuild index cb3131f33d98..0746273ac5c6 100644 --- a/dev-util/gperf/gperf-3.0.3.ebuild +++ b/dev-util/gperf/gperf-3.0.3.ebuild @@ -1,8 +1,6 @@ # 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.3.ebuild,v 1.3 2008/01/14 20:17:13 dertobi123 Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.3.ebuild,v 1.4 2008/01/26 14:54:30 swegener Exp $ DESCRIPTION="A perfect hash function generator" HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" @@ -14,5 +12,6 @@ KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ IUSE="" src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" htmldir=/usr/share/doc/${PF}/html install || die + dodoc AUTHORS ChangeLog NEWS README } |