public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2: lvm2-2.02.45.ebuild
@ 2009-04-10 15:52 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-04-10 15:52 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/04/10 15:52:38

  Modified:             lvm2-2.02.45.ebuild
  Log:
  whitespace
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-fs/lvm2/lvm2-2.02.45.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild?r1=1.1&r2=1.2

Index: lvm2-2.02.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lvm2-2.02.45.ebuild	9 Apr 2009 23:00:10 -0000	1.1
+++ lvm2-2.02.45.ebuild	10 Apr 2009 15:52:38 -0000	1.2
@@ -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/sys-fs/lvm2/lvm2-2.02.45.ebuild,v 1.1 2009/04/09 23:00:10 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild,v 1.2 2009/04/10 15:52:38 mr_bones_ Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -125,7 +125,6 @@
 		newinitd "${FILESDIR}"/clvmd.rc-2.02.28-r3 clvmd || die
 	fi
 
-
 	# move shared libs to /lib(64)
 	mv "${D}"/usr/$(get_libdir)/libdevmapper.so* "${D}"/$(get_libdir)
 	mv "${D}"/usr/$(get_libdir)/libdevmapper-event.so* "${D}"/$(get_libdir)






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2: lvm2-2.02.45.ebuild
@ 2009-04-10 17:06 Caleb Tennis (caleb)
  0 siblings, 0 replies; 3+ messages in thread
From: Caleb Tennis (caleb) @ 2009-04-10 17:06 UTC (permalink / raw
  To: gentoo-commits

caleb       09/04/10 17:06:42

  Modified:             lvm2-2.02.45.ebuild
  Log:
  add -j1 to MAKETOPS for now, until we can track down the fix (265593)
  (Portage version: 2.1.6.11/cvs/Linux i686)

Revision  Changes    Path
1.3                  sys-fs/lvm2/lvm2-2.02.45.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild?r1=1.2&r2=1.3

Index: lvm2-2.02.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lvm2-2.02.45.ebuild	10 Apr 2009 15:52:38 -0000	1.2
+++ lvm2-2.02.45.ebuild	10 Apr 2009 17:06:41 -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/sys-fs/lvm2/lvm2-2.02.45.ebuild,v 1.2 2009/04/10 15:52:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild,v 1.3 2009/04/10 17:06:41 caleb Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -94,6 +94,7 @@
 		${myconf} \
 		CLDFLAGS="${LDFLAGS}" || die
 
+	MAKEOPTS="${MAKEOPTS} -j1"
 	emake || die "compile problem"
 }
 






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2: lvm2-2.02.45.ebuild
@ 2009-04-13  1:05 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-04-13  1:05 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/04/13 01:05:44

  Modified:             lvm2-2.02.45.ebuild
  Log:
  whitespace
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.6                  sys-fs/lvm2/lvm2-2.02.45.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild?r1=1.5&r2=1.6

Index: lvm2-2.02.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lvm2-2.02.45.ebuild	12 Apr 2009 20:34:30 -0000	1.5
+++ lvm2-2.02.45.ebuild	13 Apr 2009 01:05:44 -0000	1.6
@@ -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/sys-fs/lvm2/lvm2-2.02.45.ebuild,v 1.5 2009/04/12 20:34:30 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild,v 1.6 2009/04/13 01:05:44 mr_bones_ Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -94,7 +94,7 @@
 		--libdir=/usr/$(get_libdir) \
 		${myconf} \
 		CLDFLAGS="${LDFLAGS}" || die
-	
+
 	pushd include
 	emake || die "Failed to prepare symlinks"
 	popd






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

end of thread, other threads:[~2009-04-13  1:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13  1:05 [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2: lvm2-2.02.45.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-10 17:06 Caleb Tennis (caleb)
2009-04-10 15:52 Michael Sterrett (mr_bones_)

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