diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-05 15:28:46 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-05 15:28:46 +0000 |
commit | 9a9f828dc0604887dd4f0e553bda8780405864e8 (patch) | |
tree | 5eb3e1197ebe85468bb55d9261fc59714f5a6262 /kde-base/kiconedit | |
parent | Version bump to kfax 4.0.3. This is still not intended for mainstream so DO N... (diff) | |
download | historical-9a9f828dc0604887dd4f0e553bda8780405864e8.tar.gz historical-9a9f828dc0604887dd4f0e553bda8780405864e8.tar.bz2 historical-9a9f828dc0604887dd4f0e553bda8780405864e8.zip |
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.
Package-Manager: portage-2.1.5_rc1
Diffstat (limited to 'kde-base/kiconedit')
-rw-r--r-- | kde-base/kiconedit/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kiconedit/kiconedit-4.0.3.ebuild | 27 |
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" |