mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
gperf: upgrade to 3.0.4 to match upstream
Minor bit of code cleanup, switch to gpl-v3. BUG=chromium-os:24202 TEST=`emerge gperf` # host only Change-Id: Icd1c5af0ae8b2f8dcbde426c7e7367c0c1ebcc19 Reviewed-on: https://gerrit.chromium.org/gerrit/13404 Tested-by: Brian Harring <ferringb@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Ready: Brian Harring <ferringb@chromium.org>
This commit is contained in:
parent
934ea04998
commit
afd8cdfaf4
1
sdk_container/src/third_party/portage-stable/dev-util/gperf/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/dev-util/gperf/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST gperf-3.0.4.tar.gz 983500 RMD160 aeaed644501d2424f88d203dd68c997b6a90f116 SHA1 e32d4aff8f0c730c9a56554377b2c6d82d0951b8 SHA256 767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e
|
19
sdk_container/src/third_party/portage-stable/dev-util/gperf/gperf-3.0.4.ebuild
vendored
Normal file
19
sdk_container/src/third_party/portage-stable/dev-util/gperf/gperf-3.0.4.ebuild
vendored
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user