* [gentoo-commits] gentoo-x86 commit in dev-util/build: build-0.3.8.ebuild metadata.xml ChangeLog
@ 2010-10-20 5:53 Tiziano Mueller (dev-zero)
0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2010-10-20 5:53 UTC (permalink / raw
To: gentoo-commits
dev-zero 10/10/20 05:53:31
Added: build-0.3.8.ebuild metadata.xml ChangeLog
Log:
Initial commit (ebuild written by me), needed for xsd and the required libraries.
(Portage version: 2.2_rc94/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-util/build/build-0.3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.8.ebuild?rev=1.1&content-type=text/plain
Index: build-0.3.8.ebuild
===================================================================
# 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
}
1.1 dev-util/build/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>dev-zero@gentoo.org</email>
<name>Tiziano Müller</name>
</maintainer>
</pkgmetadata>
1.1 dev-util/build/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-util/build
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.1 2010/10/20 05:53:31 dev-zero Exp $
*build-0.3.8 (20 Oct 2010)
20 Oct 2010; Tiziano Müller <dev-zero@gentoo.org> +build-0.3.8.ebuild,
+metadata.xml:
Initial commit (ebuild written by me), needed for xsd and the required
libraries.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-20 5:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20 5:53 [gentoo-commits] gentoo-x86 commit in dev-util/build: build-0.3.8.ebuild metadata.xml ChangeLog Tiziano Mueller (dev-zero)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox