summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-01-25 11:02:25 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-01-25 11:02:25 +0000
commitfc2988e0890ec76a839ef6b1601ed89e99159d9e (patch)
treefaa05dc0288a7cd61259af5423f36ad44748414e /net-irc/ctrlproxy
parentia64 stable wrt #255280 (diff)
downloadgentoo-2-fc2988e0890ec76a839ef6b1601ed89e99159d9e.tar.gz
gentoo-2-fc2988e0890ec76a839ef6b1601ed89e99159d9e.tar.bz2
gentoo-2-fc2988e0890ec76a839ef6b1601ed89e99159d9e.zip
Version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Diffstat (limited to 'net-irc/ctrlproxy')
-rw-r--r--net-irc/ctrlproxy/ChangeLog9
-rw-r--r--net-irc/ctrlproxy/ctrlproxy-3.0.8.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/net-irc/ctrlproxy/ChangeLog b/net-irc/ctrlproxy/ChangeLog
index e6028d936bce..0529dc1c671a 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.30 2008/08/29 15:14:15 armin76 Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.31 2009/01/25 11:02:25 armin76 Exp $
+
+*ctrlproxy-3.0.8 (25 Jan 2009)
+
+ 25 Jan 2009; Raúl Porcel <armin76@gentoo.org> +ctrlproxy-3.0.8.ebuild:
+ Version bump
29 Aug 2008; Raúl Porcel <armin76@gentoo.org> -ctrlproxy-3.0.6.ebuild,
ctrlproxy-3.0.7.ebuild:
diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.8.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.8.ebuild
new file mode 100644
index 000000000000..8100635be766
--- /dev/null
+++ b/net-irc/ctrlproxy/ctrlproxy-3.0.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.8.ebuild,v 1.1 2009/01/25 11:02:25 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"
+
+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"
+}