From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Png7k-0003eS-W6 for garchives@archives.gentoo.org; Thu, 10 Feb 2011 23:40:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D319E0997; Thu, 10 Feb 2011 23:40:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 615DDE0997 for ; Thu, 10 Feb 2011 23:40:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1F121B43B8 for ; Thu, 10 Feb 2011 23:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 435D98006A for ; Thu, 10 Feb 2011 23:40:24 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/socket-sentry/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild X-VCS-Directories: kde-misc/socket-sentry/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: aaba4da3886738b939d57f34b66bf2c77a22a92d Date: Thu, 10 Feb 2011 23:40:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b8db47882d6d039bfb0ce23636716aa0 commit: aaba4da3886738b939d57f34b66bf2c77a22a92d Author: David Heidelberger gmail com> AuthorDate: Thu Feb 10 23:40:32 2011 +0000 Commit: David Heidelberger gmail com> CommitDate: Thu Feb 10 23:40:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Daaba4da3 [kde-misc/socket-sentry] bump version 0.9.3 --- kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild | 25 +++++++++++++++= ++++++ 1 files changed, 25 insertions(+), 0 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 new file mode 100644 index 0000000..2caac39 --- /dev/null +++ b/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +inherit kde4-base + +RESTRICT=3D"$RESTRICT mirror" + +DESCRIPTION=3D"Socket Sentry is a KDE Plasma widget that displays real-t= ime network traffic on your Linux computer." +HOMEPAGE=3D"http://code.google.com/p/socket-sentry" +SRC_URI=3D"http://socket-sentry.googlecode.com/files/socketsentry-${PV}.= tar.gz" + +S=3D"${WORKDIR}/socketsentry-${PV}" + +LICENSE=3D"GPL-2" +KEYWORDS=3D"~amd64 ~x86" +SLOT=3D"0" +IUSE=3D"debug" + +RDEPEND=3D" + >=3Dkde-base/kdelibs-4.5.1 + >=3Dnet-libs/libpcap-0.9 +"