summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild')
-rw-r--r--media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild
deleted file mode 100644
index 3d6584aebe92..000000000000
--- a/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild,v 1.12 2003/12/06 18:25:26 zul Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Scanner Access Now Easy"
-HOMEPAGE="http://www.sane-project.org"
-SRC_URI="ftp://ftp.mostang.com/pub/sane/sane-${PV}/${P}.tar.gz
- ftp://ftp.mostang.com/pub/sane/old-versions/sane-${PV}/${P}.tar.gz"
-
-DEPEND=">=media-gfx/sane-backends-1.0.8"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-src_compile() {
- econf \
- --datadir=/usr/share/misc || die
- emake || die "emake failed"
-}
-
-src_install() {
- einstall datadir=${D}/usr/share/misc || die
-
- dodir /usr/lib/gimp/1.2/plug-ins
- dosym /usr/bin/xscanimage /usr/lib/gimp/1.2/plug-ins/xscanimage
- dodoc AUTHORS COPYING Changelog NEWS PROBLEMS README TODO
-}