diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 15:12:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 15:12:26 +0000 |
commit | 40d368e35625ad1c9ae381363c844986abfc8a99 (patch) | |
tree | a77d5b8a2ac6752322e666fb934e9898ad4dbee8 /media-gfx/dcraw | |
parent | Remove virtual/libc (diff) | |
download | historical-40d368e35625ad1c9ae381363c844986abfc8a99.tar.gz historical-40d368e35625ad1c9ae381363c844986abfc8a99.tar.bz2 historical-40d368e35625ad1c9ae381363c844986abfc8a99.zip |
kill virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/dcraw')
-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 )" |