summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-02-25 18:42:19 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-02-25 18:42:19 +0000
commit52cca2595137725929d3622bbdeaf7252e3d2885 (patch)
tree13012e43a35f06386ccd8e571bb674031dcbd479 /net-irc
parentSparc stable, security Bug #257000. (diff)
downloadgentoo-2-52cca2595137725929d3622bbdeaf7252e3d2885.tar.gz
gentoo-2-52cca2595137725929d3622bbdeaf7252e3d2885.tar.bz2
gentoo-2-52cca2595137725929d3622bbdeaf7252e3d2885.zip
Version bump
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/znc/ChangeLog8
-rw-r--r--net-irc/znc/znc-0.056.ebuild42
-rw-r--r--net-irc/znc/znc-0.058.ebuild42
-rw-r--r--net-irc/znc/znc-0.066.ebuild (renamed from net-irc/znc/znc-0.062.ebuild)2
4 files changed, 8 insertions, 86 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog
index 5134f147be0f..47fe066bd523 100644
--- a/net-irc/znc/ChangeLog
+++ b/net-irc/znc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-irc/znc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.19 2009/01/25 15:00:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.20 2009/02/25 18:42:19 armin76 Exp $
+
+*znc-0.066 (25 Feb 2009)
+
+ 25 Feb 2009; Raúl Porcel <armin76@gentoo.org> -znc-0.056.ebuild,
+ -znc-0.058.ebuild, -znc-0.062.ebuild, +znc-0.066.ebuild:
+ Version bump
25 Jan 2009; Markus Meier <maekke@gentoo.org> znc-0.060.ebuild:
amd64 stable, bug #256312
diff --git a/net-irc/znc/znc-0.056.ebuild b/net-irc/znc/znc-0.056.ebuild
deleted file mode 100644
index de3c597f49c4..000000000000
--- a/net-irc/znc/znc-0.056.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.056.ebuild,v 1.3 2008/07/11 18:55:45 rbu Exp $
-
-inherit autotools
-
-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 x86"
-IUSE="debug ipv6 nomodules perl ssl"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d )
- perl? ( dev-lang/perl )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable ipv6) \
- $(use_enable !nomodules modules) \
- $(use_enable perl) \
- $(use_enable ssl openssl) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "make install failed."
- dodoc AUTHORS znc.conf || 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
-}
diff --git a/net-irc/znc/znc-0.058.ebuild b/net-irc/znc/znc-0.058.ebuild
deleted file mode 100644
index 556eda0e1109..000000000000
--- a/net-irc/znc/znc-0.058.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.058.ebuild,v 1.1 2008/07/11 18:04:43 armin76 Exp $
-
-inherit autotools
-
-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 ~x86"
-IUSE="debug ipv6 nomodules perl ssl"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d )
- perl? ( dev-lang/perl )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable ipv6) \
- $(use_enable !nomodules modules) \
- $(use_enable perl) \
- $(use_enable ssl openssl) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "make install failed."
- dodoc AUTHORS znc.conf || 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
-}
diff --git a/net-irc/znc/znc-0.062.ebuild b/net-irc/znc/znc-0.066.ebuild
index efaac26694a8..ee4dbe6f2305 100644
--- a/net-irc/znc/znc-0.062.ebuild
+++ b/net-irc/znc/znc-0.066.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.062.ebuild,v 1.1 2009/01/24 20:33:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.066.ebuild,v 1.1 2009/02/25 18:42:19 armin76 Exp $
inherit autotools