diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-04-15 13:37:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-04-15 13:37:19 +0000 |
commit | b660bf0e5bd589341a5316c69e00d61d5bbfaf08 (patch) | |
tree | ddcb9ea4e5fe62a6b3ad0dc8201a03c9bfea8cc6 /net-irc | |
parent | Version bump, bug #217781 (diff) | |
download | historical-b660bf0e5bd589341a5316c69e00d61d5bbfaf08.tar.gz historical-b660bf0e5bd589341a5316c69e00d61d5bbfaf08.tar.bz2 historical-b660bf0e5bd589341a5316c69e00d61d5bbfaf08.zip |
QA, pkgconfig is only needed when building.
Package-Manager: portage-2.1.5_rc3
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ctrlproxy/Manifest | 4 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.5.ebuild | 8 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild | 7 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-irc/ctrlproxy/Manifest b/net-irc/ctrlproxy/Manifest index 71317e15c374..5b2b5278938a 100644 --- a/net-irc/ctrlproxy/Manifest +++ b/net-irc/ctrlproxy/Manifest @@ -1,6 +1,6 @@ DIST ctrlproxy-3.0.5.tar.gz 244383 RMD160 ce878ee45597777ceadac743820abc76b1cfa576 SHA1 c2653fadeebaa8a3ee842527977233c2fb1215fb SHA256 251e51bfaf5ba391732e54da184253fcc78af347af3c15fab8f5c21e3effe517 DIST ctrlproxy-3.0.6.tar.gz 476401 RMD160 896a56b9c04d0a381644764d2ffa6f1fc141c252 SHA1 60d10d03ae748faf6cd7b92d372c37d2f9712ffc SHA256 2cd6d620bf08493111db6d80688d0066d392d5f3fde2b5567ce2b0e97257a7ce -EBUILD ctrlproxy-3.0.5.ebuild 646 RMD160 64e19d2ac3437b48bf14a4ec2ceba6d490b7019e SHA1 959ae1114cd70bb05ffb5db978cd1e451d569dd2 SHA256 35b2dc3abaab55802b74233d9cca0323386de7fb4f3289cff63283189b542525 -EBUILD ctrlproxy-3.0.6.ebuild 640 RMD160 5f1999eb71d679a17ad8d90ec946452349796964 SHA1 5046ad2b68ef41bd33c2d43475e74b83f24fa6f1 SHA256 6553c124189c4b84c029eef0e4797aa6e2cb8b85edd84577ca6590e181df1274 +EBUILD ctrlproxy-3.0.5.ebuild 665 RMD160 f81fa649fbea736cf5006c6389357d3af81998f3 SHA1 3cd495fe9db0dc008313f00d106708b02eeaa5fe SHA256 80957d3f82578c18481751ba3c6a57c7462ece52b54291c9a04aa4aef03c2ba7 +EBUILD ctrlproxy-3.0.6.ebuild 658 RMD160 c03a5d6954342647e1be684d3f287cfd02075b22 SHA1 edb39a58cc16749c15eb8d066369dfe748439649 SHA256 89fd0310fd77783f9def818743a5ae723f72456268b09a8d0ef8d523ebd842cc MISC ChangeLog 4112 RMD160 f618899dd3be53ae8b7d27037fbf8dd064cdf4fe SHA1 b4147c47dd6ae98eed6b8ba04787efd7c7454aee SHA256 d79d4e2e3d01df1f015eabf0caadd29269317ca2a1ae0ee9bad9c9cc419e74e1 MISC metadata.xml 161 RMD160 6bc6b0fd0f06dfd0324061edfb9fa7befeb36c72 SHA1 9612b49ebac59ba0412b4d6c9432e0ef0018447a SHA256 809f59b671e907ebb1691697d328277b782357a78905f5d111ef8afc1d93dda6 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" |