summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-06-24 23:00:02 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-06-24 23:00:02 +0000
commitc426b531d6839d76fbd57da02e14f81d3ca7235f (patch)
treeb519d0b2d76e81a84989b70a01cc089bb9b74347 /sci-libs/btf
parentRemoving package mask for 2.0.6-r5, it has successfully completed initial tes... (diff)
downloadgentoo-2-c426b531d6839d76fbd57da02e14f81d3ca7235f.tar.gz
gentoo-2-c426b531d6839d76fbd57da02e14f81d3ca7235f.tar.bz2
gentoo-2-c426b531d6839d76fbd57da02e14f81d3ca7235f.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/btf')
-rw-r--r--sci-libs/btf/ChangeLog8
-rw-r--r--sci-libs/btf/btf-1.0.1.ebuild32
-rw-r--r--sci-libs/btf/btf-1.1.0.ebuild33
-rw-r--r--sci-libs/btf/btf-1.1.2.ebuild33
-rw-r--r--sci-libs/btf/btf-1.2.0.ebuild8
5 files changed, 10 insertions, 104 deletions
diff --git a/sci-libs/btf/ChangeLog b/sci-libs/btf/ChangeLog
index f33112a8b1a3..2dde493dab56 100644
--- a/sci-libs/btf/ChangeLog
+++ b/sci-libs/btf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/btf
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/ChangeLog,v 1.7 2012/11/12 01:53:18 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/ChangeLog,v 1.8 2013/06/24 23:00:02 bicatali Exp $
+
+ 24 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> -btf-1.0.1.ebuild,
+ -btf-1.1.0.ebuild, -btf-1.1.2.ebuild, btf-1.2.0.ebuild:
+ Switch to EAPI5 and new tar ball
*btf-1.2.0 (12 Nov 2012)
diff --git a/sci-libs/btf/btf-1.0.1.ebuild b/sci-libs/btf/btf-1.0.1.ebuild
deleted file mode 100644
index 43a22a4a25cf..000000000000
--- a/sci-libs/btf/btf-1.0.1.ebuild
+++ /dev/null
@@ -1,32 +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/btf/btf-1.0.1.ebuild,v 1.2 2011/06/26 09:20:15 jlec Exp $
-
-inherit autotools eutils
-
-MY_PN=BTF
-DESCRIPTION="Algorithm for matrix permutation into block triangular form"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf/"
-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=""
-
-DEPEND="sci-libs/ufconfig"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_PN}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-autotools.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README.txt Doc/ChangeLog || die "dodoc failed"
-}
diff --git a/sci-libs/btf/btf-1.1.0.ebuild b/sci-libs/btf/btf-1.1.0.ebuild
deleted file mode 100644
index 3ac68ff3cced..000000000000
--- a/sci-libs/btf/btf-1.1.0.ebuild
+++ /dev/null
@@ -1,33 +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/btf/btf-1.1.0.ebuild,v 1.3 2011/06/26 09:20:15 jlec Exp $
-
-EAPI=4
-
-inherit autotools eutils
-
-MY_PN=BTF
-DESCRIPTION="Algorithm for matrix permutation into block triangular form"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf/"
-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="static-libs"
-
-DEPEND="sci-libs/ufconfig"
-RDEPEND=""
-
-DOCS="README.txt Doc/ChangeLog"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.0.1-autotools.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
diff --git a/sci-libs/btf/btf-1.1.2.ebuild b/sci-libs/btf/btf-1.1.2.ebuild
deleted file mode 100644
index 949979f29cd9..000000000000
--- a/sci-libs/btf/btf-1.1.2.ebuild
+++ /dev/null
@@ -1,33 +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/btf/btf-1.1.2.ebuild,v 1.2 2011/06/26 09:20:15 jlec Exp $
-
-EAPI=4
-
-inherit autotools eutils
-
-MY_PN=BTF
-DESCRIPTION="Algorithm for matrix permutation into block triangular form"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf/"
-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="static-libs"
-
-DEPEND="sci-libs/ufconfig"
-RDEPEND=""
-
-DOCS="README.txt Doc/ChangeLog"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.0.1-autotools.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
diff --git a/sci-libs/btf/btf-1.2.0.ebuild b/sci-libs/btf/btf-1.2.0.ebuild
index 2a1379a28a46..2d3dc743fe73 100644
--- a/sci-libs/btf/btf-1.2.0.ebuild
+++ b/sci-libs/btf/btf-1.2.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/btf/btf-1.2.0.ebuild,v 1.1 2012/11/12 01:53:18 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/btf-1.2.0.ebuild,v 1.2 2013/06/24 23:00:02 bicatali Exp $
-EAPI=4
+EAPI=5
inherit autotools-utils
DESCRIPTION="Algorithm for matrix permutation into block triangular form"
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf/"
-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"