diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-03-01 12:58:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-03-01 12:58:02 +0000 |
commit | 40e4324df3cab098dfdb69c8f913348536533bc7 (patch) | |
tree | 1a8153516ee406259bcfba94819efa7334fb2846 /dev-libs/gf2x | |
parent | Respect LDFLAGS (bug 336770), bumped EAPI. (diff) | |
download | gentoo-2-40e4324df3cab098dfdb69c8f913348536533bc7.tar.gz gentoo-2-40e4324df3cab098dfdb69c8f913348536533bc7.tar.bz2 gentoo-2-40e4324df3cab098dfdb69c8f913348536533bc7.zip |
Dropped old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gf2x')
-rw-r--r-- | dev-libs/gf2x/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gf2x/gf2x-0.9.5.ebuild | 28 | ||||
-rw-r--r-- | dev-libs/gf2x/gf2x-1.0.ebuild | 28 |
3 files changed, 5 insertions, 57 deletions
diff --git a/dev-libs/gf2x/ChangeLog b/dev-libs/gf2x/ChangeLog index b3cca6c127a7..79368aaca100 100644 --- a/dev-libs/gf2x/ChangeLog +++ b/dev-libs/gf2x/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/gf2x # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gf2x/ChangeLog,v 1.16 2012/02/29 18:54:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gf2x/ChangeLog,v 1.17 2012/03/01 12:58:02 jlec Exp $ + + 01 Mar 2012; Justin Lecher <jlec@gentoo.org> -gf2x-0.9.5.ebuild, + -gf2x-1.0.ebuild: + Dropped old 29 Feb 2012; Brent Baude <ranger@gentoo.org> gf2x-1.0-r1.ebuild: Marking gf2x-1.0-r1 ppc for bug 400009 diff --git a/dev-libs/gf2x/gf2x-0.9.5.ebuild b/dev-libs/gf2x/gf2x-0.9.5.ebuild deleted file mode 100644 index 9e36e0ba631e..000000000000 --- a/dev-libs/gf2x/gf2x-0.9.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gf2x/gf2x-0.9.5.ebuild,v 1.7 2010/12/25 10:14:30 grobian Exp $ - -EAPI=2 - -PID=22129 # 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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -IUSE="sse2" -DEPEND="" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_enable sse2) ABI=default -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog README AUTHORS BUGS -} diff --git a/dev-libs/gf2x/gf2x-1.0.ebuild b/dev-libs/gf2x/gf2x-1.0.ebuild deleted file mode 100644 index 83714a035bc5..000000000000 --- a/dev-libs/gf2x/gf2x-1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gf2x/gf2x-1.0.ebuild,v 1.1 2011/05/14 09:56:27 tomka Exp $ - -EAPI=2 - -PID=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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" - -IUSE="sse2" -DEPEND="" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_enable sse2) ABI=default -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog README AUTHORS BUGS -} |