summaryrefslogtreecommitdiff
path: root/dev-util/bustle
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/bustle')
-rw-r--r--dev-util/bustle/Manifest2
-rw-r--r--dev-util/bustle/bustle-0.8.0.ebuild (renamed from dev-util/bustle/bustle-0.5.4.ebuild)39
-rw-r--r--dev-util/bustle/metadata.xml5
3 files changed, 22 insertions, 24 deletions
diff --git a/dev-util/bustle/Manifest b/dev-util/bustle/Manifest
index 03f54b60f84a..d1939ed3d9e1 100644
--- a/dev-util/bustle/Manifest
+++ b/dev-util/bustle/Manifest
@@ -1 +1 @@
-DIST bustle-0.5.4.tar.gz 122720 BLAKE2B b5a2315919644ab5c7712f9e9bde1bdea226b4e8898981f7150558bde648a5c7965be6ad8484c09727665292e5fe3f0cb545544dbb27f2a2553e513910289620 SHA512 56eaeef831fb5929d57a008ae71d8409048ce5d12eaada98830ef742baf3479264203465d77591cb338374096eac2dc2b68b44f075b2761f16df63fad54b91fd
+DIST bustle-0.8.0.tar.gz 101175 BLAKE2B 30359a51da16631eda8f74239de7955d5887e12e7e99853dd930b12b351a0dd56425487c339ddf297dae02b271019c11329130aa0caabc4bf0c87e21600b707b SHA512 92f4757c4ed9dd88bfa144a0626d7530b6a1f859a8069d8631a9990b6a523dbb59d573c6ba142614c371171ccf391a3e77d1e8ba0c2155ecf231f9e7aa735f72
diff --git a/dev-util/bustle/bustle-0.5.4.ebuild b/dev-util/bustle/bustle-0.8.0.ebuild
index 6e92a1f7bcb4..cf60600336ea 100644
--- a/dev-util/bustle/bustle-0.5.4.ebuild
+++ b/dev-util/bustle/bustle-0.8.0.ebuild
@@ -1,42 +1,36 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-# ebuild generated by hackport 0.4.5.9999
+# ebuild generated by hackport 0.6.7.9999
+#hackport: flags: -hgettext
-CABAL_FEATURES="bin test-suite"
-inherit eutils haskell-cabal toolchain-funcs
+CABAL_FEATURES="test-suite"
+inherit haskell-cabal
DESCRIPTION="Draw sequence diagrams of D-Bus traffic"
-HOMEPAGE="https://hackage.haskell.org/package/bustle"
+HOMEPAGE="https://gitlab.freedesktop.org/bustle/bustle#readme"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-LICENSE="LGPL-2 GPL-2 GPL-3"
+LICENSE="LGPL-2.1 GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="interactivetests +threaded"
-RESTRICT=test # fails one propery test
-
RDEPEND="dev-haskell/cairo:=
- >=dev-haskell/dbus-0.10:=
dev-haskell/gio:=
dev-haskell/glib:=
- >=dev-haskell/gtk3-0.13.7:0=
- >=dev-haskell/hgettext-0.1.5:=
- dev-haskell/mtl:=
+ dev-haskell/gtk3:=
+ >=dev-haskell/mtl-2.2.1:=
dev-haskell/pango:=
- dev-haskell/parsec:=
- dev-haskell/pcap:=
- dev-haskell/setlocale:=
dev-haskell/text:=
- >=dev-lang/ghc-7.4.1:=
+ >=dev-lang/ghc-8.4.3:=
dev-libs/glib:2
- dev-perl/Locale-gettext
+ net-libs/libpcap
"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
+ >=dev-haskell/cabal-2.2.0.1
virtual/pkgconfig
test? ( dev-haskell/hunit
dev-haskell/quickcheck
@@ -46,13 +40,14 @@ DEPEND="${RDEPEND}
src_configure() {
haskell-cabal_src_configure \
+ --flag=-hgettext \
$(cabal_flag interactivetests interactivetests) \
$(cabal_flag threaded threaded)
}
src_compile() {
# compile haskell part
- cabal_src_compile || die "could not build haskell parts"
+ haskell-cabal_src_compile || die "could not build haskell parts"
# compile C part
emake \
@@ -64,9 +59,9 @@ src_compile() {
src_install() {
# install haskell part
- cabal_src_install || die "could not install haskell parts"
+ haskell-cabal_src_install || die "could not install haskell parts"
dobin "${S}"/dist/build/bustle-pcap
doman bustle-pcap.1
- dodoc README.md HACKING.md NEWS.md
+ dodoc README.md NEWS.md
}
diff --git a/dev-util/bustle/metadata.xml b/dev-util/bustle/metadata.xml
index 38b025a7f4bb..3171cd3d39e3 100644
--- a/dev-util/bustle/metadata.xml
+++ b/dev-util/bustle/metadata.xml
@@ -7,7 +7,10 @@
</maintainer>
<use>
<flag name="interactivetests">Build interactive test programs</flag>
- <flag name="threaded">Build with support for multithreaded execution.</flag>
+ <flag name="threaded">Build with the multi-threaded runtime</flag>
</use>
+ <longdescription>
+ Bustle records and draws sequence diagrams of D-Bus activity, showing signal emissions, method calls and their corresponding returns, with timestamps for each individual event and the duration of each method call. This can help you check for unwanted D-Bus traffic, and pinpoint why your D-Bus-based application isn&#39;t performing as well as you like. It also provides statistics like signal frequencies and average method call times.
+ </longdescription>
<origin>gentoo-staging</origin>
</pkgmetadata>