public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/ladspa-cmt: ladspa-cmt-1.16.ebuild ChangeLog
@ 2008-08-17  8:17 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-08-17  8:17 UTC (permalink / raw
  To: gentoo-commits

aballier    08/08/17 08:17:49

  Modified:             ladspa-cmt-1.16.ebuild ChangeLog
  Log:
  split out the darwin patch: malloc is defined in stdlib.h according to C standards, so we'd better patch this unconditionally.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.3                  media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild?r1=1.2&r2=1.3

Index: ladspa-cmt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ladspa-cmt-1.16.ebuild	20 Nov 2007 19:24:33 -0000	1.2
+++ ladspa-cmt-1.16.ebuild	17 Aug 2008 08:17:49 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v 1.2 2007/11/20 19:24:33 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v 1.3 2008/08/17 08:17:49 aballier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -33,7 +33,8 @@
 		 "${S}/makefile" || die "sed makefile failed (CXXFLAGS)"
 
 	cd "${S}"
-	use userland_Darwin && epatch "${FILESDIR}/${PN}-darwin.patch"
+	epatch "${FILESDIR}/${P}-mallocstdlib.patch"
+	use userland_Darwin && epatch "${FILESDIR}/${P}-darwin.patch"
 }
 
 src_compile() {



1.30                 media-libs/ladspa-cmt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	24 May 2008 16:59:22 -0000	1.29
+++ ChangeLog	17 Aug 2008 08:17:49 -0000	1.30
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/ladspa-cmt
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.29 2008/05/24 16:59:22 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.30 2008/08/17 08:17:49 aballier Exp $
+
+  17 Aug 2008; Alexis Ballier <aballier@gentoo.org>
+  +files/ladspa-cmt-1.16-darwin.patch,
+  +files/ladspa-cmt-1.16-mallocstdlib.patch, ladspa-cmt-1.16.ebuild:
+  split out the darwin patch: malloc is defined in stdlib.h according to C
+  standards, so we'd better patch this unconditionally.
 
   24 May 2008; Joseph Jezak <josejx@gentoo.org> ladspa-cmt-1.15.ebuild:
   Marked ppc64 stable.






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

* [gentoo-commits] gentoo-x86 commit in media-libs/ladspa-cmt: ladspa-cmt-1.16.ebuild ChangeLog
@ 2008-08-17  8:23 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-08-17  8:23 UTC (permalink / raw
  To: gentoo-commits

aballier    08/08/17 08:23:42

  Modified:             ladspa-cmt-1.16.ebuild ChangeLog
  Log:
  keyword ~x86-fbsd
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.4                  media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild?r1=1.3&r2=1.4

Index: ladspa-cmt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ladspa-cmt-1.16.ebuild	17 Aug 2008 08:17:49 -0000	1.3
+++ ladspa-cmt-1.16.ebuild	17 Aug 2008 08:23:42 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v 1.3 2008/08/17 08:17:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v 1.4 2008/08/17 08:23:42 aballier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -13,7 +13,7 @@
 HOMEPAGE="http://www.ladspa.org/"
 SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz"
 
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 LICENSE="LGPL-2.1"
 SLOT="0"
 



1.32                 media-libs/ladspa-cmt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	17 Aug 2008 08:19:51 -0000	1.31
+++ ChangeLog	17 Aug 2008 08:23:42 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/ladspa-cmt
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.31 2008/08/17 08:19:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.32 2008/08/17 08:23:42 aballier Exp $
+
+  17 Aug 2008; Alexis Ballier <aballier@gentoo.org> ladspa-cmt-1.16.ebuild:
+  keyword ~x86-fbsd
 
   17 Aug 2008; Alexis Ballier <aballier@gentoo.org> ladspa-cmt-1.15.ebuild:
   no need to quote $A






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

* [gentoo-commits] gentoo-x86 commit in media-libs/ladspa-cmt: ladspa-cmt-1.16.ebuild ChangeLog
@ 2012-08-23  5:52 Michael Weber (xmw)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2012-08-23  5:52 UTC (permalink / raw
  To: gentoo-commits

xmw         12/08/23 05:52:52

  Modified:             ladspa-cmt-1.16.ebuild ChangeLog
  Log:
  ppc stable (bug 419079).
  
  (Portage version: 2.1.11.10/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild

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

Index: ladspa-cmt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ladspa-cmt-1.16.ebuild	11 Aug 2012 13:14:04 -0000	1.11
+++ ladspa-cmt-1.16.ebuild	23 Aug 2012 05:52:52 -0000	1.12
@@ -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-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v 1.11 2012/08/11 13:14:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v 1.12 2012/08/23 05:52:52 xmw Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -13,7 +13,7 @@
 HOMEPAGE="http://www.ladspa.org/"
 SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz"
 
-KEYWORDS="alpha amd64 hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
 LICENSE="LGPL-2.1"
 SLOT="0"
 



1.40                 media-libs/ladspa-cmt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	11 Aug 2012 13:14:04 -0000	1.39
+++ ChangeLog	23 Aug 2012 05:52:52 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/ladspa-cmt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.39 2012/08/11 13:14:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.40 2012/08/23 05:52:52 xmw Exp $
+
+  23 Aug 2012; Michael Weber <xmw@gentoo.org> ladspa-cmt-1.16.ebuild:
+  ppc stable (bug 419079).
 
   11 Aug 2012; Markus Meier <maekke@gentoo.org> ladspa-cmt-1.16.ebuild:
   x86 stable, bug #419079





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

end of thread, other threads:[~2012-08-23  5:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-17  8:23 [gentoo-commits] gentoo-x86 commit in media-libs/ladspa-cmt: ladspa-cmt-1.16.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-23  5:52 Michael Weber (xmw)
2008-08-17  8: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