diff options
author | 2011-08-27 21:15:27 +0000 | |
---|---|---|
committer | 2011-08-27 21:15:27 +0000 | |
commit | 0d93a49c8f7a43ce15cc819fb198bc864473ecb8 (patch) | |
tree | f6b01468a86a47b57990fe500d60a1eb06acaffd /dev-python/cheetah | |
parent | Change to generic license (diff) | |
download | gentoo-2-0d93a49c8f7a43ce15cc819fb198bc864473ecb8.tar.gz gentoo-2-0d93a49c8f7a43ce15cc819fb198bc864473ecb8.tar.bz2 gentoo-2-0d93a49c8f7a43ce15cc819fb198bc864473ecb8.zip |
Change to generic license
(Portage version: 2.2.0_alpha41/cvs/Linux i686)
Diffstat (limited to 'dev-python/cheetah')
-rw-r--r-- | dev-python/cheetah/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cheetah/cheetah-2.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cheetah/ChangeLog b/dev-python/cheetah/ChangeLog index 08773daf00ce..3f3ca536c83d 100644 --- a/dev-python/cheetah/ChangeLog +++ b/dev-python/cheetah/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cheetah # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.80 2011/02/27 21:24:01 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.81 2011/08/27 21:15:27 neurogeek Exp $ + + 27 Aug 2011; Jesus Rivero <neurogeek@gentoo.org> cheetah-2.4.4.ebuild: + Change to generic license 27 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -cheetah-2.4.3.ebuild: diff --git a/dev-python/cheetah/cheetah-2.4.4.ebuild b/dev-python/cheetah/cheetah-2.4.4.ebuild index 1a0cb7ee4f7e..39790836138f 100644 --- a/dev-python/cheetah/cheetah-2.4.4.ebuild +++ b/dev-python/cheetah/cheetah-2.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.5 2011/02/27 18:02:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.6 2011/08/27 21:15:27 neurogeek Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ DESCRIPTION="Python-powered template engine and code generator." HOMEPAGE="http://www.cheetahtemplate.org/ http://rtyler.github.com/cheetah/ http://pypi.python.org/pypi/Cheetah" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -LICENSE="PSF-2.2" +LICENSE="PSF-2" IUSE="" KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" SLOT="0" |