Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/grantlee/
Date: Sun, 18 Jun 2017 12:08:35
Message-Id: 1497787697.e637ffe6a35141d7c1926eb76a9644eac9a5d1c0.kensington@gentoo
1 commit: e637ffe6a35141d7c1926eb76a9644eac9a5d1c0
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 12:06:06 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 12:08:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e637ffe6
7
8 dev-libs/grantlee: update HOMEPAGE
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-libs/grantlee/grantlee-0.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/grantlee/grantlee-0.4.0.ebuild b/dev-libs/grantlee/grantlee-0.4.0.ebuild
16 index 3bc74ea5ca6..f92edc2ae62 100644
17 --- a/dev-libs/grantlee/grantlee-0.4.0.ebuild
18 +++ b/dev-libs/grantlee/grantlee-0.4.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -6,7 +6,7 @@ EAPI=5
26 inherit cmake-utils
27
28 DESCRIPTION="C++ string template engine based on the Django template system"
29 -HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home"
30 +HOMEPAGE="https://github.com/steveire/grantlee"
31 SRC_URI="http://downloads.grantlee.org/${P}.tar.gz"
32
33 LICENSE="LGPL-2.1"