summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-12-01 00:05:10 +0000
committerTim Harder <radhermit@gentoo.org>2012-12-01 00:05:10 +0000
commitf76626eac0e6808a68cd87ffc3bf3dda09168e61 (patch)
treec93d604fa4b6a9f200b6ab5ad63baa50f0fe540b /dev-python/pysfml
parentFix LICENSE, ISC according to LICENSE file in tarball. (diff)
downloadgentoo-2-f76626eac0e6808a68cd87ffc3bf3dda09168e61.tar.gz
gentoo-2-f76626eac0e6808a68cd87ffc3bf3dda09168e61.tar.bz2
gentoo-2-f76626eac0e6808a68cd87ffc3bf3dda09168e61.zip
Fix LICENSE (bug #445426 by ulm).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/pysfml')
-rw-r--r--dev-python/pysfml/ChangeLog7
-rw-r--r--dev-python/pysfml/pysfml-1.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pysfml/ChangeLog b/dev-python/pysfml/ChangeLog
index 6fa00b1c4a6f..f71b2ec49e22 100644
--- a/dev-python/pysfml/ChangeLog
+++ b/dev-python/pysfml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pysfml
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysfml/ChangeLog,v 1.2 2011/02/10 14:02:48 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysfml/ChangeLog,v 1.3 2012/12/01 00:05:10 radhermit Exp $
+
+ 01 Dec 2012; Tim Harder <radhermit@gentoo.org> pysfml-1.6.ebuild:
+ Fix LICENSE (bug #445426 by ulm).
10 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pysfml-1.6.ebuild:
diff --git a/dev-python/pysfml/pysfml-1.6.ebuild b/dev-python/pysfml/pysfml-1.6.ebuild
index 734e8682fb72..88ae9494f3c2 100644
--- a/dev-python/pysfml/pysfml-1.6.ebuild
+++ b/dev-python/pysfml/pysfml-1.6.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-python/pysfml/pysfml-1.6.ebuild,v 1.2 2011/02/10 14:02:48 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysfml/pysfml-1.6.ebuild,v 1.3 2012/12/01 00:05:10 radhermit Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@ DESCRIPTION="Python library for the Simple and Fast Multimedia Library (SFML)"
HOMEPAGE="http://sfml.sourceforge.net/"
SRC_URI="mirror://sourceforge/sfml/SFML-${PV}-python-sdk.zip"
-LICENSE="as-is"
+LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"