diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-02-15 08:32:36 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-02-15 08:32:36 +0100 |
commit | 32c28f67c91ecd107a2d610a692ee61a7e5781aa (patch) | |
tree | a31bb4137c09efac98caca9b12e6bb702baec92a /net-analyzer/etherape | |
parent | net-analyzer/cacti: Version bump. (diff) | |
download | gentoo-32c28f67c91ecd107a2d610a692ee61a7e5781aa.tar.gz gentoo-32c28f67c91ecd107a2d610a692ee61a7e5781aa.tar.bz2 gentoo-32c28f67c91ecd107a2d610a692ee61a7e5781aa.zip |
net-analyzer/etherape: Version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r-- | net-analyzer/etherape/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/etherape/etherape-0.9.15.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest index e268674d4160..a63686e3ff3c 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 000000000000..412dd67026bc --- /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 +" |