public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/a2jmidid: ChangeLog a2jmidid-8.ebuild
@ 2013-05-20 16:33 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2013-05-20 16:33 UTC (permalink / raw
  To: gentoo-commits

aballier    13/05/20 16:33:05

  Modified:             ChangeLog
  Added:                a2jmidid-8.ebuild
  Log:
  version bump, add a dbus useflag by  Rodrigo Severo, bug #417701
  
  (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.8                  media-sound/a2jmidid/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	20 May 2013 16:17:35 -0000	1.7
+++ ChangeLog	20 May 2013 16:33:05 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/a2jmidid
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.7 2013/05/20 16:17:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.8 2013/05/20 16:33:05 aballier Exp $
+
+*a2jmidid-8 (20 May 2013)
+
+  20 May 2013; Alexis Ballier <aballier@gentoo.org> +a2jmidid-8.ebuild:
+  version bump, add a dbus useflag by Rodrigo Severo, bug #417701
 
   20 May 2013; Alexis Ballier <aballier@gentoo.org> a2jmidid-6.ebuild:
   convert to waf-utils and improve python code, bug #313931 by Arfrever Frehtes



1.1                  media-sound/a2jmidid/a2jmidid-8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/a2jmidid-8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/a2jmidid-8.ebuild?rev=1.1&content-type=text/plain

Index: a2jmidid-8.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-8.ebuild,v 1.1 2013/05/20 16:33:05 aballier Exp $

EAPI="4"
PYTHON_DEPEND="2"
NO_WAF_LIBDIR=1

inherit python toolchain-funcs waf-utils

DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system."
HOMEPAGE="http://home.gna.org/a2jmidid/"
SRC_URI="http://download.gna.org/a2jmidid/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus"

RDEPEND="media-libs/alsa-lib
	media-sound/jack-audio-connection-kit
	dbus? ( sys-apps/dbus )"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

DOCS=(AUTHORS README NEWS internals.txt)

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_configure() {
	if use dbus ; then
		waf-utils_src_configure
	else
		waf-utils_src_configure --disable-dbus
	fi
}

src_install() {
	waf-utils_src_install
	python_convert_shebangs -r 2 "${ED}"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-20 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 16:33 [gentoo-commits] gentoo-x86 commit in media-sound/a2jmidid: ChangeLog a2jmidid-8.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox