diff options
author | David Seifert <soap@gentoo.org> | 2016-12-05 19:04:26 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-12-05 19:40:26 +0100 |
commit | 7b8adc64de5d8849be83592f06bceb5e95abe578 (patch) | |
tree | 11a8f39c72c0b247c677eaefdcce83beda4e84da | |
parent | dev-cpp/libcult: Remove old (diff) | |
download | gentoo-7b8adc64de5d8849be83592f06bceb5e95abe578.tar.gz gentoo-7b8adc64de5d8849be83592f06bceb5e95abe578.tar.bz2 gentoo-7b8adc64de5d8849be83592f06bceb5e95abe578.zip |
dev-util/build: Remove old
Closes: https://github.com/gentoo/gentoo/pull/3022
-rw-r--r-- | dev-util/build/Manifest | 1 | ||||
-rw-r--r-- | dev-util/build/build-0.3.9-r1.ebuild | 30 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-util/build/Manifest b/dev-util/build/Manifest index e2bd488f36c0..9a3a51106338 100644 --- a/dev-util/build/Manifest +++ b/dev-util/build/Manifest @@ -1,2 +1 @@ DIST build-0.3.10.tar.bz2 73647 SHA256 e6fcd1d225d7d1e7b2895a44e3c192f7d45ca83e45817bff20372e5dedcda5d3 SHA512 5836da9347714d602162e050471e27330caf398cf4daf008db174797013d8c353e23f41e393166181ff0fdb08359b434cb7ca2ae6bf789376f8340046abb195f WHIRLPOOL 0f3077918a0ad81e912aa9eb26ed90413db32a8b3f22fb0f953df675ce5aca1f7f8fc38ba7911aff71b79b823ae4e2e5e25d67fc9169abac2786eabdceaaeac7 -DIST build-0.3.9.tar.bz2 71545 SHA256 158a26af751dfc00d9b88021305ea74935542a9f970d1ac7e805cd239a3400b5 SHA512 295350dfd91265481cfe956a1edfadaf46c4eef01d344a4ed8df7124fbda8eb58503836fa7810faa1f5f3d5fc5e110854496a782df7520fbcc1c1cba3c1f3586 WHIRLPOOL e0b12a2341ec4173aca81dad35e39de60e96e8dd321d900c5670c5c66dcfe7676d2a1a4383adefd7fa76138c891a652d32324e4afbe6082fa6aabdfbac12a8f8 diff --git a/dev-util/build/build-0.3.9-r1.ebuild b/dev-util/build/build-0.3.9-r1.ebuild deleted file mode 100644 index 808d30d2bf78..000000000000 --- a/dev-util/build/build-0.3.9-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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}/$(get_version_component_range 1-2)/${P}.tar.bz2" -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ppc ppc64 x86" -IUSE="examples" - -DEPEND="" -RDEPEND="!dev-util/build:0.3" - -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/profiles/package.mask b/profiles/package.mask index 0c8941c42ffe..354bc0515dd4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -364,11 +364,6 @@ net-misc/bgpq dev-java/jaffl # David Seifert <soap@gentoo.org> (29 Oct 2016) -# Unmaintained, broken, do not work with GCC 6 -# Bugs #594506, #597780, removal in 30 days. -<dev-util/build-0.3.10 - -# David Seifert <soap@gentoo.org> (29 Oct 2016) # Unmaintained, depends on ancient and broken C++ libraries # Removal in 30 days. net-libs/libkolab |