diff options
author | Hanno Böck <hanno@gentoo.org> | 2013-01-12 13:08:21 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2013-01-12 13:08:21 +0000 |
commit | 31f181f4393c56b16ca98014d2b4410c1f40879b (patch) | |
tree | c48af759c9ff5b67f4294395aaf8f2d8fb1985ed /media-gfx/pngnq | |
parent | Security bump (#446720), don't enable discouraged custom modes (#451268), ver... (diff) | |
download | gentoo-2-31f181f4393c56b16ca98014d2b4410c1f40879b.tar.gz gentoo-2-31f181f4393c56b16ca98014d2b4410c1f40879b.tar.bz2 gentoo-2-31f181f4393c56b16ca98014d2b4410c1f40879b.zip |
Bump and fix license
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xA5880072BBB51E42)
Diffstat (limited to 'media-gfx/pngnq')
-rw-r--r-- | media-gfx/pngnq/ChangeLog | 11 | ||||
-rw-r--r-- | media-gfx/pngnq/pngnq-1.0.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/pngnq/pngnq-1.1.ebuild | 25 |
3 files changed, 36 insertions, 6 deletions
diff --git a/media-gfx/pngnq/ChangeLog b/media-gfx/pngnq/ChangeLog index 44eb0ed37a06..21c4d2ee9bc8 100644 --- a/media-gfx/pngnq/ChangeLog +++ b/media-gfx/pngnq/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/pngnq -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngnq/ChangeLog,v 1.11 2011/08/08 16:39:53 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngnq/ChangeLog,v 1.12 2013/01/12 13:08:21 hanno Exp $ + +*pngnq-1.1 (12 Jan 2013) + + 12 Jan 2013; Hanno Boeck <hanno@gentoo.org> +pngnq-1.1.ebuild, + pngnq-1.0.ebuild: + Bump and fix license 08 Aug 2011; Samuli Suominen <ssuominen@gentoo.org> pngnq-1.0.ebuild, +files/pngnq-1.0-libpng15.patch: @@ -40,4 +46,3 @@ 27 Jul 2008; Hanno Boeck <hanno@gentoo.org> +pngnq-0.5.ebuild: Initial commit of pngnq, bug #203000. - diff --git a/media-gfx/pngnq/pngnq-1.0.ebuild b/media-gfx/pngnq/pngnq-1.0.ebuild index 5d946d8716b8..669683ec7702 100644 --- a/media-gfx/pngnq/pngnq-1.0.ebuild +++ b/media-gfx/pngnq/pngnq-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-gfx/pngnq/pngnq-1.0.ebuild,v 1.6 2011/08/08 16:37:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngnq/pngnq-1.0.ebuild,v 1.7 2013/01/12 13:08:21 hanno Exp $ EAPI=4 inherit autotools eutils @@ -9,7 +9,7 @@ DESCRIPTION="Pngnq is a tool for quantizing PNG images in RGBA format." HOMEPAGE="http://pngnq.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="as-is" +LICENSE="BSD pngnq" SLOT="0" KEYWORDS="amd64 x86" IUSE="" diff --git a/media-gfx/pngnq/pngnq-1.1.ebuild b/media-gfx/pngnq/pngnq-1.1.ebuild new file mode 100644 index 000000000000..553410098601 --- /dev/null +++ b/media-gfx/pngnq/pngnq-1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngnq/pngnq-1.1.ebuild,v 1.1 2013/01/12 13:08:21 hanno Exp $ + +EAPI=5 +inherit autotools eutils + +DESCRIPTION="Pngnq is a tool for quantizing PNG images in RGBA format." +HOMEPAGE="http://pngnq.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="BSD pngnq" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/libpng" +RDEPEND="${DEPEND}" + +DOCS=( NEWS README ) + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.0-libpng1{4,5}.patch + eautoreconf +} |