* [gentoo-commits] gentoo-x86 commit in net-irc/znc: ChangeLog znc-0.060.ebuild
@ 2008-09-24 18:01 Raul Porcel (armin76)
0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2008-09-24 18:01 UTC (permalink / raw
To: gentoo-commits
armin76 08/09/24 18:01:50
Modified: ChangeLog
Added: znc-0.060.ebuild
Log:
Version bump
(Portage version: 2.1.4.4)
Revision Changes Path
1.17 net-irc/znc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 23 Aug 2008 01:23:26 -0000 1.16
+++ ChangeLog 24 Sep 2008 18:01:50 -0000 1.17
@@ -1,6 +1,11 @@
# 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.16 2008/08/23 01:23:26 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.17 2008/09/24 18:01:50 armin76 Exp $
+
+*znc-0.060 (24 Sep 2008)
+
+ 24 Sep 2008; Raúl Porcel <armin76@gentoo.org> +znc-0.060.ebuild:
+ Version bump
23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
1.1 net-irc/znc/znc-0.060.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/znc-0.060.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/znc-0.060.ebuild?rev=1.1&content-type=text/plain
Index: znc-0.060.ebuild
===================================================================
# 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.060.ebuild,v 1.1 2008/09/24 18:01:50 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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/znc: ChangeLog znc-0.060.ebuild
@ 2009-01-25 15:00 Markus Meier (maekke)
0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2009-01-25 15:00 UTC (permalink / raw
To: gentoo-commits
maekke 09/01/25 15:00:55
Modified: ChangeLog znc-0.060.ebuild
Log:
amd64 stable, bug #256312
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.19 net-irc/znc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 24 Jan 2009 20:33:09 -0000 1.18
+++ ChangeLog 25 Jan 2009 15:00:55 -0000 1.19
@@ -1,6 +1,9 @@
# 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.18 2009/01/24 20:33:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.19 2009/01/25 15:00:55 maekke Exp $
+
+ 25 Jan 2009; Markus Meier <maekke@gentoo.org> znc-0.060.ebuild:
+ amd64 stable, bug #256312
*znc-0.062 (24 Jan 2009)
1.3 net-irc/znc/znc-0.060.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/znc-0.060.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/znc-0.060.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/znc-0.060.ebuild?r1=1.2&r2=1.3
Index: znc-0.060.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.060.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- znc-0.060.ebuild 24 Jan 2009 20:33:09 -0000 1.2
+++ znc-0.060.ebuild 25 Jan 2009 15:00:55 -0000 1.3
@@ -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.060.ebuild,v 1.2 2009/01/24 20:33:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.060.ebuild,v 1.3 2009/01/25 15:00:55 maekke Exp $
inherit autotools
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="debug ipv6 nomodules perl ssl"
DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d )
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-25 15:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-25 15:00 [gentoo-commits] gentoo-x86 commit in net-irc/znc: ChangeLog znc-0.060.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2008-09-24 18:01 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox