Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost-mpl-cartesian_product/
Date: Sun, 14 Apr 2019 13:45:44
Message-Id: 1555249507.6fdacc803fdb232bc8137898aab76242cfa290b4.junghans@gentoo
1 commit: 6fdacc803fdb232bc8137898aab76242cfa290b4
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 12 18:46:28 2019 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 13:45:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdacc80
7
8 dev-libs/boost-mpl-cartesian_product: update HOMEPAGE
9
10 Closes: https://bugs.gentoo.org/674398
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
13
14 .../boost-mpl-cartesian_product-20161205.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild b/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild
18 index 29f9dfb7266..ac621115d48 100644
19 --- a/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild
20 +++ b/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -7,7 +7,7 @@ inherit vcs-snapshot toolchain-funcs
28
29 COMMIT="aeb0266b3a89f32c390dff51cb73a454d5d7a745"
30 DESCRIPTION="an extension to the Boost.MPL library"
31 -HOMEPAGE="http://www.organicvectory.com/index.php?option=com_content&view=article&id=75:boostmplcartesianproduct&catid=42:boost&Itemid=78"
32 +HOMEPAGE="https://github.com/quinoacomputing/BoostMPLCartesianProduct"
33 SRC_URI="https://github.com/quinoacomputing/BoostMPLCartesianProduct/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="Boost-1.0"