public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libunicall: ChangeLog libunicall-0.0.6_pre1.ebuild
@ 2009-07-14  9:25 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-07-14  9:25 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/07/14 09:25:29

  Modified:             ChangeLog libunicall-0.0.6_pre1.ebuild
  Log:
  Add -j1 workaround per bug #277783; don't close the bug.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-libs/libunicall/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	15 Dec 2008 09:58:30 -0000	1.3
+++ ChangeLog	14 Jul 2009 09:25:28 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libunicall
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v 1.3 2008/12/15 09:58:30 pva Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v 1.4 2009/07/14 09:25:28 flameeyes Exp $
+
+  14 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  libunicall-0.0.6_pre1.ebuild:
+  Add -j1 workaround per bug #277783; don't close the bug.
 
 *libunicall-0.0.6_pre1 (15 Dec 2008)
 



1.2                  net-libs/libunicall/libunicall-0.0.6_pre1.ebuild

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

Index: libunicall-0.0.6_pre1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libunicall-0.0.6_pre1.ebuild	15 Dec 2008 09:58:30 -0000	1.1
+++ libunicall-0.0.6_pre1.ebuild	14 Jul 2009 09:25:28 -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/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v 1.1 2008/12/15 09:58:30 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v 1.2 2009/07/14 09:25:28 flameeyes Exp $
 
 inherit eutils autotools
 
@@ -27,6 +27,12 @@
 	eautoreconf
 }
 
+src_compile() {
+	econf || die "econf failed"
+	# bug #277783
+	emake -j1 || die "emake failed"
+}
+
 src_install () {
 	emake DESTDIR="${D}" install || die "Install failed"
 	dodoc AUTHORS INSTALL NEWS README || die






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libunicall: ChangeLog libunicall-0.0.6_pre1.ebuild
@ 2009-07-23 15:44 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 4+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-07-23 15:44 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/07/23 15:44:12

  Modified:             ChangeLog libunicall-0.0.6_pre1.ebuild
  Log:
  Fix spandsp dep
  (Portage version: 13845-svn/cvs/Linux i686)

Revision  Changes    Path
1.5                  net-libs/libunicall/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 Jul 2009 09:25:28 -0000	1.4
+++ ChangeLog	23 Jul 2009 15:44:12 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libunicall
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v 1.4 2009/07/14 09:25:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v 1.5 2009/07/23 15:44:12 volkmar Exp $
+
+  23 Jul 2009; Mounir Lamouri <volkmar@gentoo.org>
+  libunicall-0.0.6_pre1.ebuild:
+  Fix spandsp dep
 
   14 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   libunicall-0.0.6_pre1.ebuild:



1.3                  net-libs/libunicall/libunicall-0.0.6_pre1.ebuild

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

Index: libunicall-0.0.6_pre1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libunicall-0.0.6_pre1.ebuild	14 Jul 2009 09:25:28 -0000	1.2
+++ libunicall-0.0.6_pre1.ebuild	23 Jul 2009 15:44:12 -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/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v 1.2 2009/07/14 09:25:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v 1.3 2009/07/23 15:44:12 volkmar Exp $
 
 inherit eutils autotools
 
@@ -14,8 +14,9 @@
 IUSE=""
 
 DEPEND=">=media-libs/audiofile-0.2.6-r1
-	>=media-libs/spandsp-0.0.2_pre26
+	>=media-libs/spandsp-0.0.6_pre3
 	>=media-libs/tiff-3.8.2-r2"
+RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${PN}-${PV/_pre*}
 






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libunicall: ChangeLog libunicall-0.0.6_pre1.ebuild
@ 2009-07-23 19:35 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 4+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-07-23 19:35 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/07/23 19:35:01

  Modified:             ChangeLog libunicall-0.0.6_pre1.ebuild
  Log:
  Do not compile test program and move to EAPI-2
  (Portage version: 13845-svn/cvs/Linux i686)

Revision  Changes    Path
1.6                  net-libs/libunicall/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	23 Jul 2009 15:44:12 -0000	1.5
+++ ChangeLog	23 Jul 2009 19:35:01 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libunicall
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v 1.5 2009/07/23 15:44:12 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v 1.6 2009/07/23 19:35:01 volkmar Exp $
+
+  23 Jul 2009; Mounir Lamouri <volkmar@gentoo.org>
+  libunicall-0.0.6_pre1.ebuild:
+  Do not compile test program and move to EAPI-2
 
   23 Jul 2009; Mounir Lamouri <volkmar@gentoo.org>
   libunicall-0.0.6_pre1.ebuild:



1.4                  net-libs/libunicall/libunicall-0.0.6_pre1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild?r1=1.3&r2=1.4

Index: libunicall-0.0.6_pre1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libunicall-0.0.6_pre1.ebuild	23 Jul 2009 15:44:12 -0000	1.3
+++ libunicall-0.0.6_pre1.ebuild	23 Jul 2009 19:35:01 -0000	1.4
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v 1.3 2009/07/23 15:44:12 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v 1.4 2009/07/23 19:35:01 volkmar Exp $
+
+EAPI="2"
 
 inherit eutils autotools
 
@@ -20,21 +22,21 @@
 
 S=${WORKDIR}/${PN}-${PV/_pre*}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
+	# do not compile test program
+	sed -i -e "/testcall/d" Makefile.am || die "sed failed"
+
 	epatch "${FILESDIR}/${P}-expose-internal-headers.patch"
 	epatch "${FILESDIR}/${P}--as-needed.2.patch"
 	eautoreconf
 }
 
 src_compile() {
-	econf || die "econf failed"
 	# bug #277783
 	emake -j1 || die "emake failed"
 }
 
 src_install () {
-	emake DESTDIR="${D}" install || die "Install failed"
-	dodoc AUTHORS INSTALL NEWS README || die
+	emake DESTDIR="${D}" install || die "emake install failed"
+	dodoc AUTHORS NEWS README || die "dodoc failed"
 }






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libunicall: ChangeLog libunicall-0.0.6_pre1.ebuild
@ 2009-07-23 19:43 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 4+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-07-23 19:43 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/07/23 19:43:36

  Modified:             ChangeLog libunicall-0.0.6_pre1.ebuild
  Log:
  Previous commit makes removed useless
  (Portage version: 13845-svn/cvs/Linux i686)

Revision  Changes    Path
1.7                  net-libs/libunicall/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	23 Jul 2009 19:35:01 -0000	1.6
+++ ChangeLog	23 Jul 2009 19:43:36 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libunicall
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v 1.6 2009/07/23 19:35:01 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v 1.7 2009/07/23 19:43:36 volkmar Exp $
+
+  23 Jul 2009; Mounir Lamouri <volkmar@gentoo.org>
+  -files/libunicall-0.0.6_pre1-expose-internal-headers.patch,
+  libunicall-0.0.6_pre1.ebuild:
+  Previous commit makes removed useless
 
   23 Jul 2009; Mounir Lamouri <volkmar@gentoo.org>
   libunicall-0.0.6_pre1.ebuild:



1.5                  net-libs/libunicall/libunicall-0.0.6_pre1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild?r1=1.4&r2=1.5

Index: libunicall-0.0.6_pre1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libunicall-0.0.6_pre1.ebuild	23 Jul 2009 19:35:01 -0000	1.4
+++ libunicall-0.0.6_pre1.ebuild	23 Jul 2009 19:43:36 -0000	1.5
@@ -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/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v 1.4 2009/07/23 19:35:01 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v 1.5 2009/07/23 19:43:36 volkmar Exp $
 
 EAPI="2"
 
@@ -26,7 +26,6 @@
 	# do not compile test program
 	sed -i -e "/testcall/d" Makefile.am || die "sed failed"
 
-	epatch "${FILESDIR}/${P}-expose-internal-headers.patch"
 	epatch "${FILESDIR}/${P}--as-needed.2.patch"
 	eautoreconf
 }






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

end of thread, other threads:[~2009-07-23 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-14  9:25 [gentoo-commits] gentoo-x86 commit in net-libs/libunicall: ChangeLog libunicall-0.0.6_pre1.ebuild Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-23 15:44 Mounir Lamouri (volkmar)
2009-07-23 19:35 Mounir Lamouri (volkmar)
2009-07-23 19:43 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