summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-24 16:18:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-24 16:18:30 +0000
commit02fcfaf2ebffabb42ba02095027a16260f03fd22 (patch)
tree0d9b049cc3f221d4c02ddad2b34c789023aa27b1 /media-sound/xmcd
parentRemove broken (and obviously never tested) ebuild. Add version bump (diff)
downloadhistorical-02fcfaf2ebffabb42ba02095027a16260f03fd22.tar.gz
historical-02fcfaf2ebffabb42ba02095027a16260f03fd22.tar.bz2
historical-02fcfaf2ebffabb42ba02095027a16260f03fd22.zip
Little cleanups.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-sound/xmcd')
-rw-r--r--media-sound/xmcd/ChangeLog5
-rw-r--r--media-sound/xmcd/Manifest10
-rw-r--r--media-sound/xmcd/xmcd-3.3.2.ebuild20
3 files changed, 20 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/Manifest b/media-sound/xmcd/Manifest
index 612e3e945cc3..05df67ce4868 100644
--- a/media-sound/xmcd/Manifest
+++ b/media-sound/xmcd/Manifest
@@ -1,5 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 7675c1656fbd88cee7a7f521d6368920 ChangeLog 2017
MD5 173e805a0231804696522712724e436b xmcd-3.3.2.ebuild 3866
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
MD5 b54e3803073e1e4f961bb0e66d322647 files/digest-xmcd-3.3.2 127
MD5 b6909e49017277bdc8ed33c65f9d282c files/xmcd-3.3.2-gentoo.patch 8407
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDDJ3xj5H05b2HAEkRAvRfAJ4xtwXfVHyj32cxlJWB3C93HIGKIgCeMuMb
+KSA+aFXaxNGJ02Vgpyuu4JI=
+=Ya5R
+-----END PGP SIGNATURE-----
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() {