diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-15 13:37:19 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-15 13:37:19 +0000 |
commit | 8fc86c222ce17bfd73cbe6e2d8f2d5105f07f355 (patch) | |
tree | f4f08d531b5409c71e5a57506cdce1c9c5304a13 /net-irc | |
parent | Version bump, bug #217781 (diff) | |
download | gentoo-2-8fc86c222ce17bfd73cbe6e2d8f2d5105f07f355.tar.gz gentoo-2-8fc86c222ce17bfd73cbe6e2d8f2d5105f07f355.tar.bz2 gentoo-2-8fc86c222ce17bfd73cbe6e2d8f2d5105f07f355.zip |
QA, pkgconfig is only needed when building.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild | 8 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild index c05827bc62b3..deeef7ef332b 100644 --- a/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-3.0.5.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-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild,v 1.3 2008/02/20 19:56:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild,v 1.4 2008/04/15 13:37:19 drac Exp $ DESCRIPTION="IRC proxy with multiserver and multiclient support" HOMEPAGE="http://ctrlproxy.vernstok.nl/" @@ -10,11 +10,13 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="alpha ~amd64 ia64 ~ppc x86" IUSE="ssl" + RESTRICT="test" -DEPEND=">=dev-libs/glib-2 - dev-util/pkgconfig +RDEPEND=">=dev-libs/glib-2 ssl? ( net-libs/gnutls )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install install-doc || die "emake install failed" diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild index 8a9130bb797e..36e6ab53f248 100644 --- a/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-3.0.6.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-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild,v 1.1 2008/04/15 13:14:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild,v 1.2 2008/04/15 13:37:19 drac Exp $ DESCRIPTION="IRC proxy with multiserver and multiclient support" HOMEPAGE="http://www.ctrlproxy.org" @@ -12,9 +12,10 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" IUSE="ssl" RESTRICT="test" -DEPEND=">=dev-libs/glib-2 - dev-util/pkgconfig +RDEPEND=">=dev-libs/glib-2 ssl? ( net-libs/gnutls )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install install-doc || die "emake install failed" |