diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:22:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:22:11 +0000 |
commit | 9e88cb552f2cdb8c5b5347e2f04bfcb7a8069ca8 (patch) | |
tree | b9822cf2ea6ef640426a0f2983a33f86f9e01ce0 /dev-perl/ExtUtils-F77 | |
parent | Cleanup (diff) | |
download | gentoo-2-9e88cb552f2cdb8c5b5347e2f04bfcb7a8069ca8.tar.gz gentoo-2-9e88cb552f2cdb8c5b5347e2f04bfcb7a8069ca8.tar.bz2 gentoo-2-9e88cb552f2cdb8c5b5347e2f04bfcb7a8069ca8.zip |
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index db6697ea3515..34ffc1d88d71 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/ExtUtils-F77 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.49 2012/03/25 14:41:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.50 2012/03/31 07:22:10 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -ExtUtils-F77-1.16.ebuild: + Cleanup 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> ExtUtils-F77-1.170.0.ebuild: ia64/m68k/s390/sh/sparc stable wrt #400111 diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild deleted file mode 100644 index b7130d8936c6..000000000000 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 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.10 2010/01/21 13:32:05 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=KGB -inherit perl-module - -DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86" -IUSE="" - -SRC_TEST="do" |