diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-14 18:04:19 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-14 18:04:19 +0000 |
commit | 759a5a35e03ae96c169ad0b1ee8535189f992b45 (patch) | |
tree | 926b71e89994dc4f14b24665cf2900f7bd1690c2 /dev-util/boost-jam | |
parent | Fixed BUG #53872. (Manifest recommit) (diff) | |
download | gentoo-2-759a5a35e03ae96c169ad0b1ee8535189f992b45.tar.gz gentoo-2-759a5a35e03ae96c169ad0b1ee8535189f992b45.tar.bz2 gentoo-2-759a5a35e03ae96c169ad0b1ee8535189f992b45.zip |
Added dev-libs/boost DEPEND for bug #53852 and revbumped to change the BOOST_BUILD_PATH to match dev-libs/boost to close bug #53853. Added ~amd64 and ~sparc KEYWORDs.
Diffstat (limited to 'dev-util/boost-jam')
-rw-r--r-- | dev-util/boost-jam/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/boost-jam/Manifest | 8 | ||||
-rw-r--r-- | dev-util/boost-jam/boost-jam-3.1.4.ebuild | 5 | ||||
-rw-r--r-- | dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild | 39 | ||||
-rw-r--r-- | dev-util/boost-jam/boost-jam-3.1.9.ebuild | 5 | ||||
-rw-r--r-- | dev-util/boost-jam/files/boost-jam-3.1.9-dir.patch | 24 | ||||
-rw-r--r-- | dev-util/boost-jam/files/digest-boost-jam-3.1.9-r1 | 1 |
7 files changed, 82 insertions, 8 deletions
diff --git a/dev-util/boost-jam/ChangeLog b/dev-util/boost-jam/ChangeLog index 1e2a4488df66..d2a73a77dc43 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/ChangeLog,v 1.4 2004/05/01 19:44:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/ChangeLog,v 1.5 2004/06/14 18:04:19 eradicator Exp $ + + 14 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org> + +files/boost-jam-3.1.9-dir.patch: + Added dev-libs/boost DEPEND for bug #53852 and revbumped to change the + BOOST_BUILD_PATH to match dev-libs/boost to close bug #53853. Added + ~amd64 and ~sparc KEYWORDs. 01 May 2004; Jeremy Huddleston <eradicator@gentoo.org> boost-jam-3.1.4.ebuild, boost-jam-3.1.9.ebuild: diff --git a/dev-util/boost-jam/Manifest b/dev-util/boost-jam/Manifest index 3638fa490e88..9be01c858440 100644 --- a/dev-util/boost-jam/Manifest +++ b/dev-util/boost-jam/Manifest @@ -1,6 +1,8 @@ -MD5 102ae2d593dccaf42d634f4dc5302ab9 ChangeLog 907 +MD5 9f8f7fdcfff6fae23b9719220fc6c6bf ChangeLog 906 +MD5 91ff1d5f2a2ffc294a5b82c2e55e9e70 boost-jam-3.1.4.ebuild 643 +MD5 3b098229d60ff23673602a36ada52db7 boost-jam-3.1.9.ebuild 696 MD5 3923b6ae9bc25fc124e24e7747c8a802 metadata.xml 226 -MD5 39a660496ff4b5102f8aa0ebfb96fce9 boost-jam-3.1.9.ebuild 681 -MD5 79f556621fe366596034974d967ad890 boost-jam-3.1.4.ebuild 628 +MD5 3b098229d60ff23673602a36ada52db7 boost-jam-3.1.9-r1.ebuild 696 MD5 c8c7c876dab123fc3d393931dc4375a1 files/digest-boost-jam-3.1.4 64 MD5 2fa251c3167661534156280d8b775b89 files/digest-boost-jam-3.1.9 64 +MD5 2fa251c3167661534156280d8b775b89 files/digest-boost-jam-3.1.9-r1 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 071804b8cea6..f529df4d6755 100644 --- a/dev-util/boost-jam/boost-jam-3.1.4.ebuild +++ b/dev-util/boost-jam/boost-jam-3.1.4.ebuild @@ -1,6 +1,6 @@ # 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.5 2004/05/01 19:44:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/boost-jam-3.1.4.ebuild,v 1.6 2004/06/14 18:04:19 eradicator Exp $ DESCRIPTION="Boost.Jam - an alternative to make based on Jam." HOMEPAGE="http://www.boost.org/tools/build/jam_src/index.html" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="!dev-util/jam" +DEPEND="dev-libs/boost + !dev-util/jam" src_compile() { ./build.sh diff --git a/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild b/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild new file mode 100644 index 000000000000..2100e1f5bf4a --- /dev/null +++ b/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild @@ -0,0 +1,39 @@ +# 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-r1.ebuild,v 1.1 2004/06/14 18:04:19 eradicator Exp $ + +IUSE="" + +inherit eutils + +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 ~amd64" + +DEPEND="dev-libs/boost + !dev-util/jam" + +src_unpack() { + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${P}-dir.patch +} + +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/boost-jam-3.1.9.ebuild b/dev-util/boost-jam/boost-jam-3.1.9.ebuild index dfa17f6e15b9..be6ecf89232a 100644 --- a/dev-util/boost-jam/boost-jam-3.1.9.ebuild +++ b/dev-util/boost-jam/boost-jam-3.1.9.ebuild @@ -1,6 +1,6 @@ # 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.2 2004/05/01 19:44:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/boost-jam-3.1.9.ebuild,v 1.3 2004/06/14 18:04:19 eradicator Exp $ DESCRIPTION="Boost.Jam - an alternative to make based on Jam." HOMEPAGE="http://www.boost.org/tools/build/jam_src/index.html" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="!dev-util/jam" +DEPEND="dev-libs/boost + !dev-util/jam" src_compile() { ./build.sh diff --git a/dev-util/boost-jam/files/boost-jam-3.1.9-dir.patch b/dev-util/boost-jam/files/boost-jam-3.1.9-dir.patch new file mode 100644 index 000000000000..2bc01b510017 --- /dev/null +++ b/dev-util/boost-jam/files/boost-jam-3.1.9-dir.patch @@ -0,0 +1,24 @@ +diff -Naur boost-jam-3.1.9.orig/Jambase boost-jam-3.1.9/Jambase +--- boost-jam-3.1.9.orig/Jambase 2004-01-25 21:14:42.000000000 -0800 ++++ boost-jam-3.1.9/Jambase 2004-06-14 04:22:38.285370451 -0700 +@@ -49,7 +49,7 @@ + # required by Debian Policy. + if ! $(BOOST_BUILD_PATH) && $(UNIX) + { +- BOOST_BUILD_PATH = /usr/share/boost-build ; ++ BOOST_BUILD_PATH = /usr/share/boost ; + } + + +diff -Naur boost-jam-3.1.9.orig/jambase.c boost-jam-3.1.9/jambase.c +--- boost-jam-3.1.9.orig/jambase.c 2004-01-25 21:14:42.000000000 -0800 ++++ boost-jam-3.1.9/jambase.c 2004-06-14 04:22:13.105483672 -0700 +@@ -21,7 +21,7 @@ + "BOOST_BUILD_PATH.user-value = $(BOOST_BUILD_PATH) ;\n", + "if ! $(BOOST_BUILD_PATH) && $(UNIX)\n", + "{\n", +-"BOOST_BUILD_PATH = /usr/share/boost-build ;\n", ++"BOOST_BUILD_PATH = /usr/share/boost ;\n", + "}\n", + "rule boost-build ( dir ? )\n", + "{\n", diff --git a/dev-util/boost-jam/files/digest-boost-jam-3.1.9-r1 b/dev-util/boost-jam/files/digest-boost-jam-3.1.9-r1 new file mode 100644 index 000000000000..6a630c067b83 --- /dev/null +++ b/dev-util/boost-jam/files/digest-boost-jam-3.1.9-r1 @@ -0,0 +1 @@ +MD5 a9acab490cf3b40b689cda704ab317f7 boost-jam-3.1.9.tgz 201437 |