diff options
Diffstat (limited to 'kde-base/kdeartwork/kdeartwork-3.1_alpha1.ebuild')
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.1_alpha1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kde-base/kdeartwork/kdeartwork-3.1_alpha1.ebuild b/kde-base/kdeartwork/kdeartwork-3.1_alpha1.ebuild deleted file mode 100644 index 3603e18b61d8..000000000000 --- a/kde-base/kdeartwork/kdeartwork-3.1_alpha1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.1_alpha1.ebuild,v 1.4 2002/08/01 11:40:15 seemant Exp $ -inherit kde-dist - -newdepend "opengl? ( virtual/opengl ) >=kde-base/kdebase-${PV}" - -DESCRIPTION="KDE $PV - artwork" - -KEYWORDS="x86" - -myconf="$myconf --with-dpms" -use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" - -PATCHES="$FILESDIR/xsaver-conflicting-typedefs.diff" - -# -#src_install() { -# dodir ${KDEDIR}/share/apps/kthememgr/Themes -# kde_src_install all -#} |