summaryrefslogtreecommitdiff
path: root/Documentation/stasis/kde-plasmoids/plasma-netgraph
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/stasis/kde-plasmoids/plasma-netgraph')
-rw-r--r--Documentation/stasis/kde-plasmoids/plasma-netgraph/ChangeLog14
-rw-r--r--Documentation/stasis/kde-plasmoids/plasma-netgraph/Manifest4
-rw-r--r--Documentation/stasis/kde-plasmoids/plasma-netgraph/metadata.xml5
-rw-r--r--Documentation/stasis/kde-plasmoids/plasma-netgraph/plasma-netgraph-0.3.ebuild20
4 files changed, 43 insertions, 0 deletions
diff --git a/Documentation/stasis/kde-plasmoids/plasma-netgraph/ChangeLog b/Documentation/stasis/kde-plasmoids/plasma-netgraph/ChangeLog
new file mode 100644
index 00000000000..0fd75a27ba1
--- /dev/null
+++ b/Documentation/stasis/kde-plasmoids/plasma-netgraph/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for kde-plasmoids/plasma-netgraph
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 24 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ plasma-netgraph-0.3.ebuild:
+ Whitespace.
+
+*plasma-netgraph-0.3 (15 Oct 2008)
+
+ 15 Oct 2008; Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>
+ +metadata.xml, +plasma-netgraph-0.3.ebuild:
+ Add plasma-netgraph-0.3.
+
diff --git a/Documentation/stasis/kde-plasmoids/plasma-netgraph/Manifest b/Documentation/stasis/kde-plasmoids/plasma-netgraph/Manifest
new file mode 100644
index 00000000000..e027af062b9
--- /dev/null
+++ b/Documentation/stasis/kde-plasmoids/plasma-netgraph/Manifest
@@ -0,0 +1,4 @@
+DIST plasma-netgraph-0.3.tar.gz 20134 RMD160 c04da73308a13a6ca517a014cfd969b4cb1043bc SHA1 e1d40cde0a392ab9ce92cd9100382a4362232500 SHA256 e8fc44a37334ecf340eb0f0cd6d9baed6010c94c78fe0e2ea73fae749c8f0293
+EBUILD plasma-netgraph-0.3.ebuild 490 RMD160 062340a00bec66d1c302da16550d61c2602f2abb SHA1 0b5190c8c8c0f1c4c706c84a12a13bb72ab1edb4 SHA256 068a586d5022902919847eef342daee775e02b60e9d66e09e9f2538d4c0d65d3
+MISC ChangeLog 419 RMD160 9c9318c0b16152d9bc9ee845eb8882a80885de81 SHA1 783baeea31b4b91bbff415e0c9b7036c9f5a94bc SHA256 d5f66d686bd5115d4d0af33f1236de39840aa8fb96ec2a70d4c9e785dfc8b0c4
+MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a
diff --git a/Documentation/stasis/kde-plasmoids/plasma-netgraph/metadata.xml b/Documentation/stasis/kde-plasmoids/plasma-netgraph/metadata.xml
new file mode 100644
index 00000000000..8d1e86a9cef
--- /dev/null
+++ b/Documentation/stasis/kde-plasmoids/plasma-netgraph/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>
diff --git a/Documentation/stasis/kde-plasmoids/plasma-netgraph/plasma-netgraph-0.3.ebuild b/Documentation/stasis/kde-plasmoids/plasma-netgraph/plasma-netgraph-0.3.ebuild
new file mode 100644
index 00000000000..ee717bd3f3b
--- /dev/null
+++ b/Documentation/stasis/kde-plasmoids/plasma-netgraph/plasma-netgraph-0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+NEED_KDE="4.1"
+
+inherit kde4-base
+
+DESCRIPTION="A KDE4 Plasma Applet. This plasmoid shows network load on desktop."
+HOMEPAGE="http://www.kde-look.org/content/show.php/Eyesaver?content=74071"
+SRC_URI="http://ivplasma.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="4.1"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="!kde-misc/plasmoids
+ kde-base/libplasma"