diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-20 14:41:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-20 14:41:50 +0000 |
commit | d2c0b7d5d13b2e32cba50bb8226804c340b9328a (patch) | |
tree | febf027addaf599d7f503b761e3a4d8a74e0787f | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-d2c0b7d5d13b2e32cba50bb8226804c340b9328a.tar.gz gentoo-2-d2c0b7d5d13b2e32cba50bb8226804c340b9328a.tar.bz2 gentoo-2-d2c0b7d5d13b2e32cba50bb8226804c340b9328a.zip |
Fix ebuild layout
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r-- | sys-libs/db/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/db/db-4.8.30-r1.ebuild | 10 | ||||
-rw-r--r-- | sys-libs/db/db-4.8.30-r2.ebuild | 8 | ||||
-rw-r--r-- | sys-libs/db/db-4.8.30.ebuild | 10 | ||||
-rw-r--r-- | sys-libs/db/db-5.1.29-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-libs/db/db-5.1.29.ebuild | 10 | ||||
-rw-r--r-- | sys-libs/db/db-5.3.28-r1.ebuild | 10 | ||||
-rw-r--r-- | sys-libs/db/db-5.3.28-r2.ebuild | 8 | ||||
-rw-r--r-- | sys-libs/db/db-6.0.30-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-libs/db/db-6.0.30.ebuild | 10 | ||||
-rw-r--r-- | sys-libs/db/db-6.1.19.ebuild | 8 |
11 files changed, 52 insertions, 46 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index 8a6f29c2f139..dec00a29267b 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -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 <jlec@gentoo.org> 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 <vapier@gentoo.org> db-4.8.30-r2.ebuild, db-5.1.29-r1.ebuild, db-5.3.28-r2.ebuild, db-6.0.30-r1.ebuild, diff --git a/sys-libs/db/db-4.8.30-r1.ebuild b/sys-libs/db/db-4.8.30-r1.ebuild index e84fb98e3e96..b01749fcf6c4 100644 --- a/sys-libs/db/db-4.8.30-r1.ebuild +++ b/sys-libs/db/db-4.8.30-r1.ebuild @@ -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 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 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 diff --git a/sys-libs/db/db-4.8.30-r2.ebuild b/sys-libs/db/db-4.8.30-r2.ebuild index 489ef073291a..e53f124a13e0 100644 --- a/sys-libs/db/db-4.8.30-r2.ebuild +++ b/sys-libs/db/db-4.8.30-r2.ebuild @@ -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 @@ IUSE="doc java cxx tcl test" 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 diff --git a/sys-libs/db/db-4.8.30.ebuild b/sys-libs/db/db-4.8.30.ebuild index 5996e98f80b8..f32f47b70652 100644 --- a/sys-libs/db/db-4.8.30.ebuild +++ b/sys-libs/db/db-4.8.30.ebuild @@ -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 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 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() { diff --git a/sys-libs/db/db-5.1.29-r1.ebuild b/sys-libs/db/db-5.1.29-r1.ebuild index 896edd3f5a85..db10cd5e2b62 100644 --- a/sys-libs/db/db-5.1.29-r1.ebuild +++ b/sys-libs/db/db-5.1.29-r1.ebuild @@ -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 @@ IUSE="doc java cxx tcl test" 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() { diff --git a/sys-libs/db/db-5.1.29.ebuild b/sys-libs/db/db-5.1.29.ebuild index 0e437c3c3395..dd411011bff8 100644 --- a/sys-libs/db/db-5.1.29.ebuild +++ b/sys-libs/db/db-5.1.29.ebuild @@ -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 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~spa 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() { diff --git a/sys-libs/db/db-5.3.28-r1.ebuild b/sys-libs/db/db-5.3.28-r1.ebuild index b52ff04ee6ab..a86b8ed06fe2 100644 --- a/sys-libs/db/db-5.3.28-r1.ebuild +++ b/sys-libs/db/db-5.3.28-r1.ebuild @@ -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 @@ IUSE="doc java cxx tcl test" 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() { diff --git a/sys-libs/db/db-5.3.28-r2.ebuild b/sys-libs/db/db-5.3.28-r2.ebuild index 2cfe377ba867..bc13c0275dc3 100644 --- a/sys-libs/db/db-5.3.28-r2.ebuild +++ b/sys-libs/db/db-5.3.28-r2.ebuild @@ -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 @@ IUSE="doc java cxx tcl test" 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=( diff --git a/sys-libs/db/db-6.0.30-r1.ebuild b/sys-libs/db/db-6.0.30-r1.ebuild index ae645e3104d5..fd8467043f00 100644 --- a/sys-libs/db/db-6.0.30-r1.ebuild +++ b/sys-libs/db/db-6.0.30-r1.ebuild @@ -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 @@ IUSE="doc java cxx tcl test" 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=( diff --git a/sys-libs/db/db-6.0.30.ebuild b/sys-libs/db/db-6.0.30.ebuild index 435bf298b83a..32090265bc72 100644 --- a/sys-libs/db/db-6.0.30.ebuild +++ b/sys-libs/db/db-6.0.30.ebuild @@ -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 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~spa 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=( diff --git a/sys-libs/db/db-6.1.19.ebuild b/sys-libs/db/db-6.1.19.ebuild index 7107df67b36f..e9cdf83a4c33 100644 --- a/sys-libs/db/db-6.1.19.ebuild +++ b/sys-libs/db/db-6.1.19.ebuild @@ -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 @@ IUSE="doc java cxx tcl test" 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=( |