diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-01-24 09:30:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-01-24 09:30:01 +0000 |
commit | 5227f820475091728dd1edb7eba98848f46e21a8 (patch) | |
tree | 1f559c0ed5b7a595ab66277bef00e486bd2bd98d /dev-libs/gf2x/gf2x-1.0-r1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-5227f820475091728dd1edb7eba98848f46e21a8.tar.gz gentoo-2-5227f820475091728dd1edb7eba98848f46e21a8.tar.bz2 gentoo-2-5227f820475091728dd1edb7eba98848f46e21a8.zip |
EAPI BUMP to 4, drop src_install as it is handled by default function, rename $PID to PACKAGEID
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gf2x/gf2x-1.0-r1.ebuild')
-rw-r--r-- | dev-libs/gf2x/gf2x-1.0-r1.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/dev-libs/gf2x/gf2x-1.0-r1.ebuild b/dev-libs/gf2x/gf2x-1.0-r1.ebuild index 1195ef0477ad..3473cca85a12 100644 --- a/dev-libs/gf2x/gf2x-1.0-r1.ebuild +++ b/dev-libs/gf2x/gf2x-1.0-r1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gf2x/gf2x-1.0-r1.ebuild,v 1.1 2011/07/08 11:25:31 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gf2x/gf2x-1.0-r1.ebuild,v 1.2 2012/01/24 09:30:01 jlec Exp $ -EAPI=2 +EAPI=4 inherit autotools-utils -PID=27999 # hack +PACKAGEID=27999 # hack DESCRIPTION="C/C++ routines for fast arithmetic in GF(2)[x]" HOMEPAGE="http://gf2x.gforge.inria.fr/" -SRC_URI="http://gforge.inria.fr/frs/download.php/${PID}/${P}.tar.gz" +SRC_URI="http://gforge.inria.fr/frs/download.php/${PACKAGEID}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -40,8 +40,3 @@ src_configure() { autotools-utils_src_configure } - -src_install() { - dodoc ChangeLog README AUTHORS BUGS - autotools-utils_src_install -} |