summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-18 21:39:51 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-18 21:39:51 +0000
commitf200cde32bf76c1bf39af18b66a9175e875b36e0 (patch)
tree616d08a709a6366439dbe84af092bceb2d2774b2 /sci-libs/cgcode
parentsci-libs/cctbx: Remove virtual/fortran and always call fortran-2_pkg_setup as... (diff)
downloadgentoo-2-f200cde32bf76c1bf39af18b66a9175e875b36e0.tar.gz
gentoo-2-f200cde32bf76c1bf39af18b66a9175e875b36e0.tar.bz2
gentoo-2-f200cde32bf76c1bf39af18b66a9175e875b36e0.zip
sci-libs/cgcode: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/cgcode')
-rw-r--r--sci-libs/cgcode/ChangeLog7
-rw-r--r--sci-libs/cgcode/cgcode-1.0-r1.ebuild41
-rw-r--r--sci-libs/cgcode/cgcode-1.0-r2.ebuild6
-rw-r--r--sci-libs/cgcode/cgcode-1.0.ebuild39
4 files changed, 8 insertions, 85 deletions
diff --git a/sci-libs/cgcode/ChangeLog b/sci-libs/cgcode/ChangeLog
index f0debcecbc52..55c9a4c5fd26 100644
--- a/sci-libs/cgcode/ChangeLog
+++ b/sci-libs/cgcode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/cgcode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/ChangeLog,v 1.7 2012/05/30 08:59:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/ChangeLog,v 1.8 2012/10/18 21:39:51 jlec Exp $
+
+ 18 Oct 2012; Justin Lecher <jlec@gentoo.org> -cgcode-1.0.ebuild,
+ -cgcode-1.0-r1.ebuild, cgcode-1.0-r2.ebuild:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
*cgcode-1.0-r2 (30 May 2012)
diff --git a/sci-libs/cgcode/cgcode-1.0-r1.ebuild b/sci-libs/cgcode/cgcode-1.0-r1.ebuild
deleted file mode 100644
index 9ce7a4244b29..000000000000
--- a/sci-libs/cgcode/cgcode-1.0-r1.ebuild
+++ /dev/null
@@ -1,41 +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/cgcode/cgcode-1.0-r1.ebuild,v 1.1 2011/11/21 16:34:36 jlec Exp $
-
-EAPI=4
-
-inherit eutils fortran-2 toolchain-funcs
-
-DESCRIPTION="Conjugate gradient Codes for large sparse linear systems"
-HOMEPAGE="http://fetk.org/codes/cgcode/index.html"
-SRC_URI="http://www.fetk.org/codes/download/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-IUSE=""
-
-RDEPEND="
- virtual/fortran
- virtual/blas"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-gentoo.patch
-
- cat >> make.inc <<- EOF
- F77 = $(tc-getFC)
- FFLAGS = ${FFLAGS}
- BLASLIBS = $(pkg-config --libs blas)
- EOF
-}
-
-src_install() {
- dobin goos good || die
- dolib.so lib${PN}.so.1.0 || die
- dosym lib${PN}.so.1.0 /usr/$(get_libdir)/lib${PN}.so || die
- dosym lib${PN}.so.1.0 /usr/$(get_libdir)/lib${PN}.so.1 || die
- dodoc INTRODUCTION NOTE README || die
-}
diff --git a/sci-libs/cgcode/cgcode-1.0-r2.ebuild b/sci-libs/cgcode/cgcode-1.0-r2.ebuild
index 86c6bfd28287..589351a10783 100644
--- a/sci-libs/cgcode/cgcode-1.0-r2.ebuild
+++ b/sci-libs/cgcode/cgcode-1.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/cgcode-1.0-r2.ebuild,v 1.1 2012/05/30 08:59:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/cgcode-1.0-r2.ebuild,v 1.2 2012/10/18 21:39:51 jlec Exp $
EAPI=4
@@ -15,9 +15,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-2"
IUSE=""
-RDEPEND="
- virtual/fortran
- virtual/blas"
+RDEPEND="virtual/blas"
DEPEND="${RDEPEND}"
S="${WORKDIR}"/${PN}
diff --git a/sci-libs/cgcode/cgcode-1.0.ebuild b/sci-libs/cgcode/cgcode-1.0.ebuild
deleted file mode 100644
index 4ea2861a31b5..000000000000
--- a/sci-libs/cgcode/cgcode-1.0.ebuild
+++ /dev/null
@@ -1,39 +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/cgcode/cgcode-1.0.ebuild,v 1.5 2011/06/21 15:19:21 jlec Exp $
-
-EAPI="3"
-
-inherit eutils fortran-2 toolchain-funcs
-
-DESCRIPTION="Conjugate gradient Codes for large sparse linear systems"
-HOMEPAGE="http://fetk.org/codes/cgcode/index.html"
-SRC_URI="http://www.fetk.org/codes/download/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-IUSE=""
-
-RDEPEND="
- virtual/fortran
- virtual/blas"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-gentoo.patch
-
- cat >> make.inc <<- EOF
- F77 = $(tc-getFC)
- FFLAGS = ${FFLAGS}
- BLASLIBS = $(pkg-config --libs blas)
- EOF
-}
-
-src_install() {
- dobin goos good || die
- dolib.so lib${PN}.so* || die
- dodoc INTRODUCTION NOTE README || die
-}