From 3fe0b5b4748d1d23bb49b1ac46d5fffdeaa4cc2b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 15 Oct 2016 14:51:24 +0200 Subject: dev-util/build: Version bump to 0.3.10 Gentoo-bug: 585736 * EAPI=6 Package-Manager: portage-2.3.2 --- dev-util/build/Manifest | 1 + dev-util/build/build-0.3.10.ebuild | 31 +++++++++++++++++++++++++++++++ dev-util/build/metadata.xml | 8 ++++---- 3 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 dev-util/build/build-0.3.10.ebuild (limited to 'dev-util') diff --git a/dev-util/build/Manifest b/dev-util/build/Manifest index d93505d427cf..e2bd488f36c0 100644 --- a/dev-util/build/Manifest +++ b/dev-util/build/Manifest @@ -1 +1,2 @@ +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.10.ebuild b/dev-util/build/build-0.3.10.ebuild new file mode 100644 index 000000000000..135560e44552 --- /dev/null +++ b/dev-util/build/build-0.3.10.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit versionator + +DESCRIPTION="A massively-parallel software build system implemented on top of GNU make" +HOMEPAGE="http://www.codesynthesis.com/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="" + +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 index acd00be69f92..d4905c84fc34 100644 --- a/dev-util/build/metadata.xml +++ b/dev-util/build/metadata.xml @@ -1,8 +1,8 @@ - - dev-zero@gentoo.org - Tiziano Müller - + + cpp@gentoo.org + Gentoo C++ Project + -- cgit v1.2.3-65-gdbad