From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/etherape/
Date: Tue, 5 Jun 2018 05:18:41 +0000 (UTC) [thread overview]
Message-ID: <1528175855.982d1aea1ac6ca3e89c49d53a97e1da195add6e7.jer@gentoo> (raw)
commit: 982d1aea1ac6ca3e89c49d53a97e1da195add6e7
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 5 05:17:35 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jun 5 05:17:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982d1aea
net-analyzer/etherape: Version 0.9.18.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-analyzer/etherape/Manifest | 1 +
net-analyzer/etherape/etherape-0.9.17.ebuild | 4 +++-
.../{etherape-0.9.17.ebuild => etherape-0.9.18.ebuild} | 11 ++++++-----
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest
index ac79137746a..8ccc1d44355 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 4f8df6a0aae..74efaf843ce 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.17.ebuild b/net-analyzer/etherape/etherape-0.9.18.ebuild
similarity index 79%
copy from net-analyzer/etherape/etherape-0.9.17.ebuild
copy to net-analyzer/etherape/etherape-0.9.18.ebuild
index 4f8df6a0aae..ab148e3bca2 100644
--- a/net-analyzer/etherape/etherape-0.9.17.ebuild
+++ b/net-analyzer/etherape/etherape-0.9.18.ebuild
@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit gnome2
DESCRIPTION="A graphical network monitor for Unix modeled after etherman"
HOMEPAGE="http://etherape.sourceforge.net/"
@@ -13,13 +12,15 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="
- >=gnome-base/libglade-2.0
- gnome-base/libgnomecanvas[glade]
+ dev-libs/glib:2
+ dev-libs/popt
net-libs/libpcap
+ x11-libs/goocanvas:2.0
"
-DEPEND="${RDEPEND}
+DEPEND="
+ ${RDEPEND}
>=sys-devel/gettext-0.11.5
app-text/docbook-xml-dtd:4.1.2
- app-text/gnome-doc-utils
+ gnome-extra/yelp
virtual/pkgconfig
"
next reply other threads:[~2018-06-05 5:18 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-05 5:18 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-13 0:40 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/etherape/ Sam James
2021-08-11 0:23 Sam James
2021-08-11 0:12 Sam James
2021-05-17 1:36 Sam James
2020-06-29 17:37 Andreas Sturmlechner
2020-06-29 13:40 Agostino Sarubbo
2020-06-21 17:08 Agostino Sarubbo
2020-06-21 17:03 Agostino Sarubbo
2020-06-18 17:37 Sergei Trofimovich
2020-05-17 9:07 Jeroen Roovers
2020-05-17 9:07 Jeroen Roovers
2018-06-05 5:20 Jeroen Roovers
2018-06-05 5:18 Jeroen Roovers
2018-04-11 18:20 Jeroen Roovers
2018-04-11 18:20 Jeroen Roovers
2018-01-16 11:27 Jeroen Roovers
2018-01-16 11:25 Jeroen Roovers
2017-02-15 7:33 Jeroen Roovers
2017-02-15 7:33 Jeroen Roovers
2016-12-31 22:20 Agostino Sarubbo
2016-11-04 10:30 Pacho Ramos
2016-02-10 15:59 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1528175855.982d1aea1ac6ca3e89c49d53a97e1da195add6e7.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox