summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2011-10-30 22:35:45 +0000
committerAlex Alexander <wired@gentoo.org>2011-10-30 22:35:45 +0000
commit9d4ef20f29e111b86d2cbbf07e6f16440415f52c (patch)
treec55163eb3adb33692c38fe46237ce41351d5e08b /net-irc
parentLastrite dev-scheme/plt-scheme wrt #389041. (diff)
downloadgentoo-2-9d4ef20f29e111b86d2cbbf07e6f16440415f52c.tar.gz
gentoo-2-9d4ef20f29e111b86d2cbbf07e6f16440415f52c.tar.bz2
gentoo-2-9d4ef20f29e111b86d2cbbf07e6f16440415f52c.zip
removed old versions. dependency improvements, thanks to DGandalf
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/znc/ChangeLog7
-rw-r--r--net-irc/znc/znc-0.096-r1.ebuild59
-rw-r--r--net-irc/znc/znc-0.096.ebuild55
-rw-r--r--net-irc/znc/znc-0.098.ebuild67
-rw-r--r--net-irc/znc/znc-0.200.ebuild70
-rw-r--r--net-irc/znc/znc-0.202.ebuild9
-rw-r--r--net-irc/znc/znc-9999.ebuild9
7 files changed, 18 insertions, 258 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog
index 0d75211608e8..34addfecce5e 100644
--- a/net-irc/znc/ChangeLog
+++ b/net-irc/znc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/znc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.52 2011/09/23 22:36:54 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.53 2011/10/30 22:35:45 wired Exp $
+
+ 30 Oct 2011; Alex Alexander <wired@gentoo.org> -znc-0.096.ebuild,
+ -znc-0.096-r1.ebuild, -znc-0.098.ebuild, -znc-0.200.ebuild, znc-0.202.ebuild,
+ znc-9999.ebuild:
+ removed old versions. dependency improvements, thanks to DGandalf
*znc-0.202 (23 Sep 2011)
diff --git a/net-irc/znc/znc-0.096-r1.ebuild b/net-irc/znc/znc-0.096-r1.ebuild
deleted file mode 100644
index 7f1c3582312f..000000000000
--- a/net-irc/znc/znc-0.096-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.096-r1.ebuild,v 1.1 2011/03/03 23:51:31 wired 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="
- dev-util/pkgconfig
- perl? ( dev-lang/swig )
- ${RDEPEND}
-"
-PATCHES=(
- # https://github.com/znc/znc/commit/ddd302fbf549bac9cbd9b6675b145ddf0a802aa7
- "${FILESDIR}"/"${P}"-clearbuffersonmsg-fix.patch
-)
-
-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.096.ebuild b/net-irc/znc/znc-0.096.ebuild
deleted file mode 100644
index a4068b2bd916..000000000000
--- a/net-irc/znc/znc-0.096.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.096.ebuild,v 1.2 2011/02/21 07:44:44 wired 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="
- dev-util/pkgconfig
- perl? ( dev-lang/swig )
- ${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.098.ebuild b/net-irc/znc/znc-0.098.ebuild
deleted file mode 100644
index 289f71964692..000000000000
--- a/net-irc/znc/znc-0.098.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.098.ebuild,v 1.1 2011/04/01 12:14:41 wired 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 )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
- ssl? ( >=dev-libs/openssl-0.9.7d )
- tcl? ( dev-lang/tcl )
-"
-DEPEND="
- dev-util/pkgconfig
- perl? ( dev-lang/swig )
- python? ( dev-lang/swig )
- ${RDEPEND}
-"
-
-PATCHES=( "${FILESDIR}/${P}-modpython-as-needed.patch" )
-
-pkg_setup() {
- use python && python_set_active_version 3
- use python && python_pkg_setup
-}
-
-src_configure() {
- use python && local pyconf="=python-config-$(python_get_version)"
-
- econf \
- $(use_enable ares c-ares) \
- $(use_enable debug) \
- $(use_enable extras extra) \
- $(use_enable ipv6) \
- $(use_enable perl) \
- $(use_enable python "python${pyconf}") \
- $(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.200.ebuild b/net-irc/znc/znc-0.200.ebuild
deleted file mode 100644
index 4970acc13e76..000000000000
--- a/net-irc/znc/znc-0.200.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.200.ebuild,v 1.1 2011/09/08 20:27:13 wired 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 )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
- ssl? ( >=dev-libs/openssl-0.9.7d )
- tcl? ( dev-lang/tcl )
-"
-DEPEND="
- dev-util/pkgconfig
- perl? ( dev-lang/swig )
- python? ( dev-lang/swig )
- ${RDEPEND}
-"
-
-PATCHES=(
- # https://github.com/znc/znc/issues/63
- "${FILESDIR}/${P}-segfault-fix.patch"
-)
-
-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) \
- || 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.202.ebuild b/net-irc/znc/znc-0.202.ebuild
index a1e32fe197b2..b51651f749e1 100644
--- a/net-irc/znc/znc-0.202.ebuild
+++ b/net-irc/znc/znc-0.202.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.202.ebuild,v 1.1 2011/09/23 22:36:54 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.202.ebuild,v 1.2 2011/10/30 22:35:45 wired Exp $
EAPI=2
@@ -18,7 +18,7 @@ IUSE="ares debug extras ipv6 perl python ssl sasl tcl"
RDEPEND="
ares? ( >=net-dns/c-ares-1.5 )
- perl? ( dev-lang/perl )
+ perl? ( >=dev-lang/perl-5.10 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.7d )
tcl? ( dev-lang/tcl )
@@ -26,7 +26,10 @@ RDEPEND="
DEPEND="
dev-util/pkgconfig
perl? ( dev-lang/swig )
- python? ( dev-lang/swig )
+ python? (
+ >=dev-lang/swig-2.0.2
+ >=dev-lang/perl-5.10
+ )
${RDEPEND}
"
diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild
index e87763c0e49d..a7387bebc47e 100644
--- a/net-irc/znc/znc-9999.ebuild
+++ b/net-irc/znc/znc-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v 1.1 2011/09/14 08:32:02 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v 1.2 2011/10/30 22:35:45 wired Exp $
EAPI=3
@@ -20,7 +20,7 @@ IUSE="ares debug extras ipv6 perl python ssl sasl tcl"
RDEPEND="
ares? ( >=net-dns/c-ares-1.5 )
- perl? ( dev-lang/perl )
+ perl? ( >=dev-lang/perl-5.10 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.7d )
tcl? ( dev-lang/tcl )
@@ -28,7 +28,10 @@ RDEPEND="
DEPEND="
dev-util/pkgconfig
perl? ( dev-lang/swig )
- python? ( dev-lang/swig )
+ python? (
+ >=dev-lang/swig-2.0.2
+ >=dev-lang/perl-5.10
+ )
${RDEPEND}
"