From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-util/build/Manifest | 3 +++ dev-util/build/build-0.3.10.ebuild | 30 ++++++++++++++++++++++++++++++ dev-util/build/metadata.xml | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 dev-util/build/Manifest create mode 100644 dev-util/build/build-0.3.10.ebuild create mode 100644 dev-util/build/metadata.xml (limited to 'dev-util/build') diff --git a/dev-util/build/Manifest b/dev-util/build/Manifest new file mode 100644 index 000000000000..77a007871fc8 --- /dev/null +++ b/dev-util/build/Manifest @@ -0,0 +1,3 @@ +DIST build-0.3.10.tar.bz2 73647 BLAKE2B 90a6d2cac1d34cb5a11bd476011c352f4073fffcb55adb62890938bbbe36d9088c6900a9297f08af3aa564569d09a36662288a9a624e9cc44a9f1b2e5dd289fe SHA512 5836da9347714d602162e050471e27330caf398cf4daf008db174797013d8c353e23f41e393166181ff0fdb08359b434cb7ca2ae6bf789376f8340046abb195f +EBUILD build-0.3.10.ebuild 756 BLAKE2B a7b06c46cc24186dc0c447bfe1dc23341f3447aaa9b946452dc8f21cd7b5b0920f5285fab7ea37cb13873c0a489d039a9750d49552bc5884bf5cbdd994f56c05 SHA512 a4ff71aba6a8bfa9b1e20cb0a597f98c019fe0f24aebeb6cba4f39f04e16d2809e051f1b5e6221c2db6598d97653ec178138f3962f54d2ab7908d12a22819120 +MISC metadata.xml 249 BLAKE2B 5791e38f31ac36bb4b94c03962980af247ea39c8af739a949749b1b3a7705ce4031ff53f620b1e4d30c44360e3d1d37ccb186ea109ecc1036977e4e0bb3a92e9 SHA512 0b2b2d015d6d3310efdedc20cd12cb2f587c105f1e84b243d3a7dc6337dde082c16683781eba9a0cb09341756f10f651579df35837ee232309a97017ec02cbee diff --git a/dev-util/build/build-0.3.10.ebuild b/dev-util/build/build-0.3.10.ebuild new file mode 100644 index 000000000000..d5ebc1b8dfc7 --- /dev/null +++ b/dev-util/build/build-0.3.10.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit versionator + +DESCRIPTION="A massively-parallel software build system implemented on top of GNU make" +HOMEPAGE="https://www.codesynthesis.com/projects/build/" +SLOT="0" +SRC_URI="https://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="${ED%/}/usr" install + + HTML_DOCS=( documentation/*.{css,xhtml} ) + einstalldocs + dodoc documentation/[[:upper:]]* + + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi +} diff --git a/dev-util/build/metadata.xml b/dev-util/build/metadata.xml new file mode 100644 index 000000000000..d4905c84fc34 --- /dev/null +++ b/dev-util/build/metadata.xml @@ -0,0 +1,8 @@ + + + + + cpp@gentoo.org + Gentoo C++ Project + + -- cgit v1.2.3