summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-22 13:33:05 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-22 13:33:05 +0000
commit1f28469acdee8bd26f97a579f2cce0cf0edb8914 (patch)
treeee92cf869c5578706445a6c4d527a016172e4d29 /net-analyzer/pinger
parentAdd ~sparc at developer (eva) request, Bug #218417. spectre-test appears to (diff)
downloadgentoo-2-1f28469acdee8bd26f97a579f2cce0cf0edb8914.tar.gz
gentoo-2-1f28469acdee8bd26f97a579f2cce0cf0edb8914.tar.bz2
gentoo-2-1f28469acdee8bd26f97a579f2cce0cf0edb8914.zip
Move pkgconfig from RDEPEND to DEPEND.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'net-analyzer/pinger')
-rw-r--r--net-analyzer/pinger/ChangeLog6
-rw-r--r--net-analyzer/pinger/pinger-0.32.ebuild7
-rw-r--r--net-analyzer/pinger/pinger-0.32c.ebuild7
3 files changed, 13 insertions, 7 deletions
diff --git a/net-analyzer/pinger/ChangeLog b/net-analyzer/pinger/ChangeLog
index 4bccd6bfd835..0fc0c3826034 100644
--- a/net-analyzer/pinger/ChangeLog
+++ b/net-analyzer/pinger/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/pinger
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/ChangeLog,v 1.10 2008/02/25 18:59:28 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/ChangeLog,v 1.11 2008/04/22 13:33:05 drac Exp $
+
+ 22 Apr 2008; Samuli Suominen <drac@gentoo.org> pinger-0.32.ebuild,
+ pinger-0.32c.ebuild:
+ Move pkgconfig from RDEPEND to DEPEND.
25 Feb 2008; <pva@gentoo.org> pinger-0.32c.ebuild:
Making gtk+ optional dependency, bug #195926, reported by Davide Cendron.
diff --git a/net-analyzer/pinger/pinger-0.32.ebuild b/net-analyzer/pinger/pinger-0.32.ebuild
index 98c076b64638..36fc817a32b1 100644
--- a/net-analyzer/pinger/pinger-0.32.ebuild
+++ b/net-analyzer/pinger/pinger-0.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/pinger-0.32.ebuild,v 1.3 2008/01/20 18:52:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/pinger-0.32.ebuild,v 1.4 2008/04/22 13:33:05 drac Exp $
DESCRIPTION="Cyclic multi ping utility for selected adresses using GTK/ncurses."
HOMEPAGE="http://aa.vslib.cz/silk/projekty/pinger/index.php"
@@ -11,9 +11,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
-DEPEND=">=dev-util/pkgconfig-0.12
- >=x11-libs/gtk+-2.4.0
+RDEPEND=">=x11-libs/gtk+-2.4
sys-libs/ncurses"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make install DESTDIR="${D}"
diff --git a/net-analyzer/pinger/pinger-0.32c.ebuild b/net-analyzer/pinger/pinger-0.32c.ebuild
index bf64b42bd2a5..99f5fd05f0d5 100644
--- a/net-analyzer/pinger/pinger-0.32c.ebuild
+++ b/net-analyzer/pinger/pinger-0.32c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/pinger-0.32c.ebuild,v 1.3 2008/02/25 18:59:28 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/pinger-0.32c.ebuild,v 1.4 2008/04/22 13:33:05 drac Exp $
inherit eutils autotools
@@ -14,9 +14,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gtk nls"
-DEPEND=">=dev-util/pkgconfig-0.12
- gtk? ( >=x11-libs/gtk+-2.4.0 )
+RDEPEND="gtk? ( >=x11-libs/gtk+-2.4 )
sys-libs/ncurses"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_unpack() {
unpack ${A}