diff options
author | 2012-12-03 21:35:25 +0000 | |
---|---|---|
committer | 2012-12-03 21:35:25 +0000 | |
commit | 9c9b5d414ef37e44b43eca8100667ac93faf9802 (patch) | |
tree | 7799a9f0c288f44fefbf479a963e3662cc81fbdb /media-libs/libsfml | |
parent | Release candidate bump, sync changes in live ebuild, remove some 3.1 versions... (diff) | |
download | gentoo-2-9c9b5d414ef37e44b43eca8100667ac93faf9802.tar.gz gentoo-2-9c9b5d414ef37e44b43eca8100667ac93faf9802.tar.bz2 gentoo-2-9c9b5d414ef37e44b43eca8100667ac93faf9802.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/libsfml')
-rw-r--r-- | media-libs/libsfml/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsfml/libsfml-1.6-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libsfml/libsfml-2.0_pre20121126.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libsfml/ChangeLog b/media-libs/libsfml/ChangeLog index 442df2653d85..f0e99a16e2ff 100644 --- a/media-libs/libsfml/ChangeLog +++ b/media-libs/libsfml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsfml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v 1.9 2012/11/27 10:08:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v 1.10 2012/12/03 21:35:25 radhermit Exp $ + + 03 Dec 2012; Tim Harder <radhermit@gentoo.org> libsfml-1.6-r1.ebuild, + libsfml-2.0_pre20121126.ebuild: + Fix LICENSE (bug #445866 by ulm). *libsfml-2.0_pre20121126 (27 Nov 2012) diff --git a/media-libs/libsfml/libsfml-1.6-r1.ebuild b/media-libs/libsfml/libsfml-1.6-r1.ebuild index 4c9261500d33..72da2cb1321b 100644 --- a/media-libs/libsfml/libsfml-1.6-r1.ebuild +++ b/media-libs/libsfml/libsfml-1.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-1.6-r1.ebuild,v 1.5 2012/06/07 20:18:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-1.6-r1.ebuild,v 1.6 2012/12/03 21:35:25 radhermit Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="Simple and Fast Multimedia Library (SFML)" HOMEPAGE="http://sfml.sourceforge.net/" SRC_URI="mirror://sourceforge/sfml/${MY_P}-sdk-linux-32.tar.gz" -LICENSE="as-is" +LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug doc examples static-libs" diff --git a/media-libs/libsfml/libsfml-2.0_pre20121126.ebuild b/media-libs/libsfml/libsfml-2.0_pre20121126.ebuild index bce90718de40..cea7afffa5b6 100644 --- a/media-libs/libsfml/libsfml-2.0_pre20121126.ebuild +++ b/media-libs/libsfml/libsfml-2.0_pre20121126.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.0_pre20121126.ebuild,v 1.1 2012/11/27 10:08:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.0_pre20121126.ebuild,v 1.2 2012/12/03 21:35:25 radhermit Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="Simple and Fast Multimedia Library (SFML)" HOMEPAGE="http://sfml.sourceforge.net/ https://github.com/LaurentGomila/SFML" SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.xz" -LICENSE="as-is" +LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug doc examples" |