diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-21 09:55:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-21 09:55:42 +0000 |
commit | d342df9790a6a1e4d4e7dc7014ef75fc073298bc (patch) | |
tree | df73714cb998c8f550a9d3f624ec6d21e1bd0e6f /media-gfx/pngquant | |
parent | old (diff) | |
download | gentoo-2-d342df9790a6a1e4d4e7dc7014ef75fc073298bc.tar.gz gentoo-2-d342df9790a6a1e4d4e7dc7014ef75fc073298bc.tar.bz2 gentoo-2-d342df9790a6a1e4d4e7dc7014ef75fc073298bc.zip |
license adjustment, see changelog
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-gfx/pngquant')
-rw-r--r-- | media-gfx/pngquant/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/pngquant/pngquant-1.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/pngquant/ChangeLog b/media-gfx/pngquant/ChangeLog index e89be8b53d6f..bcf3db2c82ce 100644 --- a/media-gfx/pngquant/ChangeLog +++ b/media-gfx/pngquant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pngquant # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/ChangeLog,v 1.1 2013/02/20 18:36:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/ChangeLog,v 1.2 2013/02/21 09:55:42 ssuominen Exp $ + + 21 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> pngquant-1.8.2.ebuild: + Change license from own "pngquant" to new separate "rwpng" (+ "HPND") *pngquant-1.8.2 (20 Feb 2013) diff --git a/media-gfx/pngquant/pngquant-1.8.2.ebuild b/media-gfx/pngquant/pngquant-1.8.2.ebuild index 2db4db147667..b16a55868e6c 100644 --- a/media-gfx/pngquant/pngquant-1.8.2.ebuild +++ b/media-gfx/pngquant/pngquant-1.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-1.8.2.ebuild,v 1.1 2013/02/20 18:36:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-1.8.2.ebuild,v 1.2 2013/02/21 09:55:42 ssuominen Exp $ EAPI=5 inherit toolchain-funcs @@ -9,7 +9,7 @@ DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to palet HOMEPAGE="http://pngquant.org/" SRC_URI="http://pngquant.org/${P}-src.tar.bz2" -LICENSE=pngquant +LICENSE="HPND rwpng" SLOT=0 KEYWORDS="~amd64 ~x86" IUSE="" |