diff options
author | 2012-07-15 19:00:47 +0000 | |
---|---|---|
committer | 2012-07-15 19:00:47 +0000 | |
commit | 8a8b03d84a18846606dae9b1435fee348b5c58f9 (patch) | |
tree | d3444f1aa1172c0acd5c28c35586972ddde1d621 /dev-perl/File-MMagic | |
parent | alpha/ia64/sh/sparc stable wrt #410611 (diff) | |
download | historical-8a8b03d84a18846606dae9b1435fee348b5c58f9.tar.gz historical-8a8b03d84a18846606dae9b1435fee348b5c58f9.tar.bz2 historical-8a8b03d84a18846606dae9b1435fee348b5c58f9.zip |
[bump] dev-perl/File-MMagic-1.290.0
Package-Manager: portage-2.2.0_alpha118/cvs/Linux x86_64
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.290.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/File-MMagic/ChangeLog b/dev-perl/File-MMagic/ChangeLog index 8a328c0d004d..9fe71f26ebd7 100644 --- a/dev-perl/File-MMagic/ChangeLog +++ b/dev-perl/File-MMagic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-MMagic # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.57 2012/06/24 12:58:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.58 2012/07/15 19:00:47 tove Exp $ + +*File-MMagic-1.290.0 (15 Jul 2012) + + 15 Jul 2012; Torsten Veller <tove@gentoo.org> +File-MMagic-1.290.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/File-MMagic/File-MMagic-1.290.0.ebuild b/dev-perl/File-MMagic/File-MMagic-1.290.0.ebuild new file mode 100644 index 000000000000..a88b4426c319 --- /dev/null +++ b/dev-perl/File-MMagic/File-MMagic-1.290.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 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.290.0.ebuild,v 1.1 2012/07/15 19:00:47 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=KNOK +MODULE_VERSION=1.29 +inherit perl-module + +DESCRIPTION="The Perl Image-Info Module" +SRC_TEST="do" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" |