diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-08 19:15:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-08 19:15:55 +0000 |
commit | 683626f3246d0a13b85a274e4a2d058ee4fa5eb5 (patch) | |
tree | 78973789d220199ce4698781f94953e244185ded /net-irc/ctrlproxy | |
parent | version bump (diff) | |
download | gentoo-2-683626f3246d0a13b85a274e4a2d058ee4fa5eb5.tar.gz gentoo-2-683626f3246d0a13b85a274e4a2d058ee4fa5eb5.tar.bz2 gentoo-2-683626f3246d0a13b85a274e4a2d058ee4fa5eb5.zip |
version bump
Diffstat (limited to 'net-irc/ctrlproxy')
-rw-r--r-- | net-irc/ctrlproxy/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/ctrlproxy/Manifest | 4 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-2.6.ebuild | 36 | ||||
-rw-r--r-- | net-irc/ctrlproxy/files/digest-ctrlproxy-2.6 | 1 |
4 files changed, 46 insertions, 4 deletions
diff --git a/net-irc/ctrlproxy/ChangeLog b/net-irc/ctrlproxy/ChangeLog index 56db76fbbaae..3630e173abbe 100644 --- a/net-irc/ctrlproxy/ChangeLog +++ b/net-irc/ctrlproxy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/ctrlproxy -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.8 2003/11/16 22:51:06 agriffis Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.9 2004/01/08 19:15:47 agriffis Exp $ + +*ctrlproxy-2.6 (08 Jan 2004) + + 08 Jan 2004; Aron Griffis <agriffis@gentoo.org> ctrlproxy-2.6.ebuild: + Version bump to 2.6 16 Nov 2003; Aron Griffis <agriffis@gentoo.org> ctrlproxy-2.5.ebuild: Stable on x86 but still having problems on alpha diff --git a/net-irc/ctrlproxy/Manifest b/net-irc/ctrlproxy/Manifest index 067e5abf7ec5..28aaa8175233 100644 --- a/net-irc/ctrlproxy/Manifest +++ b/net-irc/ctrlproxy/Manifest @@ -1,8 +1,8 @@ MD5 2aab6066527672187e222c4b6d5f337e ctrlproxy-2.0.ebuild 696 -MD5 ea82c79f6dea2f81284bf8f9b11a7d6c ChangeLog 1313 +MD5 b7d163c81acfe832696fa59cbc6f7501 ChangeLog 1438 MD5 bdf9e6fac1ec10bde5b178ad99e340fe ctrlproxy-2.2.ebuild 758 MD5 397d073413aac58d3f99cef8f19457d8 metadata.xml 252 -MD5 26337a47a9732adaa7de982f058e91d6 ctrlproxy-2.6.ebuild 842 +MD5 23ad4c1b15da752b13dfde6514742099 ctrlproxy-2.6.ebuild 842 MD5 b7ec8bba6a4f9bccf4ea5e512775c0a9 ctrlproxy-2.5.ebuild 841 MD5 393530bab0cc4a13a4b08e60b997bb48 files/digest-ctrlproxy-2.0 63 MD5 68fd0c0ccb5e8a5f575ca6cc668b8697 files/digest-ctrlproxy-2.5 65 diff --git a/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild new file mode 100644 index 000000000000..41b194d4ebbf --- /dev/null +++ b/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.6.ebuild,v 1.1 2004/01/08 19:15:47 agriffis Exp $ + +IUSE="ssl" + +DESCRIPTION="IRC proxy with multiserver and multiclient support" +HOMEPAGE="http://jelmer.vernstok.nl/${PN}/" +SRC_URI="http://jelmer.vernstok.nl/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~alpha ~x86" +IUSE="" +DEPEND=" + >=dev-libs/glib-2 + dev-libs/popt + dev-libs/libxml2 + dev-libs/tdb + dev-libs/libpcre + ssl? ( dev-libs/openssl )" + +src_compile() { + use alpha && append-flags -fPIC + econf || die + emake || die +} + +src_install() { + make install \ + DESTDIR=${D} \ + man1dir=/usr/share/man/man1 \ + man5dir=/usr/share/man/man5 || die + gzip ${D}/usr/share/doc/*/* + dodoc ctrlproxyrc.example +} diff --git a/net-irc/ctrlproxy/files/digest-ctrlproxy-2.6 b/net-irc/ctrlproxy/files/digest-ctrlproxy-2.6 new file mode 100644 index 000000000000..c7129880cf49 --- /dev/null +++ b/net-irc/ctrlproxy/files/digest-ctrlproxy-2.6 @@ -0,0 +1 @@ +MD5 f4d242cad2175f1626bb1d5558a8326a ctrlproxy-2.6.tar.gz 409600 |