diff options
Diffstat (limited to 'kde-base/kiconedit/kiconedit-4.0.4.ebuild')
-rw-r--r-- | kde-base/kiconedit/kiconedit-4.0.4.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
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" |