summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2005-09-16 15:07:39 +0000
committerTom Martin <slarti@gentoo.org>2005-09-16 15:07:39 +0000
commiteb1f6d848bae7795824d5e448065f6445a4ec890 (patch)
tree7889cd62a6fdbb8f06ad27a39402f53fc59316d9 /media-sound
parentCorrected HOMEPAGE and SRC_URI. Fixes bug #106108. (diff)
downloadhistorical-eb1f6d848bae7795824d5e448065f6445a4ec890.tar.gz
historical-eb1f6d848bae7795824d5e448065f6445a4ec890.tar.bz2
historical-eb1f6d848bae7795824d5e448065f6445a4ec890.zip
Added missing RDEPEND.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mpdscribble/ChangeLog5
-rw-r--r--media-sound/mpdscribble/Manifest10
-rw-r--r--media-sound/mpdscribble/mpdscribble-0.2.6.ebuild4
3 files changed, 12 insertions, 7 deletions
diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog
index 6c16902f9fca..e3efaf412980 100644
--- a/media-sound/mpdscribble/ChangeLog
+++ b/media-sound/mpdscribble/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mpdscribble
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.1 2005/09/15 18:15:32 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.2 2005/09/16 15:07:39 slarti Exp $
+
+ 16 Sep 2005; Tom Martin <slarti@gentoo.org> mpdscribble-0.2.6.ebuild:
+ Added an RDEPEND for mpd or mpd-svn. I really am scatter-brained.
*mpdscribble-0.2.6 (15 Sep 2005)
diff --git a/media-sound/mpdscribble/Manifest b/media-sound/mpdscribble/Manifest
index c46a0d1d99d3..ad923f55067c 100644
--- a/media-sound/mpdscribble/Manifest
+++ b/media-sound/mpdscribble/Manifest
@@ -1,15 +1,15 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 7b925c5815b4a16035e0c52deb802ec4 ChangeLog 441
-MD5 847c717bac7225e226bd147fd09b1dde mpdscribble-0.2.6.ebuild 1221
+MD5 a3b42ecc67a3a1e0daf5e26b9fa61b89 ChangeLog 582
+MD5 049a23cd9b265a9bdc2ae0a7de911420 mpdscribble-0.2.6.ebuild 1275
MD5 ac8292cf54418efa89fa3e29c0c1cacb metadata.xml 686
MD5 22daeb4585fbe5bdb0cd7f98277cded9 files/mpdscribble.rc 477
MD5 bb3bc554122fe799b840d3af19e2a511 files/digest-mpdscribble-0.2.6 69
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDKbumCHk4+ZoBpvsRArGSAKDH/c7J4yZJAIO+H36U+3h230TaHgCffjg1
-ggJ78ZO10xzkwP33j3tpi00=
-=or6D
+iD8DBQFDKt/VCHk4+ZoBpvsRAkhCAKDE+VhqiiCqW3RkXu9pigpUceLbbwCfdOJa
+ezr9PInQO3SE/QJB/+5WfKQ=
+=QT1Q
-----END PGP SIGNATURE-----
diff --git a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild
index 13a5ffc27b87..b52183ba4530 100644
--- a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild
+++ b/media-sound/mpdscribble/mpdscribble-0.2.6.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/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.1 2005/09/15 18:15:32 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.2 2005/09/16 15:07:39 slarti Exp $
DESCRIPTION="An MPD client that submits information to audioscrobbler."
HOMEPAGE="http://scribble.frob.nl/"
@@ -15,6 +15,8 @@ DEPEND=">=dev-libs/glib-2.0
>=net-libs/gnutls-1.2.4
>=dev-libs/libgcrypt-1.2.1"
+RDEPEND="|| ( media-sound/mpd media-sound/mpd-svn )"
+
src_install() {
make DESTDIR=${D} install || die