diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-01-14 17:20:44 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-01-14 17:20:44 +0000 |
commit | c4eaa2bb116fc8bd26c640628c0c06571d58800b (patch) | |
tree | 6f34c45e2534f11e9386eebf844b7dafb95b8e73 /media-sound/mpdscribble | |
parent | Add pkgconfig dependency for the Evil Compile Person <bugs@dev.gentooexperime... (diff) | |
download | gentoo-2-c4eaa2bb116fc8bd26c640628c0c06571d58800b.tar.gz gentoo-2-c4eaa2bb116fc8bd26c640628c0c06571d58800b.tar.bz2 gentoo-2-c4eaa2bb116fc8bd26c640628c0c06571d58800b.zip |
Add pkgconfig dependency for the Evil Compile Person <bugs@dev.gentooexperimental.org>, closes bug #205621. Quoted a few variables on the way.
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/mpdscribble')
-rw-r--r-- | media-sound/mpdscribble/ChangeLog | 11 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.2.10.ebuild | 8 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.2.12.ebuild | 11 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.2.6.ebuild | 8 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.2.7.ebuild | 8 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.2.9.ebuild | 8 |
6 files changed, 31 insertions, 23 deletions
diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog index c7b3b670a47b..df3a2b251295 100644 --- a/media-sound/mpdscribble/ChangeLog +++ b/media-sound/mpdscribble/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/mpdscribble -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.18 2007/07/29 17:55:13 beandog Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.19 2008/01/14 17:20:44 chainsaw Exp $ + + 14 Jan 2008; Tony Vroon <chainsaw@gentoo.org> mpdscribble-0.2.6.ebuild, + mpdscribble-0.2.7.ebuild, mpdscribble-0.2.9.ebuild, + mpdscribble-0.2.10.ebuild, mpdscribble-0.2.12.ebuild: + Add pkgconfig dependency for the Evil Compile Person + <bugs@dev.gentooexperimental.org>, closes bug #205621. Quoted a few + variables on the way. 29 Jul 2007; Steve Dibb <beandog@gentoo.org> mpdscribble-0.2.12.ebuild: amd64 stable, bug 183314 diff --git a/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild index 4d4f73f131b8..1dc0e2758b9f 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild,v 1.2 2007/05/01 00:11:46 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild,v 1.3 2008/01/14 17:20:44 chainsaw Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://www.frob.nl/scribble.html" @@ -12,13 +12,13 @@ IUSE="" DEPEND=">=net-libs/libsoup-2.2" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die exeinto /usr/share/mpdscribble doexe setup.sh doman mpdscribble.1 - newinitd ${FILESDIR}/mpdscribble.rc mpdscribble + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble dodoc AUTHORS ChangeLog NEWS README TODO diff --git a/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild index 11180c8ff049..42ba43e728e2 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild,v 1.6 2007/07/29 17:55:13 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild,v 1.7 2008/01/14 17:20:44 chainsaw Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://www.frob.nl/scribble.html" @@ -9,16 +9,17 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~hppa ~ppc sparc ~x86" IUSE="" -DEPEND=">=net-libs/libsoup-2.2" +DEPEND="dev-util/pkgconfig + >=net-libs/libsoup-2.2" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die exeinto /usr/share/mpdscribble doexe setup.sh doman mpdscribble.1 - newinitd ${FILESDIR}/mpdscribble.rc mpdscribble + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble dodoc AUTHORS ChangeLog NEWS README TODO diff --git a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild index 898a31241e1d..13613c71880a 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-2007 Gentoo Foundation +# Copyright 1999-2008 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.8 2007/05/01 00:11:46 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.9 2008/01/14 17:20:44 chainsaw Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://www.frob.nl/scribble.html" @@ -12,13 +12,13 @@ IUSE="" DEPEND=">=net-libs/libsoup-2.2" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die exeinto /usr/share/mpdscribble doexe setup.sh doman mpdscribble.1 - newinitd ${FILESDIR}/mpdscribble.rc mpdscribble + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble dodoc AUTHORS ChangeLog NEWS README TODO diff --git a/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild index 5c84c7e0036b..5baf21a7525d 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild,v 1.5 2007/05/01 00:11:46 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild,v 1.6 2008/01/14 17:20:44 chainsaw Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://www.frob.nl/scribble.html" @@ -12,13 +12,13 @@ IUSE="" DEPEND=">=net-libs/libsoup-2.2" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die exeinto /usr/share/mpdscribble doexe setup.sh doman mpdscribble.1 - newinitd ${FILESDIR}/mpdscribble.rc mpdscribble + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble dodoc AUTHORS ChangeLog NEWS README TODO diff --git a/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild index e03cec8cb3b8..1ff9ffa3fe0a 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild,v 1.2 2007/05/01 00:11:46 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild,v 1.3 2008/01/14 17:20:44 chainsaw Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://www.frob.nl/scribble.html" @@ -12,13 +12,13 @@ IUSE="" DEPEND=">=net-libs/libsoup-2.2" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die exeinto /usr/share/mpdscribble doexe setup.sh doman mpdscribble.1 - newinitd ${FILESDIR}/mpdscribble.rc mpdscribble + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble dodoc AUTHORS ChangeLog NEWS README TODO |