diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-05 15:27:49 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-05 15:27:49 +0000 |
commit | a9c9ff05e61cb193d6052c11f94f328c9ce67a83 (patch) | |
tree | cba2f79e41be21338bf241137851bca1af03fe07 /kde-base/kcoloredit | |
parent | Version bump. (diff) | |
download | gentoo-2-a9c9ff05e61cb193d6052c11f94f328c9ce67a83.tar.gz gentoo-2-a9c9ff05e61cb193d6052c11f94f328c9ce67a83.tar.bz2 gentoo-2-a9c9ff05e61cb193d6052c11f94f328c9ce67a83.zip |
Version bump to kcoloredit 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.5_rc1)
Diffstat (limited to 'kde-base/kcoloredit')
-rw-r--r-- | kde-base/kcoloredit/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kcoloredit/kcoloredit-4.0.3.ebuild | 27 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/kcoloredit/ChangeLog b/kde-base/kcoloredit/ChangeLog index eb0dd07d188b..2bd62faabab7 100644 --- a/kde-base/kcoloredit/ChangeLog +++ b/kde-base/kcoloredit/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kcoloredit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcoloredit/ChangeLog,v 1.76 2008/03/20 16:31:21 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcoloredit/ChangeLog,v 1.77 2008/04/05 15:27:49 philantrop Exp $ + +*kcoloredit-4.0.3 (05 Apr 2008) + + 05 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kcoloredit-4.0.3.ebuild: + Version bump to kcoloredit 4.0.3. This is still not intended for + mainstream so DO NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kcoloredit-4.0.1.ebuild: diff --git a/kde-base/kcoloredit/kcoloredit-4.0.3.ebuild b/kde-base/kcoloredit/kcoloredit-4.0.3.ebuild new file mode 100644 index 000000000000..028fd11efe66 --- /dev/null +++ b/kde-base/kcoloredit/kcoloredit-4.0.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcoloredit/kcoloredit-4.0.3.ebuild,v 1.1 2008/04/05 15:27:49 philantrop Exp $ + +EAPI="1" + +KDE_LINGUAS="af ar be bg br ca cs cy da de el en_GB eo es et eu fa fi fr ga gl +he hr hu is it ja km lt lv mk ms nb nds ne nl nn oc pa pl pt pt_BR ro ru se sk +sl sr sv ta tg th tr uk vi xh zh_CN zh_HK zh_TW" + +NEED_KDE="${PV}" +inherit kde4-base + +DESCRIPTION="KDE color selector/editor" +HOMEPAGE="http://www.kde.org/" +LICENSE="GPL-2 LGPL-2" +SRC_URI="mirror://kde/stable/${PV}/src/extragear/${P}.tar.bz2" + +KEYWORDS="~amd64 ~x86" +SLOT="kde-4" +IUSE="debug htmlhandbook" + +PREFIX="${KDEDIR}" + +RDEPEND="" +DEPEND="${RDEPEND} + sys-devel/gettext" |