From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 907E758974 for ; Wed, 10 Feb 2016 15:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6625421C048; Wed, 10 Feb 2016 15:59:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFF7921C00A for ; Wed, 10 Feb 2016 15:59:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1DE9340B63 for ; Wed, 10 Feb 2016 15:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F03DA1068 for ; Wed, 10 Feb 2016 15:59:29 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1455119967.13cd23a51d70ce24830e3e6d4e5689710208b02a.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/etherape/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/etherape/Manifest net-analyzer/etherape/etherape-0.9.14.ebuild X-VCS-Directories: net-analyzer/etherape/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 13cd23a51d70ce24830e3e6d4e5689710208b02a X-VCS-Branch: master Date: Wed, 10 Feb 2016 15:59:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ededbbb-5c9f-4b6a-bbd5-53504c27ddca X-Archives-Hash: 6cf5c380d66d6980dc4a7ae59d4784af commit: 13cd23a51d70ce24830e3e6d4e5689710208b02a Author: Jeroen Roovers gentoo org> AuthorDate: Wed Feb 10 15:58:32 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Feb 10 15:59:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cd23a5 net-analyzer/etherape: Version bump. Package-Manager: portage-2.2.27 net-analyzer/etherape/Manifest | 1 + net-analyzer/etherape/etherape-0.9.14.ebuild | 32 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest index f28f275..06bd927 100644 --- a/net-analyzer/etherape/Manifest +++ b/net-analyzer/etherape/Manifest @@ -1 +1,2 @@ DIST etherape-0.9.13.tar.gz 1399211 SHA256 2a3d2a28b824ce4797529bb90d19a213d80e70f5b3f0cc5f455379aac31c09f7 SHA512 e71b2febb6901a0a3f4629036fd40bc4c30fad48f2e592808499bb2c8af2269d2eb71058f1b00ce05005ef3effe1971033fefffc871346c616ccecc46833d67f WHIRLPOOL cc9bfc59012a97dda7c7624d8ff7c0ef96ffaf724f782e3c406cf86bef38f246468079de2f8f86e21aa3bd148ce9f24963ff70048a242c07e268b6cd390c6770 +DIST etherape-0.9.14.tar.gz 1438255 SHA256 7447435ef64e569d8e10b6a0525806c01f527e76ae9eed5c84821f545f357ade SHA512 26e018e49bbea9baf8b4056798e2acab1ad1aba51022ab1258d31499d612a7b12567c4d671da45f79785fbe3c1eda6698b4fe201b055e71e13c9f9b0275c91e3 WHIRLPOOL a03dde443caf1258acefa8270636070ca814f4e9bb45a63a3dfff223e3dac0c4efd67f4c0eaebf28160ced65563021801d5aeb16db9d49095b6ff12fe338c60f diff --git a/net-analyzer/etherape/etherape-0.9.14.ebuild b/net-analyzer/etherape/etherape-0.9.14.ebuild new file mode 100644 index 0000000..c007de6 --- /dev/null +++ b/net-analyzer/etherape/etherape-0.9.14.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG=no +inherit gnome2 + +DESCRIPTION="A graphical network monitor for Unix modeled after etherman" +HOMEPAGE="http://etherape.sourceforge.net/" +SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + >=gnome-base/libglade-2.0 + >=gnome-base/libgnomeui-2.0 + gnome-base/libgnomecanvas[glade] + net-libs/libpcap +" +DEPEND=" + ${RDEPEND} + >=sys-devel/gettext-0.11.5 + app-text/docbook-xml-dtd:4.1.2 + app-text/gnome-doc-utils + app-text/scrollkeeper + virtual/pkgconfig +" + +DOCS="AUTHORS ChangeLog FAQ NEWS README* TODO"