diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-06-04 20:39:32 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-06-04 20:39:32 +0000 |
commit | f741487b484e6f490f6ccb675f541aee62ed6193 (patch) | |
tree | 75e3d5062aac5d811ff4d7941cda98de3d43b0a1 /dev-python/sexy-python | |
parent | Added automake dependancy. Without it installed, lcdproc wouldn't link its us... (diff) | |
download | gentoo-2-f741487b484e6f490f6ccb675f541aee62ed6193.tar.gz gentoo-2-f741487b484e6f490f6ccb675f541aee62ed6193.tar.bz2 gentoo-2-f741487b484e6f490f6ccb675f541aee62ed6193.zip |
License is LGPL-2.1, not GPL-2.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-python/sexy-python')
-rw-r--r-- | dev-python/sexy-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sexy-python/sexy-python-0.1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sexy-python/ChangeLog b/dev-python/sexy-python/ChangeLog index d0a632679bd0..0b188bc7329c 100644 --- a/dev-python/sexy-python/ChangeLog +++ b/dev-python/sexy-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sexy-python # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.3 2007/04/08 23:11:05 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.4 2007/06/04 20:39:32 drac Exp $ + + 04 Jun 2007; Samuli Suominen <drac@gentoo.org> sexy-python-0.1.9.ebuild: + License is LGPL-2.1, not GPL-2. 08 Apr 2007; Donnie Berkholz <dberkholz@gentoo.org>; sexy-python-0.1.9.ebuild: diff --git a/dev-python/sexy-python/sexy-python-0.1.9.ebuild b/dev-python/sexy-python/sexy-python-0.1.9.ebuild index 522d2f32e19e..f3454036666f 100644 --- a/dev-python/sexy-python/sexy-python-0.1.9.ebuild +++ b/dev-python/sexy-python/sexy-python-0.1.9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9.ebuild,v 1.3 2007/04/08 23:11:05 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9.ebuild,v 1.4 2007/06/04 20:39:32 drac Exp $ DESCRIPTION="Python bindings for libsexy." HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" SRC_URI="http://releases.chipx86.com/libsexy/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |