summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/domino/domino-0.4.ebuild')
-rw-r--r--x11-themes/domino/domino-0.4.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-themes/domino/domino-0.4.ebuild b/x11-themes/domino/domino-0.4.ebuild
deleted file mode 100644
index 0c1ab8afc811..000000000000
--- a/x11-themes/domino/domino-0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/domino/domino-0.4.ebuild,v 1.7 2008/02/19 02:07:56 ingmar Exp $
-
-ARTS_REQUIRED="never"
-inherit kde
-
-DESCRIPTION="A KDE style with a soft look"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=42804"
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/42804-${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5* )"
-need-kde 3.4
-
-PATCHES="${FILESDIR}/${P}-fbsd.patch"
-
-src_unpack() {
- kde_src_unpack
- rm -f "${S}/configure"
-}