summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/stdin-plasmoid/Manifest1
-rw-r--r--kde-misc/stdin-plasmoid/metadata.xml6
-rw-r--r--kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild25
3 files changed, 0 insertions, 32 deletions
diff --git a/kde-misc/stdin-plasmoid/Manifest b/kde-misc/stdin-plasmoid/Manifest
deleted file mode 100644
index f386af902be..00000000000
--- a/kde-misc/stdin-plasmoid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 92309-0.2-beta1.tar.bz2 27400 SHA256 29c2ea5bcddffb1b3d0e2326bb50025a413bc904e50093582ba928812ddb8d6d
diff --git a/kde-misc/stdin-plasmoid/metadata.xml b/kde-misc/stdin-plasmoid/metadata.xml
deleted file mode 100644
index 721dd1c8d2f..00000000000
--- a/kde-misc/stdin-plasmoid/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild b/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild
deleted file mode 100644
index fa6c74f6cb9..00000000000
--- a/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit kde4-base versionator
-
-MY_P="$(replace_version_separator 2 '-')"
-
-DESCRIPTION="KDE4 plasmoid for executing a process and captures its stderr and stdout."
-HOMEPAGE="http://www.kde-look.org/content/show.php/STDIN+Plasmoid?content=92309"
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/92309-${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
- !kde-plasmoids/stdin-plasmoid
- $(add_kdebase_dep plasma-workspace)
-"
-
-S="${WORKDIR}/${MY_P}"