diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-05 20:45:20 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-05 20:45:20 +0000 |
commit | 8f14e1f2661a54779d77bfac3a482d916fe1b3bf (patch) | |
tree | 412ee047a40d0e8c864333fe1865d91bdea1c2ea /dev-tcltk | |
parent | update SRC_URI wrt #446148 (diff) | |
download | gentoo-2-8f14e1f2661a54779d77bfac3a482d916fe1b3bf.tar.gz gentoo-2-8f14e1f2661a54779d77bfac3a482d916fe1b3bf.tar.bz2 gentoo-2-8f14e1f2661a54779d77bfac3a482d916fe1b3bf.zip |
Fix LICENSE, see anygif.tcl: "AniGif is distributed under the same license as Tcl/Tk." Bug 445468.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/anigif/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tcltk/anigif/anigif-1.3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-tcltk/anigif/ChangeLog b/dev-tcltk/anigif/ChangeLog index 127845034fdb..b4818bb188f7 100644 --- a/dev-tcltk/anigif/ChangeLog +++ b/dev-tcltk/anigif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/anigif -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/ChangeLog,v 1.5 2011/01/18 15:56:37 tomka Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/ChangeLog,v 1.6 2012/12/05 20:45:20 ulm Exp $ + + 05 Dec 2012; Ulrich Müller <ulm@gentoo.org> anigif-1.3.ebuild: + Fix LICENSE, see anygif.tcl: "AniGif is distributed under the same license + as Tcl/Tk." Bug 445468. 18 Jan 2011; Thomas Kahle <tomka@gentoo.org> anigif-1.3.ebuild: x86 stable per bug 351749 diff --git a/dev-tcltk/anigif/anigif-1.3.ebuild b/dev-tcltk/anigif/anigif-1.3.ebuild index 366113a6d78a..d87032060eda 100644 --- a/dev-tcltk/anigif/anigif-1.3.ebuild +++ b/dev-tcltk/anigif/anigif-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/anigif-1.3.ebuild,v 1.5 2011/01/18 15:56:37 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/anigif-1.3.ebuild,v 1.6 2012/12/05 20:45:20 ulm Exp $ inherit multilib @@ -8,7 +8,7 @@ DESCRIPTION="Image rotation package" HOMEPAGE="http://cardtable.sourceforge.net/tcltk/" SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.zip" -LICENSE="as-is" +LICENSE="tcltk" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="" |