summaryrefslogtreecommitdiff
path: root/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2013-06-22 17:26:48 -0400
committerChris Reffett <creffett@gentoo.org>2013-06-22 17:26:48 -0400
commit4a012dc9cd739af6f092f1330e404e8a2a48407f (patch)
tree34cc7f1bdae73b7cd41fde288f00b678329abae0 /kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild
parent7c4b385368dedf456771e161c4365ee3bece3212 (diff)
downloadkde-4a012dc9cd739af6f092f1330e404e8a2a48407f.tar.gz
kde-4a012dc9cd739af6f092f1330e404e8a2a48407f.tar.bz2
kde-4a012dc9cd739af6f092f1330e404e8a2a48407f.zip
[kde-misc/socketsentry] Move to tree
Diffstat (limited to 'kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild')
-rw-r--r--kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild b/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild
deleted file mode 100644
index bee769d1e03..00000000000
--- a/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-RESTRICT="$RESTRICT mirror"
-
-DESCRIPTION="Socket Sentry is a KDE Plasma widget that displays real-time network traffic on your Linux computer."
-HOMEPAGE="http://code.google.com/p/socket-sentry"
-SRC_URI="http://socket-sentry.googlecode.com/files/socketsentry-${PV}.tar.gz"
-
-S="${WORKDIR}/socketsentry-${PV}"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
- >=net-libs/libpcap-0.9
-"