summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-05-31 01:24:36 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-05-31 01:24:36 +0000
commit9d4c026062ec26c3cd2e92cfdd7892ef2d7a3032 (patch)
treeec5ad024f2d7ac2e86bfbe84c2f3276d6cdbed7b /media-libs/glpng
parentFix building against newer libpng versions (bug #269803, patch by Victor (diff)
downloadgentoo-2-9d4c026062ec26c3cd2e92cfdd7892ef2d7a3032.tar.gz
gentoo-2-9d4c026062ec26c3cd2e92cfdd7892ef2d7a3032.tar.bz2
gentoo-2-9d4c026062ec26c3cd2e92cfdd7892ef2d7a3032.zip
Fix LICENSE: as-is -> ZLIB
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-libs/glpng')
-rw-r--r--media-libs/glpng/ChangeLog5
-rw-r--r--media-libs/glpng/glpng-1.45-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/glpng/ChangeLog b/media-libs/glpng/ChangeLog
index d2d9c44f7da5..931e5e098786 100644
--- a/media-libs/glpng/ChangeLog
+++ b/media-libs/glpng/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glpng
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/ChangeLog,v 1.6 2009/03/09 16:42:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/ChangeLog,v 1.7 2009/05/31 01:24:36 nyhm Exp $
+
+ 31 May 2009; Tristan Heaven <nyhm@gentoo.org> glpng-1.45-r1.ebuild:
+ Fix LICENSE: as-is -> ZLIB
09 Mar 2009; Raúl Porcel <armin76@gentoo.org> glpng-1.45-r1.ebuild:
x86 stable wrt #245293
diff --git a/media-libs/glpng/glpng-1.45-r1.ebuild b/media-libs/glpng/glpng-1.45-r1.ebuild
index 675adb5c0624..861bda8aaae8 100644
--- a/media-libs/glpng/glpng-1.45-r1.ebuild
+++ b/media-libs/glpng/glpng-1.45-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/glpng-1.45-r1.ebuild,v 1.5 2009/03/09 16:42:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/glpng-1.45-r1.ebuild,v 1.6 2009/05/31 01:24:36 nyhm Exp $
inherit cmake-utils multilib
@@ -8,7 +8,7 @@ DESCRIPTION="An OpenGL png image library"
HOMEPAGE="http://www.fifi.org/doc/libglpng-dev/glpng.html"
SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.bz2"
-LICENSE="as-is"
+LICENSE="ZLIB"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""