summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-10-29 22:49:09 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-10-29 22:49:09 +0000
commit74cf86548baccd62539c42eb94cce85b5571af1c (patch)
treeee7ff5e8ae8ce91a4e5a8bf1fa916048809b3761 /media-sound/ncmpc
parentFix typo, thanks to Patrick Lauer in bug #153364. (diff)
downloadgentoo-2-74cf86548baccd62539c42eb94cce85b5571af1c.tar.gz
gentoo-2-74cf86548baccd62539c42eb94cce85b5571af1c.tar.bz2
gentoo-2-74cf86548baccd62539c42eb94cce85b5571af1c.zip
Added pkgconfig to DEPEND to solve bug #153354 by "Evil Compile Person" <bugs at dev.gentooexperimental.org>.
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'media-sound/ncmpc')
-rw-r--r--media-sound/ncmpc/ChangeLog7
-rw-r--r--media-sound/ncmpc/ncmpc-0.11.0.ebuild5
-rw-r--r--media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild5
-rw-r--r--media-sound/ncmpc/ncmpc-0.11.1.ebuild5
4 files changed, 15 insertions, 7 deletions
diff --git a/media-sound/ncmpc/ChangeLog b/media-sound/ncmpc/ChangeLog
index 3dbf24a86d10..42a40f6dc7b3 100644
--- a/media-sound/ncmpc/ChangeLog
+++ b/media-sound/ncmpc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/ncmpc
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.20 2006/09/10 18:02:33 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.21 2006/10/29 22:49:09 ticho Exp $
+
+ 29 Oct 2006; Andrej Kacian <ticho@gentoo.org> ncmpc-0.11.0.ebuild,
+ ncmpc-0.11.1.ebuild, ncmpc-0.11.1-r1.ebuild:
+ Added pkgconfig to DEPEND to solve bug #153354 by "Evil Compile Person"
+ <bugs at dev.gentooexperimental.org>.
10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
ncmpc-0.11.1-r1.ebuild:
diff --git a/media-sound/ncmpc/ncmpc-0.11.0.ebuild b/media-sound/ncmpc/ncmpc-0.11.0.ebuild
index 09464f0afe16..c8648a8df126 100644
--- a/media-sound/ncmpc/ncmpc-0.11.0.ebuild
+++ b/media-sound/ncmpc/ncmpc-0.11.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.0.ebuild,v 1.6 2006/03/08 17:50:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.0.ebuild,v 1.7 2006/10/29 22:49:09 ticho Exp $
IUSE=""
@@ -15,7 +15,8 @@ KEYWORDS="ppc x86 sparc amd64"
RDEPEND="sys-libs/ncurses
dev-libs/popt
>=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make install DESTDIR=${D} docdir=/usr/share/doc/${PF} \
diff --git a/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild b/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild
index 8e945ed1119b..7a1c4bccb7dd 100644
--- a/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild
+++ b/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild,v 1.8 2006/09/10 18:02:33 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild,v 1.9 2006/10/29 22:49:09 ticho Exp $
DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
HOMEPAGE="http://www.musicpd.org/?page=ncmpc"
@@ -14,7 +14,8 @@ KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd"
RDEPEND="sys-libs/ncurses
dev-libs/popt
>=dev-libs/glib-2.4"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
pkg_setup() {
use search-screen && einfo "Please note that the search-screen is experimental"
diff --git a/media-sound/ncmpc/ncmpc-0.11.1.ebuild b/media-sound/ncmpc/ncmpc-0.11.1.ebuild
index 9f1b268bf19f..5e9751eb1d1b 100644
--- a/media-sound/ncmpc/ncmpc-0.11.1.ebuild
+++ b/media-sound/ncmpc/ncmpc-0.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1.ebuild,v 1.6 2006/03/08 17:50:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1.ebuild,v 1.7 2006/10/29 22:49:09 ticho Exp $
IUSE=""
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 hppa ppc sparc x86"
RDEPEND="sys-libs/ncurses
dev-libs/popt
>=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make install DESTDIR=${D} docdir=/usr/share/doc/${PF} \