diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-07 22:08:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-07 22:08:53 +0000 |
commit | 9c09142063fb64193ae67cb80d3487eef4beaead (patch) | |
tree | c1d782eb5913f7c6c082eb01c27abffeb1b758ed /dev-tcltk | |
parent | Apply team policy. (diff) | |
download | gentoo-2-9c09142063fb64193ae67cb80d3487eef4beaead.tar.gz gentoo-2-9c09142063fb64193ae67cb80d3487eef4beaead.tar.bz2 gentoo-2-9c09142063fb64193ae67cb80d3487eef4beaead.zip |
Fix LICENSE, "freely distributable" by notice in combobox.tcl, bug 465020.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/combobox/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/combobox/combobox-2.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tcltk/combobox/ChangeLog b/dev-tcltk/combobox/ChangeLog index afc7817fa849..d6ac43e66be1 100644 --- a/dev-tcltk/combobox/ChangeLog +++ b/dev-tcltk/combobox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/combobox -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/ChangeLog,v 1.5 2011/01/18 15:37:03 tomka Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/ChangeLog,v 1.6 2013/04/07 22:08:53 ulm Exp $ + + 07 Apr 2013; Ulrich Müller <ulm@gentoo.org> combobox-2.3.ebuild: + Fix LICENSE, "freely distributable" by notice in combobox.tcl, bug 465020. 18 Jan 2011; Thomas Kahle <tomka@gentoo.org> combobox-2.3.ebuild: x86 stable per bug 351748 diff --git a/dev-tcltk/combobox/combobox-2.3.ebuild b/dev-tcltk/combobox/combobox-2.3.ebuild index 9dd391effa62..7a7017ffcb1a 100644 --- a/dev-tcltk/combobox/combobox-2.3.ebuild +++ b/dev-tcltk/combobox/combobox-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/combobox-2.3.ebuild,v 1.5 2011/01/18 15:37:03 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/combobox-2.3.ebuild,v 1.6 2013/04/07 22:08:53 ulm Exp $ inherit multilib @@ -8,7 +8,7 @@ DESCRIPTION="A combobox megawidget" HOMEPAGE="http://www1.clearlight.com/~oakley/tcl/combobox/index.html" SRC_URI="http://www1.clearlight.com/~oakley/tcl/combobox/${P}.tar.gz" -LICENSE="as-is" +LICENSE="freedist" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="" |