diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-24 22:56:41 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-24 22:56:41 +0000 |
commit | 8980b13a880779717a9a5d16f4d163f4f281d660 (patch) | |
tree | 7cce35409574b2309dc7e3f1ddbd4b48f1e14a2a /sci-libs | |
parent | Version bump, switch to EAPI5 and new tar ball (diff) | |
download | gentoo-2-8980b13a880779717a9a5d16f4d163f4f281d660.tar.gz gentoo-2-8980b13a880779717a9a5d16f4d163f4f281d660.tar.bz2 gentoo-2-8980b13a880779717a9a5d16f4d163f4f281d660.zip |
Switch to EAPI5 and new tar ball
(Portage version: 2.2.01.22013-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ldl/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/ldl/ldl-2.0.3-r1.ebuild | 37 | ||||
-rw-r--r-- | sci-libs/ldl/ldl-2.1.0.ebuild | 8 |
3 files changed, 10 insertions, 43 deletions
diff --git a/sci-libs/ldl/ChangeLog b/sci-libs/ldl/ChangeLog index 82e78af6442c..85a588f63dfc 100644 --- a/sci-libs/ldl/ChangeLog +++ b/sci-libs/ldl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/ldl -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ChangeLog,v 1.6 2012/11/12 02:04:29 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ChangeLog,v 1.7 2013/06/24 22:56:41 bicatali Exp $ + + 24 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> -ldl-2.0.3-r1.ebuild, + ldl-2.1.0.ebuild: + Switch to EAPI5 and new tar ball *ldl-2.1.0 (12 Nov 2012) diff --git a/sci-libs/ldl/ldl-2.0.3-r1.ebuild b/sci-libs/ldl/ldl-2.0.3-r1.ebuild deleted file mode 100644 index 26cd645a00ea..000000000000 --- a/sci-libs/ldl/ldl-2.0.3-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ldl-2.0.3-r1.ebuild,v 1.1 2011/03/22 18:10:40 bicatali Exp $ - -EAPI=2 -inherit autotools eutils - -MY_PN=LDL -DESCRIPTION="Simple but educational LDL^T matrix factorization algorithm" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ldl" -SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc static-libs" -DEPEND="sci-libs/ufconfig" - -S="${WORKDIR}/${MY_PN}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-autotools.patch - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README.txt Doc/ChangeLog || die "dodoc failed" - if use doc; then - insinto /usr/share/doc/${PF} - doins Doc/ldl_userguide.pdf || die - fi -} diff --git a/sci-libs/ldl/ldl-2.1.0.ebuild b/sci-libs/ldl/ldl-2.1.0.ebuild index 41bb4aa2feae..220ce2d87a00 100644 --- a/sci-libs/ldl/ldl-2.1.0.ebuild +++ b/sci-libs/ldl/ldl-2.1.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ldl-2.1.0.ebuild,v 1.1 2012/11/12 02:04:29 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ldl-2.1.0.ebuild,v 1.2 2013/06/24 22:56:41 bicatali Exp $ -EAPI=4 +EAPI=5 inherit autotools-utils DESCRIPTION="Simple but educational LDL^T matrix factorization algorithm" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ldl" -SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz" +SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" |