diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-15 17:44:10 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-15 17:44:10 +0000 |
commit | 3a50f6811032d31dccd4bf2246b570a44e91d7d0 (patch) | |
tree | c3d07eb7c8fd0ba4c662b71884a9eb6e46cefd73 /dev-util/boost-jam | |
parent | sparc (Manifest recommit) (diff) | |
download | gentoo-2-3a50f6811032d31dccd4bf2246b570a44e91d7d0.tar.gz gentoo-2-3a50f6811032d31dccd4bf2246b570a44e91d7d0.tar.bz2 gentoo-2-3a50f6811032d31dccd4bf2246b570a44e91d7d0.zip |
Version bump closes bug #47299. 3.1.4 stable x86.
Diffstat (limited to 'dev-util/boost-jam')
-rw-r--r-- | dev-util/boost-jam/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/boost-jam/Manifest | 3 | ||||
-rw-r--r-- | dev-util/boost-jam/boost-jam-3.1.4.ebuild | 6 | ||||
-rw-r--r-- | dev-util/boost-jam/boost-jam-3.1.9.ebuild | 28 | ||||
-rw-r--r-- | dev-util/boost-jam/files/digest-boost-jam-3.1.9 | 1 | ||||
-rw-r--r-- | dev-util/boost-jam/metadata.xml | 8 |
6 files changed, 52 insertions, 4 deletions
diff --git a/dev-util/boost-jam/ChangeLog b/dev-util/boost-jam/ChangeLog index 026d9e35b0da..c1d725fe18a4 100644 --- a/dev-util/boost-jam/ChangeLog +++ b/dev-util/boost-jam/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/boost-jam -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/ChangeLog,v 1.2 2003/12/05 17:49:36 dholm Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/ChangeLog,v 1.3 2004/04/15 17:44:09 eradicator Exp $ + +*boost-jam-3.1.9 (15 Apr 2004) + + 15 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> + boost-jam-3.1.4.ebuild, boost-jam-3.1.9.ebuild, metadata.xml: + Version bump closes bug #47299. 3.1.4 stable x86. 05 Dec 2003; David Holm <dholm@gentoo.org> boost-jam-3.1.4.ebuild: Made installation arch unspecific and added ~ppc. diff --git a/dev-util/boost-jam/Manifest b/dev-util/boost-jam/Manifest index fcbb8473c96d..8e8b1b6b47e5 100644 --- a/dev-util/boost-jam/Manifest +++ b/dev-util/boost-jam/Manifest @@ -1,3 +1,6 @@ MD5 752f4fc584d528e8d862ab7f991f11b9 ChangeLog 559 +MD5 3923b6ae9bc25fc124e24e7747c8a802 metadata.xml 226 +MD5 5e451a073da6c526692db97bf7219ba5 boost-jam-3.1.9.ebuild 594 MD5 5e451a073da6c526692db97bf7219ba5 boost-jam-3.1.4.ebuild 594 MD5 c8c7c876dab123fc3d393931dc4375a1 files/digest-boost-jam-3.1.4 64 +MD5 2fa251c3167661534156280d8b775b89 files/digest-boost-jam-3.1.9 64 diff --git a/dev-util/boost-jam/boost-jam-3.1.4.ebuild b/dev-util/boost-jam/boost-jam-3.1.4.ebuild index bea28c463902..d29da88b0631 100644 --- a/dev-util/boost-jam/boost-jam-3.1.4.ebuild +++ b/dev-util/boost-jam/boost-jam-3.1.4.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/boost-jam-3.1.4.ebuild,v 1.3 2004/03/13 01:49:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/boost-jam-3.1.4.ebuild,v 1.4 2004/04/15 17:44:09 eradicator Exp $ DESCRIPTION="Boost.Jam - an alternative to make based on Jam." HOMEPAGE="http://www.boost.org/tools/build/jam_src/index.html" SRC_URI="mirror://sourceforge/boost/boost-jam-${PV}.tgz" +RESTRICT="nomirror" + LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND="" diff --git a/dev-util/boost-jam/boost-jam-3.1.9.ebuild b/dev-util/boost-jam/boost-jam-3.1.9.ebuild new file mode 100644 index 000000000000..6cdecc9601ed --- /dev/null +++ b/dev-util/boost-jam/boost-jam-3.1.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/boost-jam-3.1.9.ebuild,v 1.1 2004/04/15 17:44:09 eradicator Exp $ + +DESCRIPTION="Boost.Jam - an alternative to make based on Jam." +HOMEPAGE="http://www.boost.org/tools/build/jam_src/index.html" +SRC_URI="mirror://sourceforge/boost/${P}.tgz" +RESTRICT="nomirror" + +LICENSE="as-is" +SLOT="0" + +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="" + +src_compile() { + ./build.sh +} + +src_install() { + dodoc boost-jam.spec Porting LICENSE_1_0.txt + dohtml Jam.html + + cd ${S}/bin.linux${ARCH} + dobin bjam jam mkjambase yyacc +} diff --git a/dev-util/boost-jam/files/digest-boost-jam-3.1.9 b/dev-util/boost-jam/files/digest-boost-jam-3.1.9 new file mode 100644 index 000000000000..6a630c067b83 --- /dev/null +++ b/dev-util/boost-jam/files/digest-boost-jam-3.1.9 @@ -0,0 +1 @@ +MD5 a9acab490cf3b40b689cda704ab317f7 boost-jam-3.1.9.tgz 201437 diff --git a/dev-util/boost-jam/metadata.xml b/dev-util/boost-jam/metadata.xml new file mode 100644 index 000000000000..15a401e91b43 --- /dev/null +++ b/dev-util/boost-jam/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>eradicator@gentoo.org</email> +</maintainer> +</pkgmetadata> |