diff options
author | 2013-02-21 21:46:47 +0000 | |
---|---|---|
committer | 2013-02-21 21:46:47 +0000 | |
commit | c7df5c8366bb0e5002fc05e1ab9a38009fa1e4f2 (patch) | |
tree | 092520ae13290af92c127d370c03cfcee3df9603 /dev-util | |
parent | Stable for ppc, wrt bug #458188 (diff) | |
download | gentoo-2-c7df5c8366bb0e5002fc05e1ab9a38009fa1e4f2.tar.gz gentoo-2-c7df5c8366bb0e5002fc05e1ab9a38009fa1e4f2.tar.bz2 gentoo-2-c7df5c8366bb0e5002fc05e1ab9a38009fa1e4f2.zip |
Update LICENSE, the Scintilla license is a duplicate of the HPND.
(Portage version: 2.1.11.51/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/geany/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/geany/geany-1.22-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/geany/ChangeLog b/dev-util/geany/ChangeLog index fbbc07428ac1..574688da4501 100644 --- a/dev-util/geany/ChangeLog +++ b/dev-util/geany/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/geany # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.64 2013/02/02 22:32:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.65 2013/02/21 21:46:47 ulm Exp $ + + 21 Feb 2013; Ulrich Müller <ulm@gentoo.org> geany-1.22-r1.ebuild: + Update LICENSE, the Scintilla license is a duplicate of the HPND. 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> geany-1.22-r1.ebuild: Add ~arm, wrt bug #449220 diff --git a/dev-util/geany/geany-1.22-r1.ebuild b/dev-util/geany/geany-1.22-r1.ebuild index 5e7279803694..0bbe0c0e77c1 100644 --- a/dev-util/geany/geany-1.22-r1.ebuild +++ b/dev-util/geany/geany-1.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-1.22-r1.ebuild,v 1.6 2013/02/02 22:32:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-1.22-r1.ebuild,v 1.7 2013/02/21 21:46:47 ulm Exp $ EAPI=5 inherit eutils fdo-mime gnome2-utils @@ -12,7 +12,7 @@ DESCRIPTION="GTK+ based fast and lightweight IDE" HOMEPAGE="http://www.geany.org" SRC_URI="http://download.geany.org/${P}.tar.bz2" -LICENSE="GPL-2 Scintilla" +LICENSE="GPL-2+ HPND" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="+vte" |