jlec 15/03/20 14:41:50
Modified: db-4.8.30.ebuild db-5.1.29.ebuild
db-6.0.30-r1.ebuild db-6.0.30.ebuild
db-5.1.29-r1.ebuild db-5.3.28-r1.ebuild
db-5.3.28-r2.ebuild db-6.1.19.ebuild
db-4.8.30-r2.ebuild db-4.8.30-r1.ebuild ChangeLog
Log:
Fix ebuild layout
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
B9D4F231BD1558AB!)
Revision Changes Path
1.20 sys-libs/db/db-4.8.30.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30.ebuild?rev=1.20&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30.ebuild?rev=1.20&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30.ebuild?r1=1.19&r2=1.20
Index: db-4.8.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- db-4.8.30.ebuild 18 Jan 2014 04:14:32 -0000 1.19
+++ db-4.8.30.ebuild 20 Mar 2015 14:41:50 -0000 1.20
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.ebuild,v 1.19
2014/01/18 04:14:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30.ebuild,v 1.20
2015/03/20 14:41:50 jlec 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 )
- test? ( >=dev-lang/tcl-8.4 )
+DEPEND="tcl? ( >=dev-lang/tcl-8.4:0 )
+ test? ( >=dev-lang/tcl-8.4:0 )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( dev-lang/tcl )
+RDEPEND="tcl? ( dev-lang/tcl:0 )
java? ( >=virtual/jre-1.5 )"
src_unpack() {
1.5 sys-libs/db/db-5.1.29.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.1.29.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.1.29.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.1.29.ebuild?r1=1.4&r2=1.5
Index: db-5.1.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- db-5.1.29.ebuild 18 Jan 2014 04:14:32 -0000 1.4
+++ db-5.1.29.ebuild 20 Mar 2015 14:41:50 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29.ebuild,v 1.4
2014/01/18 04:14:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29.ebuild,v 1.5
2015/03/20 14:41:50 jlec Exp $
EAPI=2
inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
@@ -32,11 +32,11 @@
IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
-DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
- test? ( >=dev-lang/tcl-8.4 )
+DEPEND="tcl? ( >=dev-lang/tcl-8.4:0 )
+ test? ( >=dev-lang/tcl-8.4:0 )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( dev-lang/tcl )
+RDEPEND="tcl? ( dev-lang/tcl:0 )
java? ( >=virtual/jre-1.5 )"
src_unpack() {
1.3 sys-libs/db/db-6.0.30-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild?r1=1.2&r2=1.3
Index: db-6.0.30-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- db-6.0.30-r1.ebuild 16 Mar 2015 23:09:51 -0000 1.2
+++ db-6.0.30-r1.ebuild 20 Mar 2015 14:41:50 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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-r1.ebuild,v 1.2
2015/03/16 23:09:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.0.30-r1.ebuild,v 1.3
2015/03/20 14:41:50 jlec Exp $
EAPI=5
inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal versionator toolchain-funcs
@@ -34,11 +34,11 @@
REQUIRED_USE="test? ( tcl )"
# the entire testsuite needs the TCL functionality
-DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
- test? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
+ test? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
java? ( >=virtual/jre-1.5 )"
MULTILIB_WRAPPED_HEADERS=(
1.4 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.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.0.30.ebuild?r1=1.3&r2=1.4
Index: db-6.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.0.30.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- db-6.0.30.ebuild 18 Jun 2014 20:50:23 -0000 1.3
+++ db-6.0.30.ebuild 20 Mar 2015 14:41:50 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.3
2014/06/18 20:50:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.0.30.ebuild,v 1.4
2015/03/20 14:41:50 jlec 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.5.15-r1[${MULTILIB_USEDEP}] )
- test? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0[${MULTILIB_USEDEP}] )
+ test? ( >=dev-lang/tcl-8.5.15-r1:0[${MULTILIB_USEDEP}] )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0[${MULTILIB_USEDEP}] )
java? ( >=virtual/jre-1.5 )"
MULTILIB_WRAPPED_HEADERS=(
1.3 sys-libs/db/db-5.1.29-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild?r1=1.2&r2=1.3
Index: db-5.1.29-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- db-5.1.29-r1.ebuild 16 Mar 2015 23:09:51 -0000 1.2
+++ db-5.1.29-r1.ebuild 20 Mar 2015 14:41:50 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild,v 1.2
2015/03/16 23:09:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29-r1.ebuild,v 1.3
2015/03/20 14:41:50 jlec Exp $
EAPI=5
inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
toolchain-funcs
@@ -34,11 +34,11 @@
REQUIRED_USE="test? ( tcl )"
# the entire testsuite needs the TCL functionality
-DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
- test? ( >=dev-lang/tcl-8.4 )
+DEPEND="tcl? ( >=dev-lang/tcl-8.4:0 )
+ test? ( >=dev-lang/tcl-8.4:0 )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( dev-lang/tcl )
+RDEPEND="tcl? ( dev-lang/tcl:0 )
java? ( >=virtual/jre-1.5 )"
src_prepare() {
1.3 sys-libs/db/db-5.3.28-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r1.ebuild?r1=1.2&r2=1.3
Index: db-5.3.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.28-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- db-5.3.28-r1.ebuild 20 May 2014 13:19:07 -0000 1.2
+++ db-5.3.28-r1.ebuild 20 Mar 2015 14:41:50 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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-r1.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-r1.ebuild,v 1.3
2015/03/20 14:41:50 jlec Exp $
EAPI=5
inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
@@ -34,11 +34,11 @@
REQUIRED_USE="test? ( tcl )"
# the entire testsuite needs the TCL functionality
-DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
- test? ( >=dev-lang/tcl-8.4 )
+DEPEND="tcl? ( >=dev-lang/tcl-8.4:0 )
+ test? ( >=dev-lang/tcl-8.4:0 )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( dev-lang/tcl )
+RDEPEND="tcl? ( dev-lang/tcl:0 )
java? ( >=virtual/jre-1.5 )"
src_prepare() {
1.5 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.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild?r1=1.4&r2=1.5
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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- db-5.3.28-r2.ebuild 16 Mar 2015 23:09:51 -0000 1.4
+++ db-5.3.28-r2.ebuild 20 Mar 2015 14:41:50 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.4
2015/03/16 23:09:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.28-r2.ebuild,v 1.5
2015/03/20 14:41:50 jlec Exp $
EAPI=5
inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal toolchain-funcs
@@ -34,11 +34,11 @@
REQUIRED_USE="test? ( tcl )"
# the entire testsuite needs the TCL functionality
-DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
- test? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
+ test? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
java? ( >=virtual/jre-1.5 )"
MULTILIB_WRAPPED_HEADERS=(
1.3 sys-libs/db/db-6.1.19.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.1.19.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.1.19.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.1.19.ebuild?r1=1.2&r2=1.3
Index: db-6.1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.1.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- db-6.1.19.ebuild 16 Mar 2015 23:09:51 -0000 1.2
+++ db-6.1.19.ebuild 20 Mar 2015 14:41:50 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.1.19.ebuild,v 1.2
2015/03/16 23:09:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.1.19.ebuild,v 1.3
2015/03/20 14:41:50 jlec Exp $
EAPI=5
inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib
multilib-minimal versionator toolchain-funcs
@@ -34,11 +34,11 @@
REQUIRED_USE="test? ( tcl )"
# the entire testsuite needs the TCL functionality
-DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
- test? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
+ test? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
java? ( >=virtual/jre-1.5 )"
MULTILIB_WRAPPED_HEADERS=(
1.12 sys-libs/db/db-4.8.30-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild?r1=1.11&r2=1.12
Index: db-4.8.30-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- db-4.8.30-r2.ebuild 16 Mar 2015 23:09:51 -0000 1.11
+++ db-4.8.30-r2.ebuild 20 Mar 2015 14:41:50 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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-r2.ebuild,v 1.11
2015/03/16 23:09:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v 1.12
2015/03/20 14:41:50 jlec Exp $
EAPI=5
@@ -34,11 +34,11 @@
REQUIRED_USE="test? ( tcl )"
# the entire testsuite needs the TCL functionality
-DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
- test? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
+ test? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
java? ( >=virtual/jre-1.5 )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508-r2
1.13 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.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild?r1=1.12&r2=1.13
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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- db-4.8.30-r1.ebuild 27 Oct 2014 01:52:25 -0000 1.12
+++ db-4.8.30-r1.ebuild 20 Mar 2015 14:41:50 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.12
2014/10/27 01:52:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild,v 1.13
2015/03/20 14:41:50 jlec 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.5.15-r1[${MULTILIB_USEDEP}] )
- test? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0[${MULTILIB_USEDEP}] )
+ test? ( >=dev-lang/tcl-8.5.15-r1:0[${MULTILIB_USEDEP}] )
java? ( >=virtual/jdk-1.5 )
>=sys-devel/binutils-2.16.1"
-RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
+RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0[${MULTILIB_USEDEP}] )
java? ( >=virtual/jre-1.5 )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508-r2
1.375 sys-libs/db/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.375&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.375&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?r1=1.374&r2=1.375
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -r1.374 -r1.375
--- ChangeLog 16 Mar 2015 23:09:51 -0000 1.374
+++ ChangeLog 20 Mar 2015 14:41:50 -0000 1.375
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/db
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.374 2015/03/16
23:09:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.375 2015/03/20
14:41:50 jlec Exp $
+
+ 20 Mar 2015; Justin Lecher <[email protected]> db-4.8.30-r1.ebuild,
+ db-4.8.30-r2.ebuild, db-4.8.30.ebuild, db-5.1.29-r1.ebuild, db-5.1.29.ebuild,
+ db-5.3.28-r1.ebuild, db-5.3.28-r2.ebuild, db-6.0.30-r1.ebuild,
+ db-6.0.30.ebuild, db-6.1.19.ebuild:
+ Fix ebuild layout
16 Mar 2015; Mike Frysinger <[email protected]> db-4.8.30-r2.ebuild,
db-5.1.29-r1.ebuild, db-5.3.28-r2.ebuild, db-6.0.30-r1.ebuild,