kde-misc/stdin-plasmoid: Remove last-rited pkg
authorJohannes Huber <johu@gentoo.org>
Mon, 20 Feb 2017 16:59:01 +0000 (17:59 +0100)
committerJohannes Huber <johu@gentoo.org>
Mon, 20 Feb 2017 17:02:00 +0000 (18:02 +0100)
kde-misc/stdin-plasmoid/Manifest [deleted file]
kde-misc/stdin-plasmoid/metadata.xml [deleted file]
kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild [deleted file]

diff --git a/kde-misc/stdin-plasmoid/Manifest b/kde-misc/stdin-plasmoid/Manifest
deleted file mode 100644 (file)
index 3cc80c7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST 92309-0.2-beta1.tar.bz2 27400 SHA256 29c2ea5bcddffb1b3d0e2326bb50025a413bc904e50093582ba928812ddb8d6d SHA512 93d8ec9a45b1c447754af73162fd8924a84f788c873d6c0cbe57283873ea986a8abf47966beb07be5ff8d6eb89c3f46c85edf6aace20266425fa42815cb07cd8 WHIRLPOOL d12e38b9f06623a00c7786ece6aac13476ca70f35f3a169a9807cac98c2dbf13023906754b234426cb168fe0848e9150d4ab05fa1161e739e70ed652faf303da
diff --git a/kde-misc/stdin-plasmoid/metadata.xml b/kde-misc/stdin-plasmoid/metadata.xml
deleted file mode 100644 (file)
index 2fdbf33..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>kde@gentoo.org</email>
-               <name>Gentoo KDE Project</name>
-       </maintainer>
-</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 (file)
index 1ac7ba5..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base versionator
-
-MY_P="$(replace_version_separator 2 '-')"
-
-DESCRIPTION="Plasmoid for executing a process and capturing 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-plasma/plasma-workspace:4
-"
-
-S="${WORKDIR}/${MY_P}"