]> Pileus Git - ~andy/sunrise/commitdiff
sunrise/ dev-util/build: Remove dev-util/build. Currently in Portage.
authorDane Smith <c1pher@gentoo.org>
Fri, 22 Oct 2010 16:46:16 +0000 (16:46 +0000)
committerDane Smith <c1pher@gentoo.org>
Fri, 22 Oct 2010 16:46:16 +0000 (16:46 +0000)
svn path=/sunrise/; revision=11458

dev-util/build/ChangeLog [deleted file]
dev-util/build/Manifest [deleted file]
dev-util/build/build-0.3.7.ebuild [deleted file]
dev-util/build/metadata.xml [deleted file]

diff --git a/dev-util/build/ChangeLog b/dev-util/build/ChangeLog
deleted file mode 100644 (file)
index b226668..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for dev-util/build
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  15 Jun 2010; Nathan Phillip Brink (ohnobinki)
-  <ohnobinki@ohnopublishing.net> -build-0.3.5.ebuild, +build-0.3.7.ebuild:
-  Bump to build-0.3.7. Update HOMEPAGE and SRC_URI to reflect new project
-  hosting.
-
-  19 Jan 2010; Nathan Phillip Brink (ohnobinki)
-  <ohnobinki@ohnopublishing.net> build-0.3.5.ebuild:
-  SLOT build because packages which use it have /usr/include/build-${SLOT}
-  hard-coded into them.
-
-  19 Jan 2010; Nathan Phillip Brink (ohnobinki)
-  <ohnobinki@ohnopublishing.net> +build-0.3.5.ebuild, +metadata.xml:
-  New ebuild for bug 301247 thanks to original author dev-zero and reviewers
-  chiiph, tommy, yngwin
-
diff --git a/dev-util/build/Manifest b/dev-util/build/Manifest
deleted file mode 100644 (file)
index 5c95a3b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST build-0.3.7.tar.bz2 65209 RMD160 a0a8299a00b0be78352a4e1e35b8ef7d5c22c07c SHA1 3ca1cbbf70247160f21aee758fc55c881ab7c930 SHA256 4eceb6bb427ec7d4f06c40a520f8dfed84c75cd15e865cd9ffd2089c0ff8952d
-EBUILD build-0.3.7.ebuild 1528 RMD160 f2f749bd26b60104336156a2460333211daabfac SHA1 ede295658fd3cb4218b8b87194896d5ebb887285 SHA256 7edf9833a157419e922db3247da2fb2217b9d441cd3abd3c4a527d58eb0f14cc
-MISC ChangeLog 744 RMD160 7ca0974eb018f1d034341d46b6e50d6d7b1602f7 SHA1 e7f113645182a2b22ee58140f6b14d9f46e13cff SHA256 9edd8e6c0b895b96e4af489186cd2f5e27adcb8b80ba4f589ba09de6337aaac4
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/dev-util/build/build-0.3.7.ebuild b/dev-util/build/build-0.3.7.ebuild
deleted file mode 100644 (file)
index aeba401..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit versionator
-
-SLOT=$(get_version_component_range 1-2)
-DESCRIPTION="A massively-parallel software build system implemented on top of GNU make"
-HOMEPAGE="http://codesynthesis.com/projects/build/"
-SRC_URI="http://codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-IUSE="doc examples"
-
-src_prepare() {
-       if use examples; then
-               # fix examples to use installed build
-               sed -i -e "s;^include.\*bootstrap.make\$;include build-${SLOT}/bootstrap.make;" \
-                       $(find examples -name bootstrap.make) || die "patching examples failed"
-               rm examples/cxx/hello/hello/build/import/libhello || die "preparing examples for installation failed"
-       fi
-       if use doc; then
-               mv documentation/index.{x,}html || die
-       fi
-}
-
-src_install() {
-       emake install_prefix="${D}/usr" install || die "emake install failed"
-
-       dodoc NEWS README || die "dodoc failed"
-
-       if use doc; then
-               dohtml documentation/{default.css,index.html} || die "installing HTML docs failed"
-               dodoc $(find documentation -type f -regex '[^.]*') || die "installing plaintext docs failed"
-       fi
-
-       if use examples; then
-               local docdir=/usr/share/doc/${PF}
-               insinto ${docdir}
-
-               # preserve symlinks and avoid cp:
-               doins -r examples || die "installing examples failed"
-               dosym ../../../libhello/build/import/libhello ${docdir}/examples/cxx/hello/hello/build/import/libhello || die "repairing examples symlink failed"
-       fi
-}
diff --git a/dev-util/build/metadata.xml b/dev-util/build/metadata.xml
deleted file mode 100644 (file)
index e6233b5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>