public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/a2jmidid: ChangeLog a2jmidid-6.ebuild
@ 2010-01-09 18:49 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2010-01-09 18:49 UTC (permalink / raw
  To: gentoo-commits

aballier    10/01/09 18:49:56

  Modified:             ChangeLog
  Added:                a2jmidid-6.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-sound/a2jmidid/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/a2jmidid/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/a2jmidid/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/a2jmidid/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	17 Jun 2009 07:09:14 -0000	1.3
+++ ChangeLog	9 Jan 2010 18:49:56 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/a2jmidid
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.3 2009/06/17 07:09:14 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.4 2010/01/09 18:49:56 aballier Exp $
+
+*a2jmidid-6 (09 Jan 2010)
+
+  09 Jan 2010; Alexis Ballier <aballier@gentoo.org> +a2jmidid-6.ebuild:
+  version bump
 
 *a2jmidid-5 (17 Jun 2009)
 



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

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

Index: a2jmidid-6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-6.ebuild,v 1.1 2010/01/09 18:49:56 aballier Exp $

inherit toolchain-funcs

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=""

RDEPEND="media-libs/alsa-lib
	media-sound/jack-audio-connection-kit
	sys-apps/dbus"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-lang/python"

src_compile() {
	tc-export CC AR CPP LD RANLIB
	./waf configure --prefix=/usr || die "failed to configure"
	./waf || die "failed to build"
}

src_install() {
	./waf --destdir="${D}" install || die "install failed"
	dodoc AUTHORS README NEWS internals.txt
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/a2jmidid: ChangeLog a2jmidid-6.ebuild
@ 2013-05-20 16:17 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-05-20 16:17 UTC (permalink / raw
  To: gentoo-commits

aballier    13/05/20 16:17:35

  Modified:             ChangeLog a2jmidid-6.ebuild
  Log:
  convert to waf-utils and improve python code, bug #313931 by  Arfrever Frehtes Taifersar Arahesis
  
  (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.7                  media-sound/a2jmidid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	17 Mar 2013 15:39:08 -0000	1.6
+++ ChangeLog	20 May 2013 16:17:35 -0000	1.7
@@ -1,6 +1,10 @@
 # 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.6 2013/03/17 15:39:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.7 2013/05/20 16:17:35 aballier Exp $
+
+  20 May 2013; Alexis Ballier <aballier@gentoo.org> a2jmidid-6.ebuild:
+  convert to waf-utils and improve python code, bug #313931 by Arfrever Frehtes
+  Taifersar Arahesis
 
   17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Add proxy-maintainers to metadata.xml



1.3                  media-sound/a2jmidid/a2jmidid-6.ebuild

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

Index: a2jmidid-6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- a2jmidid-6.ebuild	5 May 2012 08:02:52 -0000	1.2
+++ a2jmidid-6.ebuild	20 May 2013 16:17:35 -0000	1.3
@@ -1,8 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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-6.ebuild,v 1.2 2012/05/05 08:02:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-6.ebuild,v 1.3 2013/05/20 16:17:35 aballier Exp $
 
-inherit toolchain-funcs
+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/"
@@ -17,16 +21,16 @@
 	media-sound/jack-audio-connection-kit
 	sys-apps/dbus"
 DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-lang/python"
+	virtual/pkgconfig"
+
+DOCS=(AUTHORS README NEWS internals.txt)
 
-src_compile() {
-	tc-export CC AR CPP LD RANLIB
-	./waf configure --prefix=/usr || die "failed to configure"
-	./waf || die "failed to build"
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
 }
 
 src_install() {
-	./waf --destdir="${D}" install || die "install failed"
-	dodoc AUTHORS README NEWS internals.txt
+	waf-utils_src_install
+	python_convert_shebangs -r 2 "${ED}"
 }





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-20 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-09 18:49 [gentoo-commits] gentoo-x86 commit in media-sound/a2jmidid: ChangeLog a2jmidid-6.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-20 16:17 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