summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2012-11-22 12:24:01 +0000
committerTiziano Müller <dev-zero@gentoo.org>2012-11-22 12:24:01 +0000
commit882ef1ccbdb36e0dcb57f0b42ba89a8cf8d13871 (patch)
treee7abccf483a232ee0985b89f540848f0c15f63f0 /dev-util/build
parentAssign myself as a maintainer. Permission is granted by chainsaw (diff)
downloadgentoo-2-882ef1ccbdb36e0dcb57f0b42ba89a8cf8d13871.tar.gz
gentoo-2-882ef1ccbdb36e0dcb57f0b42ba89a8cf8d13871.tar.bz2
gentoo-2-882ef1ccbdb36e0dcb57f0b42ba89a8cf8d13871.zip
Drop old.
(Portage version: 2.1.11.20/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/build')
-rw-r--r--dev-util/build/ChangeLog6
-rw-r--r--dev-util/build/build-0.3.8.ebuild28
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-util/build/ChangeLog b/dev-util/build/ChangeLog
index 4c0aba948831..30edc3369502 100644
--- a/dev-util/build/ChangeLog
+++ b/dev-util/build/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/build
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.3 2012/10/17 18:23:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.4 2012/11/22 12:24:01 dev-zero Exp $
+
+ 22 Nov 2012; Tiziano Müller <dev-zero@gentoo.org> -build-0.3.8.ebuild:
+ Drop old.
17 Oct 2012; Markus Meier <maekke@gentoo.org> build-0.3.9.ebuild:
add ~arm, bug #430072
@@ -16,4 +19,3 @@
+metadata.xml:
Initial commit (ebuild written by me), needed for xsd and the required
libraries.
-
diff --git a/dev-util/build/build-0.3.8.ebuild b/dev-util/build/build-0.3.8.ebuild
deleted file mode 100644
index a534ba2ccf71..000000000000
--- a/dev-util/build/build-0.3.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.8.ebuild,v 1.1 2010/10/20 05:53:31 dev-zero Exp $
-
-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 ~x86"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake install_prefix="${D}/usr" install || die "emake install failed"
-
- dodoc NEWS README 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
-}