public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2009-06-17  7:06 Alexis Ballier (aballier)
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2009-06-17  7:06 UTC (permalink / raw
  To: gentoo-commits

aballier    09/06/17 07:06:36

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  move patching/elibtoolizing to src_prepare
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.7&r2=1.8

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lash-0.5.4-r1.ebuild	14 Mar 2009 19:22:54 -0000	1.7
+++ lash-0.5.4-r1.ebuild	17 Jun 2009 07:06:36 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.7 2009/03/14 19:22:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.8 2009/06/17 07:06:36 aballier Exp $
 
 EAPI=2
 
@@ -25,9 +25,7 @@
 	dev-util/pkgconfig
 	python? ( >=dev-lang/swig-1.3.31 )"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${P}-glibc2.8.patch"
 	elibtoolize
 }



1.29                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	17 Jun 2009 07:04:42 -0000	1.28
+++ ChangeLog	17 Jun 2009 07:06:36 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lash
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.28 2009/06/17 07:04:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.29 2009/06/17 07:06:36 aballier Exp $
+
+  17 Jun 2009; Alexis Ballier <aballier@gentoo.org> lash-0.5.4-r1.ebuild:
+  move patching/elibtoolizing to src_prepare
 
   17 Jun 2009; Alexis Ballier <aballier@gentoo.org> -lash-0.5.1.ebuild,
   -lash-0.5.4.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2009-08-01  6:32 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-01  6:32 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/01 06:32:25

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  Remove USE depend for media-libs/alsa-lib[midi].
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.8&r2=1.9

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lash-0.5.4-r1.ebuild	17 Jun 2009 07:06:36 -0000	1.8
+++ lash-0.5.4-r1.ebuild	1 Aug 2009 06:32:25 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.8 2009/06/17 07:06:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.9 2009/08/01 06:32:25 ssuominen Exp $
 
 EAPI=2
 
@@ -15,7 +15,7 @@
 KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
 IUSE="alsa debug gtk python"
 
-RDEPEND="alsa? ( media-libs/alsa-lib[midi] )
+RDEPEND="alsa? ( media-libs/alsa-lib )
 	media-sound/jack-audio-connection-kit
 	dev-libs/libxml2
 	gtk? ( >=x11-libs/gtk+-2.0 )



1.30                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	17 Jun 2009 07:06:36 -0000	1.29
+++ ChangeLog	1 Aug 2009 06:32:25 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lash
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.29 2009/06/17 07:06:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.30 2009/08/01 06:32:25 ssuominen Exp $
+
+  01 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> lash-0.5.4-r1.ebuild:
+  Remove USE depend for media-libs/alsa-lib[midi].
 
   17 Jun 2009; Alexis Ballier <aballier@gentoo.org> lash-0.5.4-r1.ebuild:
   move patching/elibtoolizing to src_prepare






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

* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2009-12-23 20:00 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-23 20:00 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/23 20:00:43

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #294508).
  (Portage version: 2.2_rc60/cvs/Linux i686)

Revision  Changes    Path
1.10                 media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.9&r2=1.10

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lash-0.5.4-r1.ebuild	1 Aug 2009 06:32:25 -0000	1.9
+++ lash-0.5.4-r1.ebuild	23 Dec 2009 20:00:42 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.9 2009/08/01 06:32:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.10 2009/12/23 20:00:42 jer Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
 IUSE="alsa debug gtk python"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )



