diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2008-01-18 21:16:05 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2008-01-18 21:16:05 +0000 |
commit | aa30e9e833de9f177cfe85a5ca02f820bc5ee831 (patch) | |
tree | 976252106f12e24a089fe7059b5ab838e3e3515b /games-util | |
parent | Version bump. (diff) | |
download | gentoo-2-aa30e9e833de9f177cfe85a5ca02f820bc5ee831.tar.gz gentoo-2-aa30e9e833de9f177cfe85a5ca02f820bc5ee831.tar.bz2 gentoo-2-aa30e9e833de9f177cfe85a5ca02f820bc5ee831.zip |
Missing pkg-config dependency. Bug #206439
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/xqf/ChangeLog | 10 | ||||
-rw-r--r-- | games-util/xqf/xqf-1.0.4-r1.ebuild | 7 | ||||
-rw-r--r-- | games-util/xqf/xqf-1.0.5.ebuild | 5 |
3 files changed, 14 insertions, 8 deletions
diff --git a/games-util/xqf/ChangeLog b/games-util/xqf/ChangeLog index 3bfb75ed61ab..d6015aa7b6e8 100644 --- a/games-util/xqf/ChangeLog +++ b/games-util/xqf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/xqf -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.25 2006/11/04 19:10:01 nyhm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.26 2008/01/18 21:16:05 tupone Exp $ + + 18 Jan 2008; Tupone Alfredo <tupone@gentoo.org> xqf-1.0.4-r1.ebuild, + xqf-1.0.5.ebuild: + Missing pkg-config dependency. Bug #206439 by Evil Compile Person *xqf-1.0.5 (04 Nov 2006) @@ -132,7 +136,7 @@ fix sourceforge mirroring. 13 April 2002; Bart Verwilst <verwilst@gentoo.org>: just added a - description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.25 2006/11/04 19:10:01 nyhm Exp $ + description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.26 2008/01/18 21:16:05 tupone Exp $ *xqf-0.9.8 (6 Apr 2002) diff --git a/games-util/xqf/xqf-1.0.4-r1.ebuild b/games-util/xqf/xqf-1.0.4-r1.ebuild index 7f148126fa52..055e3c119139 100644 --- a/games-util/xqf/xqf-1.0.4-r1.ebuild +++ b/games-util/xqf/xqf-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.4-r1.ebuild,v 1.4 2006/10/05 21:02:56 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.4-r1.ebuild,v 1.5 2008/01/18 21:16:05 tupone Exp $ inherit eutils DESCRIPTION="A server browser for many FPS games (frontend for qstat)" @@ -18,12 +18,13 @@ RDEPEND="=x11-libs/gtk+-2* geoip? ( dev-libs/geoip ) bzip2? ( app-arch/bzip2 )" DEPEND="${RDEPEND} + dev-util/pkgconfig nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} cd "${S}" - epatch ${FILESDIR}/gtk2.patch + epatch "${FILESDIR}"/gtk2.patch # "splash.png" is pretty generic #55949 sed -i \ -e 's:splash\.png:xqfsplash.png:' \ diff --git a/games-util/xqf/xqf-1.0.5.ebuild b/games-util/xqf/xqf-1.0.5.ebuild index ee0426d2f7a0..35ebeb8f7452 100644 --- a/games-util/xqf/xqf-1.0.5.ebuild +++ b/games-util/xqf/xqf-1.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.2 2006/11/04 23:08:55 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.3 2008/01/18 21:16:05 tupone Exp $ DESCRIPTION="A server browser for many FPS games (frontend for qstat)" HOMEPAGE="http://www.linuxgames.com/xqf/" @@ -17,6 +17,7 @@ RDEPEND="=x11-libs/gtk+-2* geoip? ( dev-libs/geoip ) bzip2? ( app-arch/bzip2 )" DEPEND="${RDEPEND} + dev-util/pkgconfig nls? ( sys-devel/gettext )" src_compile() { |