summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-06-24 22:23:35 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-06-24 22:23:35 +0000
commit584e7a0d8b300e21c88d44f56406919d2921273e (patch)
tree6f3c520ba0cfec600ea5fee584c4cd9f489cc7ec /sci-libs/ccolamd
parentSwitch to EAPI5 and new tar ball (diff)
downloadgentoo-2-584e7a0d8b300e21c88d44f56406919d2921273e.tar.gz
gentoo-2-584e7a0d8b300e21c88d44f56406919d2921273e.tar.bz2
gentoo-2-584e7a0d8b300e21c88d44f56406919d2921273e.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/ccolamd')
-rw-r--r--sci-libs/ccolamd/ChangeLog8
-rw-r--r--sci-libs/ccolamd/ccolamd-2.7.1.ebuild37
-rw-r--r--sci-libs/ccolamd/ccolamd-2.7.4.ebuild28
-rw-r--r--sci-libs/ccolamd/ccolamd-2.8.0.ebuild8
4 files changed, 10 insertions, 71 deletions
diff --git a/sci-libs/ccolamd/ChangeLog b/sci-libs/ccolamd/ChangeLog
index 9da2e611a07e..f4caab3b82d7 100644
--- a/sci-libs/ccolamd/ChangeLog
+++ b/sci-libs/ccolamd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/ccolamd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.31 2012/11/12 01:50:17 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.32 2013/06/24 22:23:35 bicatali Exp $
+
+ 24 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> -ccolamd-2.7.1.ebuild,
+ -ccolamd-2.7.4.ebuild, ccolamd-2.8.0.ebuild:
+ Switch to EAPI5 and new tar ball
*ccolamd-2.8.0 (12 Nov 2012)
diff --git a/sci-libs/ccolamd/ccolamd-2.7.1.ebuild b/sci-libs/ccolamd/ccolamd-2.7.1.ebuild
deleted file mode 100644
index 77090c798112..000000000000
--- a/sci-libs/ccolamd/ccolamd-2.7.1.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/ccolamd/ccolamd-2.7.1.ebuild,v 1.16 2011/06/26 13:17:19 jlec Exp $
-
-EAPI=2
-
-inherit autotools eutils
-
-MY_PN=CCOLAMD
-
-DESCRIPTION="Constrained column approximate minimum degree ordering algorithm"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd/"
-SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="static-libs"
-
-DEPEND="sci-libs/ufconfig"
-RDEPEND="${DEPEND}"
-
-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"
-}
diff --git a/sci-libs/ccolamd/ccolamd-2.7.4.ebuild b/sci-libs/ccolamd/ccolamd-2.7.4.ebuild
deleted file mode 100644
index d52f6fcca662..000000000000
--- a/sci-libs/ccolamd/ccolamd-2.7.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.4.ebuild,v 1.4 2012/10/15 21:44:06 naota Exp $
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils
-
-MY_PN=CCOLAMD
-
-DESCRIPTION="Constrained column approximate minimum degree ordering algorithm"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd/"
-SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="static-libs"
-
-DEPEND="sci-libs/ufconfig"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.txt Doc/ChangeLog )
-PATCHES=( "${FILESDIR}"/${PN}-2.7.1-autotools.patch )
-
-S="${WORKDIR}/${MY_PN}"
diff --git a/sci-libs/ccolamd/ccolamd-2.8.0.ebuild b/sci-libs/ccolamd/ccolamd-2.8.0.ebuild
index efa204330b91..efd95b30ac08 100644
--- a/sci-libs/ccolamd/ccolamd-2.8.0.ebuild
+++ b/sci-libs/ccolamd/ccolamd-2.8.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/ccolamd/ccolamd-2.8.0.ebuild,v 1.1 2012/11/12 01:50:17 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.8.0.ebuild,v 1.2 2013/06/24 22:23:35 bicatali Exp $
-EAPI=4
+EAPI=5
inherit autotools-utils
DESCRIPTION="Constrained Column approximate minimum degree ordering algorithm"
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd/"
-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"