1.31                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	1 Aug 2009 06:32:25 -0000	1.30
+++ ChangeLog	23 Dec 2009 20:00:42 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lash
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.30 2009/08/01 06:32:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.31 2009/12/23 20:00:42 jer Exp $
+
+  23 Dec 2009; Jeroen Roovers <jer@gentoo.org> lash-0.5.4-r1.ebuild:
+  Marked ~hppa (bug #294508).
 
   01 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> lash-0.5.4-r1.ebuild:
   Remove USE depend for media-libs/alsa-lib[midi].






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

* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2010-03-01 19:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2010-03-01 19:03 UTC (permalink / raw
  To: gentoo-commits

jer         10/03/01 19:03:31

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #295051).
  (Portage version: 2.2_rc63/cvs/Linux i686)

Revision  Changes    Path
1.11                 media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.10&r2=1.11

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lash-0.5.4-r1.ebuild	23 Dec 2009 20:00:42 -0000	1.10
+++ lash-0.5.4-r1.ebuild	1 Mar 2010 19:03:30 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.10 2009/12/23 20:00:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.11 2010/03/01 19:03:30 jer Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 IUSE="alsa debug gtk python"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )



1.32                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	23 Dec 2009 20:00:42 -0000	1.31
+++ ChangeLog	1 Mar 2010 19:03:30 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lash
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.31 2009/12/23 20:00:42 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.32 2010/03/01 19:03:30 jer Exp $
+
+  01 Mar 2010; Jeroen Roovers <jer@gentoo.org> lash-0.5.4-r1.ebuild:
+  Stable for HPPA (bug #295051).
 
   23 Dec 2009; Jeroen Roovers <jer@gentoo.org> lash-0.5.4-r1.ebuild:
   Marked ~hppa (bug #294508).






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

* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2011-03-29  6:56 Tim Harder (radhermit)
  0 siblings, 0 replies; 11+ messages in thread
From: Tim Harder (radhermit) @ 2011-03-29  6:56 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/03/29 06:56:34

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  Use slot dep for gtk+ and remove unnecessary die statement for econf.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.11&r2=1.12

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lash-0.5.4-r1.ebuild	1 Mar 2010 19:03:30 -0000	1.11
+++ lash-0.5.4-r1.ebuild	29 Mar 2011 06:56:34 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.11 2010/03/01 19:03:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.12 2011/03/29 06:56:34 radhermit Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 RDEPEND="alsa? ( media-libs/alsa-lib )
 	media-sound/jack-audio-connection-kit
 	dev-libs/libxml2
-	gtk? ( >=x11-libs/gtk+-2.0 )
+	gtk? ( x11-libs/gtk+:2 )
 	python? ( dev-lang/python )
 	|| ( sys-libs/readline dev-libs/libedit )"
 DEPEND="${RDEPEND}
@@ -41,8 +41,7 @@
 		$(use_enable gtk gtk2) \
 		$(use_enable debug) \
 		${myconf} \
-		--disable-dependency-tracking \
-		|| die "econf failed"
+		--disable-dependency-tracking
 }
 
 src_install() {



1.33                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	1 Mar 2010 19:03:30 -0000	1.32
+++ ChangeLog	29 Mar 2011 06:56:34 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lash
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.32 2010/03/01 19:03:30 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.33 2011/03/29 06:56:34 radhermit Exp $
+
+  29 Mar 2011; Tim Harder <radhermit@gentoo.org> lash-0.5.4-r1.ebuild:
+  Use slot dep for gtk+ and remove unnecessary die statement for econf.
 
   01 Mar 2010; Jeroen Roovers <jer@gentoo.org> lash-0.5.4-r1.ebuild:
   Stable for HPPA (bug #295051).






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

* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2012-03-16  2:37 Mike Gilbert (floppym)
  0 siblings, 0 replies; 11+ messages in thread
From: Mike Gilbert (floppym) @ 2012-03-16  2:37 UTC (permalink / raw
  To: gentoo-commits

floppym     12/03/16 02:37:57

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  Fix detection of SWIG. Patch by Arfrever. Bug 391903.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.12&r2=1.13

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- lash-0.5.4-r1.ebuild	29 Mar 2011 06:56:34 -0000	1.12
+++ lash-0.5.4-r1.ebuild	16 Mar 2012 02:37:57 -0000	1.13
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.12 2011/03/29 06:56:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.13 2012/03/16 02:37:57 floppym Exp $
 
 EAPI=2
 
-inherit eutils libtool
+inherit autotools eutils
 
 DESCRIPTION="LASH Audio Session Handler"
 HOMEPAGE="http://www.nongnu.org/lash/"
@@ -27,7 +27,8 @@
 
 src_prepare() {
 	epatch "${FILESDIR}/${P}-glibc2.8.patch"
-	elibtoolize
+	epatch "${FILESDIR}/${P}-swig_version_comparison.patch"
+	AT_M4DIR="m4" eautoreconf
 }
 
 src_configure() {



1.34                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	29 Mar 2011 06:56:34 -0000	1.33
+++ ChangeLog	16 Mar 2012 02:37:57 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/lash
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.33 2011/03/29 06:56:34 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.34 2012/03/16 02:37:57 floppym Exp $
+
+  16 Mar 2012; Mike Gilbert <floppym@gentoo.org>
+  +files/lash-0.5.4-swig_version_comparison.patch, lash-0.5.4-r1.ebuild:
+  Fix detection of SWIG. Patch by Arfrever. Bug 391903.
 
   29 Mar 2011; Tim Harder <radhermit@gentoo.org> lash-0.5.4-r1.ebuild:
   Use slot dep for gtk+ and remove unnecessary die statement for econf.






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

* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2012-05-05  8:35 Michal Gorny (mgorny)
  0 siblings, 0 replies; 11+ messages in thread
From: Michal Gorny (mgorny) @ 2012-05-05  8:35 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/05/05 08:35:21

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.13&r2=1.14

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- lash-0.5.4-r1.ebuild	16 Mar 2012 02:37:57 -0000	1.13
+++ lash-0.5.4-r1.ebuild	5 May 2012 08:35:21 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.13 2012/03/16 02:37:57 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.14 2012/05/05 08:35:21 mgorny Exp $
 
 EAPI=2
 
@@ -22,7 +22,7 @@
 	python? ( dev-lang/python )
 	|| ( sys-libs/readline dev-libs/libedit )"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	python? ( >=dev-lang/swig-1.3.31 )"
 
 src_prepare() {



1.35                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	16 Mar 2012 02:37:57 -0000	1.34
+++ ChangeLog	5 May 2012 08:35:21 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.34 2012/03/16 02:37:57 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.35 2012/05/05 08:35:21 mgorny Exp $
+
+  05 May 2012; Michał Górny <mgorny@gentoo.org> lash-0.5.4-r1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   16 Mar 2012; Mike Gilbert <floppym@gentoo.org>
   +files/lash-0.5.4-swig_version_comparison.patch, lash-0.5.4-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2012-09-03 16:30 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-03 16:30 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/09/03 16:30:28

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  Fix building with latest texi2html wrt #422045. Use prune_libtool_files with --all argument because we always want _lash.la from python directory removed. Pull in correct Python 2.x version with python.eclass and PYTHON_DEPEND.
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.14&r2=1.15

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lash-0.5.4-r1.ebuild	5 May 2012 08:35:21 -0000	1.14
+++ lash-0.5.4-r1.ebuild	3 Sep 2012 16:30:28 -0000	1.15
@@ -1,10 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.14 2012/05/05 08:35:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.15 2012/09/03 16:30:28 ssuominen Exp $
 
-EAPI=2
+EAPI=4
 
-inherit autotools eutils
+PYTHON_DEPEND="python? 2:2.6"
+
+inherit autotools eutils python
 
 DESCRIPTION="LASH Audio Session Handler"
 HOMEPAGE="http://www.nongnu.org/lash/"
@@ -13,40 +15,56 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
-IUSE="alsa debug gtk python"
+IUSE="alsa debug gtk python static-libs" # doc
 
-RDEPEND="alsa? ( media-libs/alsa-lib )
+RDEPEND="dev-libs/libxml2
 	media-sound/jack-audio-connection-kit
-	dev-libs/libxml2
+	alsa? ( media-libs/alsa-lib )
 	gtk? ( x11-libs/gtk+:2 )
-	python? ( dev-lang/python )
 	|| ( sys-libs/readline dev-libs/libedit )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	python? ( >=dev-lang/swig-1.3.31 )"
+	python? ( >=dev-lang/swig-1.3.40 )"
+# doc? ( >=app-text/texi2html-5 )
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+pkg_setup() {
+	if use python; then
+		python_set_active_version 2
+		python_pkg_setup
+	fi
+}
 
 src_prepare() {
-	epatch "${FILESDIR}/${P}-glibc2.8.patch"
-	epatch "${FILESDIR}/${P}-swig_version_comparison.patch"
+	sed -i \
+		-e '/texi2html/ s/-number/&-sections/' \
+		docs/Makefile.am || die #422045
+
+	epatch \
+		"${FILESDIR}"/${P}-glibc2.8.patch \
+		"${FILESDIR}"/${P}-swig_version_comparison.patch
+
 	AT_M4DIR="m4" eautoreconf
 }
 
 src_configure() {
+	export ac_cv_prog_lash_texi2html=no #422045
+
 	local myconf
 
 	# Yet-another-broken-configure: --enable-pylash would disable it.
-	use python || myconf="${myconf} --disable-pylash"
+	use python || myconf='--disable-pylash'
 
 	econf \
+		$(use_enable static-libs static) \
 		$(use_enable alsa alsa-midi) \
 		$(use_enable gtk gtk2) \
 		$(use_enable debug) \
-		${myconf} \
-		--disable-dependency-tracking
+		${myconf}
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-
-	dodoc AUTHORS ChangeLog NEWS README TODO
+	default
+	prune_libtool_files --all
 }



1.36                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	5 May 2012 08:35:21 -0000	1.35
+++ ChangeLog	3 Sep 2012 16:30:28 -0000	1.36
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/lash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.35 2012/05/05 08:35:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.36 2012/09/03 16:30:28 ssuominen Exp $
+
+  03 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> lash-0.5.4-r1.ebuild:
+  Fix building with latest texi2html wrt #422045. Use prune_libtool_files with
+  --all argument because we always want _lash.la from python directory removed.
+  Pull in correct Python 2.x version with python.eclass and PYTHON_DEPEND.
 
   05 May 2012; Michał Górny <mgorny@gentoo.org> lash-0.5.4-r1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig





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

* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2012-09-03 17:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-03 17:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/09/03 17:05:05

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  Install the pregenerated lash-manual.html
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.15&r2=1.16

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- lash-0.5.4-r1.ebuild	3 Sep 2012 16:30:28 -0000	1.15
+++ lash-0.5.4-r1.ebuild	3 Sep 2012 17:05:05 -0000	1.16
@@ -1,16 +1,15 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.15 2012/09/03 16:30:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.16 2012/09/03 17:05:05 ssuominen Exp $
 
 EAPI=4
 
 PYTHON_DEPEND="python? 2:2.6"
-
 inherit autotools eutils python
 
 DESCRIPTION="LASH Audio Session Handler"
 HOMEPAGE="http://www.nongnu.org/lash/"
-SRC_URI="http://download.savannah.gnu.org/releases/lash/${P}.tar.gz"
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -38,7 +37,7 @@
 
 src_prepare() {
 	sed -i \
-		-e '/texi2html/ s/-number/&-sections/' \
+		-e '/texi2html/s:-number:&-sections:' \
 		docs/Makefile.am || die #422045
 
 	epatch \
@@ -49,11 +48,11 @@
 }
 
 src_configure() {
+	# 'no' could be '$(usex doc)' but we use the pregenerated lash-manual.html
 	export ac_cv_prog_lash_texi2html=no #422045
 
+	# --enable-pylash would disable it
 	local myconf
-
-	# Yet-another-broken-configure: --enable-pylash would disable it.
 	use python || myconf='--disable-pylash'
 
 	econf \
@@ -66,5 +65,6 @@
 
 src_install() {
 	default
-	prune_libtool_files --all
+	dohtml docs/lash-manual-html-*/lash-manual.html
+	prune_libtool_files --all # --all for _lash.la in python directory
 }



1.37                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	3 Sep 2012 16:30:28 -0000	1.36
+++ ChangeLog	3 Sep 2012 17:05:05 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.36 2012/09/03 16:30:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.37 2012/09/03 17:05:05 ssuominen Exp $
+
+  03 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> lash-0.5.4-r1.ebuild:
+  Install the pregenerated lash-manual.html
 
   03 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> lash-0.5.4-r1.ebuild:
   Fix building with latest texi2html wrt #422045. Use prune_libtool_files with





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

* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2012-09-03 17:11 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-03 17:11 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/09/03 17:11:05

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  Various fixes, see ChangeLog
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.16&r2=1.17

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- lash-0.5.4-r1.ebuild	3 Sep 2012 17:05:05 -0000	1.16
+++ lash-0.5.4-r1.ebuild	3 Sep 2012 17:11:05 -0000	1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.16 2012/09/03 17:05:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.17 2012/09/03 17:11:05 ssuominen Exp $
 
 EAPI=4
 
@@ -68,3 +68,11 @@
 	dohtml docs/lash-manual-html-*/lash-manual.html
 	prune_libtool_files --all # --all for _lash.la in python directory
 }
+
+pkg_postinst() {
+	use python && python_mod_optimize lash.py
+}
+
+pkg_postrm() {
+	use python && python_mod_cleanup lash.py
+}



1.38                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	3 Sep 2012 17:05:05 -0000	1.37
+++ ChangeLog	3 Sep 2012 17:11:05 -0000	1.38
@@ -1,14 +1,14 @@
 # ChangeLog for media-sound/lash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.37 2012/09/03 17:05:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.38 2012/09/03 17:11:05 ssuominen Exp $
 
   03 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> lash-0.5.4-r1.ebuild:
-  Install the pregenerated lash-manual.html
-
-  03 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> lash-0.5.4-r1.ebuild:
-  Fix building with latest texi2html wrt #422045. Use prune_libtool_files with
-  --all argument because we always want _lash.la from python directory removed.
-  Pull in correct Python 2.x version with python.eclass and PYTHON_DEPEND.
+  Fix building with latest texi2html wrt #422045 but use the pregenerated
+  lash-manual.html instead. Thanks to Diego Elio Pettenò for reporting.
+  Use prune_libtool_files with --all argument because we always want _lash.la
+  from python directory removed.
+  Fix python.eclass usage wrt #313955 by Arfrever Frehtes Taifersar Arahesis
+  and Ian Delaney.
 
   05 May 2012; Michał Górny <mgorny@gentoo.org> lash-0.5.4-r1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig





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

* [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog
@ 2013-02-25  8:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-02-25  8:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/02/25 08:04:11

  Modified:             lash-0.5.4-r1.ebuild ChangeLog
  Log:
  Fix building with sys-devel/gcc >= 4.7.0 wrt #451668 by David Kredba
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.18                 media-sound/lash/lash-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.17&r2=1.18

Index: lash-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- lash-0.5.4-r1.ebuild	3 Sep 2012 17:11:05 -0000	1.17
+++ lash-0.5.4-r1.ebuild	25 Feb 2013 08:04:11 -0000	1.18
@@ -1,6 +1,6 @@
-# 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/lash/lash-0.5.4-r1.ebuild,v 1.17 2012/09/03 17:11:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.18 2013/02/25 08:04:11 ssuominen Exp $
 
 EAPI=4
 
@@ -42,7 +42,8 @@
 
 	epatch \
 		"${FILESDIR}"/${P}-glibc2.8.patch \
-		"${FILESDIR}"/${P}-swig_version_comparison.patch
+		"${FILESDIR}"/${P}-swig_version_comparison.patch \
+		"${FILESDIR}"/${P}-gcc47.patch
 
 	AT_M4DIR="m4" eautoreconf
 }



1.39                 media-sound/lash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	3 Sep 2012 17:11:05 -0000	1.38
+++ ChangeLog	25 Feb 2013 08:04:11 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/lash
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.38 2012/09/03 17:11:05 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.39 2013/02/25 08:04:11 ssuominen Exp $
+
+  25 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> lash-0.5.4-r1.ebuild,
+  +files/lash-0.5.4-gcc47.patch:
+  Fix building with sys-devel/gcc >= 4.7.0 wrt #451668 by David Kredba
 
   03 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> lash-0.5.4-r1.ebuild:
   Fix building with latest texi2html wrt #422045 but use the pregenerated





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

end of thread, other threads:[~2013-02-25  8:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-01  6:32 [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-25  8:04 Samuli Suominen (ssuominen)
2012-09-03 17:11 Samuli Suominen (ssuominen)
2012-09-03 17:05 Samuli Suominen (ssuominen)
2012-09-03 16:30 Samuli Suominen (ssuominen)
2012-05-05  8:35 Michal Gorny (mgorny)
2012-03-16  2:37 Mike Gilbert (floppym)
2011-03-29  6:56 Tim Harder (radhermit)
2010-03-01 19:03 Jeroen Roovers (jer)
2009-12-23 20:00 Jeroen Roovers (jer)
2009-06-17  7:06 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