summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kiconedit')
-rw-r--r--kde-base/kiconedit/ChangeLog9
-rw-r--r--kde-base/kiconedit/kiconedit-4.0.3.ebuild27
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/kiconedit/ChangeLog b/kde-base/kiconedit/ChangeLog
index 152497b8e4c2..c257f7750011 100644
--- a/kde-base/kiconedit/ChangeLog
+++ b/kde-base/kiconedit/ChangeLog
@@ -1,6 +1,13 @@
# 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.79 2008/03/20 17:08:08 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kiconedit/ChangeLog,v 1.80 2008/04/05 15:28:46 philantrop Exp $
+
+*kiconedit-4.0.3 (05 Apr 2008)
+
+ 05 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +kiconedit-4.0.3.ebuild:
+ Version bump to kiconedit 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> -kiconedit-4.0.1.ebuild:
Old.
diff --git a/kde-base/kiconedit/kiconedit-4.0.3.ebuild b/kde-base/kiconedit/kiconedit-4.0.3.ebuild
new file mode 100644
index 000000000000..b90bcef6123b
--- /dev/null
+++ b/kde-base/kiconedit/kiconedit-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/kiconedit/kiconedit-4.0.3.ebuild,v 1.1 2008/04/05 15:28:46 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 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"