diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-21 17:13:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-21 17:13:38 +0000 |
commit | 649bd03682c78e5d5a79a3e2917afaa10523b3be (patch) | |
tree | 0829b33def073fa19733a36af75f4a7b94a8174b /media-gfx/kcoloredit | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-649bd03682c78e5d5a79a3e2917afaa10523b3be.tar.gz gentoo-2-649bd03682c78e5d5a79a3e2917afaa10523b3be.tar.bz2 gentoo-2-649bd03682c78e5d5a79a3e2917afaa10523b3be.zip |
Initial commit.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/kcoloredit')
-rw-r--r-- | media-gfx/kcoloredit/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild | 25 | ||||
-rw-r--r-- | media-gfx/kcoloredit/metadata.xml | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/media-gfx/kcoloredit/ChangeLog b/media-gfx/kcoloredit/ChangeLog new file mode 100644 index 000000000000..07f99a87f6d5 --- /dev/null +++ b/media-gfx/kcoloredit/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-gfx/kcoloredit +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kcoloredit/ChangeLog,v 1.1 2010/02/21 17:13:38 ssuominen Exp $ + +*kcoloredit-2.0.0 (21 Feb 2010) + + 21 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> + +kcoloredit-2.0.0.ebuild: + Initial commit. + diff --git a/media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild b/media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild new file mode 100644 index 000000000000..8a9c6f5c33ed --- /dev/null +++ b/media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild,v 1.1 2010/02/21 17:13:38 ssuominen Exp $ + +EAPI=2 +KDE_MINIMAL=4.4 +KDE_LINGUAS="af ar be bg br ca ca@valencia cs cy da de el en_GB eo es et eu fa +fi fr ga gl he hi hne hr hu is it ja km ku lt lv mai mk ms nb nds ne nl nn oc pa +pl pt pt_BR ro ru se sk sl sv ta tg th tr uk vi xh zh_CN zh_HK zh_TW" +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" +inherit kde4-base + +KDE_VERSION=4.4.0 +MY_P=${P}-kde${KDE_VERSION} + +DESCRIPTION="A tool for editing color palettes" +HOMEPAGE="http://www.kde.org/" +SRC_URI="mirror://kde/stable/${KDE_VERSION}/src/extragear/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug +handbook" + +S=${WORKDIR}/${MY_P} diff --git a/media-gfx/kcoloredit/metadata.xml b/media-gfx/kcoloredit/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/media-gfx/kcoloredit/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> |