summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-04-16 21:19:26 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-04-16 21:19:26 +0000
commit35d3ae8dd7ced360afc6af1448af28ad95570105 (patch)
treeefbf4370b83ce58153a1f9014e7433da8521f9c3 /net-irc/ctrlproxy
parentVersion bump (diff)
downloadgentoo-2-35d3ae8dd7ced360afc6af1448af28ad95570105.tar.gz
gentoo-2-35d3ae8dd7ced360afc6af1448af28ad95570105.tar.bz2
gentoo-2-35d3ae8dd7ced360afc6af1448af28ad95570105.zip
Version bump
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-irc/ctrlproxy')
-rw-r--r--net-irc/ctrlproxy/ChangeLog7
-rw-r--r--net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild34
-rw-r--r--net-irc/ctrlproxy/files/digest-ctrlproxy-3.0.23
3 files changed, 43 insertions, 1 deletions
diff --git a/net-irc/ctrlproxy/ChangeLog b/net-irc/ctrlproxy/ChangeLog
index ee7dfc85c99f..5d25b9db4095 100644
--- a/net-irc/ctrlproxy/ChangeLog
+++ b/net-irc/ctrlproxy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/ctrlproxy
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.18 2007/04/01 10:59:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.19 2007/04/16 21:19:26 armin76 Exp $
+
+*ctrlproxy-3.0.2 (16 Apr 2007)
+
+ 16 Apr 2007; Raúl Porcel <armin76@gentoo.org> +ctrlproxy-3.0.2.ebuild:
+ Version bump
01 Apr 2007; Raúl Porcel <armin76@gentoo.org> ctrlproxy-3.0.1.ebuild:
ia64 stable wrt bug 171417, restrict tests, as they fail, and fix parallel
diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild
new file mode 100644
index 000000000000..8dc495a1e86b
--- /dev/null
+++ b/net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild,v 1.1 2007/04/16 21:19:26 armin76 Exp $
+
+inherit flag-o-matic
+
+DESCRIPTION="IRC proxy with multiserver and multiclient support"
+HOMEPAGE="http://ctrlproxy.vernstok.nl/"
+SRC_URI="http://ctrlproxy.vernstok.nl/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~ia64 ~ppc ~x86"
+IUSE="ssl"
+RESTRICT="test"
+
+DEPEND=">=dev-libs/glib-2
+ dev-libs/popt
+ dev-libs/libxml2
+ dev-libs/libpcre
+ dev-util/pkgconfig
+ ssl? ( net-libs/gnutls )"
+
+src_compile() {
+ # hack alert
+ append-flags -fPIC
+
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "emake install failed"
+}
diff --git a/net-irc/ctrlproxy/files/digest-ctrlproxy-3.0.2 b/net-irc/ctrlproxy/files/digest-ctrlproxy-3.0.2
new file mode 100644
index 000000000000..f691a167637f
--- /dev/null
+++ b/net-irc/ctrlproxy/files/digest-ctrlproxy-3.0.2
@@ -0,0 +1,3 @@
+MD5 d0f24cc2234f1cf7897a32a4425382a7 ctrlproxy-3.0.2.tar.gz 225263
+RMD160 6f1cd42f2b974da1359dddc44bf603675f245e5a ctrlproxy-3.0.2.tar.gz 225263
+SHA256 fd1bad34bd5ceb2db78e5e380ae5a7a227541b7be5f56a061c7f188ded553273 ctrlproxy-3.0.2.tar.gz 225263