diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-01-19 19:14:56 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-01-19 19:14:56 +0000 |
commit | 714311a83101a889ac243d05b14000a9c87e4f98 (patch) | |
tree | 12f9f1f485115c1dd87789d88bdcefc3523fb4de /dev-util/bustle | |
parent | Version bump. (diff) | |
download | gentoo-2-714311a83101a889ac243d05b14000a9c87e4f98.tar.gz gentoo-2-714311a83101a889ac243d05b14000a9c87e4f98.tar.bz2 gentoo-2-714311a83101a889ac243d05b14000a9c87e4f98.zip |
Version bump (requested by Samuli Suominen in bug #399411). Removed old 0.3.1 version.
(Portage version: 2.2.0_alpha84_p18/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/bustle')
-rw-r--r-- | dev-util/bustle/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/bustle/bustle-0.4.0.ebuild (renamed from dev-util/bustle/bustle-0.3.1.ebuild) | 17 |
2 files changed, 14 insertions, 12 deletions
diff --git a/dev-util/bustle/ChangeLog b/dev-util/bustle/ChangeLog index 11ef5a78973c..7ee071529bee 100644 --- a/dev-util/bustle/ChangeLog +++ b/dev-util/bustle/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/bustle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/ChangeLog,v 1.5 2012/01/12 17:16:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/ChangeLog,v 1.6 2012/01/19 19:14:56 slyfox Exp $ + +*bustle-0.4.0 (19 Jan 2012) + + 19 Jan 2012; Sergei Trofimovich <slyfox@gentoo.org> +bustle-0.4.0.ebuild, + -bustle-0.3.1.ebuild: + Version bump (requested by Samuli Suominen in bug #399411). Removed old 0.3.1 + version. *bustle-0.3.1 (12 Jan 2012) diff --git a/dev-util/bustle/bustle-0.3.1.ebuild b/dev-util/bustle/bustle-0.4.0.ebuild index 849a3530eb6f..6bf834c76349 100644 --- a/dev-util/bustle/bustle-0.3.1.ebuild +++ b/dev-util/bustle/bustle-0.4.0.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/bustle-0.3.1.ebuild,v 1.1 2012/01/12 17:16:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/bustle-0.4.0.ebuild,v 1.1 2012/01/19 19:14:56 slyfox Exp $ # ebuild generated by hackport 0.2.14 -EAPI="3" +EAPI=4 CABAL_FEATURES="bin" inherit haskell-cabal toolchain-funcs DESCRIPTION="Draw pretty sequence diagrams of D-Bus traffic" HOMEPAGE="http://hackage.haskell.org/package/bustle" -SRC_URI="http://willthompson.co.uk/${PN}/releases/${P}.tar.gz" +SRC_URI="http://willthompson.co.uk/${PN}/releases/${PV}/${P}.tar.gz" LICENSE="LGPL-2 GPL-2" # bustle-dbus-monitor.c is GPL-2, rest is LGPL-2 SLOT="0" @@ -25,7 +25,7 @@ RDEPEND="net-libs/libpcap gnome-base/libglade:2.0" DEPEND="${RDEPEND} dev-haskell/binary - >=dev-haskell/cabal-1.6 + >=dev-haskell/cabal-1.8 dev-haskell/cairo =dev-haskell/dbus-core-0.9* dev-haskell/glade @@ -47,19 +47,14 @@ src_compile() { "CC=$(tc-getCC)" \ "CFLAGS=${CFLAGS}" \ "CPPFLAGS=${CPPFLAGS}" \ - "LDFLAGS=${LDFLAGS}" \ - || die "building C part failed" + "LDFLAGS=${LDFLAGS}" } src_install() { # install haskell part cabal_src_install || die "could not install haskell parts" - # install C part - for bin in bustle-dbus-monitor bustle-pcap - do - dobin "${S}"/dist/build/"$bin" || die "could not install '$bin'" - done + dobin "${S}"/dist/build/bustle-pcap dodoc README HACKING NEWS } |