Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/c-intercal/
Date: Fri, 28 Oct 2016 21:03:29
Message-Id: 1477688489.c10be05ce34dec82131e28e3b6b6e35bedbcbbf0.ulm@gentoo
1 commit: c10be05ce34dec82131e28e3b6b6e35bedbcbbf0
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 20:30:57 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 21:01:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10be05c
7
8 dev-lang/c-intercal: Specify license more precisely.
9
10 Package-Manager: portage-2.3.2
11
12 dev-lang/c-intercal/c-intercal-29.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-lang/c-intercal/c-intercal-29.0.ebuild b/dev-lang/c-intercal/c-intercal-29.0.ebuild
16 index f1dbfc2..dfc1909 100644
17 --- a/dev-lang/c-intercal/c-intercal-29.0.ebuild
18 +++ b/dev-lang/c-intercal/c-intercal-29.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -25,10 +25,10 @@ get_intercal_version() {
26 MY_PN="${PN#c-}"
27 MY_PV="$(get_intercal_version)"
28 DESCRIPTION="C-INTERCAL - INTERCAL to binary (via C) compiler"
29 -HOMEPAGE="http://c.intercal.org.uk"
30 +HOMEPAGE="http://c.intercal.org.uk/"
31 SRC_URI="http://overload.intercal.org.uk/c/${MY_PN}-${MY_PV}.pax.gz"
32
33 -LICENSE="GPL-2 FDL-1.2"
34 +LICENSE="GPL-2+ FDL-1.2+"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE="emacs examples"