diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-21 10:11:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-21 10:11:13 +0000 |
commit | d4fb60ff8de14675c61cdd3a17e8136dbf7b1e99 (patch) | |
tree | ff3ad6fb2610ced60570aee23a9df1f965a0e4b0 /dev-perl/MP3-Info | |
parent | Version bump (diff) | |
download | gentoo-2-d4fb60ff8de14675c61cdd3a17e8136dbf7b1e99.tar.gz gentoo-2-d4fb60ff8de14675c61cdd3a17e8136dbf7b1e99.tar.bz2 gentoo-2-d4fb60ff8de14675c61cdd3a17e8136dbf7b1e99.zip |
Version bump
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl/MP3-Info')
-rw-r--r-- | dev-perl/MP3-Info/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/MP3-Info/MP3-Info-1.24.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/MP3-Info/ChangeLog b/dev-perl/MP3-Info/ChangeLog index 7826ba785a69..78b4b5389b35 100644 --- a/dev-perl/MP3-Info/ChangeLog +++ b/dev-perl/MP3-Info/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/MP3-Info # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/ChangeLog,v 1.60 2008/09/15 11:28:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/ChangeLog,v 1.61 2008/11/21 10:11:13 tove Exp $ + +*MP3-Info-1.24 (21 Nov 2008) + + 21 Nov 2008; Torsten Veller <tove@gentoo.org> +MP3-Info-1.24.ebuild: + Version bump 15 Sep 2008; Torsten Veller <tove@gentoo.org> -MP3-Info-1.13.ebuild, -MP3-Info-1.20.ebuild, -MP3-Info-1.21.ebuild, -MP3-Info-1.22.ebuild: diff --git a/dev-perl/MP3-Info/MP3-Info-1.24.ebuild b/dev-perl/MP3-Info/MP3-Info-1.24.ebuild new file mode 100644 index 000000000000..2f771ca79558 --- /dev/null +++ b/dev-perl/MP3-Info/MP3-Info-1.24.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/MP3-Info-1.24.ebuild,v 1.1 2008/11/21 10:11:13 tove Exp $ + +MODULE_AUTHOR=DANIEL +inherit perl-module + +DESCRIPTION="A Perl module to manipulate/fetch info from MP3 files" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |