diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-04 08:30:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-04 08:30:54 +0000 |
commit | 0ae9002ecace77306af6ee5a540592095c74ab20 (patch) | |
tree | ae14b6bf926ee88eeb65c802b9b540729f1d4fbe /media-gfx/pngcheck | |
parent | Fix LICENSE (bug #445860 by ulm). (diff) | |
download | gentoo-2-0ae9002ecace77306af6ee5a540592095c74ab20.tar.gz gentoo-2-0ae9002ecace77306af6ee5a540592095c74ab20.tar.bz2 gentoo-2-0ae9002ecace77306af6ee5a540592095c74ab20.zip |
Add explicit RDEPEND and fix LICENSE (bug #445832 by ulm).
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-gfx/pngcheck')
-rw-r--r-- | media-gfx/pngcheck/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/pngcheck/pngcheck-2.3.0.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-gfx/pngcheck/ChangeLog b/media-gfx/pngcheck/ChangeLog index d6bb85fe6ba6..a96b41fbbf33 100644 --- a/media-gfx/pngcheck/ChangeLog +++ b/media-gfx/pngcheck/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pngcheck -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcheck/ChangeLog,v 1.4 2010/07/01 12:36:25 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcheck/ChangeLog,v 1.5 2012/12/04 08:30:54 radhermit Exp $ + + 04 Dec 2012; Tim Harder <radhermit@gentoo.org> pngcheck-2.3.0.ebuild: + Add explicit RDEPEND and fix LICENSE (bug #445832 by ulm). 01 Jul 2010; Christian Faulhammer <fauli@gentoo.org> pngcheck-2.3.0.ebuild: diff --git a/media-gfx/pngcheck/pngcheck-2.3.0.ebuild b/media-gfx/pngcheck/pngcheck-2.3.0.ebuild index f72654be2451..a03cd7d186c4 100644 --- a/media-gfx/pngcheck/pngcheck-2.3.0.ebuild +++ b/media-gfx/pngcheck/pngcheck-2.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild,v 1.6 2010/07/01 12:36:25 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild,v 1.7 2012/12/04 08:30:54 radhermit Exp $ EAPI=2 inherit toolchain-funcs @@ -9,12 +9,13 @@ DESCRIPTION="verifies the integrity of PNG, JNG and MNG files with internal chec HOMEPAGE="http://www.libpng.org/pub/png/apps/pngcheck.html" SRC_URI="mirror://sourceforge/png-mng/${P}.tar.gz" -LICENSE="as-is GPL-2" +LICENSE="HPND GPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="sys-libs/zlib" +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND}" src_compile() { emake -f Makefile.unx \ |