mgorny 14/06/18 20:50:23
Modified: db-6.0.30.ebuild db-5.3.28-r2.ebuild
db-4.8.30-r1.ebuild ChangeLog
Log:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
#513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.3 sys-libs/db/db-6.0.30.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30.ebuild?r1=1.2&r2=1.3
Index: db-6.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.0.30.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- db-6.0.30.ebuild 20 May 2014 13:19:07 -0000 1.2
+++ db-6.0.30.ebuild 18 Jun 2014 20:50:23 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.0.30.ebuild,v 1.2
2014/05/20 13:19:07 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.0.30.ebuild,v 1.3
2014/06/18 20:50:23 mgorny Exp $
EAPI=4
inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal versionator
@@ -32,11 +32,11 @@
IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
-DEPEND="tcl? ( >=dev-lang/tcl-8.4[${MULTILIB_USEDEP}] )
- test? ( >=dev-lang/tcl-8.4[${MULTILIB_USEDEP}] )
+DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+ test? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( dev-lang/tcl[${MULTILIB_USEDEP}] )
+RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
java? ( >=virtual/jre-1.5 )"
MULTILIB_WRAPPED_HEADERS=(
1.3 sys-libs/db/db-5.3.28-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild?r1=1.2&r2=1.3
Index: db-5.3.28-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- db-5.3.28-r2.ebuild 20 May 2014 13:19:07 -0000 1.2
+++ db-5.3.28-r2.ebuild 18 Jun 2014 20:50:23 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild,v 1.2
2014/05/20 13:19:07 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild,v 1.3
2014/06/18 20:50:23 mgorny Exp $
EAPI=5
inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal
@@ -34,11 +34,11 @@
REQUIRED_USE="test? ( tcl )"
# the entire testsuite needs the TCL functionality
-DEPEND="tcl? ( >=dev-lang/tcl-8.4[${MULTILIB_USEDEP}] )
- test? ( >=dev-lang/tcl-8.4[${MULTILIB_USEDEP}] )
+DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+ test? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( dev-lang/tcl[${MULTILIB_USEDEP}] )
+RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
java? ( >=virtual/jre-1.5 )"
MULTILIB_WRAPPED_HEADERS=(
1.2 sys-libs/db/db-4.8.30-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild?r1=1.1&r2=1.2
Index: db-4.8.30-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- db-4.8.30-r1.ebuild 15 May 2014 18:36:45 -0000 1.1
+++ db-4.8.30-r1.ebuild 18 Jun 2014 20:50:23 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild,v 1.1
2014/05/15 18:36:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild,v 1.2
2014/06/18 20:50:23 mgorny Exp $
EAPI=4
@@ -32,11 +32,11 @@
IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
-DEPEND="tcl? ( >=dev-lang/tcl-8.4[${MULTILIB_USEDEP}] )
- test? ( >=dev-lang/tcl-8.4[${MULTILIB_USEDEP}] )
+DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+ test? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( dev-lang/tcl[${MULTILIB_USEDEP}] )
+RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
java? ( >=virtual/jre-1.5 )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508-r2
1.350 sys-libs/db/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.350&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.350&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?r1=1.349&r2=1.350
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -r1.349 -r1.350
--- ChangeLog 20 May 2014 13:19:07 -0000 1.349
+++ ChangeLog 18 Jun 2014 20:50:23 -0000 1.350
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/db
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.349 2014/05/20
13:19:07 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.350 2014/06/18
20:50:23 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <[email protected]> db-4.8.30-r1.ebuild,
+ db-5.3.28-r2.ebuild, db-6.0.30.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
20 May 2014; Lars Wendler <[email protected]> db-5.3.21.ebuild,
db-5.3.28.ebuild, db-5.3.28-r1.ebuild, db-5.3.28-r2.ebuild,