summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-07-26 20:05:36 +0000
committerSamuli Suominen <drac@gentoo.org>2007-07-26 20:05:36 +0000
commit977291fc47900ed7c01a70a482928f239f464e4b (patch)
treea3c9d9680f182a1d434fdff50a54c8e2c68810d4 /media-gfx
parentStable on sparc (diff)
downloadgentoo-2-977291fc47900ed7c01a70a482928f239f464e4b.tar.gz
gentoo-2-977291fc47900ed7c01a70a482928f239f464e4b.tar.bz2
gentoo-2-977291fc47900ed7c01a70a482928f239f464e4b.zip
Drop old versions.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/dcraw/dcraw-8.03.ebuild46
-rw-r--r--media-gfx/dcraw/dcraw-8.39.ebuild42
-rw-r--r--media-gfx/dcraw/dcraw-8.45.ebuild80
-rw-r--r--media-gfx/dcraw/files/digest-dcraw-8.033
-rw-r--r--media-gfx/dcraw/files/digest-dcraw-8.393
-rw-r--r--media-gfx/dcraw/files/digest-dcraw-8.453
6 files changed, 0 insertions, 177 deletions
diff --git a/media-gfx/dcraw/dcraw-8.03.ebuild b/media-gfx/dcraw/dcraw-8.03.ebuild
deleted file mode 100644
index 3ce1b2e65b29..000000000000
--- a/media-gfx/dcraw/dcraw-8.03.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.03.ebuild,v 1.12 2007/04/30 21:21:25 genone Exp $
-
-inherit eutils flag-o-matic
-
-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"
-LICENSE="freedist GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
-DEPEND="virtual/libc
- >=media-libs/jpeg-6b
- media-libs/lcms"
-RDEPEND="media-libs/netpbm"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
-src_compile() {
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc doc/conversion-examples.txt doc/dcwrap
-}
-
-pkg_postinst() {
- elog ""
- elog "See conversion-examples.txt.gz on how to convert"
- elog "the PPM files produced by dcraw to other image formats."
- elog ""
- ewarn "The functionality of the external program 'fujiturn' was"
- ewarn "incoporated into dcraw and is automatically used now."
- elog ""
- elog "There's an example wrapper script included called 'dcwrap'."
- elog ""
- elog "This package also includes 'dcparse', which extracts"
- elog "thumbnail images (preferably JPEGs) from any raw digital"
- elog "camera formats that have them, and shows table contents."
- elog ""
-}
diff --git a/media-gfx/dcraw/dcraw-8.39.ebuild b/media-gfx/dcraw/dcraw-8.39.ebuild
deleted file mode 100644
index 1a40e5d17087..000000000000
--- a/media-gfx/dcraw/dcraw-8.39.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.39.ebuild,v 1.3 2007/04/30 21:21:25 genone 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"
-LICENSE="freedist GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-DEPEND="virtual/libc
- >=media-libs/jpeg-6b
- media-libs/lcms"
-RDEPEND="${DEPEND}
- media-libs/netpbm"
-
-src_compile() {
- emake CC=$(tc-getCC) || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc doc/conversion-examples.txt doc/dcwrap
-}
-
-pkg_postinst() {
- elog ""
- elog "See conversion-examples.txt.gz on how to convert"
- elog "the PPM files produced by dcraw to other image formats."
- elog ""
- ewarn "The functionality of the external program 'fujiturn' was"
- ewarn "incoporated into dcraw and is automatically used now."
- elog ""
- elog "There's an example wrapper script included called 'dcwrap'."
- elog ""
- elog "This package also includes 'dcparse', which extracts"
- elog "thumbnail images (preferably JPEGs) from any raw digital"
- elog "camera formats that have them, and shows table contents."
- elog ""
-}
diff --git a/media-gfx/dcraw/dcraw-8.45.ebuild b/media-gfx/dcraw/dcraw-8.45.ebuild
deleted file mode 100644
index d07e6d865eee..000000000000
--- a/media-gfx/dcraw/dcraw-8.45.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.45.ebuild,v 1.5 2007/05/31 01:55:17 dang 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"
-LICENSE="freedist GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
-IUSE="gimp"
-
-DEPEND="virtual/libc
- >=media-libs/jpeg-6b
- media-libs/lcms
- gimp? ( media-gfx/gimp )"
-
-RDEPEND="${DEPEND}
- media-libs/netpbm"
-
-src_compile() {
- emake CC=$(tc-getCC) || die "make failed"
-
- # rawphoto gimp plugin
- if use gimp; then
-
- # find gimptool (ugly!)
- local gimptool=/usr/bin/gimptool
- if [ ! -x ${gimptool} ]; then
- gimptool=${gimptool}-2.0
- if [ ! -x ${gimptool} ]; then
- die "Couldn't find gimptool. Please reinstall gimp."
- fi
- fi
-
- # build plugin
- ${gimptool} --build rawphoto.c || die "gimptool failed"
-
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc doc/conversion-examples.txt doc/dcwrap
-
- # rawphoto gimp plugin
- if use gimp; then
-
- # find gimptool (ugly!)
- local gimptool=/usr/bin/gimptool
- if [ ! -x ${gimptool} ]; then
- gimptool=${gimptool}-2.0
- if [ ! -x ${gimptool} ]; then
- die "Couldn't find gimptool. Please reinstall gimp."
- fi
- fi
-
- # install plugin
- env DESTDIR="${D}" ${gimptool} --install-admin-bin rawphoto || die "gimptool failed"
-
- fi
-}
-
-pkg_postinst() {
- elog ""
- elog "See conversion-examples.txt.gz on how to convert"
- elog "the PPM files produced by dcraw to other image formats."
- elog ""
- ewarn "The functionality of the external program 'fujiturn' was"
- ewarn "incoporated into dcraw and is automatically used now."
- elog ""
- elog "There's an example wrapper script included called 'dcwrap'."
- elog ""
- elog "This package also includes 'dcparse', which extracts"
- elog "thumbnail images (preferably JPEGs) from any raw digital"
- elog "camera formats that have them, and shows table contents."
- elog ""
-}
diff --git a/media-gfx/dcraw/files/digest-dcraw-8.03 b/media-gfx/dcraw/files/digest-dcraw-8.03
deleted file mode 100644
index c896af0436aa..000000000000
--- a/media-gfx/dcraw/files/digest-dcraw-8.03
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 248c0e2386409686f4e79ff12a689887 dcraw-8.03.tar.bz2 55112
-RMD160 7b1beb6eef4278a6931e979ef162096a4663d094 dcraw-8.03.tar.bz2 55112
-SHA256 1478c8e4abc7f7bf103d252ab01fea1aff8777f244d47bd4cb367edf0c13143e dcraw-8.03.tar.bz2 55112
diff --git a/media-gfx/dcraw/files/digest-dcraw-8.39 b/media-gfx/dcraw/files/digest-dcraw-8.39
deleted file mode 100644
index 05ce3619eacc..000000000000
--- a/media-gfx/dcraw/files/digest-dcraw-8.39
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d95f9349a14dcd8a0c76776aad41a72b dcraw-8.39.tar.bz2 61914
-RMD160 6c94ad6f958fdec636b1dea2b5c0f9959d4b03ee dcraw-8.39.tar.bz2 61914
-SHA256 e8f7b497f85486cd83b6dde3c4f41189bfce8cb3cd30691abdacfe22b390f7f8 dcraw-8.39.tar.bz2 61914
diff --git a/media-gfx/dcraw/files/digest-dcraw-8.45 b/media-gfx/dcraw/files/digest-dcraw-8.45
deleted file mode 100644
index 536d35cef563..000000000000
--- a/media-gfx/dcraw/files/digest-dcraw-8.45
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 bf902d1940b2467be05739da71b2f2ac dcraw-8.45.tar.bz2 65992
-RMD160 6bb49677e5219dfaed5b2099e62a4023123f6d8d dcraw-8.45.tar.bz2 65992
-SHA256 3d4f78336da731c93da45d54d7c8824bc36527e89a4f2acf26d6cdaf9f5693a1 dcraw-8.45.tar.bz2 65992