summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/dekorator/dekorator-0.3.ebuild')
-rw-r--r--x11-misc/dekorator/dekorator-0.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/dekorator/dekorator-0.3.ebuild b/x11-misc/dekorator/dekorator-0.3.ebuild
deleted file mode 100644
index e1e60c8f..00000000
--- a/x11-misc/dekorator/dekorator-0.3.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-misc/dekorator/dekorator-0.3.ebuild,v 1.6 2008/11/21 23:50:38 gentoofan23 Exp $
-
-inherit kde
-
-DESCRIPTION="DeKorator is a native window style for KDE 3.2+"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=31447"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="$IUSE" # inherited from kde
-
-need-kde 3.3
-
-DEPEND="${DEPEND}
- =kde-base/kwin-3*"
-
-pkg_postinst() {
- einfo "To use deKorator, open KDE's Control Center, go to"
- einfo "Appearance & Themes, select Window Decorations,"
- einfo "deKorator. For more information, see"
- einfo "${HOMEPAGE}"
-}