diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-04-15 13:14:52 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-04-15 13:14:52 +0000 |
commit | 2c60581ae37e6864bae62b28fa0adb43df872607 (patch) | |
tree | f361f67acc1229923cbcb3cd72aca40ec89ecc90 /net-irc/ctrlproxy | |
parent | Version bump and old version cleanup (diff) | |
download | historical-2c60581ae37e6864bae62b28fa0adb43df872607.tar.gz historical-2c60581ae37e6864bae62b28fa0adb43df872607.tar.bz2 historical-2c60581ae37e6864bae62b28fa0adb43df872607.zip |
Version bump
Package-Manager: portage-2.1.5_rc3
Diffstat (limited to 'net-irc/ctrlproxy')
-rw-r--r-- | net-irc/ctrlproxy/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/ctrlproxy/Manifest | 4 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild | 21 |
3 files changed, 30 insertions, 2 deletions
diff --git a/net-irc/ctrlproxy/ChangeLog b/net-irc/ctrlproxy/ChangeLog index 127dbfc9dd15..b9033a7238e4 100644 --- a/net-irc/ctrlproxy/ChangeLog +++ b/net-irc/ctrlproxy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/ctrlproxy # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.26 2008/02/20 19:56:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.27 2008/04/15 13:14:52 armin76 Exp $ + +*ctrlproxy-3.0.6 (15 Apr 2008) + + 15 Apr 2008; Raúl Porcel <armin76@gentoo.org> +ctrlproxy-3.0.6.ebuild: + Version bump 20 Feb 2008; Raúl Porcel <armin76@gentoo.org> -ctrlproxy-3.0.3.ebuild, ctrlproxy-3.0.5.ebuild: diff --git a/net-irc/ctrlproxy/Manifest b/net-irc/ctrlproxy/Manifest index aabc3e69423b..71317e15c374 100644 --- a/net-irc/ctrlproxy/Manifest +++ b/net-irc/ctrlproxy/Manifest @@ -1,4 +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 -MISC ChangeLog 3990 RMD160 aad85d10a4a74c736a4a894b9397eed2512e2d48 SHA1 d5b53fcd88bdd64c61fca69c30a89019f0dc8998 SHA256 e86848d19ba5b9488fa4776c0691d6eb9e30d64fc71e0b1d41f62ce67c35e281 +EBUILD ctrlproxy-3.0.6.ebuild 640 RMD160 5f1999eb71d679a17ad8d90ec946452349796964 SHA1 5046ad2b68ef41bd33c2d43475e74b83f24fa6f1 SHA256 6553c124189c4b84c029eef0e4797aa6e2cb8b85edd84577ca6590e181df1274 +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.6.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild new file mode 100644 index 000000000000..8a9130bb797e --- /dev/null +++ b/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild @@ -0,0 +1,21 @@ +# 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 $ + +DESCRIPTION="IRC proxy with multiserver and multiclient support" +HOMEPAGE="http://www.ctrlproxy.org" +SRC_URI="http://www.ctrlproxy.org/releases/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" +IUSE="ssl" +RESTRICT="test" + +DEPEND=">=dev-libs/glib-2 + dev-util/pkgconfig + ssl? ( net-libs/gnutls )" + +src_install() { + emake DESTDIR="${D}" install install-doc || die "emake install failed" +} |