diff options
author | Alex Alexander <wired@gentoo.org> | 2010-11-08 18:08:03 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-11-08 18:08:03 +0000 |
commit | 5c0f4a57b820f86a781cef59cd4805b39c8313f0 (patch) | |
tree | b6f2b652316ebf3d47fbdb49acf157c26efda658 /net-irc/znc | |
parent | Use virtual/jpeg wrt #327487. (diff) | |
download | gentoo-2-5c0f4a57b820f86a781cef59cd4805b39c8313f0.tar.gz gentoo-2-5c0f4a57b820f86a781cef59cd4805b39c8313f0.tar.bz2 gentoo-2-5c0f4a57b820f86a781cef59cd4805b39c8313f0.zip |
removed old
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/znc')
-rw-r--r-- | net-irc/znc/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/znc/znc-0.090-r1.ebuild | 54 | ||||
-rw-r--r-- | net-irc/znc/znc-0.092-r1.ebuild | 53 | ||||
-rw-r--r-- | net-irc/znc/znc-0.092.ebuild | 51 |
4 files changed, 5 insertions, 159 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index 035c4ae6451f..45630ef02b5c 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.45 2010/11/08 07:59:02 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.46 2010/11/08 18:08:03 wired Exp $ + + 08 Nov 2010; Alex Alexander <wired@gentoo.org> -znc-0.090-r1.ebuild, + -znc-0.092.ebuild, -znc-0.092-r1.ebuild: + removed old *znc-0.096 (08 Nov 2010) diff --git a/net-irc/znc/znc-0.090-r1.ebuild b/net-irc/znc/znc-0.090-r1.ebuild deleted file mode 100644 index 3354c235f0b2..000000000000 --- a/net-irc/znc/znc-0.090-r1.ebuild +++ /dev/null @@ -1,54 +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-r1.ebuild,v 1.3 2010/06/21 20:51:50 maekke Exp $ - -EAPI=2 - -inherit base - -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}" - -# bug 323965 -PATCHES=( "${FILESDIR}/${P}-null-pointer-dereference-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.092-r1.ebuild b/net-irc/znc/znc-0.092-r1.ebuild deleted file mode 100644 index 9c43e5bfded5..000000000000 --- a/net-irc/znc/znc-0.092-r1.ebuild +++ /dev/null @@ -1,53 +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.092-r1.ebuild,v 1.1 2010/08/14 22:41:52 wired Exp $ - -EAPI=2 - -inherit base - -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}" - -PATCHES=( "${FILESDIR}/${P}-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_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.092.ebuild b/net-irc/znc/znc-0.092.ebuild deleted file mode 100644 index 413873858909..000000000000 --- a/net-irc/znc/znc-0.092.ebuild +++ /dev/null @@ -1,51 +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.092.ebuild,v 1.1 2010/07/05 21:58:38 wired Exp $ - -EAPI=2 - -inherit base - -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_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 -} |