public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: pdns-recursor-3.1.7.1.ebuild ChangeLog pdns-recursor-3.1.7.ebuild
@ 2009-11-14  9:56 Sven Wegener (swegener)
  0 siblings, 0 replies; only message in thread
From: Sven Wegener (swegener) @ 2009-11-14  9:56 UTC (permalink / raw
  To: gentoo-commits

swegener    09/11/14 09:56:35

  Modified:             pdns-recursor-3.1.7.1.ebuild ChangeLog
                        pdns-recursor-3.1.7.ebuild
  Log:
  Move boost to DEPEND-only, bug #293076.
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild?r1=1.1&r2=1.2

Index: pdns-recursor-3.1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdns-recursor-3.1.7.1.ebuild	3 Aug 2009 19:34:12 -0000	1.1
+++ pdns-recursor-3.1.7.1.ebuild	14 Nov 2009 09:56:34 -0000	1.2
@@ -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-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild,v 1.1 2009/08/03 19:34:12 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.1.ebuild,v 1.2 2009/11/14 09:56:34 swegener Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -13,10 +13,11 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="lua"
 
-DEPEND=">=dev-libs/boost-1.33.1
-	lua? ( >=dev-lang/lua-5.1 )"
+DEPEND="lua? ( >=dev-lang/lua-5.1 )"
 RDEPEND="${DEPEND}
 	!<net-dns/pdns-2.9.20-r1"
+DEPEND="${DEPEND}
+	>=dev-libs/boost-1.33.1"
 
 pkg_setup() {
 	filter-flags -ftree-vectorize



1.31                 net-dns/pdns-recursor/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	3 Aug 2009 19:34:12 -0000	1.30
+++ ChangeLog	14 Nov 2009 09:56:34 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for net-dns/pdns-recursor
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.30 2009/08/03 19:34:12 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.31 2009/11/14 09:56:34 swegener Exp $
+
+  14 Nov 2009; Sven Wegener <swegener@gentoo.org>
+  pdns-recursor-3.1.7.ebuild, pdns-recursor-3.1.7.1.ebuild:
+  Move boost to DEPEND-only, bug #293076.
 
 *pdns-recursor-3.1.7.1 (03 Aug 2009)
 



1.7                  net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild?r1=1.6&r2=1.7

Index: pdns-recursor-3.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pdns-recursor-3.1.7.ebuild	31 May 2009 21:13:32 -0000	1.6
+++ pdns-recursor-3.1.7.ebuild	14 Nov 2009 09:56:34 -0000	1.7
@@ -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-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild,v 1.6 2009/05/31 21:13:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild,v 1.7 2009/11/14 09:56:34 swegener Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -13,10 +13,11 @@
 KEYWORDS="amd64 x86"
 IUSE="lua"
 
-DEPEND=">=dev-libs/boost-1.33.1
-	lua? ( >=dev-lang/lua-5.1 )"
+DEPEND="lua? ( >=dev-lang/lua-5.1 )"
 RDEPEND="${DEPEND}
 	!<net-dns/pdns-2.9.20-r1"
+DEPEND="${DEPEND}
+	>=dev-libs/boost-1.33.1"
 
 pkg_setup() {
 	filter-flags -ftree-vectorize






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-14  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14  9:56 [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: pdns-recursor-3.1.7.1.ebuild ChangeLog pdns-recursor-3.1.7.ebuild 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