commit: 97ad360f915944dd0212b3f194917053381a65ae
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 09:08:57 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 10:32:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ad360f
dev-util/build: Remove SLOT=0.3
Gentoo-bug: 597246
Package-Manager: portage-2.3.2
dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild | 4 ++--
dev-cpp/libcult/libcult-1.4.6-r1.ebuild | 4 ++--
dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild | 4 ++--
dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild | 4 ++--
dev-util/build/{build-0.3.9.ebuild => build-0.3.9-r1.ebuild} | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild
b/dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild
index 65d2151..00222c0 100644
--- a/dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild
+++ b/dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND=">=dev-cpp/libcult-1.4.6-r1
dev-libs/boost"
DEPEND="${RDEPEND}
- dev-util/build:0.3"
+ dev-util/build"
src_configure() {
BOOST_PKG="$(best_version ">=dev-libs/boost-1.35.0-r5")"
diff --git a/dev-cpp/libcult/libcult-1.4.6-r1.ebuild
b/dev-cpp/libcult/libcult-1.4.6-r1.ebuild
index 7e86e4e..51d7f8f 100644
--- a/dev-cpp/libcult/libcult-1.4.6-r1.ebuild
+++ b/dev-cpp/libcult/libcult-1.4.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~arm ppc ppc64 x86"
IUSE="examples"
-DEPEND="dev-util/build:0.3
+DEPEND="dev-util/build
sys-devel/m4"
RDEPEND=""
diff --git a/dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild
b/dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild
index c0a6b03..594c20f 100644
--- a/dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild
+++ b/dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,7 +16,7 @@ IUSE="examples"
RDEPEND=">=dev-cpp/libcult-1.4.6-r1"
DEPEND="${RDEPEND}
- dev-util/build:0.3"
+ dev-util/build"
src_prepare() {
# never build the examples
diff --git a/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild
b/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild
index 96d02d9..a2d5001 100644
--- a/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild
+++ b/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/xerces-c-3
>=dev-cpp/libcult-1.4.6-r1
>=dev-cpp/libfrontend-elements-1.1.4"
DEPEND="${RDEPEND}
- dev-util/build:0.3"
+ dev-util/build"
src_prepare() {
epatch "${FILESDIR}/1.17.0-boost-filesystem-v2-deprecation.patch"
diff --git a/dev-util/build/build-0.3.9.ebuild
b/dev-util/build/build-0.3.9-r1.ebuild
similarity index 88%
rename from dev-util/build/build-0.3.9.ebuild
rename to dev-util/build/build-0.3.9-r1.ebuild
index 9261a4a..fb5870c 100644
--- a/dev-util/build/build-0.3.9.ebuild
+++ b/dev-util/build/build-0.3.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ inherit versionator
DESCRIPTION="A massively-parallel software build system implemented on top of
GNU make"
HOMEPAGE="http://kolpackov.net/projects/build/"
-SLOT="$(get_version_component_range 1-2)"
+SLOT="0"
SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="amd64 ~arm ppc ppc64 x86"