diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-05-14 20:06:57 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-05-14 20:06:57 +0000 |
commit | 82facb26c55e02a84e69a617e6c7de26f7f348f5 (patch) | |
tree | a8a44ac029896373e269f0fc623dda6356eff6d9 /net-irc | |
parent | add net-irc/unrealircd:showlistmodes (diff) | |
download | gentoo-2-82facb26c55e02a84e69a617e6c7de26f7f348f5.tar.gz gentoo-2-82facb26c55e02a84e69a617e6c7de26f7f348f5.tar.bz2 gentoo-2-82facb26c55e02a84e69a617e6c7de26f7f348f5.zip |
revbump for new useflag to support displaying channel modes during compilation
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/unrealircd/files/digest-unrealircd-3.2.6-r1 (renamed from net-irc/unrealircd/files/digest-unrealircd-3.2.6) | 0 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild (renamed from net-irc/unrealircd/unrealircd-3.2.6.ebuild) | 5 |
3 files changed, 10 insertions, 3 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index e064906ec74e..1ac07feca737 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/unrealircd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.56 2007/05/06 12:48:16 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.57 2007/05/14 20:06:57 jokey Exp $ + +*unrealircd-3.2.6-r1 (14 May 2007) + + 14 May 2007; Markus Ullmann <jokey@gentoo.org> -unrealircd-3.2.6.ebuild, + +unrealircd-3.2.6-r1.ebuild: + revbump for new useflag to support displaying channel modes during compilation 06 May 2007; Marius Mauch <genone@gentoo.org> unrealircd-3.2.6.ebuild: Replacing einfo with elog diff --git a/net-irc/unrealircd/files/digest-unrealircd-3.2.6 b/net-irc/unrealircd/files/digest-unrealircd-3.2.6-r1 index c20008cf013d..c20008cf013d 100644 --- a/net-irc/unrealircd/files/digest-unrealircd-3.2.6 +++ b/net-irc/unrealircd/files/digest-unrealircd-3.2.6-r1 diff --git a/net-irc/unrealircd/unrealircd-3.2.6.ebuild b/net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild index ce034a6f3afd..b7e6d8e2519d 100644 --- a/net-irc/unrealircd/unrealircd-3.2.6.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.6.ebuild,v 1.6 2007/05/06 12:48:16 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild,v 1.1 2007/05/14 20:06:57 jokey Exp $ inherit eutils ssl-cert versionator multilib @@ -16,7 +16,7 @@ SRC_URI="http://unreal.brueggisite.de/${MY_P}.tar.gz SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd" -IUSE="hub ipv6 ssl zlib curl prefixaq" +IUSE="hub ipv6 ssl zlib curl prefixaq showlistmodes" RDEPEND="ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib ) @@ -58,6 +58,7 @@ src_compile() { use hub && myconf="${myconf} --enable-hub" use ssl && myconf="${myconf} --enable-ssl" use prefixaq && myconf="${myconf} --enable-prefixaq" + use showlistmodes && myconf="${myconf} --with-showlistmodes" econf \ --with-listen=5 \ |