diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-03 21:36:05 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-03 21:36:05 +0000 |
commit | d69f5ec7c6754fd0a81515d9bd82cb29206ae351 (patch) | |
tree | 63730f718eb15df51ac8f38e9f11b5a23b5bf34f /media-libs/csfml | |
parent | Fix LICENSE (bug #445866 by ulm). (diff) | |
download | gentoo-2-d69f5ec7c6754fd0a81515d9bd82cb29206ae351.tar.gz gentoo-2-d69f5ec7c6754fd0a81515d9bd82cb29206ae351.tar.bz2 gentoo-2-d69f5ec7c6754fd0a81515d9bd82cb29206ae351.zip |
Fix LICENSE (bug #445866 by ulm).
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-libs/csfml')
-rw-r--r-- | media-libs/csfml/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/csfml/csfml-1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/csfml/ChangeLog b/media-libs/csfml/ChangeLog index 1a7e49e0e5c1..ecc573d96b43 100644 --- a/media-libs/csfml/ChangeLog +++ b/media-libs/csfml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/csfml -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/csfml/ChangeLog,v 1.2 2011/02/07 18:08:45 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/csfml/ChangeLog,v 1.3 2012/12/03 21:36:05 radhermit Exp $ + + 03 Dec 2012; Tim Harder <radhermit@gentoo.org> csfml-1.6.ebuild: + Fix LICENSE (bug #445866 by ulm). 07 Feb 2011; Tim Harder <radhermit@gentoo.org> metadata.xml: Moving to no-herd for now. diff --git a/media-libs/csfml/csfml-1.6.ebuild b/media-libs/csfml/csfml-1.6.ebuild index 08a9d3584343..21075ea207e2 100644 --- a/media-libs/csfml/csfml-1.6.ebuild +++ b/media-libs/csfml/csfml-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/media-libs/csfml/csfml-1.6.ebuild,v 1.1 2011/02/07 11:08:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/csfml/csfml-1.6.ebuild,v 1.2 2012/12/03 21:36:05 radhermit Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="C library for the Simple and Fast Multimedia Library (SFML)" HOMEPAGE="http://sfml.sourceforge.net/" SRC_URI="mirror://sourceforge/sfml/SFML-${PV}-c-sdk-linux-32.tar.gz" -LICENSE="as-is" +LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" |