diff --git a/sdk_container/src/third_party/portage-stable/dev-util/gperf/Manifest b/sdk_container/src/third_party/portage-stable/dev-util/gperf/Manifest new file mode 100644 index 0000000000..1f772b59b9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-util/gperf/Manifest @@ -0,0 +1 @@ +DIST gperf-3.0.4.tar.gz 983500 RMD160 aeaed644501d2424f88d203dd68c997b6a90f116 SHA1 e32d4aff8f0c730c9a56554377b2c6d82d0951b8 SHA256 767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e diff --git a/sdk_container/src/third_party/portage-stable/dev-util/gperf/gperf-3.0.4.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/gperf/gperf-3.0.4.ebuild new file mode 100644 index 0000000000..ca0f8d4d5a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-util/gperf/gperf-3.0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.4.ebuild,v 1.13 2011/05/03 06:58:29 grobian Exp $ + +EAPI="3" + +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 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +src_install() { + emake DESTDIR="${D}" htmldir="${EPREFIX}"/usr/share/doc/${PF}/html install || die + dodoc AUTHORS ChangeLog NEWS README +}