diff options
Diffstat (limited to 'kde-base/kdegraphics/kdegraphics-3.1_rc1.ebuild')
-rw-r--r-- | kde-base/kdegraphics/kdegraphics-3.1_rc1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-base/kdegraphics/kdegraphics-3.1_rc1.ebuild b/kde-base/kdegraphics/kdegraphics-3.1_rc1.ebuild deleted file mode 100644 index d08fae0f2632..000000000000 --- a/kde-base/kdegraphics/kdegraphics-3.1_rc1.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-3.1_rc1.ebuild,v 1.1 2002/10/31 05:28:59 danarmak Exp $ -inherit kde-dist - -DESCRIPTION="KDE $PV - graphics-related apps" - -KEYWORDS="x86" - -newdepend "gphoto2? ( >=media-gfx/gphoto2-2.0_beta1 >=media-libs/libgpio-20010607 ) - sys-devel/perl - scanner? ( media-gfx/sane-backends ) - tetex? ( >=app-text/tetex-1.0.7 ) - media-libs/imlib - app-text/ghostscript - virtual/glut virtual/opengl - !media-gfx/kpovmodeler" # kpovmodeler's old separate ebuild -# x86? ( scanner? sys-libs/libieee1284 ) - -use gphoto2 && myconf="$myconf --with-kamera --with-gphoto2-includes=/usr/include/gphoto2 \ - --with-gphoto2-libraries=/usr/lib/gphoto2 \ - --with-gpio --with-gpio-includes=/usr/include \ - --with-gpio-libraries=/usr/lib" || myconf="$myconf --without-kamera" - -use tetex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share" - -use scanner || KDE_REMOVE_DIR="kooka libkscan" - -myconf="$myconf --with-imlib --with-imlib-config=/usr/bin" - |