From 97ad360f915944dd0212b3f194917053381a65ae Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 16 Oct 2016 11:08:57 +0200 Subject: dev-util/build: Remove SLOT=0.3 Gentoo-bug: 597246 Package-Manager: portage-2.3.2 --- .../libbackend-elements-1.7.2.ebuild | 4 +-- dev-cpp/libcult/libcult-1.4.6-r1.ebuild | 4 +-- .../libfrontend-elements-1.1.4.ebuild | 4 +-- .../libxsd-frontend-1.18.0-r3.ebuild | 4 +-- dev-util/build/build-0.3.9-r1.ebuild | 30 ++++++++++++++++++++++ dev-util/build/build-0.3.9.ebuild | 30 ---------------------- 6 files changed, 38 insertions(+), 38 deletions(-) create mode 100644 dev-util/build/build-0.3.9-r1.ebuild delete mode 100644 dev-util/build/build-0.3.9.ebuild 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 65d2151e09cf..00222c07ff4f 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 7e86e4ebecb3..51d7f8fd6b15 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 c0a6b03f4c0b..594c20f49fcb 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 96d02d9005cf..a2d5001d252d 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-r1.ebuild b/dev-util/build/build-0.3.9-r1.ebuild new file mode 100644 index 000000000000..fb5870c6a2f6 --- /dev/null +++ b/dev-util/build/build-0.3.9-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit versionator + +DESCRIPTION="A massively-parallel software build system implemented on top of GNU make" +HOMEPAGE="http://kolpackov.net/projects/build/" +SLOT="0" +SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2" +LICENSE="GPL-2" +KEYWORDS="amd64 ~arm ppc ppc64 x86" +IUSE="examples" + +DEPEND="" +RDEPEND="" + +src_install() { + emake install_prefix="${D}/usr" install + + dodoc documentation/[[:upper:]]* + dohtml -A xhtml documentation/*.{css,xhtml} + + if use examples ; then + # preserving symlinks in the examples + cp -dpR examples "${D}/usr/share/doc/${PF}" + fi +} diff --git a/dev-util/build/build-0.3.9.ebuild b/dev-util/build/build-0.3.9.ebuild deleted file mode 100644 index 9261a4a280c7..000000000000 --- a/dev-util/build/build-0.3.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -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)" -SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2" -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ppc ppc64 x86" -IUSE="examples" - -DEPEND="" -RDEPEND="" - -src_install() { - emake install_prefix="${D}/usr" install - - dodoc documentation/[[:upper:]]* - dohtml -A xhtml documentation/*.{css,xhtml} - - if use examples ; then - # preserving symlinks in the examples - cp -dpR examples "${D}/usr/share/doc/${PF}" - fi -} -- cgit v1.2.3-65-gdbad