diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-24 13:53:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-24 13:53:00 +0000 |
commit | 2ee2846b82f79c2c9cb837c199fd37fe3d162591 (patch) | |
tree | 9b6caa3b8a4ecbb0376bf62c2495542f282d7dc9 /dev-perl/ExtUtils-F77 | |
parent | Stable on sparc (diff) | |
download | gentoo-2-2ee2846b82f79c2c9cb837c199fd37fe3d162591.tar.gz gentoo-2-2ee2846b82f79c2c9cb837c199fd37fe3d162591.tar.bz2 gentoo-2-2ee2846b82f79c2c9cb837c199fd37fe3d162591.zip |
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.16 | 3 |
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index 1486d1222e28..16a5df1757b9 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/ExtUtils-F77 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.29 2007/04/16 16:39:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.30 2007/05/24 13:53:00 mcummings Exp $ + +*ExtUtils-F77-1.16 (24 May 2007) + + 24 May 2007; Michael Cummings <mcummings@gentoo.org> + +ExtUtils-F77-1.16.ebuild: + Version bump *ExtUtils-F77-1.15-r1 (16 Apr 2007) diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild new file mode 100644 index 000000000000..bdba2341a878 --- /dev/null +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild,v 1.1 2007/05/24 13:53:00 mcummings Exp $ + +inherit perl-module eutils + +DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" +HOMEPAGE="http://search.cpan.org/~kgb/" +SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +SRC_TEST="do" +DEPEND="dev-lang/perl" diff --git a/dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.16 b/dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.16 new file mode 100644 index 000000000000..776cc3f93978 --- /dev/null +++ b/dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.16 @@ -0,0 +1,3 @@ +MD5 af925e7e8a2876a5fd9b6c4660e37664 ExtUtils-F77-1.16.tar.gz 10234 +RMD160 106dac38e38bd5d6873e8cae0eb397545fe706ad ExtUtils-F77-1.16.tar.gz 10234 +SHA256 d3dfed878678495bbd1054d78ad100ddd3df59cbc8a2ce550dae9cd2e989b84c ExtUtils-F77-1.16.tar.gz 10234 |