From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A8E9139695 for ; Wed, 15 Feb 2017 07:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A36BD21C054; Wed, 15 Feb 2017 07:33:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 839EA21C039 for ; Wed, 15 Feb 2017 07:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 133FF34164D for ; Wed, 15 Feb 2017 07:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D7054872 for ; Wed, 15 Feb 2017 07:33:02 +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: <1487143956.32c28f67c91ecd107a2d610a692ee61a7e5781aa.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.15.ebuild X-VCS-Directories: net-analyzer/etherape/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 32c28f67c91ecd107a2d610a692ee61a7e5781aa X-VCS-Branch: master Date: Wed, 15 Feb 2017 07:33:02 +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: 0271a810-c340-4008-96df-7642c19fc8db X-Archives-Hash: 5009c4532b629f44b43a86a6d211f571 commit: 32c28f67c91ecd107a2d610a692ee61a7e5781aa Author: Jeroen Roovers gentoo org> AuthorDate: Wed Feb 15 07:32:36 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Feb 15 07:32:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c28f67 net-analyzer/etherape: Version bump. Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-analyzer/etherape/Manifest | 1 + net-analyzer/etherape/etherape-0.9.15.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest index e268674d41..a63686e3ff 100644 --- a/net-analyzer/etherape/Manifest +++ b/net-analyzer/etherape/Manifest @@ -1 +1,2 @@ DIST etherape-0.9.14.tar.gz 1438255 SHA256 7447435ef64e569d8e10b6a0525806c01f527e76ae9eed5c84821f545f357ade SHA512 26e018e49bbea9baf8b4056798e2acab1ad1aba51022ab1258d31499d612a7b12567c4d671da45f79785fbe3c1eda6698b4fe201b055e71e13c9f9b0275c91e3 WHIRLPOOL a03dde443caf1258acefa8270636070ca814f4e9bb45a63a3dfff223e3dac0c4efd67f4c0eaebf28160ced65563021801d5aeb16db9d49095b6ff12fe338c60f +DIST etherape-0.9.15.tar.gz 1449612 SHA256 f8ed6e847f6f34c801a2ceb9d7781edda1d3a270ebc9874a3dd8a37eabd3fa7f SHA512 5a469b5994fa39a76c3966028f513db0a716cf5c447b73048e9d70c3e21824f9ed3f25b82e6d9ed7a88b7be49603311d81f567adfddc2776a44e809de5e0674a WHIRLPOOL ee002d8fad3afc73a9b1cf36cfe73a8168e087ec1e6e9377b728e17a7cb4f9dc4245e1288e50ed17f73f6d6a82b5f93cbacc980353fb8eecb3a084b98f89680e diff --git a/net-analyzer/etherape/etherape-0.9.15.ebuild b/net-analyzer/etherape/etherape-0.9.15.ebuild new file mode 100644 index 0000000000..412dd67026 --- /dev/null +++ b/net-analyzer/etherape/etherape-0.9.15.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +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 + virtual/pkgconfig +"