diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-14 11:32:25 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-14 11:32:25 +0000 |
commit | 5299908980da0667330ebe6a7afc24d65f5a1b6d (patch) | |
tree | 12dca8866f4db0346bb34d798827c294b9fa3e0e /x11-themes | |
parent | Version bump. (diff) | |
download | gentoo-2-5299908980da0667330ebe6a7afc24d65f5a1b6d.tar.gz gentoo-2-5299908980da0667330ebe6a7afc24d65f5a1b6d.tar.bz2 gentoo-2-5299908980da0667330ebe6a7afc24d65f5a1b6d.zip |
Version bump wrt bug #493994.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/crystal/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/crystal/crystal-2.2.1.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-themes/crystal/ChangeLog b/x11-themes/crystal/ChangeLog index d6712ecc68fb..3f828d4b691c 100644 --- a/x11-themes/crystal/ChangeLog +++ b/x11-themes/crystal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/crystal -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.52 2012/11/24 15:20:23 johu Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.53 2013/12/14 11:32:25 johu Exp $ + +*crystal-2.2.1 (14 Dec 2013) + + 14 Dec 2013; Johannes Huber <johu@gentoo.org> +crystal-2.2.1.ebuild: + Version bump wrt bug #493994. 24 Nov 2012; Johannes Huber <johu@gentoo.org> -crystal-2.1.1.ebuild: Remove old. diff --git a/x11-themes/crystal/crystal-2.2.1.ebuild b/x11-themes/crystal/crystal-2.2.1.ebuild new file mode 100644 index 000000000000..ba2340ce477a --- /dev/null +++ b/x11-themes/crystal/crystal-2.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/crystal-2.2.1.ebuild,v 1.1 2013/12/14 11:32:25 johu Exp $ + +EAPI=5 + +KDE_MINIMAL="4.9" +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="debug" + +DEPEND="$(add_kdebase_dep kwin)" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS README.md ) |