diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-24 16:18:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-24 16:18:30 +0000 |
commit | 3aaf547039080a25b58a1eef227b3c2727817dbf (patch) | |
tree | b0dfb5d8bacb3ac9f070e001a75891a9766b1925 /media-sound | |
parent | Remove broken (and obviously never tested) ebuild. Add version bump (diff) | |
download | gentoo-2-3aaf547039080a25b58a1eef227b3c2727817dbf.tar.gz gentoo-2-3aaf547039080a25b58a1eef227b3c2727817dbf.tar.bz2 gentoo-2-3aaf547039080a25b58a1eef227b3c2727817dbf.zip |
Little cleanups.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/xmcd/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/xmcd/xmcd-3.3.2.ebuild | 20 |
2 files changed, 10 insertions, 15 deletions
diff --git a/media-sound/xmcd/ChangeLog b/media-sound/xmcd/ChangeLog index 8ba2406d51a4..a1b462f0991e 100644 --- a/media-sound/xmcd/ChangeLog +++ b/media-sound/xmcd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/xmcd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/ChangeLog,v 1.15 2005/08/24 07:50:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/ChangeLog,v 1.16 2005/08/24 16:18:30 flameeyes Exp $ + + 24 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> xmcd-3.3.2.ebuild: + Little cleanups. 24 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> xmcd-3.3.2.ebuild: Don't call chown with root:root. diff --git a/media-sound/xmcd/xmcd-3.3.2.ebuild b/media-sound/xmcd/xmcd-3.3.2.ebuild index 62a30ce27812..88dfad153995 100644 --- a/media-sound/xmcd/xmcd-3.3.2.ebuild +++ b/media-sound/xmcd/xmcd-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/xmcd-3.3.2.ebuild,v 1.12 2005/08/24 07:50:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/xmcd-3.3.2.ebuild,v 1.13 2005/08/24 16:18:30 flameeyes Exp $ inherit eutils @@ -10,7 +10,9 @@ SUPPLIB="cddb2supplib" DESCRIPTION="Xmcd is a full-featured CD Player and Ripper software package." HOMEPAGE="http://www.ibiblio.org/tkan/xmcd/" SRC_URI="http://www.ibiblio.org/tkan/download/${PN}/${PV}/src/${P}.tar.gz - http://www.ibiblio.org/tkan/download/cddb2supp/${PV}/lib/linux-x86-libc6/${SUPPLIB}.tar.gz" + x86? ( + http://www.ibiblio.org/tkan/download/cddb2supp/${PV}/lib/linux-x86-libc6/${SUPPLIB}.tar.gz + )" LICENSE="GPL-2" SLOT="0" @@ -26,20 +28,10 @@ DEPEND="virtual/x11 vorbis? ( >=media-libs/libvorbis-1.0 )" src_unpack() { - - ebegin "Unpacking ${P} source tarball" - unpack ${P}.tar.gz > /dev/null - eend 0 - - if use x86 - then - ebegin "Unpacking Gracenote CDDB² support package" - unpack ${SUPPLIB}.tar.gz > /dev/null - eend 0 - fi + unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-gentoo.patch || die + epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { |