summaryrefslogtreecommitdiff
path: root/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild
diff options
context:
space:
mode:
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
-"