summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-09 07:01:59 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-09 07:01:59 +0000
commitc42cd58bbd2fbf4c4d87a930b9ea3dc720824c94 (patch)
treef3fa554e87568f6d3e5c1bc18d38f371fe0c2425 /dev-perl/Audio-Scan
parentudisks: Add a keepdir on /media (diff)
downloadhistorical-c42cd58bbd2fbf4c4d87a930b9ea3dc720824c94.tar.gz
historical-c42cd58bbd2fbf4c4d87a930b9ea3dc720824c94.tar.bz2
historical-c42cd58bbd2fbf4c4d87a930b9ea3dc720824c94.zip
Cleanup
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Audio-Scan')
-rw-r--r--dev-perl/Audio-Scan/Audio-Scan-0.70.ebuild22
-rw-r--r--dev-perl/Audio-Scan/Audio-Scan-0.71.ebuild22
-rw-r--r--dev-perl/Audio-Scan/ChangeLog6
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-perl/Audio-Scan/Audio-Scan-0.70.ebuild b/dev-perl/Audio-Scan/Audio-Scan-0.70.ebuild
deleted file mode 100644
index ec1bad2a6be9..000000000000
--- a/dev-perl/Audio-Scan/Audio-Scan-0.70.ebuild
+++ /dev/null
@@ -1,22 +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/Audio-Scan/Audio-Scan-0.70.ebuild,v 1.1 2010/03/24 08:17:55 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=AGRUNDMA
-inherit perl-module
-
-DESCRIPTION="XS parser for MP3, MP4, Ogg Vorbis, FLAC, ASF, WAV, AIFF, Musepack, Monkey's Audio"
-
-LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod
-# dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
diff --git a/dev-perl/Audio-Scan/Audio-Scan-0.71.ebuild b/dev-perl/Audio-Scan/Audio-Scan-0.71.ebuild
deleted file mode 100644
index cf78b4b0cd60..000000000000
--- a/dev-perl/Audio-Scan/Audio-Scan-0.71.ebuild
+++ /dev/null
@@ -1,22 +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/Audio-Scan/Audio-Scan-0.71.ebuild,v 1.1 2010/03/31 07:36:00 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=AGRUNDMA
-inherit perl-module
-
-DESCRIPTION="Fast C metadata and tag reader for all common audio file formats"
-
-LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod
-# dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
diff --git a/dev-perl/Audio-Scan/ChangeLog b/dev-perl/Audio-Scan/ChangeLog
index c0ec81d0fc82..012fe2c7ccc3 100644
--- a/dev-perl/Audio-Scan/ChangeLog
+++ b/dev-perl/Audio-Scan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Audio-Scan
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Scan/ChangeLog,v 1.4 2010/04/07 06:33:32 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Scan/ChangeLog,v 1.5 2010/04/09 06:55:01 tove Exp $
+
+ 09 Apr 2010; Torsten Veller <tove@gentoo.org> -Audio-Scan-0.70.ebuild,
+ -Audio-Scan-0.71.ebuild:
+ Cleanup
*Audio-Scan-0.75 (07 Apr 2010)