diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-11 15:55:01 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-11 15:55:01 +0000 |
commit | 9a833e7a715157d5b3b4a15efda28d39ec6efbe0 (patch) | |
tree | 2936a76fb1e75ee080596a85597cb0acb2bd6d7b /media-gfx/xli | |
parent | Replace license X11 by MIT, bug 298556. (diff) | |
download | gentoo-2-9a833e7a715157d5b3b4a15efda28d39ec6efbe0.tar.gz gentoo-2-9a833e7a715157d5b3b4a15efda28d39ec6efbe0.tar.bz2 gentoo-2-9a833e7a715157d5b3b4a15efda28d39ec6efbe0.zip |
Fix LICENSE, bug 298556.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'media-gfx/xli')
-rw-r--r-- | media-gfx/xli/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/xli/xli-1.17.0-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/xli/ChangeLog b/media-gfx/xli/ChangeLog index 3f9deed0caab..dd14c4cf77f6 100644 --- a/media-gfx/xli/ChangeLog +++ b/media-gfx/xli/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/xli # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/ChangeLog,v 1.52 2010/01/22 21:04:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/ChangeLog,v 1.53 2010/02/11 15:55:01 ulm Exp $ + + 11 Feb 2010; Ulrich Mueller <ulm@gentoo.org> xli-1.17.0-r4.ebuild: + Fix LICENSE, bug 298556. 22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> xli-1.17.0-r4.ebuild: Require SLOT="0" of media-libs/jpeg for headers. diff --git a/media-gfx/xli/xli-1.17.0-r4.ebuild b/media-gfx/xli/xli-1.17.0-r4.ebuild index 785097d88527..1935a45de064 100644 --- a/media-gfx/xli/xli-1.17.0-r4.ebuild +++ b/media-gfx/xli/xli-1.17.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0-r4.ebuild,v 1.10 2010/01/22 21:04:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0-r4.ebuild,v 1.11 2010/02/11 15:55:01 ulm Exp $ EAPI=1 inherit eutils @@ -10,7 +10,7 @@ DESCRIPTION="X Load Image: view images or load them to root window" HOMEPAGE="http://pantransit.reptiles.org/prog/" SRC_URI="http://pantransit.reptiles.org/prog/xli/xli-${SNAPSHOT}.tar.gz" -LICENSE="X11" +LICENSE="MIT as-is" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" |