diff --git a/dev-util/build/ChangeLog b/dev-util/build/ChangeLog deleted file mode 100644 --- a/dev-util/build/ChangeLog +++ /dev/null @@ -1,22 +0,0 @@ -# ChangeLog for dev-util/build -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 19 Jan 2010; Nathan Phillip Brink (ohnobinki) - build-0.3.5.ebuild: - SLOT build because packages which use it have /usr/include/build- - hard-coded into them. - - 19 Jan 2010; Nathan Phillip Brink (ohnobinki) - build-0.3.5.ebuild: - As committed for sunrise r9900. Cleaned up docs installation and SRC_URI - generation. - - 18 Jan 2010; Nathan Phillip Brink (ohnobinki) - build-0.3.5.ebuild: - Cleaned up documentation installation using find -regex. - - 17 Jan 2010; Nathan Phillip Brink (ohnobinki) - +build-0.3.5.ebuild, +metadata.xml: - New ebuild for bug 301247, seed stolen from funtoo - diff --git a/dev-util/build/Manifest b/dev-util/build/Manifest deleted file mode 100644 --- a/dev-util/build/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST build-0.3.5.tar.bz2 65872 RMD160 df3b85caae99f1538d2c9c28eb210ed5b3255bb2 SHA1 7a2fa91cea87b97c80568f5fc076861365ebeb61 SHA256 bd18bafafeb6c861932b3a6e2dd2eb1a9a8f9f3f1972b8de1b776b0a8854a08d -EBUILD build-0.3.5.ebuild 1523 RMD160 b81553903fcad6d6e4d5a60212acfda6fc3ec267 SHA1 40282575925bc07c4796dc0e589fc92b49a91846 SHA256 31c45dcae6bdb28ae7b9b1c502ea9560bcd35f82737574e74b4f2a60c3894e05 -MISC ChangeLog 832 RMD160 c6f4dec82ddb7229a41221a43203a0806214b091 SHA1 20cd72d3b6eeda8f237390cd6d3e12d258e72646 SHA256 5f54e33cfb439bb8f8223af750e12400ebc8888251d90790fb9bd9b69b7c4d67 -MISC metadata.xml 290 RMD160 477ae5b5f81ab27749d5e68e95bb3cde684ec753 SHA1 6c94a51c1738c49bdf08b92fc7e6583875f65781 SHA256 c1f650400a8fb43cc289484e44c1620b2f8addd8a8069e197efca20347ddcaf7 diff --git a/dev-util/build/build-0.3.5.ebuild b/dev-util/build/build-0.3.5.ebuild deleted file mode 100644 --- a/dev-util/build/build-0.3.5.ebuild +++ /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://kolpackov.net/projects/build/" -SRC_URI="ftp://kolpackov.net/pub/projects/${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 --- a/dev-util/build/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - no-herd - - ohnobinki@ohnopublishing.net - ohnobinki_overlay - -