public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/mtd-utils: ChangeLog mtd-utils-20090630.ebuild
@ 2009-07-03  5:54 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2009-07-03  5:54 UTC (permalink / raw
  To: gentoo-commits

vapier      09/07/03 05:54:26

  Modified:             ChangeLog
  Added:                mtd-utils-20090630.ebuild
  Log:
  Update snapshot.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 sys-fs/mtd-utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	10 Mar 2009 15:09:50 -0000	1.21
+++ ChangeLog	3 Jul 2009 05:54:26 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/mtd-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.21 2009/03/10 15:09:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.22 2009/07/03 05:54:26 vapier Exp $
+
+*mtd-utils-20090630 (03 Jul 2009)
+
+  03 Jul 2009; Mike Frysinger <vapier@gentoo.org>
+  +mtd-utils-20090630.ebuild:
+  Update snapshot.
 
 *mtd-utils-99999999 (10 Mar 2009)
 



1.1                  sys-fs/mtd-utils/mtd-utils-20090630.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild?rev=1.1&content-type=text/plain

Index: mtd-utils-20090630.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v 1.1 2009/07/03 05:54:26 vapier Exp $

inherit toolchain-funcs eutils

# Git ID for the snapshot
MY_PV="${PV}-22494a8d105936785af53235b088fa38112128fc"
DESCRIPTION="MTD userspace tools, based on GIT snapshot from upstream"
HOMEPAGE="http://git.infradead.org/?p=mtd-utils.git;a=summary"
SRC_URI="mirror://gentoo/${PN}-snapshot-${MY_PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
IUSE="xattr"

RDEPEND="!sys-fs/mtd
	dev-libs/lzo
	sys-libs/zlib"
# ACL is only required for the <sys/acl.h> header file to build mkfs.jffs2
# And ACL brings in Attr as well.
DEPEND="${RDEPEND}
	xattr? ( sys-apps/acl )"

S=${WORKDIR}/${PN}

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i 's:-Werror::' $(find . -name Makefile)
}

makeopts() {
	use xattr || echo WITHOUT_XATTR=1
}

src_compile() {
	tc-export CC
	emake $(makeopts) || die
}

