summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2012-01-13 16:49:04 +0000
committerNathan Phillip Brink <binki@gentoo.org>2012-01-13 16:49:04 +0000
commitc541ef9e78d2744ef493b807966a917e8a3feff9 (patch)
tree49b8bc4662fec6c14d757af2ab82744e3b5f5d14 /x11-themes/crystal
parentUse common tc-getPKG_CONFIG helper. (diff)
downloadgentoo-2-c541ef9e78d2744ef493b807966a917e8a3feff9.tar.gz
gentoo-2-c541ef9e78d2744ef493b807966a917e8a3feff9.tar.bz2
gentoo-2-c541ef9e78d2744ef493b807966a917e8a3feff9.zip
Version bump for bug #370825 on behalf of kensington.
(Portage version: 2.2.0_alpha82-r1/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/crystal')
-rw-r--r--x11-themes/crystal/ChangeLog9
-rw-r--r--x11-themes/crystal/crystal-2.1.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/x11-themes/crystal/ChangeLog b/x11-themes/crystal/ChangeLog
index e8f548551e60..0cc7b99e55ac 100644
--- a/x11-themes/crystal/ChangeLog
+++ b/x11-themes/crystal/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/crystal
-# 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 $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.44 2012/01/13 16:49:04 binki Exp $
+
+*crystal-2.1.0 (13 Jan 2012)
+
+ 13 Jan 2012; Nathan Phillip Brink <binki@gentoo.org> +crystal-2.1.0.ebuild:
+ Version bump for bug #370825 on behalf of kensington.
02 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org> crystal-2.0.5.ebuild:
EAPI3, use add_kdebase_dep, use array for docs
diff --git a/x11-themes/crystal/crystal-2.1.0.ebuild b/x11-themes/crystal/crystal-2.1.0.ebuild
new file mode 100644
index 000000000000..8e9ec717179a
--- /dev/null
+++ b/x11-themes/crystal/crystal-2.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/crystal-2.1.0.ebuild,v 1.1 2012/01/13 16:49:04 binki Exp $
+
+EAPI=4
+inherit kde4-base
+
+DESCRIPTION="Crystal decoration theme for KDE4.x"
+HOMEPAGE="http://kde-look.org/content/show.php/Crystal?content=75140"
+SRC_URI="http://kde-look.org/CONTENT/content-files/75140-${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="$(add_kdebase_dep kwin)"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS README )