diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-02 08:52:41 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-02 08:52:41 +0000 |
commit | 4d2dfdbc40508f564a5ae1e9a6e168339fcd721e (patch) | |
tree | ea888060daf2ffa46d8a1d719d0956f5ad679937 /x11-themes | |
parent | marked x86 per bug 418565 (diff) | |
download | gentoo-2-4d2dfdbc40508f564a5ae1e9a6e168339fcd721e.tar.gz gentoo-2-4d2dfdbc40508f564a5ae1e9a6e168339fcd721e.tar.bz2 gentoo-2-4d2dfdbc40508f564a5ae1e9a6e168339fcd721e.zip |
Version bump supporting KDE 4.9 by Michael Palimaka <kensington@gentoo.org>.
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/crystal/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/crystal/crystal-2.2.0.ebuild (renamed from x11-themes/crystal/crystal-2.1.0.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-themes/crystal/ChangeLog b/x11-themes/crystal/ChangeLog index 3978e0b2f343..a99f15b65cdf 100644 --- a/x11-themes/crystal/ChangeLog +++ b/x11-themes/crystal/ChangeLog @@ -1,6 +1,12 @@ # 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.45 2012/07/10 20:24:23 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.46 2012/08/02 08:52:41 johu Exp $ + +*crystal-2.2.0 (02 Aug 2012) + + 02 Aug 2012; Johannes Huber <johu@gentoo.org> +crystal-2.2.0.ebuild, + -crystal-2.1.0.ebuild: + Version bump supporting KDE 4.9 by Michael Palimaka <kensington@gentoo.org>. *crystal-2.1.1 (10 Jul 2012) diff --git a/x11-themes/crystal/crystal-2.1.0.ebuild b/x11-themes/crystal/crystal-2.2.0.ebuild index 8e9ec717179a..eecc9a176bc4 100644 --- a/x11-themes/crystal/crystal-2.1.0.ebuild +++ b/x11-themes/crystal/crystal-2.2.0.ebuild @@ -1,13 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/crystal-2.2.0.ebuild,v 1.1 2012/08/02 08:52:41 johu Exp $ EAPI=4 +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" +SRC_URI="http://www.saschahlusiak.de/linux/${P}.tar.bz2" LICENSE="GPL-2" SLOT="4" |