diff options
author | Alex Alexander <wired@gentoo.org> | 2010-07-05 21:58:38 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-07-05 21:58:38 +0000 |
commit | edc43c4818b14388996f2115178ef266fd57182c (patch) | |
tree | 7a786861b06bfa4cff4b423abdad57ff8ec9c60a /net-irc/znc | |
parent | Version bump wrt bug #325387 (diff) | |
download | gentoo-2-edc43c4818b14388996f2115178ef266fd57182c.tar.gz gentoo-2-edc43c4818b14388996f2115178ef266fd57182c.tar.bz2 gentoo-2-edc43c4818b14388996f2115178ef266fd57182c.zip |
znc: version bump, removed old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/znc')
-rw-r--r-- | net-irc/znc/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/znc/znc-0.066.ebuild | 42 | ||||
-rw-r--r-- | net-irc/znc/znc-0.074.ebuild | 45 | ||||
-rw-r--r-- | net-irc/znc/znc-0.076.ebuild | 45 | ||||
-rw-r--r-- | net-irc/znc/znc-0.092.ebuild (renamed from net-irc/znc/znc-0.078.ebuild) | 27 |
5 files changed, 24 insertions, 144 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index 14635c6dda7a..b8f86a2b2587 100644 --- a/net-irc/znc/ChangeLog +++ b/net-irc/znc/ChangeLog @@ -1,6 +1,13 @@ # 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.37 2010/06/21 20:51:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.38 2010/07/05 21:58:38 wired Exp $ + +*znc-0.092 (05 Jul 2010) + + 05 Jul 2010; Alex Alexander <wired@gentoo.org> -znc-0.066.ebuild, + -znc-0.074.ebuild, -znc-0.076.ebuild, -znc-0.078.ebuild, + +znc-0.092.ebuild: + version bump, removed old 21 Jun 2010; Markus Meier <maekke@gentoo.org> znc-0.090-r1.ebuild: amd64 stable, bug #323965 diff --git a/net-irc/znc/znc-0.066.ebuild b/net-irc/znc/znc-0.066.ebuild deleted file mode 100644 index 7ada9ddc3a17..000000000000 --- a/net-irc/znc/znc-0.066.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.066.ebuild,v 1.3 2009/12/28 20:35:44 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 ~arm 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.074.ebuild b/net-irc/znc/znc-0.074.ebuild deleted file mode 100644 index 973428265906..000000000000 --- a/net-irc/znc/znc-0.074.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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.074.ebuild,v 1.4 2009/12/28 20:35:44 armin76 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 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 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 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 "If you are using SSL you should also run 'znc --makepem'" - elog -} diff --git a/net-irc/znc/znc-0.076.ebuild b/net-irc/znc/znc-0.076.ebuild deleted file mode 100644 index 6594e9b64ee5..000000000000 --- a/net-irc/znc/znc-0.076.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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.076.ebuild,v 1.2 2009/12/28 20:35:44 armin76 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 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 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 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 "If you are using SSL you should also run 'znc --makepem'" - elog -} diff --git a/net-irc/znc/znc-0.078.ebuild b/net-irc/znc/znc-0.092.ebuild index 70081ad2effa..413873858909 100644 --- a/net-irc/znc/znc-0.078.ebuild +++ b/net-irc/znc/znc-0.092.ebuild @@ -1,6 +1,10 @@ # 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.078.ebuild,v 1.2 2010/03/13 00:03:07 wired Exp $ +# $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" @@ -9,32 +13,33 @@ 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" +IUSE="ares debug extras ipv6 perl ssl sasl tcl" -DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d ) +DEPEND=" + ares? ( net-dns/c-ares ) perl? ( dev-lang/perl ) sasl? ( >=dev-libs/cyrus-sasl-2 ) - ares? ( net-dns/c-ares )" + ssl? ( >=dev-libs/openssl-0.9.7d ) + tcl? ( dev-lang/tcl ) +" RDEPEND="${DEPEND}" -src_compile() { +src_configure() { econf \ + $(use_enable ares c-ares) \ $(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) \ + $(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 || die "dodoc failed" + dodoc AUTHORS README || die "dodoc failed" } pkg_postinst() { |