summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-02-18 18:39:27 +0000
committerSteve Dibb <beandog@gentoo.org>2009-02-18 18:39:27 +0000
commit0f09c19cb69379e5d5dbd997ed2aa05621dfbd66 (patch)
tree6c73e68337a4c61f92ef5c000fbf0af64c343d37 /media-sound
parentassign to sound herd (diff)
downloadgentoo-2-0f09c19cb69379e5d5dbd997ed2aa05621dfbd66.tar.gz
gentoo-2-0f09c19cb69379e5d5dbd997ed2aa05621dfbd66.tar.bz2
gentoo-2-0f09c19cb69379e5d5dbd997ed2aa05621dfbd66.zip
cleanup ebuilds
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r1.ebuild13
-rw-r--r--media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r3.ebuild15
2 files changed, 15 insertions, 13 deletions
diff --git a/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r1.ebuild b/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r1.ebuild
index b8135695f440..87b536270ec1 100644
--- a/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r1.ebuild
+++ b/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r1.ebuild,v 1.2 2006/12/10 05:52:59 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r1.ebuild,v 1.3 2009/02/18 18:39:27 beandog Exp $
inherit perl-module eutils
@@ -18,13 +18,14 @@ DEPEND="virtual/perl-Getopt-Long
!minimal? ( dev-perl/Term-ReadPassword )
tagwriting? ( dev-perl/MP3-Tag )
amazon? ( dev-perl/MP3-Tag dev-perl/Net-Amazon )"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/last.fm-ripper-${PV}"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/UnescapedVariableFix.patch
- epatch ${FILESDIR}/CoverOutputDirectoryFix.patch
- epatch ${FILESDIR}/HandleSlashCharFix.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/UnescapedVariableFix.patch
+ epatch "${FILESDIR}"/CoverOutputDirectoryFix.patch
+ epatch "${FILESDIR}"/HandleSlashCharFix.patch
}
diff --git a/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r3.ebuild b/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r3.ebuild
index 5858163841c6..f642e4f4fcac 100644
--- a/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r3.ebuild
+++ b/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r3.ebuild,v 1.2 2006/12/10 05:52:59 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-ripper/lastfm-ripper-1.2.1-r3.ebuild,v 1.3 2009/02/18 18:39:27 beandog Exp $
inherit perl-module eutils
@@ -18,14 +18,15 @@ DEPEND="virtual/perl-Getopt-Long
!minimal? ( dev-perl/Term-ReadPassword )
tagwriting? ( dev-perl/MP3-Tag )
amazon? ( dev-perl/MP3-Tag dev-perl/Net-Amazon )"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/last.fm-ripper-${PV}"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/UnescapedVariableFix.patch
- epatch ${FILESDIR}/CoverOutputDirectoryFix.patch
- epatch ${FILESDIR}/HandleSlashCharFix.patch
- epatch ${FILESDIR}/URL-Handling-fix.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/UnescapedVariableFix.patch
+ epatch "${FILESDIR}"/CoverOutputDirectoryFix.patch
+ epatch "${FILESDIR}"/HandleSlashCharFix.patch
+ epatch "${FILESDIR}"/URL-Handling-fix.patch
}