src_install() {
	emake $(makeopts) install DESTDIR="${D}" || die
	dodoc *.txt
	newdoc mkfs.ubifs/README README.mkfs.ubifs
	# TODO: check ubi-utils for docs+scripts
}






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/mtd-utils: ChangeLog mtd-utils-20090630.ebuild
@ 2009-12-04 21:23 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-04 21:23 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/12/04 21:23:15

  Modified:             ChangeLog mtd-utils-20090630.ebuild
  Log:
  Add -j1 to build (bug #276374).
  (Portage version: 2.2_rc55/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 sys-fs/mtd-utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	1 Dec 2009 03:27:10 -0000	1.24
+++ ChangeLog	4 Dec 2009 21:23:15 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/mtd-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.24 2009/12/01 03:27:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.25 2009/12/04 21:23:15 flameeyes Exp $
+
+  04 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  mtd-utils-20090630.ebuild:
+  Add -j1 to build (bug #276374).
 
   01 Dec 2009; Mike Frysinger <vapier@gentoo.org> mtd-utils-20080907.ebuild:
   Set AR/RANLIB so correct tools are used.



1.3                  sys-fs/mtd-utils/mtd-utils-20090630.ebuild

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

Index: mtd-utils-20090630.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mtd-utils-20090630.ebuild	1 Dec 2009 03:13:00 -0000	1.2
+++ mtd-utils-20090630.ebuild	4 Dec 2009 21:23:15 -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/mtd-utils/mtd-utils-20090630.ebuild,v 1.2 2009/12/01 03:13:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v 1.3 2009/12/04 21:23:15 flameeyes Exp $
 
 inherit eutils
 
@@ -37,7 +37,8 @@
 }
 
 src_compile() {
-	emake $(makeopts) || die
+	# bug #276374
+	emake -j1 $(makeopts) || die
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/mtd-utils: ChangeLog mtd-utils-20090630.ebuild
@ 2010-02-13 18:44 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 4+ messages in thread
From: Robin H. Johnson (robbat2) @ 2010-02-13 18:44 UTC (permalink / raw
  To: gentoo-commits

robbat2     10/02/13 18:44:40

  Modified:             ChangeLog mtd-utils-20090630.ebuild
  Log:
  Bug #276374 again, trying for a different workaround.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 sys-fs/mtd-utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -p -w -b -B -u -u -r1.27 -r1.28
--- ChangeLog	29 Dec 2009 06:24:26 -0000	1.27
+++ ChangeLog	13 Feb 2010 18:44:40 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/mtd-utils
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.27 2009/12/29 06:24:26 vapier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.28 2010/02/13 18:44:40 robbat2 Exp $
+
+  13 Feb 2010; Robin H. Johnson <robbat2@gentoo.org>
+  mtd-utils-20090630.ebuild:
+  Bug #276374 again, trying for a different workaround.
 
   29 Dec 2009; Mike Frysinger <vapier@gentoo.org> mtd-utils-20080907.ebuild:
   Add -j1 for #276374 and fix more ranlib issues #295932.



1.5                  sys-fs/mtd-utils/mtd-utils-20090630.ebuild

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

Index: mtd-utils-20090630.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -p -w -b -B -u -u -r1.4 -r1.5
--- mtd-utils-20090630.ebuild	29 Dec 2009 06:23:04 -0000	1.4
+++ mtd-utils-20090630.ebuild	13 Feb 2010 18:44:40 -0000	1.5
@@ -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/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v 1.4 2009/12/29 06:23:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v 1.5 2010/02/13 18:44:40 robbat2 Exp $
 
 inherit eutils
 
@@ -34,13 +34,19 @@ src_unpack() {
 }
 
 makeopts() {
-	echo CROSS=${CHOST}-
+	# bug 276374 has an interaction that makes the directories not work quite
+	# right sometimes. This needs more work.
+	[[ "${CTARGET}" != "" && "${CHOST}" != "${CTARGET}" ]] && echo CROSS=${CHOST}-
 	use xattr || echo WITHOUT_XATTR=1
 }
 
 src_compile() {
-	# bug #276374
-	emake -j1 $(makeopts) || die
+	# bug 276374 requires that the contents of ubi-utils gets built BEFORE the
+	# rest of the codebase. There is a parallel interference in the Makefile.
+	pushd ubi-utils
+	emake $(makeopts) || die
+	popd
+	emake $(makeopts) || die
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/mtd-utils: ChangeLog mtd-utils-20090630.ebuild
@ 2010-02-14 18:38 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 4+ messages in thread
From: Robin H. Johnson (robbat2) @ 2010-02-14 18:38 UTC (permalink / raw
  To: gentoo-commits

robbat2     10/02/14 18:38:31

  Modified:             ChangeLog mtd-utils-20090630.ebuild
  Log:
  Fix cross-compiling again per bug #276374, thanks to solar.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 sys-fs/mtd-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -p -w -b -B -u -u -r1.28 -r1.29
--- ChangeLog	13 Feb 2010 18:44:40 -0000	1.28
+++ ChangeLog	14 Feb 2010 18:38:30 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/mtd-utils
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.28 2010/02/13 18:44:40 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.29 2010/02/14 18:38:30 robbat2 Exp $
+
+  14 Feb 2010; Robin H. Johnson <robbat2@gentoo.org>
+  mtd-utils-20090630.ebuild:
+  Fix cross-compiling again per bug #276374, thanks to solar.
 
   13 Feb 2010; Robin H. Johnson <robbat2@gentoo.org>
   mtd-utils-20090630.ebuild:



1.6                  sys-fs/mtd-utils/mtd-utils-20090630.ebuild

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

Index: mtd-utils-20090630.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -p -w -b -B -u -u -r1.5 -r1.6
--- mtd-utils-20090630.ebuild	13 Feb 2010 18:44:40 -0000	1.5
+++ mtd-utils-20090630.ebuild	14 Feb 2010 18:38:30 -0000	1.6
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v 1.5 2010/02/13 18:44:40 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v 1.6 2010/02/14 18:38:30 robbat2 Exp $
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 # Git ID for the snapshot
 MY_PV="${PV}-22494a8d105936785af53235b088fa38112128fc"
@@ -34,6 +34,8 @@ src_unpack() {
 }
 
 makeopts() {
+	tc-export CC
+	echo CC="${CC}"
 	# bug 276374 has an interaction that makes the directories not work quite
 	# right sometimes. This needs more work.
 	[[ "${CTARGET}" != "" && "${CHOST}" != "${CTARGET}" ]] && echo CROSS=${CHOST}-






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

end of thread, other threads:[~2010-02-14 18:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-13 18:44 [gentoo-commits] gentoo-x86 commit in sys-fs/mtd-utils: ChangeLog mtd-utils-20090630.ebuild Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-14 18:38 Robin H. Johnson (robbat2)
2009-12-04 21:23 Diego Petteno (flameeyes)
2009-07-03  5:54 Mike Frysinger (vapier)

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