summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-18 17:39:14 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-18 17:39:14 +0000
commit8ffde5acd9b561feb38a0d5683626b119b425753 (patch)
treed293b85dfe194e7dfefa14d136cd4442f4a270c2 /dev-libs/libf2c
parentmedia-libs/libchamplain: Drop old (diff)
downloadgentoo-2-8ffde5acd9b561feb38a0d5683626b119b425753.tar.gz
gentoo-2-8ffde5acd9b561feb38a0d5683626b119b425753.tar.bz2
gentoo-2-8ffde5acd9b561feb38a0d5683626b119b425753.zip
dev-libs/libf2c: Drop old
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'dev-libs/libf2c')
-rw-r--r--dev-libs/libf2c/ChangeLog6
-rw-r--r--dev-libs/libf2c/libf2c-20070912.ebuild56
-rw-r--r--dev-libs/libf2c/libf2c-20090407-r1.ebuild61
3 files changed, 5 insertions, 118 deletions
diff --git a/dev-libs/libf2c/ChangeLog b/dev-libs/libf2c/ChangeLog
index f49588a6d2c5..9df30aa19ea9 100644
--- a/dev-libs/libf2c/ChangeLog
+++ b/dev-libs/libf2c/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libf2c
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.53 2012/10/16 14:21:42 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.54 2012/10/18 17:39:14 jlec Exp $
+
+ 18 Oct 2012; Justin Lecher <jlec@gentoo.org> -libf2c-20070912.ebuild,
+ -libf2c-20090407-r1.ebuild:
+ Drop old
16 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
libf2c-20110801-r2.ebuild:
diff --git a/dev-libs/libf2c/libf2c-20070912.ebuild b/dev-libs/libf2c/libf2c-20070912.ebuild
deleted file mode 100644
index 06a4c2d3b971..000000000000
--- a/dev-libs/libf2c/libf2c-20070912.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20070912.ebuild,v 1.13 2012/06/06 03:32:37 zmedico Exp $
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Library that converts FORTRAN to C source."
-HOMEPAGE="ftp://ftp.netlib.org/f2c/index.html"
-#SRC_URI="ftp://ftp.netlib.org/f2c/${PN}.zip"
-SRC_URI="http://dev.gentoo.org/~dberkholz/distfiles/${P}.zip
- mirror://gentoo/${P}.zip"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/20051004-add-ofiles-dep.patch
- epatch "${FILESDIR}"/20070912-link-shared-libf2c-correctly.patch
-}
-
-src_compile() {
- emake \
- -f makefile.u \
- all \
- CFLAGS="${CFLAGS}" \
- CC="$(tc-getCC)" \
- || die "all failed"
-
- # Clean up files so we can recompile PIC for the shared lib
- rm *.o || die "clean failed"
-
- emake \
- -f makefile.u \
- libf2c.so \
- CFLAGS="${CFLAGS} -fPIC" \
- CC="$(tc-getCC)" \
- || die "libf2c.so failed"
-}
-
-src_install () {
- dolib.a libf2c.a || die "dolib.a failed"
- dolib libf2c.so.2 || die "dolib failed"
- dosym libf2c.so.2 /usr/$(get_libdir)/libf2c.so
- insinto /usr/include
- doins f2c.h || die "f2c.h install failed"
- dodoc README Notice || die "doc install failed"
-}
diff --git a/dev-libs/libf2c/libf2c-20090407-r1.ebuild b/dev-libs/libf2c/libf2c-20090407-r1.ebuild
deleted file mode 100644
index ad013f1867fe..000000000000
--- a/dev-libs/libf2c/libf2c-20090407-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20090407-r1.ebuild,v 1.12 2012/10/06 16:53:54 armin76 Exp $
-
-EAPI=2
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Library that converts FORTRAN to C source."
-HOMEPAGE="ftp://ftp.netlib.org/f2c/index.html"
-# copy this one and rename it on the gentoo mirrors
-#SRC_URI="ftp://ftp.netlib.org/f2c/${PN}.zip"
-SRC_URI="mirror://gentoo/${P}.zip"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/20051004-add-ofiles-dep.patch \
- "${FILESDIR}"/${PV}-link-shared-libf2c-correctly.patch
-# "${FILESDIR}"/${PV}-main.patch
-}
-
-src_compile() {
- emake \
- -f makefile.u \
- libf2c.so \
- CFLAGS="${CFLAGS} -fPIC" \
- CC="$(tc-getCC)" \
- || die "libf2c.so failed"
-
- # Clean up files so we can recompile without PIC for the static lib
- if use static-libs; then
- rm *.o || die "clean failed"
- emake \
- -f makefile.u \
- all \
- CFLAGS="${CFLAGS}" \
- CC="$(tc-getCC)" \
- || die "all failed"
- fi
-}
-
-src_install () {
- dolib libf2c.so.2 || die "dolib failed"
- dosym libf2c.so.2 /usr/$(get_libdir)/libf2c.so
- if use static-libs; then
- dolib.a libf2c.a || die "dolib.a failed"
- fi
- insinto /usr/include
- doins f2c.h || die "f2c.h install failed"
- dodoc README Notice || die "doc install failed"
-}