diff options
Diffstat (limited to 'kde-base/kcolorchooser')
-rw-r--r-- | kde-base/kcolorchooser/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcolorchooser/kcolorchooser-4.8.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kcolorchooser/ChangeLog b/kde-base/kcolorchooser/ChangeLog index 5abb7449170b..7d3fb6e3c874 100644 --- a/kde-base/kcolorchooser/ChangeLog +++ b/kde-base/kcolorchooser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcolorchooser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcolorchooser/ChangeLog,v 1.102 2012/01/17 13:28:44 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcolorchooser/ChangeLog,v 1.103 2012/01/25 18:17:00 johu Exp $ + +*kcolorchooser-4.8.0 (25 Jan 2012) + + 25 Jan 2012; Johannes Huber <johu@gentoo.org> +kcolorchooser-4.8.0.ebuild: + Version bump KDE SC 4.8.0 17 Jan 2012; Johannes Huber <johu@gentoo.org> -kcolorchooser-4.7.3.ebuild: Remove KDE SC 4.7.3 diff --git a/kde-base/kcolorchooser/kcolorchooser-4.8.0.ebuild b/kde-base/kcolorchooser/kcolorchooser-4.8.0.ebuild new file mode 100644 index 000000000000..1c594bd3939e --- /dev/null +++ b/kde-base/kcolorchooser/kcolorchooser-4.8.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcolorchooser/kcolorchooser-4.8.0.ebuild,v 1.1 2012/01/25 18:17:00 johu Exp $ + +EAPI=4 + +KDE_SCM="git" +inherit kde4-base + +DESCRIPTION="KDE color selector/editor" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |