summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-01-07 19:43:09 +0000
committerTorsten Veller <tove@gentoo.org>2009-01-07 19:43:09 +0000
commit36f9cfda44187bd0ebcedbcbdbc106d4cd5cea60 (patch)
treea2167cd026bcd1313718f4c4dadb57cac386b80f /dev-perl/MP3-Tag
parentstable ppc64, bug 254076 (diff)
downloadgentoo-2-36f9cfda44187bd0ebcedbcbdbc106d4cd5cea60.tar.gz
gentoo-2-36f9cfda44187bd0ebcedbcbdbc106d4cd5cea60.tar.bz2
gentoo-2-36f9cfda44187bd0ebcedbcbdbc106d4cd5cea60.zip
Version bump
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-tuxonice i686)
Diffstat (limited to 'dev-perl/MP3-Tag')
-rw-r--r--dev-perl/MP3-Tag/ChangeLog9
-rw-r--r--dev-perl/MP3-Tag/MP3-Tag-0.9714.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/MP3-Tag/ChangeLog b/dev-perl/MP3-Tag/ChangeLog
index 2e68a2ec1a25..5ac62b985f3e 100644
--- a/dev-perl/MP3-Tag/ChangeLog
+++ b/dev-perl/MP3-Tag/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/MP3-Tag
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Tag/ChangeLog,v 1.29 2008/10/31 17:26:24 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Tag/ChangeLog,v 1.30 2009/01/07 19:43:09 tove Exp $
+
+*MP3-Tag-0.9714 (07 Jan 2009)
+
+ 07 Jan 2009; Torsten Veller <tove@gentoo.org> +MP3-Tag-0.9714.ebuild:
+ Version bump
*MP3-Tag-0.9713 (31 Oct 2008)
diff --git a/dev-perl/MP3-Tag/MP3-Tag-0.9714.ebuild b/dev-perl/MP3-Tag/MP3-Tag-0.9714.ebuild
new file mode 100644
index 000000000000..e5ba0f92b9ad
--- /dev/null
+++ b/dev-perl/MP3-Tag/MP3-Tag-0.9714.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Tag/MP3-Tag-0.9714.ebuild,v 1.1 2009/01/07 19:43:09 tove Exp $
+
+MODULE_AUTHOR=ILYAZ
+MODULE_SECTION=modules
+inherit perl-module eutils
+
+DESCRIPTION="Tag - Module for reading tags of mp3 files"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+SRC_TEST="do"
+
+PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
+
+DEPEND="dev-lang/perl"