summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-01-17 13:28:49 +0000
committerDan Armak <danarmak@gentoo.org>2005-01-17 13:28:49 +0000
commitda29e0544cddbad366dedcba7c143c10947f4b12 (patch)
treeed00f3f07387a12f35c82d1f365e83216647c1f3 /kde-base/kdegraphics
parentremoving kde 3.1.x (diff)
downloadgentoo-2-da29e0544cddbad366dedcba7c143c10947f4b12.tar.gz
gentoo-2-da29e0544cddbad366dedcba7c143c10947f4b12.tar.bz2
gentoo-2-da29e0544cddbad366dedcba7c143c10947f4b12.zip
removing kde 3.1.x
(Portage version: 2.0.51-r13)
Diffstat (limited to 'kde-base/kdegraphics')
-rw-r--r--kde-base/kdegraphics/files/digest-kdegraphics-3.1.51
-rw-r--r--kde-base/kdegraphics/kdegraphics-3.1.5.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.1.5 b/kde-base/kdegraphics/files/digest-kdegraphics-3.1.5
deleted file mode 100644
index 6b4c2b2777a2..000000000000
--- a/kde-base/kdegraphics/files/digest-kdegraphics-3.1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ba16a4a71381d57928325bc55ce7fe4c kdegraphics-3.1.5.tar.bz2 4588751
diff --git a/kde-base/kdegraphics/kdegraphics-3.1.5.ebuild b/kde-base/kdegraphics/kdegraphics-3.1.5.ebuild
deleted file mode 100644
index 4e22857dfe81..000000000000
--- a/kde-base/kdegraphics/kdegraphics-3.1.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.1.5.ebuild,v 1.9 2005/01/09 11:08:50 swegener Exp $
-inherit kde-dist
-
-IUSE="gphoto2 tetex scanner"
-DESCRIPTION="KDE graphics-related apps"
-
-KEYWORDS="x86 ppc sparc hppa amd64 alpha ia64"
-
-DEPEND="gphoto2? ( >=media-gfx/gphoto2-2.0_beta1 )
- scanner? ( media-gfx/sane-backends )
- tetex? ( virtual/tetex )
- media-libs/imlib
- virtual/ghostscript
- virtual/glut virtual/opengl
- media-libs/tiff
- !media-gfx/kpovmodeler
- x86? ( scanner? ( sys-libs/libieee1284 ) )"
-
-RDEPEND="$DEPEND app-text/xpdf"
-
-use gphoto2 && myconf="$myconf --with-kamera \
- --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"
-
-use scanner || KDE_REMOVE_DIR="kooka libkscan"
-
-myconf="$myconf --with-imlib --with-imlib-config=/usr/bin"
-