diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2014-01-02 13:11:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2014-01-02 13:11:30 +0000 |
commit | 4822d2bc9ed39ab4fb81b3e926e89a7d5860b3a3 (patch) | |
tree | dc8bc5d891e88cb445095c7258fea33dd3554b01 /dev-util | |
parent | ia64 stable wrt bug #495508 (diff) | |
download | gentoo-2-4822d2bc9ed39ab4fb81b3e926e89a7d5860b3a3.tar.gz gentoo-2-4822d2bc9ed39ab4fb81b3e926e89a7d5860b3a3.tar.bz2 gentoo-2-4822d2bc9ed39ab4fb81b3e926e89a7d5860b3a3.zip |
Initial commit for icecream monitor for KDE. Fixes bug#139432.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/icemon/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/icemon/icemon-20140102.ebuild | 20 | ||||
-rw-r--r-- | dev-util/icemon/metadata.xml | 6 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-util/icemon/ChangeLog b/dev-util/icemon/ChangeLog new file mode 100644 index 000000000000..b081716d6e9c --- /dev/null +++ b/dev-util/icemon/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-util/icemon +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/icemon/ChangeLog,v 1.1 2014/01/02 13:11:30 scarabeus Exp $ + +*icemon-20140102 (02 Jan 2014) + + 02 Jan 2014; Tomáš Chvátal <scarabeus@gentoo.org> +icemon-20140102.ebuild, + +metadata.xml: + Initial commit for icecream monitor for KDE. Fixes bug#139432. + diff --git a/dev-util/icemon/icemon-20140102.ebuild b/dev-util/icemon/icemon-20140102.ebuild new file mode 100644 index 000000000000..9814827fa8e4 --- /dev/null +++ b/dev-util/icemon/icemon-20140102.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/icemon/icemon-20140102.ebuild,v 1.1 2014/01/02 13:11:30 scarabeus Exp $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Icemon is a KDE monitor program for use with Icecream compile clusters." +HOMEPAGE="http://www.opensuse.org/icecream" +SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + + +RDEPEND="${DEPEND} + sys-devel/icecream +" diff --git a/dev-util/icemon/metadata.xml b/dev-util/icemon/metadata.xml new file mode 100644 index 000000000000..e09a4ea6ca94 --- /dev/null +++ b/dev-util/icemon/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cluster</herd> +<herd>suse</herd> +</pkgmetadata> |