diff options
Diffstat (limited to 'media-libs/stimg')
-rw-r--r-- | media-libs/stimg/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/stimg/stimg-0.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/stimg/ChangeLog b/media-libs/stimg/ChangeLog index ddbb7d2ea94f..b35baec1427e 100644 --- a/media-libs/stimg/ChangeLog +++ b/media-libs/stimg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/stimg -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/ChangeLog,v 1.12 2011/08/09 09:10:30 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/ChangeLog,v 1.13 2013/01/08 23:39:41 ulm Exp $ + + 08 Jan 2013; Ulrich Müller <ulm@gentoo.org> stimg-0.1.0.ebuild: + Fix LICENSE, see AUTHORS and COPYING, bug 448650. 09 Aug 2011; Samuli Suominen <ssuominen@gentoo.org> stimg-0.1.0.ebuild, +files/stimg-0.1.0-libpng15.patch: diff --git a/media-libs/stimg/stimg-0.1.0.ebuild b/media-libs/stimg/stimg-0.1.0.ebuild index bb9c448dd956..fa02fd85265f 100644 --- a/media-libs/stimg/stimg-0.1.0.ebuild +++ b/media-libs/stimg/stimg-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.12 2011/08/09 09:10:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.13 2013/01/08 23:39:41 ulm Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -9,7 +9,7 @@ DESCRIPTION="Simple and tiny image loading library" HOMEPAGE="http://homepage3.nifty.com/slokar/fb/" SRC_URI="http://homepage3.nifty.com/slokar/stimg/${P}.tar.gz" -LICENSE="as-is LGPL-2" +LICENSE="LGPL-2+ MIT-with-advertising" SLOT="0" KEYWORDS="alpha amd64 ppc x86" IUSE="linguas_ja static-libs" |