Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpdepend/
Date: Wed, 02 Dec 2015 17:23:04
Message-Id: 1449076962.1d8de7a23d04e9aea7ef61514d7c16690c8db672.grknight@gentoo
1 commit: 1d8de7a23d04e9aea7ef61514d7c16690c8db672
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 17:22:42 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 17:22:42 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8de7a2
7
8 dev-php/phpdepend: Fix incorrect license
9
10 Package-Manager: portage-2.2.26
11
12 dev-php/phpdepend/phpdepend-1.1.1.ebuild | 4 ++--
13 dev-php/phpdepend/phpdepend-2.2.2.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-php/phpdepend/phpdepend-1.1.1.ebuild b/dev-php/phpdepend/phpdepend-1.1.1.ebuild
17 index cd9257b..8e0da0d 100644
18 --- a/dev-php/phpdepend/phpdepend-1.1.1.ebuild
19 +++ b/dev-php/phpdepend/phpdepend-1.1.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -11,7 +11,7 @@ PHP_PEAR_URI="pear.pdepend.org"
27 inherit php-pear-lib-r1
28
29 DESCRIPTION="Static code analyser for PHP"
30 -LICENSE="GPL-3"
31 +LICENSE="BSD"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 diff --git a/dev-php/phpdepend/phpdepend-2.2.2.ebuild b/dev-php/phpdepend/phpdepend-2.2.2.ebuild
37 index 284eb7c..12ff3a2 100644
38 --- a/dev-php/phpdepend/phpdepend-2.2.2.ebuild
39 +++ b/dev-php/phpdepend/phpdepend-2.2.2.ebuild
40 @@ -5,7 +5,7 @@
41 EAPI="5"
42
43 DESCRIPTION="Static code analyser for PHP"
44 -LICENSE="GPL-3"
45 +LICENSE="BSD"
46 SLOT="0"
47 KEYWORDS="~amd64 ~x86"
48 IUSE=""