summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2013-05-03 04:15:06 +0000
committerAlex Alexander <wired@gentoo.org>2013-05-03 04:15:06 +0000
commit4651053928f4a1c92b82632846e64d52b5646c79 (patch)
tree8a46d8fbe292514eb2a7fefac95d0a41a1542c58 /net-irc/znc
parentVersion bump. (diff)
downloadgentoo-2-4651053928f4a1c92b82632846e64d52b5646c79.tar.gz
gentoo-2-4651053928f4a1c92b82632846e64d52b5646c79.tar.bz2
gentoo-2-4651053928f4a1c92b82632846e64d52b5646c79.zip
removed old versions.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'net-irc/znc')
-rw-r--r--net-irc/znc/ChangeLog6
-rw-r--r--net-irc/znc/metadata.xml2
-rw-r--r--net-irc/znc/znc-0.094.ebuild54
-rw-r--r--net-irc/znc/znc-0.202-r1.ebuild73
-rw-r--r--net-irc/znc/znc-0.204.ebuild67
-rw-r--r--net-irc/znc/znc-0.206.ebuild67
6 files changed, 5 insertions, 264 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog
index 73473cc4cd78..971a35b1e251 100644
--- a/net-irc/znc/ChangeLog
+++ b/net-irc/znc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/znc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.64 2013/02/17 17:41:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.65 2013/05/03 04:15:05 wired Exp $
+
+ 03 May 2013; Alex Alexander <wired@gentoo.org> -znc-0.094.ebuild,
+ -znc-0.202-r1.ebuild, -znc-0.204.ebuild, -znc-0.206.ebuild, metadata.xml:
+ removed old versions.
17 Feb 2013; Agostino Sarubbo <ago@gentoo.org> znc-1.0-r1.ebuild:
Stable for x86, wrt bug #446454
diff --git a/net-irc/znc/metadata.xml b/net-irc/znc/metadata.xml
index b0c4ba63da57..b37157dfe4de 100644
--- a/net-irc/znc/metadata.xml
+++ b/net-irc/znc/metadata.xml
@@ -8,7 +8,5 @@
</maintainer>
<use>
<flag name="daemon">Allow znc to run as a system-wide service. Installs an init script and creates a znc user:group.</flag>
- <flag name="extras">Enable some additional 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.094.ebuild b/net-irc/znc/znc-0.094.ebuild
deleted file mode 100644
index 48c8af56a426..000000000000
--- a/net-irc/znc/znc-0.094.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.094.ebuild,v 1.6 2012/05/03 06:27:13 jdhore Exp $
-
-EAPI=2
-
-inherit base
-
-DESCRIPTION="An advanced IRC Bouncer"
-HOMEPAGE="http://znc.sourceforge.net"
-SRC_URI="http://znc.in/releases/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="ares debug extras ipv6 perl ssl sasl tcl"
-
-RDEPEND="
- ares? ( >=net-dns/c-ares-1.5 )
- perl? ( dev-lang/perl )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
- ssl? ( >=dev-libs/openssl-0.9.7d )
- tcl? ( dev-lang/tcl )
-"
-DEPEND="
- virtual/pkgconfig
- ${RDEPEND}
-"
-
-src_configure() {
- 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"
-}
-
-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
-}
diff --git a/net-irc/znc/znc-0.202-r1.ebuild b/net-irc/znc/znc-0.202-r1.ebuild
deleted file mode 100644
index 764f8df587a6..000000000000
--- a/net-irc/znc/znc-0.202-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.202-r1.ebuild,v 1.2 2012/05/03 06:27:13 jdhore Exp $
-
-EAPI=2
-
-PYTHON_DEPEND="python? 3"
-inherit base python
-
-DESCRIPTION="An advanced IRC Bouncer"
-HOMEPAGE="http://znc.sourceforge.net"
-SRC_URI="http://znc.in/releases/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="ares debug extras ipv6 perl python ssl sasl tcl"
-
-RDEPEND="
- ares? ( >=net-dns/c-ares-1.5 )
- perl? ( >=dev-lang/perl-5.10 )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
- ssl? ( >=dev-libs/openssl-0.9.7d )
- tcl? ( dev-lang/tcl )
-"
-DEPEND="
- virtual/pkgconfig
- perl? ( dev-lang/swig )
- python? (
- >=dev-lang/swig-2.0.2
- >=dev-lang/perl-5.10
- )
- ${RDEPEND}
-"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 3
- python_pkg_setup
- fi
-}
-
-src_prepare() {
- # security fix, bug #398159
- epatch "${FILESDIR}"/"${P}"-bouncedcc-dos-fix.patch
-}
-
-src_configure() {
- econf \
- $(use_enable ares c-ares) \
- $(use_enable debug) \
- $(use_enable extras extra) \
- $(use_enable ipv6) \
- $(use_enable perl) \
- $(use python && echo "--enable-python=python-$(python_get_version)") \
- $(use_enable sasl) \
- $(use_enable ssl openssl) \
- $(use_enable tcl tcl) \
- || die "econf failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "make install failed."
- dodoc AUTHORS README.md || 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.204.ebuild b/net-irc/znc/znc-0.204.ebuild
deleted file mode 100644
index 3ff05b526684..000000000000
--- a/net-irc/znc/znc-0.204.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.204.ebuild,v 1.2 2012/05/03 06:27:13 jdhore Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="python? 3"
-inherit base python
-
-DESCRIPTION="An advanced IRC Bouncer"
-HOMEPAGE="http://znc.sourceforge.net"
-SRC_URI="http://znc.in/releases/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="ares debug extras ipv6 perl python ssl sasl tcl"
-
-RDEPEND="
- ares? ( >=net-dns/c-ares-1.5 )
- perl? ( >=dev-lang/perl-5.10 )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
- ssl? ( >=dev-libs/openssl-0.9.7d )
- tcl? ( dev-lang/tcl )
-"
-DEPEND="
- virtual/pkgconfig
- perl? ( dev-lang/swig )
- python? (
- >=dev-lang/swig-2.0.2
- >=dev-lang/perl-5.10
- )
- ${RDEPEND}
-"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 3
- python_pkg_setup
- fi
-}
-
-src_configure() {
- econf \
- $(use_enable ares c-ares) \
- $(use_enable debug) \
- $(use_enable extras extra) \
- $(use_enable ipv6) \
- $(use_enable perl) \
- $(use python && echo "--enable-python=python-$(python_get_version)") \
- $(use_enable sasl) \
- $(use_enable ssl openssl) \
- $(use_enable tcl tcl)
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS README.md
-}
-
-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.206.ebuild b/net-irc/znc/znc-0.206.ebuild
deleted file mode 100644
index 17378c047b1f..000000000000
--- a/net-irc/znc/znc-0.206.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.206.ebuild,v 1.1 2012/05/29 17:49:40 jlec Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="python? 3"
-inherit base python
-
-DESCRIPTION="An advanced IRC Bouncer"
-HOMEPAGE="http://znc.sourceforge.net"
-SRC_URI="http://znc.in/releases/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="ares debug extras ipv6 perl python ssl sasl tcl"
-
-RDEPEND="
- ares? ( >=net-dns/c-ares-1.5 )
- perl? ( >=dev-lang/perl-5.10 )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
- ssl? ( >=dev-libs/openssl-0.9.7d )
- tcl? ( dev-lang/tcl )
-"
-DEPEND="
- virtual/pkgconfig
- perl? ( dev-lang/swig )
- python? (
- >=dev-lang/swig-2.0.2
- >=dev-lang/perl-5.10
- )
- ${RDEPEND}
-"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 3
- python_pkg_setup
- fi
-}
-
-src_configure() {
- econf \
- $(use_enable ares c-ares) \
- $(use_enable debug) \
- $(use_enable extras extra) \
- $(use_enable ipv6) \
- $(use_enable perl) \
- $(use python && echo "--enable-python=python-$(python_get_version)") \
- $(use_enable sasl) \
- $(use_enable ssl openssl) \
- $(use_enable tcl tcl)
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS README.md
-}
-
-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
-}