diff options
Diffstat (limited to 'kde-base/kdeartwork/kdeartwork-3.4.1.ebuild')
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.4.1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-base/kdeartwork/kdeartwork-3.4.1.ebuild b/kde-base/kdeartwork/kdeartwork-3.4.1.ebuild deleted file mode 100644 index 5e4cbb07fc16..000000000000 --- a/kde-base/kdeartwork/kdeartwork-3.4.1.ebuild +++ /dev/null @@ -1,30 +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/kdeartwork/kdeartwork-3.4.1.ebuild,v 1.10 2005/10/17 15:44:23 agriffis Exp $ - -inherit kde-dist eutils - -DESCRIPTION="KDE artwork package" - -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" -IUSE="opengl xscreensaver" - -DEPEND="~kde-base/kdebase-${PV} - opengl? ( virtual/opengl ) - xscreensaver? ( x11-misc/xscreensaver )" - -src_unpack() { - kde_src_unpack - - # Fix compilation with --without-gl and detection of arts. - # See kde bug 89387 and 102398. Applied for 3.4.2. - epatch ${FILESDIR}/${P}-configure.patch - - make -f admin/Makefile.common -} - -src_compile() { - myconf="--with-dpms $(use_with opengl gl)" - - kde_src_compile -} |