diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-10-28 22:30:57 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-10-28 23:01:29 +0200 |
commit | c10be05ce34dec82131e28e3b6b6e35bedbcbbf0 (patch) | |
tree | 3c022f0310fa10331594ecc7e20cc6a655f2f038 /dev-lang/c-intercal | |
parent | dev-python/ipdb: Bump (diff) | |
download | gentoo-c10be05ce34dec82131e28e3b6b6e35bedbcbbf0.tar.gz gentoo-c10be05ce34dec82131e28e3b6b6e35bedbcbbf0.tar.bz2 gentoo-c10be05ce34dec82131e28e3b6b6e35bedbcbbf0.zip |
dev-lang/c-intercal: Specify license more precisely.
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-lang/c-intercal')
-rw-r--r-- | dev-lang/c-intercal/c-intercal-29.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/c-intercal/c-intercal-29.0.ebuild b/dev-lang/c-intercal/c-intercal-29.0.ebuild index f1dbfc2a418c..dfc1909a7364 100644 --- a/dev-lang/c-intercal/c-intercal-29.0.ebuild +++ b/dev-lang/c-intercal/c-intercal-29.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,10 +25,10 @@ get_intercal_version() { MY_PN="${PN#c-}" MY_PV="$(get_intercal_version)" DESCRIPTION="C-INTERCAL - INTERCAL to binary (via C) compiler" -HOMEPAGE="http://c.intercal.org.uk" +HOMEPAGE="http://c.intercal.org.uk/" SRC_URI="http://overload.intercal.org.uk/c/${MY_PN}-${MY_PV}.pax.gz" -LICENSE="GPL-2 FDL-1.2" +LICENSE="GPL-2+ FDL-1.2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="emacs examples" |