summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdegraphics/kdegraphics-2.2.2.ebuild')
-rw-r--r--kde-base/kdegraphics/kdegraphics-2.2.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-base/kdegraphics/kdegraphics-2.2.2.ebuild b/kde-base/kdegraphics/kdegraphics-2.2.2.ebuild
deleted file mode 100644
index 921f25d511c5..000000000000
--- a/kde-base/kdegraphics/kdegraphics-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-2.2.2.ebuild,v 1.11 2002/12/09 04:25:04 manson Exp $
-
-IUSE="tetex gphoto2"
-inherit kde-dist
-
-DESCRIPTION="KDE $PV - graphics-related apps"
-
-KEYWORDS="x86 sparc "
-
-DEPEND="$DEPEND sys-devel/perl
- media-gfx/sane-backends
- tetex? ( >=app-text/tetex-1.0.7 )"
-
-
-newdepend "gphoto2? ( >=media-gfx/gphoto2-2.0_beta1 >=media-libs/libgpio-20010607 )"
-
-
-src_compile() {
-
- kde_src_compile myconf
-
- use gphoto2 && myconf="$myconf --with-gphoto2-includes=/usr/include/gphoto2 --with-gphoto2-libraries=/usr/lib/gphoto2" || myconf="$myconf --without-kamera"
- use tetex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share"
- kde_src_compile configure make
-
-}
-
-