diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 15:11:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 15:11:57 +0000 |
commit | 4e70573ad359de96215fc8a1167fe88ab2fed21d (patch) | |
tree | 2eec450533a7cc3c179162a356c9983403b9c1cc /media-gfx | |
parent | kill virtual/libc (diff) | |
download | gentoo-2-4e70573ad359de96215fc8a1167fe88ab2fed21d.tar.gz gentoo-2-4e70573ad359de96215fc8a1167fe88ab2fed21d.tar.bz2 gentoo-2-4e70573ad359de96215fc8a1167fe88ab2fed21d.zip |
kill virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/dcraw/dcraw-8.73.ebuild | 10 | ||||
-rw-r--r-- | media-gfx/dcraw/dcraw-8.86.ebuild | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/media-gfx/dcraw/dcraw-8.73.ebuild b/media-gfx/dcraw/dcraw-8.73.ebuild index 0db8126b4587..c20623a08c05 100644 --- a/media-gfx/dcraw/dcraw-8.73.ebuild +++ b/media-gfx/dcraw/dcraw-8.73.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.73.ebuild,v 1.9 2007/07/26 18:09:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.73.ebuild,v 1.10 2009/09/23 15:11:57 ssuominen Exp $ inherit eutils toolchain-funcs DESCRIPTION="Converts the native (RAW) format of various digital cameras into netpbm portable pixmap (.ppm) image" HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" -SRC_URI="http://dev.gentoo.org/~wschlich/src/media-gfx/dcraw/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + LICENSE="freedist GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="gimp" -DEPEND="virtual/libc - >=media-libs/jpeg-6b +DEPEND=">=media-libs/jpeg-6b media-libs/lcms gimp? ( media-gfx/gimp )" diff --git a/media-gfx/dcraw/dcraw-8.86.ebuild b/media-gfx/dcraw/dcraw-8.86.ebuild index 83ee4f145539..75103c1c53d5 100644 --- a/media-gfx/dcraw/dcraw-8.86.ebuild +++ b/media-gfx/dcraw/dcraw-8.86.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.86.ebuild,v 1.1 2008/05/26 12:25:32 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.86.ebuild,v 1.2 2009/09/23 15:11:57 ssuominen Exp $ inherit eutils toolchain-funcs DESCRIPTION="Converts the native (RAW) format of various digital cameras into netpbm portable pixmap (.ppm) image" HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" -SRC_URI="http://dev.gentoo.org/~wschlich/src/media-gfx/dcraw/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + LICENSE="freedist GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="gimp jpeg lcms" -DEPEND="virtual/libc - jpeg? ( >=media-libs/jpeg-6b ) +DEPEND="jpeg? ( >=media-libs/jpeg-6b ) lcms? ( media-libs/lcms ) gimp? ( media-gfx/gimp )" |