diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:42:48 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:42:48 +0000 |
commit | 90b9f1a984b95d2784c5e726baf69c70482f02b3 (patch) | |
tree | 848e735040f4d728bad3f04d32de6018d32fbbd0 /kde-base/kiconedit | |
parent | Added KDE 4.0.4 version of khotkeys. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-90b9f1a984b95d2784c5e726baf69c70482f02b3.tar.gz gentoo-2-90b9f1a984b95d2784c5e726baf69c70482f02b3.tar.bz2 gentoo-2-90b9f1a984b95d2784c5e726baf69c70482f02b3.zip |
Added KDE 4.0.4 version of kiconedit. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/kiconedit')
-rw-r--r-- | kde-base/kiconedit/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kiconedit/kiconedit-4.0.4.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/kiconedit/ChangeLog b/kde-base/kiconedit/ChangeLog index cfee21b00163..c6de0a4fff8b 100644 --- a/kde-base/kiconedit/ChangeLog +++ b/kde-base/kiconedit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kiconedit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kiconedit/ChangeLog,v 1.84 2008/05/14 17:59:17 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kiconedit/ChangeLog,v 1.85 2008/05/15 23:42:48 ingmar Exp $ + +*kiconedit-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kiconedit-4.0.4.ebuild: + Added KDE 4.0.4 version of kiconedit. Thanks to Jorge Manuel B. S. + Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> kiconedit-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kiconedit/kiconedit-4.0.4.ebuild b/kde-base/kiconedit/kiconedit-4.0.4.ebuild new file mode 100644 index 000000000000..1561509b2d97 --- /dev/null +++ b/kde-base/kiconedit/kiconedit-4.0.4.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/kiconedit/kiconedit-4.0.4.ebuild,v 1.1 2008/05/15 23:42:48 ingmar 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 ko 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 wa xh zh_CN zh_HK zh_TW" + +NEED_KDE="${PV}" +inherit kde4-base + +DESCRIPTION="KDE Icon 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" |