summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-07-19 18:15:14 +0000
committerAlex Alexander <wired@gentoo.org>2010-07-19 18:15:14 +0000
commitdfc64ebc81d74d00a0153976720d8106db9247b1 (patch)
tree70549f88ff07f669c0b52ccfd05483c8b36fa6e2 /net-irc/znc
parentfixed bug #291713 (diff)
downloadgentoo-2-dfc64ebc81d74d00a0153976720d8106db9247b1.tar.gz
gentoo-2-dfc64ebc81d74d00a0153976720d8106db9247b1.tar.bz2
gentoo-2-dfc64ebc81d74d00a0153976720d8106db9247b1.zip
removed all versions affected by bug #323965
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/znc')
-rw-r--r--net-irc/znc/ChangeLog6
-rw-r--r--net-irc/znc/metadata.xml1
-rw-r--r--net-irc/znc/znc-0.080.ebuild46
-rw-r--r--net-irc/znc/znc-0.090.ebuild49
4 files changed, 5 insertions, 97 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog
index b8f86a2b2587..dbbcc99bf4ca 100644
--- a/net-irc/znc/ChangeLog
+++ b/net-irc/znc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/znc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.38 2010/07/05 21:58:38 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.39 2010/07/19 18:15:14 wired Exp $
+
+ 19 Jul 2010; Alex Alexander <wired@gentoo.org> -znc-0.080.ebuild,
+ -znc-0.090.ebuild, metadata.xml:
+ removed all versions affected by bug #323965
*znc-0.092 (05 Jul 2010)
diff --git a/net-irc/znc/metadata.xml b/net-irc/znc/metadata.xml
index ed56ae51ed5d..ed39b191f8fd 100644
--- a/net-irc/znc/metadata.xml
+++ b/net-irc/znc/metadata.xml
@@ -8,7 +8,6 @@
</maintainer>
<use>
<flag name="extras">Enable some additional modules</flag>
- <flag name="nomodules">Don't build modules</flag>
<flag name="ares">Enables support for asynchronous DNS using the c-ares library</flag>
</use>
</pkgmetadata>
diff --git a/net-irc/znc/znc-0.080.ebuild b/net-irc/znc/znc-0.080.ebuild
deleted file mode 100644
index 37323acaaa12..000000000000
--- a/net-irc/znc/znc-0.080.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.080.ebuild,v 1.4 2010/04/13 11:53:37 phajdan.jr Exp $
-
-DESCRIPTION="An advanced IRC Bouncer"
-HOMEPAGE="http://znc.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="ares debug extras ipv6 nomodules perl ssl sasl"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d )
- perl? ( dev-lang/perl )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
- ares? ( net-dns/c-ares )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable extras extra) \
- $(use_enable ipv6) \
- $(use_enable !nomodules modules) \
- $(use_enable perl) \
- $(use_enable ssl openssl) \
- $(use_enable sasl) \
- $(use_enable ares c-ares) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "make install failed."
- dodoc AUTHORS || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog
- elog "Run 'znc --makeconf' as the user you want to run ZNC as"
- elog "to make a configuration file"
- elog "If you are using SSL you should also run 'znc --makepem'"
- elog
-}
diff --git a/net-irc/znc/znc-0.090.ebuild b/net-irc/znc/znc-0.090.ebuild
deleted file mode 100644
index 5867911fd4f5..000000000000
--- a/net-irc/znc/znc-0.090.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.090.ebuild,v 1.1 2010/06/07 09:27:07 wired Exp $
-
-DESCRIPTION="An advanced IRC Bouncer"
-HOMEPAGE="http://znc.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="ares debug extras ipv6 perl ssl sasl tcl"
-
-DEPEND="
- ares? ( net-dns/c-ares )
- perl? ( dev-lang/perl )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
- ssl? ( >=dev-libs/openssl-0.9.7d )
- tcl? ( dev-lang/tcl )
-"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf \
- $(use_enable ares c-ares) \
- $(use_enable debug) \
- $(use_enable extras extra) \
- $(use_enable ipv6) \
- $(use_enable perl) \
- $(use_enable sasl) \
- $(use_enable ssl openssl) \
- $(use_enable tcl tcl) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "make install failed."
- dodoc AUTHORS README || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog
- elog "Run 'znc --makeconf' as the user you want to run ZNC as"
- elog "to make a configuration file"
- elog "If you are using SSL you should also run 'znc --makepem'"
- elog
-}