Gentoo Archives: gentoo-commits

From: David Heidelberger <d.okias@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/socket-sentry/
Date: Thu, 10 Feb 2011 23:40:35
Message-Id: aaba4da3886738b939d57f34b66bf2c77a22a92d.okias@gentoo
1 commit: aaba4da3886738b939d57f34b66bf2c77a22a92d
2 Author: David Heidelberger <d.okias <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 10 23:40:32 2011 +0000
4 Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
5 CommitDate: Thu Feb 10 23:40:32 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=aaba4da3
7
8 [kde-misc/socket-sentry] bump version 0.9.3
9
10 ---
11 kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild | 25 +++++++++++++++++++++
12 1 files changed, 25 insertions(+), 0 deletions(-)
13
14 diff --git a/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild b/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild
15 new file mode 100644
16 index 0000000..2caac39
17 --- /dev/null
18 +++ b/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild
19 @@ -0,0 +1,25 @@
20 +# Copyright 1999-2011 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=3
25 +
26 +inherit kde4-base
27 +
28 +RESTRICT="$RESTRICT mirror"
29 +
30 +DESCRIPTION="Socket Sentry is a KDE Plasma widget that displays real-time network traffic on your Linux computer."
31 +HOMEPAGE="http://code.google.com/p/socket-sentry"
32 +SRC_URI="http://socket-sentry.googlecode.com/files/socketsentry-${PV}.tar.gz"
33 +
34 +S="${WORKDIR}/socketsentry-${PV}"
35 +
36 +LICENSE="GPL-2"
37 +KEYWORDS="~amd64 ~x86"
38 +SLOT="0"
39 +IUSE="debug"
40 +
41 +RDEPEND="
42 + >=kde-base/kdelibs-4.5.1
43 + >=net-libs/libpcap-0.9
44 +"