summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-06-05 07:17:35 +0200
committerJeroen Roovers <jer@gentoo.org>2018-06-05 07:17:35 +0200
commit982d1aea1ac6ca3e89c49d53a97e1da195add6e7 (patch)
tree8cb43f3bdc34326e679390bc7423f969c91759cf /net-analyzer/etherape
parentx11-terms/kitty: remove old (diff)
downloadgentoo-982d1aea1ac6ca3e89c49d53a97e1da195add6e7.tar.gz
gentoo-982d1aea1ac6ca3e89c49d53a97e1da195add6e7.tar.bz2
gentoo-982d1aea1ac6ca3e89c49d53a97e1da195add6e7.zip
net-analyzer/etherape: Version 0.9.18.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r--net-analyzer/etherape/Manifest1
-rw-r--r--net-analyzer/etherape/etherape-0.9.17.ebuild4
-rw-r--r--net-analyzer/etherape/etherape-0.9.18.ebuild26
3 files changed, 30 insertions, 1 deletions
diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest
index ac79137746ad..8ccc1d44355f 100644
--- a/net-analyzer/etherape/Manifest
+++ b/net-analyzer/etherape/Manifest
@@ -1,3 +1,4 @@
DIST etherape-0.9.14.tar.gz 1438255 BLAKE2B a34ca77cc8862b3de50ca0405d7de083653fb984de85feb7c575b6eb0f340d386add9c851cdd54d8cf5d3d1c3cdddb1c7522673687d94b30f2ab0f91d4251613 SHA512 26e018e49bbea9baf8b4056798e2acab1ad1aba51022ab1258d31499d612a7b12567c4d671da45f79785fbe3c1eda6698b4fe201b055e71e13c9f9b0275c91e3
DIST etherape-0.9.16.tar.gz 1435235 BLAKE2B af6d0ba7d9532b383322546a42126fd456a2695ec7332cd082addc6ed72bb8e11d058854881157775e767c37c0ca3984074bdbe2f8a098622f48d38e9aa99281 SHA512 0c0b5e04cf1628fe22cfa35ee85b4ab4736265d071c9d179c0dc52e2894f022da7648f236e7ab29e28049a4afc8728ba639a6654da82e299938259fbe01e0d57
DIST etherape-0.9.17.tar.gz 1436276 BLAKE2B 3ac9496238d5a3653129822c6d21643a5e65afd93ff278532bcad623a0c4dc05b553711dd6f7047774cb758a6f65113a3381a08154001a6c2058415d35f2cd1d SHA512 65f039cd98826fee9a5988235dbdface00e2f17e5bd83eb28339d5bdb9d2b5f8ffe84e071c36418617d68add32e39866eb393f23b008b35fe36662453a02c57a
+DIST etherape-0.9.18.tar.gz 1436265 BLAKE2B b9f3fd625369fdf6790bef75cc97effd3e1a6eec0635472752daf420c890d4a5231bd1baff6ee58937ad27e1d96eaae5b79cc2f9a2b6eeeb7c957d08cbc8f667 SHA512 0ed19966451f9e9b5f5754018d485e7dc59005657ceddf8a75e790c4b7fbf3c8eea56354cf490ec27e18c4bc14c5b3fe648c90facc471dfb14b52ea68abc37d3
diff --git a/net-analyzer/etherape/etherape-0.9.17.ebuild b/net-analyzer/etherape/etherape-0.9.17.ebuild
index 4f8df6a0aae4..74efaf843ce3 100644
--- a/net-analyzer/etherape/etherape-0.9.17.ebuild
+++ b/net-analyzer/etherape/etherape-0.9.17.ebuild
@@ -14,10 +14,12 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="
>=gnome-base/libglade-2.0
+ dev-libs/popt
gnome-base/libgnomecanvas[glade]
net-libs/libpcap
"
-DEPEND="${RDEPEND}
+DEPEND="
+ ${RDEPEND}
>=sys-devel/gettext-0.11.5
app-text/docbook-xml-dtd:4.1.2
app-text/gnome-doc-utils
diff --git a/net-analyzer/etherape/etherape-0.9.18.ebuild b/net-analyzer/etherape/etherape-0.9.18.ebuild
new file mode 100644
index 000000000000..ab148e3bca2e
--- /dev/null
+++ b/net-analyzer/etherape/etherape-0.9.18.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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="
+ dev-libs/glib:2
+ dev-libs/popt
+ net-libs/libpcap
+ x11-libs/goocanvas:2.0
+"
+DEPEND="
+ ${RDEPEND}
+ >=sys-devel/gettext-0.11.5
+ app-text/docbook-xml-dtd:4.1.2
+ gnome-extra/yelp
+ virtual/pkgconfig
+"