dev-util/build: Remove SLOT=0.3
authorDavid Seifert <soap@gentoo.org>
Sun, 16 Oct 2016 09:08:57 +0000 (11:08 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 16 Oct 2016 10:32:02 +0000 (12:32 +0200)
Gentoo-bug: 597246

Package-Manager: portage-2.3.2

dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild
dev-cpp/libcult/libcult-1.4.6-r1.ebuild
dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild
dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild
dev-util/build/build-0.3.9-r1.ebuild [moved from dev-util/build/build-0.3.9.ebuild with 88% similarity]

index 65d2151e09cff4a054d9e57d7d3dc30a39f3921c..00222c07ff4f2424799d8229127c57548de82b0f 100644 (file)
@@ -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")"
index 7e86e4ebecb3bd2862199d606ae5660d63962c90..51d7f8fd6b15b674dd562c8c57ede8b688995dd1 100644 (file)
@@ -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=""
 
index c0a6b03f4c0bcf010003d05367395f4fcdd1b7b9..594c20f49fcb8716aea00fd3ce3ed0981ae98c11 100644 (file)
@@ -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
index 96d02d9005cfdec6383c8b9f01bee165a11b7b7c..a2d5001d252d517093724b020a31c539c54e1283 100644 (file)
@@ -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"
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 9261a4a280c788a4e606de0bf23e311507e9b2c8..fb5870c6a2f64fb6924cf1d44e4b20298fbefb83 100644 (file)
@@ -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"