diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-11 19:11:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-11 19:11:19 +0000 |
commit | d576e7c125ea77f031f9b48b8bb027473030e729 (patch) | |
tree | 76e70e618bd0ee8069efad520e2da41a55160b83 /net-irc | |
parent | version bump (diff) | |
download | gentoo-2-d576e7c125ea77f031f9b48b8bb027473030e729.tar.gz gentoo-2-d576e7c125ea77f031f9b48b8bb027473030e729.tar.bz2 gentoo-2-d576e7c125ea77f031f9b48b8bb027473030e729.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/znc/znc-0.052.ebuild | 42 | ||||
-rw-r--r-- | net-irc/znc/znc-0.054.ebuild | 42 |
3 files changed, 5 insertions, 85 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index ae01403213dc..b5bba1a81ed7 100644 --- a/net-irc/znc/ChangeLog +++ b/net-irc/znc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/znc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.14 2008/07/11 18:55:45 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.15 2008/07/11 19:11:19 armin76 Exp $ + + 11 Jul 2008; Raúl Porcel <armin76@gentoo.org> -znc-0.052.ebuild, + -znc-0.054.ebuild: + old 11 Jul 2008; Robert Buchholz <rbu@gentoo.org> znc-0.056.ebuild: amd64 stable diff --git a/net-irc/znc/znc-0.052.ebuild b/net-irc/znc/znc-0.052.ebuild deleted file mode 100644 index 40d55de73cc7..000000000000 --- a/net-irc/znc/znc-0.052.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.052.ebuild,v 1.3 2008/01/20 19:12:21 angelos 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.054.ebuild b/net-irc/znc/znc-0.054.ebuild deleted file mode 100644 index 07a854c677b3..000000000000 --- a/net-irc/znc/znc-0.054.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.054.ebuild,v 1.2 2008/06/06 09:46:39 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 -} |