* [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.1.5.ebuild
@ 2008-03-31 12:46 Sven Wegener (swegener)
0 siblings, 0 replies; 2+ messages in thread
From: Sven Wegener (swegener) @ 2008-03-31 12:46 UTC (permalink / raw
To: gentoo-commits
swegener 08/03/31 12:46:46
Modified: ChangeLog
Added: pdns-recursor-3.1.5.ebuild
Log:
Version bump.
(Portage version: 2.1.4.4)
Revision Changes Path
1.16 net-dns/pdns-recursor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 22 Sep 2007 19:35:40 -0000 1.15
+++ ChangeLog 31 Mar 2008 12:46:46 -0000 1.16
@@ -1,6 +1,13 @@
# ChangeLog for net-dns/pdns-recursor
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.15 2007/09/22 19:35:40 swegener Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.16 2008/03/31 12:46:46 swegener Exp $
+
+*pdns-recursor-3.1.5 (31 Mar 2008)
+
+ 31 Mar 2008; Sven Wegener <swegener@gentoo.org>
+ +files/pdns-recursor-3.1.5-chdir.patch,
+ +files/pdns-recursor-3.1.5-statedir.patch, +pdns-recursor-3.1.5.ebuild:
+ Version bump.
22 Sep 2007; Sven Wegener <swegener@gentoo.org>
+files/pdns-recursor-3.1.4-gcc42.patch, pdns-recursor-3.1.4.ebuild:
1.1 net-dns/pdns-recursor/pdns-recursor-3.1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.5.ebuild?rev=1.1&content-type=text/plain
Index: pdns-recursor-3.1.5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.5.ebuild,v 1.1 2008/03/31 12:46:46 swegener Exp $
inherit toolchain-funcs flag-o-matic eutils
DESCRIPTION="The PowerDNS Recursor"
HOMEPAGE="http://www.powerdns.com/"
SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-libs/boost-1.33.1"
RDEPEND="${DEPEND}
!<net-dns/pdns-2.9.20-r1"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-statedir.patch
epatch "${FILESDIR}"/${P}-chdir.patch
}
src_compile() {
filter-flags -ftree-vectorize
emake \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}" \
|| die "emake failed"
}
src_install() {
dosbin pdns_recursor rec_control || die "dosbin failed"
doman pdns_recursor.1 rec_control.1 || die "doman failed"
insinto /etc/powerdns
doins "${FILESDIR}"/recursor.conf || die "doins failed"
doinitd "${FILESDIR}"/precursor || die "doinitd failed"
# Pretty ugly, uh?
dodir /var/lib/powerdns/var/lib
dosym ../.. /var/lib/powerdns/var/lib/powerdns
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.1.5.ebuild
@ 2008-09-04 10:52 Sven Wegener (swegener)
0 siblings, 0 replies; 2+ messages in thread
From: Sven Wegener (swegener) @ 2008-09-04 10:52 UTC (permalink / raw
To: gentoo-commits
swegener 08/09/04 10:52:51
Modified: ChangeLog
Removed: pdns-recursor-3.1.5.ebuild
Log:
Cleanup.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64)
Revision Changes Path
1.24 net-dns/pdns-recursor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 4 Aug 2008 19:03:18 -0000 1.23
+++ ChangeLog 4 Sep 2008 10:52:51 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/pdns-recursor
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.23 2008/08/04 19:03:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.24 2008/09/04 10:52:51 swegener Exp $
+
+ 04 Sep 2008; Sven Wegener <swegener@gentoo.org>
+ -pdns-recursor-3.1.5.ebuild:
+ Cleanup.
04 Aug 2008; Markus Meier <maekke@gentoo.org> pdns-recursor-3.1.6.ebuild:
amd64 stable, bug #231335
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-04 10:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 12:46 [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.1.5.ebuild Sven Wegener (swegener)
-- strict thread matches above, loose matches on Subject: below --
2008-09-04 10:52 Sven Wegener (swegener)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox