public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/lv2core: ChangeLog lv2core-3.0.ebuild
@ 2008-11-20  9:15 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-11-20  9:15 UTC (permalink / raw
  To: gentoo-commits

aballier    08/11/20 09:15:59

  Modified:             ChangeLog
  Added:                lv2core-3.0.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)

Revision  Changes    Path
1.3                  media-libs/lv2core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	9 Jul 2008 10:15:09 -0000	1.2
+++ ChangeLog	20 Nov 2008 09:15:59 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/lv2core
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.2 2008/07/09 10:15:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.3 2008/11/20 09:15:59 aballier Exp $
+
+*lv2core-3.0 (20 Nov 2008)
+
+  20 Nov 2008; Alexis Ballier <aballier@gentoo.org> +lv2core-3.0.ebuild:
+  version bump
 
 *lv2core-2.0 (09 Jul 2008)
 



1.1                  media-libs/lv2core/lv2core-3.0.ebuild

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

Index: lv2core-3.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-3.0.ebuild,v 1.1 2008/11/20 09:15:59 aballier Exp $

EAPI=2

inherit multilib toolchain-funcs

DESCRIPTION="LV2 is a simple but extensible successor of LADSPA"
HOMEPAGE="http://lv2plug.in/"
SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"

LICENSE="LGPL-2.1 MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="!<media-libs/slv2-0.4.2"

src_configure() {
	tc-export CC CXX CPP AR RANLIB
	./waf configure --prefix=/usr --libdir=/usr/$(get_libdir)/ || die "failed to configure"
}

src_compile() {
	./waf || die "failed to build"
}

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






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lv2core: ChangeLog lv2core-3.0.ebuild
@ 2009-09-18 23:19 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-09-18 23:19 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/18 23:19:05

  Modified:             ChangeLog lv2core-3.0.ebuild
  Log:
  amd64/x86 stable, bug #284456
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-libs/lv2core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	20 Jun 2009 13:13:46 -0000	1.4
+++ ChangeLog	18 Sep 2009 23:19:05 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lv2core
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.4 2009/06/20 13:13:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.5 2009/09/18 23:19:05 maekke Exp $
+
+  18 Sep 2009; Markus Meier <maekke@gentoo.org> lv2core-3.0.ebuild:
+  amd64/x86 stable, bug #284456
 
   20 Jun 2009; Alexis Ballier <aballier@gentoo.org> -lv2core-2.0.ebuild:
   remove old



1.2                  media-libs/lv2core/lv2core-3.0.ebuild

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

Index: lv2core-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lv2core-3.0.ebuild	20 Nov 2008 09:15:59 -0000	1.1
+++ lv2core-3.0.ebuild	18 Sep 2009 23:19:05 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-3.0.ebuild,v 1.1 2008/11/20 09:15:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-3.0.ebuild,v 1.2 2009/09/18 23:19:05 maekke Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lv2core: ChangeLog lv2core-3.0.ebuild
@ 2009-11-07 18:00 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 3+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-11-07 18:00 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/11/07 18:00:36

  Modified:             ChangeLog lv2core-3.0.ebuild
  Log:
  Keywording for ppc.
  Bug 282006.
  (Portage version: 14478-svn/cvs/Linux ppc)

Revision  Changes    Path
1.6                  media-libs/lv2core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	18 Sep 2009 23:19:05 -0000	1.5
+++ ChangeLog	7 Nov 2009 18:00:35 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lv2core
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.5 2009/09/18 23:19:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.6 2009/11/07 18:00:35 volkmar Exp $
+
+  07 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> lv2core-3.0.ebuild:
+  Keywording for ppc, bug 282006
 
   18 Sep 2009; Markus Meier <maekke@gentoo.org> lv2core-3.0.ebuild:
   amd64/x86 stable, bug #284456



1.3                  media-libs/lv2core/lv2core-3.0.ebuild

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

Index: lv2core-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lv2core-3.0.ebuild	18 Sep 2009 23:19:05 -0000	1.2
+++ lv2core-3.0.ebuild	7 Nov 2009 18:00:35 -0000	1.3
@@ -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-libs/lv2core/lv2core-3.0.ebuild,v 1.2 2009/09/18 23:19:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-3.0.ebuild,v 1.3 2009/11/07 18:00:35 volkmar Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND=""






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

end of thread, other threads:[~2009-11-07 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-20  9:15 [gentoo-commits] gentoo-x86 commit in media-libs/lv2core: ChangeLog lv2core-3.0.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-18 23:19 Markus Meier (maekke)
2009-11-07 18:00 Mounir Lamouri (volkmar)

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