summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-02-03 21:29:19 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-02-03 21:29:19 +0000
commit35ea745739af94e0e49476f8599bca55f40b201c (patch)
tree12087cfe938c9065da9ced8adc155cc20a8686a8 /x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild
parentremove ppc64 hackery which isn't needed and apply bld fix (Manifest recommit) (diff)
downloadgentoo-2-35ea745739af94e0e49476f8599bca55f40b201c.tar.gz
gentoo-2-35ea745739af94e0e49476f8599bca55f40b201c.tar.bz2
gentoo-2-35ea745739af94e0e49476f8599bca55f40b201c.zip
QA: inherit kde-base -> inherit kde, slot
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild')
-rw-r--r--x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild b/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild
index 080dbddf4d00..d6efd61e312b 100644
--- a/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild
+++ b/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild,v 1.3 2004/11/28 10:24:02 centic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild,v 1.4 2005/02/03 21:26:56 carlo Exp $
-inherit kde-base
-
-need-kde 3.2
-
-MY_P=${P/activeheart-kwin/kwin-activeheart}
+inherit kde
+MY_P=kwin-activeheart
S=${WORKDIR}/${MY_P}
KLV=11460
+
DESCRIPTION="A native KWin window decoration for KDE 3.2."
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${MY_P}.tar.bz2"
-RESTRICT="nomirror"
+
LICENSE="GPL-2"
-SLOT="$KDEMAJORVER.$KDEMINORVER"
+SLOT="0"
KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
+
+need-kde 3.2 \ No newline at end of file