summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/crystal/ChangeLog7
-rw-r--r--x11-themes/crystal/crystal-2.0.5.ebuild12
2 files changed, 12 insertions, 7 deletions
diff --git a/x11-themes/crystal/ChangeLog b/x11-themes/crystal/ChangeLog
index bb1e9f14ae3d..e8f548551e60 100644
--- a/x11-themes/crystal/ChangeLog
+++ b/x11-themes/crystal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-themes/crystal
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.42 2009/12/05 15:44:52 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.43 2011/02/02 05:48:35 tampakrap Exp $
+
+ 02 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org> crystal-2.0.5.ebuild:
+ EAPI3, use add_kdebase_dep, use array for docs
05 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> crystal-2.0.5.ebuild:
Fix kde-base/kwin depend wrt #295593, thanks to AntiXpucT for reporting.
diff --git a/x11-themes/crystal/crystal-2.0.5.ebuild b/x11-themes/crystal/crystal-2.0.5.ebuild
index 926d8c23e3ae..9ab7d1858687 100644
--- a/x11-themes/crystal/crystal-2.0.5.ebuild
+++ b/x11-themes/crystal/crystal-2.0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/crystal-2.0.5.ebuild,v 1.5 2009/12/05 15:44:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/crystal-2.0.5.ebuild,v 1.6 2011/02/02 05:48:35 tampakrap Exp $
-EAPI=2
+EAPI=3
inherit kde4-base
DESCRIPTION="Crystal decoration theme for KDE4.x"
@@ -14,8 +14,10 @@ SLOT="4"
KEYWORDS="amd64 x86"
IUSE="debug"
-DEPEND=">=kde-base/kwin-${KDE_MINIMAL}"
+DEPEND="
+ $(add_kdebase_dep kwin)
+"
MAKEOPTS="${MAKEOPTS} -j1"
-DOCS="AUTHORS README"
+DOCS=( AUTHORS README )