diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-04-17 13:23:11 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-04-17 13:23:11 +0000 |
commit | 2081fa87db5255fa11fdf619a8d9bff9c8530e3e (patch) | |
tree | 506524b54a2ced9927fb95d763839098d63f2475 /dev-lang/cfortran | |
parent | Bump (diff) | |
download | gentoo-2-2081fa87db5255fa11fdf619a8d9bff9c8530e3e.tar.gz gentoo-2-2081fa87db5255fa11fdf619a8d9bff9c8530e3e.tar.bz2 gentoo-2-2081fa87db5255fa11fdf619a8d9bff9c8530e3e.zip |
Removed older revisions
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/cfortran')
-rw-r--r-- | dev-lang/cfortran/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/cfortran/cfortran-4.4-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-lang/cfortran/cfortran-4.4.ebuild | 42 |
3 files changed, 5 insertions, 81 deletions
diff --git a/dev-lang/cfortran/ChangeLog b/dev-lang/cfortran/ChangeLog index 3e63ec025796..6fe6e3e0f649 100644 --- a/dev-lang/cfortran/ChangeLog +++ b/dev-lang/cfortran/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/cfortran # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.19 2009/03/22 21:47:46 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.20 2009/04/17 13:23:11 bicatali Exp $ + + 17 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> -cfortran-4.4.ebuild, + -cfortran-4.4-r1.ebuild: + Removed older revisions 22 Mar 2009; Jeremy Olexa <darkside@gentoo.org> cfortran-4.4-r2.ebuild: amd64 stable, bug 245875 diff --git a/dev-lang/cfortran/cfortran-4.4-r1.ebuild b/dev-lang/cfortran/cfortran-4.4-r1.ebuild deleted file mode 100644 index c7c610b34824..000000000000 --- a/dev-lang/cfortran/cfortran-4.4-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r1.ebuild,v 1.4 2008/06/13 06:57:24 wormo Exp $ - -inherit eutils - -DEB_PR="12" - -DESCRIPTION="Header file allowing to call Fortran routines from C and C++" -SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz" -HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -LICENSE="LGPL-2" -IUSE="examples" -SLOT="0" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff - if use examples; then - tar xfz cfortran.examples.tar.gz - mv eg examples - ln -sfn sz1.c examples/sz1/sz1.C - ln -sfn pz.c examples/pz/pz.C - fi -} - -src_install() { - insinto /usr/include/cfortran - doins cfortran.h || die - dosym cfortran/cfortran.h /usr/include/cfortran.h || die - dodoc cfortran.doc debian/{NEWS,changelog,copyright} - insinto /usr/share/doc/${PF} - doins cfortran.html index.htm cfortest.c cfortex.f - use examples && doins -r examples -} diff --git a/dev-lang/cfortran/cfortran-4.4.ebuild b/dev-lang/cfortran/cfortran-4.4.ebuild deleted file mode 100644 index ebbe1121bb18..000000000000 --- a/dev-lang/cfortran/cfortran-4.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4.ebuild,v 1.6 2008/04/03 05:41:16 jer Exp $ - -inherit eutils - -DEB_PR="11" - -DESCRIPTION="Header file allowing to call Fortran routines from C and C++" -SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz" -HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/" -KEYWORDS="amd64 ~hppa sparc x86" -LICENSE="LGPL-2" -IUSE="examples" -SLOT="0" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff - if use examples; then - tar xfz cfortran.examples.tar.gz - mv eg examples - ln -sfn sz1.c examples/sz1/sz1.C - ln -sfn pz.c examples/pz/pz.C - fi -} - -src_compile() { - einfo "No compilation neccessary" -} - -src_install() { - insinto /usr/include/cfortran - doins cfortran.h - dosym /usr/include/cfortran/cfortran.h /usr/include/cfortran.h - dodoc cfortran.doc debian/{NEWS,changelog,copyright} - insinto /usr/share/doc/${PF} - doins cfortran.html index.htm cfortest.c cfortex.f - use examples && doins -r examples -} |