summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2009-03-24 04:34:42 +0000
committerRyan Hill <dirtyepic@gentoo.org>2009-03-24 04:34:42 +0000
commit0e70f806bc7ba0f50939f1956d0bc00d97021e35 (patch)
tree66306f65b60ff6cc7876aec320ebbb44f121e6b6 /dev-util/boost-build
parentBecause versions of boost-build greater than 1.35.0-r1 are slotted and (diff)
downloadgentoo-2-0e70f806bc7ba0f50939f1956d0bc00d97021e35.tar.gz
gentoo-2-0e70f806bc7ba0f50939f1956d0bc00d97021e35.tar.bz2
gentoo-2-0e70f806bc7ba0f50939f1956d0bc00d97021e35.zip
Fix homepage. Bug #234246.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/boost-build')
-rw-r--r--dev-util/boost-build/ChangeLog7
-rw-r--r--dev-util/boost-build/boost-build-1.34.1.ebuild6
-rw-r--r--dev-util/boost-build/boost-build-1.35.0-r1.ebuild4
-rw-r--r--dev-util/boost-build/boost-build-1.35.0-r2.ebuild6
-rw-r--r--dev-util/boost-build/boost-build-1.36.0.ebuild6
-rw-r--r--dev-util/boost-build/boost-build-1.37.0.ebuild6
6 files changed, 20 insertions, 15 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog
index e130bdb6d46b..504581305408 100644
--- a/dev-util/boost-build/ChangeLog
+++ b/dev-util/boost-build/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/boost-build
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.27 2009/02/07 17:00:36 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.28 2009/03/24 04:34:42 dirtyepic Exp $
+
+ 24 Mar 2009; Ryan Hill <dirtyepic@gentoo.org> boost-build-1.34.1.ebuild,
+ boost-build-1.35.0-r1.ebuild, boost-build-1.35.0-r2.ebuild,
+ boost-build-1.36.0.ebuild, boost-build-1.37.0.ebuild:
+ Fix homepage. Bug #234246.
07 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
boost-build-1.35.0-r1.ebuild:
diff --git a/dev-util/boost-build/boost-build-1.34.1.ebuild b/dev-util/boost-build/boost-build-1.34.1.ebuild
index c62ea4cf1066..06375b78706b 100644
--- a/dev-util/boost-build/boost-build-1.34.1.ebuild
+++ b/dev-util/boost-build/boost-build-1.34.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.15 2008/11/05 10:30:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.16 2009/03/24 04:34:42 dirtyepic Exp $
inherit flag-o-matic toolchain-funcs versionator
MY_PV=$(replace_all_version_separators _)
DESCRIPTION="A system for large project software construction, which is simple to use and powerful."
-HOMEPAGE="http://www.boost.org/tools/build/v2/index.html"
+HOMEPAGE="http://www.boost.org/doc/tools/build/index.html"
SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2"
LICENSE="Boost-1.0"
diff --git a/dev-util/boost-build/boost-build-1.35.0-r1.ebuild b/dev-util/boost-build/boost-build-1.35.0-r1.ebuild
index 992dc9061360..bb26c6adccda 100644
--- a/dev-util/boost-build/boost-build-1.35.0-r1.ebuild
+++ b/dev-util/boost-build/boost-build-1.35.0-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r1.ebuild,v 1.2 2009/02/07 17:00:36 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r1.ebuild,v 1.3 2009/03/24 04:34:42 dirtyepic Exp $
inherit flag-o-matic toolchain-funcs versionator
MY_PV=$(replace_all_version_separators _)
DESCRIPTION="A system for large project software construction, which is simple to use and powerful."
-HOMEPAGE="http://www.boost.org/tools/build/v2/index.html"
+HOMEPAGE="http://www.boost.org/doc/tools/build/index.html"
SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2"
LICENSE="Boost-1.0"
SLOT="0"
diff --git a/dev-util/boost-build/boost-build-1.35.0-r2.ebuild b/dev-util/boost-build/boost-build-1.35.0-r2.ebuild
index 8d8e5ea7c3bb..6925849d560d 100644
--- a/dev-util/boost-build/boost-build-1.35.0-r2.ebuild
+++ b/dev-util/boost-build/boost-build-1.35.0-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild,v 1.1 2008/12/16 15:44:42 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild,v 1.2 2009/03/24 04:34:42 dirtyepic Exp $
EAPI="2"
@@ -10,7 +10,7 @@ MY_PV=$(replace_all_version_separators _)
MAJOR_PV="$(replace_all_version_separators _ $(get_version_component_range 1-2))"
DESCRIPTION="A system for large project software construction, which is simple to use and powerful."
-HOMEPAGE="http://www.boost.org/tools/build/v2/index.html"
+HOMEPAGE="http://www.boost.org/doc/tools/build/index.html"
SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2"
LICENSE="Boost-1.0"
SLOT="0"
diff --git a/dev-util/boost-build/boost-build-1.36.0.ebuild b/dev-util/boost-build/boost-build-1.36.0.ebuild
index 4c265d249b6b..85b6a98ce589 100644
--- a/dev-util/boost-build/boost-build-1.36.0.ebuild
+++ b/dev-util/boost-build/boost-build-1.36.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.36.0.ebuild,v 1.1 2008/12/16 15:44:42 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.36.0.ebuild,v 1.2 2009/03/24 04:34:42 dirtyepic Exp $
EAPI="2"
@@ -10,7 +10,7 @@ MY_PV=$(replace_all_version_separators _)
MAJOR_PV="$(replace_all_version_separators _ $(get_version_component_range 1-2))"
DESCRIPTION="A system for large project software construction, which is simple to use and powerful."
-HOMEPAGE="http://www.boost.org/tools/build/v2/index.html"
+HOMEPAGE="http://www.boost.org/doc/tools/build/index.html"
SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2"
LICENSE="Boost-1.0"
SLOT="1.36"
diff --git a/dev-util/boost-build/boost-build-1.37.0.ebuild b/dev-util/boost-build/boost-build-1.37.0.ebuild
index ce29047eedb9..ec9a5f04cebe 100644
--- a/dev-util/boost-build/boost-build-1.37.0.ebuild
+++ b/dev-util/boost-build/boost-build-1.37.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.37.0.ebuild,v 1.1 2008/12/16 15:44:42 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.37.0.ebuild,v 1.2 2009/03/24 04:34:42 dirtyepic Exp $
EAPI="2"
@@ -10,7 +10,7 @@ MY_PV=$(replace_all_version_separators _)
MAJOR_PV="$(replace_all_version_separators _ $(get_version_component_range 1-2))"
DESCRIPTION="A system for large project software construction, which is simple to use and powerful."
-HOMEPAGE="http://www.boost.org/tools/build/v2/index.html"
+HOMEPAGE="http://www.boost.org/doc/tools/build/index.html"
SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2"
LICENSE="Boost-1.0"
SLOT="1.37"