summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-23 15:07:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-23 15:07:04 +0000
commit5e3f8ae7e7b48ea583e207c3360d7c0ab165dd44 (patch)
treebedd762842821e3255f8434c3183fb4ddce6a3ad /media-gfx/pngtools
parentkill virtual/libc (diff)
downloadgentoo-2-5e3f8ae7e7b48ea583e207c3360d7c0ab165dd44.tar.gz
gentoo-2-5e3f8ae7e7b48ea583e207c3360d7c0ab165dd44.tar.bz2
gentoo-2-5e3f8ae7e7b48ea583e207c3360d7c0ab165dd44.zip
kill virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/pngtools')
-rw-r--r--media-gfx/pngtools/pngtools-0.3.ebuild40
-rw-r--r--media-gfx/pngtools/pngtools-0.4.ebuild5
2 files changed, 2 insertions, 43 deletions
diff --git a/media-gfx/pngtools/pngtools-0.3.ebuild b/media-gfx/pngtools/pngtools-0.3.ebuild
deleted file mode 100644
index b2f6c5dcd7ab..000000000000
--- a/media-gfx/pngtools/pngtools-0.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtools/pngtools-0.3.ebuild,v 1.4 2008/04/23 18:53:07 drac Exp $
-
-inherit eutils toolchain-funcs
-
-MY_PV=${PV/./_}
-
-DESCRIPTION="A series of tools for the PNG image format"
-HOMEPAGE="http://www.stillhq.com/pngtools"
-SRC_URI="http://www.stillhq.com/pngtools/source/pngtools_${MY_PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=media-libs/libpng-1.2.8-r1
- virtual/libc"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-implicit-declarations.patch
-}
-
-src_compile() {
- tc-export CC
- econf
- emake || die "emake failed."
-}
-
-src_install() {
- emake -j1 install DESTDIR="${D}" || die "emake install failed."
- dodoc ABOUT AUTHORS ChangeLog NEWS README chunks.txt
- insinto /usr/share/doc/${PF}/examples
- doins *.png
-}
diff --git a/media-gfx/pngtools/pngtools-0.4.ebuild b/media-gfx/pngtools/pngtools-0.4.ebuild
index 8ef1190637fe..20a27f348880 100644
--- a/media-gfx/pngtools/pngtools-0.4.ebuild
+++ b/media-gfx/pngtools/pngtools-0.4.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-gfx/pngtools/pngtools-0.4.ebuild,v 1.1 2009/06/04 13:37:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtools/pngtools-0.4.ebuild,v 1.2 2009/09/23 15:07:04 ssuominen Exp $
inherit eutils
@@ -15,8 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND=">=media-libs/libpng-1.2.8-r1
- virtual/libc"
+DEPEND=">=media-libs/libpng-1.2.8-r1"
src_unpack() {
unpack ${A}