summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-31 21:03:59 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-31 21:03:59 +0000
commit5fffa4246b01eebb2fa318c048bb42d456f606df (patch)
tree5490b84e0bbb9d3f0c1137289abadfcb3815a52e /x11-themes
parentChanged -mips to ~mips. Works fine here. (diff)
downloadgentoo-2-5fffa4246b01eebb2fa318c048bb42d456f606df.tar.gz
gentoo-2-5fffa4246b01eebb2fa318c048bb42d456f606df.tar.bz2
gentoo-2-5fffa4246b01eebb2fa318c048bb42d456f606df.zip
Remove old; add missing kwin RDEPEND
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/smaragd/ChangeLog6
-rw-r--r--x11-themes/smaragd/smaragd-0.0.5.ebuild24
-rw-r--r--x11-themes/smaragd/smaragd-0.0.7.ebuild7
3 files changed, 10 insertions, 27 deletions
diff --git a/x11-themes/smaragd/ChangeLog b/x11-themes/smaragd/ChangeLog
index 6a90d77773b8..38fff6161200 100644
--- a/x11-themes/smaragd/ChangeLog
+++ b/x11-themes/smaragd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/smaragd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/ChangeLog,v 1.1 2011/08/27 20:21:22 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/ChangeLog,v 1.2 2011/08/31 21:03:59 dilfridge Exp $
+
+ 31 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> -smaragd-0.0.5.ebuild,
+ smaragd-0.0.7.ebuild:
+ Remove old; add missing kwin RDEPEND
27 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>:
Move to category x11-themes
diff --git a/x11-themes/smaragd/smaragd-0.0.5.ebuild b/x11-themes/smaragd/smaragd-0.0.5.ebuild
deleted file mode 100644
index 5ab8307ad276..000000000000
--- a/x11-themes/smaragd/smaragd-0.0.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/smaragd-0.0.5.ebuild,v 1.1 2011/08/27 20:21:22 dilfridge Exp $
-
-EAPI=4
-
-KDE_MINIMAL="4.6"
-inherit kde4-base
-
-DESCRIPTION="KWin theme engine that uses Emerald themes"
-HOMEPAGE="http://kde-look.org/content/show.php?content=125162"
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/125162-${P}.tar.bz2"
-
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- $(add_kdebase_dep libkworkspace)
- x11-libs/cairo
-"
-RDEPEND=${DEPEND}
diff --git a/x11-themes/smaragd/smaragd-0.0.7.ebuild b/x11-themes/smaragd/smaragd-0.0.7.ebuild
index b58d5a568b50..c9480a724fdd 100644
--- a/x11-themes/smaragd/smaragd-0.0.7.ebuild
+++ b/x11-themes/smaragd/smaragd-0.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/smaragd-0.0.7.ebuild,v 1.1 2011/08/27 20:21:22 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/smaragd-0.0.7.ebuild,v 1.2 2011/08/31 21:03:59 dilfridge Exp $
EAPI=4
@@ -21,4 +21,7 @@ DEPEND="
$(add_kdebase_dep libkworkspace)
x11-libs/cairo
"
-RDEPEND=${DEPEND}
+RDEPEND="
+ ${DEPEND}
+ $(add_kdebase_dep kwin)
+"