diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-01 22:07:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-01 22:07:48 +0000 |
commit | 984756daaecf682ecd8bd170d3dd230bb8786d1d (patch) | |
tree | 7888d7eace2c5f4f805574bc3f7421766dc74780 /dev-perl/File-MMagic | |
parent | Fix init.d script, see bug #265368. (diff) | |
download | gentoo-2-984756daaecf682ecd8bd170d3dd230bb8786d1d.tar.gz gentoo-2-984756daaecf682ecd8bd170d3dd230bb8786d1d.tar.bz2 gentoo-2-984756daaecf682ecd8bd170d3dd230bb8786d1d.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/File-MMagic')
-rw-r--r-- | dev-perl/File-MMagic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-MMagic/File-MMagic-1.25.ebuild | 17 |
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/File-MMagic/ChangeLog b/dev-perl/File-MMagic/ChangeLog index 40d0f3e339c8..a3f0217b1a37 100644 --- a/dev-perl/File-MMagic/ChangeLog +++ b/dev-perl/File-MMagic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-MMagic -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.50 2007/04/15 21:34:54 corsair Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.51 2009/05/01 22:07:48 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -File-MMagic-1.25.ebuild: + Cleanup 15 Apr 2007; Markus Rothe <corsair@gentoo.org> File-MMagic-1.27.ebuild: Stable on ppc64 diff --git a/dev-perl/File-MMagic/File-MMagic-1.25.ebuild b/dev-perl/File-MMagic/File-MMagic-1.25.ebuild deleted file mode 100644 index ae39e916eaac..000000000000 --- a/dev-perl/File-MMagic/File-MMagic-1.25.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/File-MMagic-1.25.ebuild,v 1.10 2007/07/10 23:33:27 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="The Perl Image-Info Module" -SRC_URI="mirror://cpan/authors/id/K/KN/KNOK/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-module/File/${P}.readme" -SRC_TEST="do" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" |