public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/yaffs2-utils: ChangeLog yaffs2-utils-9999.ebuild
@ 2011-09-11 19:08 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-09-11 19:08 UTC (permalink / raw
  To: gentoo-commits

vapier      11/09/11 19:08:28

  Modified:             ChangeLog yaffs2-utils-9999.ebuild
  Log:
  Convert to git and clean up a bit #382327 by Paul Osmialowski.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-fs/yaffs2-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Jul 2006 19:11:29 -0000	1.1
+++ ChangeLog	11 Sep 2011 19:08:28 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/yaffs2-utils
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog,v 1.1 2006/07/30 19:11:29 vapier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog,v 1.2 2011/09/11 19:08:28 vapier Exp $
+
+  11 Sep 2011; Mike Frysinger <vapier@gentoo.org> yaffs2-utils-9999.ebuild,
+  files/yaffs2-utils-9999-build.patch:
+  Convert to git and clean up a bit #382327 by Paul Osmialowski.
 
 *yaffs2-utils-9999 (30 Jul 2006)
 



1.3                  sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild?r1=1.2&r2=1.3

Index: yaffs2-utils-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yaffs2-utils-9999.ebuild	19 Sep 2009 14:55:22 -0000	1.2
+++ yaffs2-utils-9999.ebuild	11 Sep 2011 19:08:28 -0000	1.3
@@ -1,11 +1,13 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild,v 1.2 2009/09/19 14:55:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild,v 1.3 2011/09/11 19:08:28 vapier Exp $
 
-ECVS_SERVER="cvs.aleph1.co.uk:/home/aleph1/cvs"
-ECVS_MODULE="yaffs2"
+EAPI="2"
 
-inherit eutils cvs
+EGIT_REPO_URI="git://www.aleph1.co.uk/yaffs2"
+EGIT_UNPACK_DIR=${WORKDIR}
+
+inherit eutils git toolchain-funcs
 
 DESCRIPTION="tools for generating YAFFS images"
 HOMEPAGE="http://www.aleph1.co.uk/yaffs/"
@@ -15,16 +17,14 @@
 KEYWORDS=""
 IUSE=""
 
-DEPEND=""
-
-S=${WORKDIR}/${ECVS_MODULE}/utils
+S=${WORKDIR}/utils
 
-src_unpack() {
-	cvs_src_unpack
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-build.patch
+	tc-export CC
 }
 
 src_install() {
 	dobin mkyaffsimage mkyaffs2image || die
+	dodoc ../README-linux
 }






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/yaffs2-utils: ChangeLog yaffs2-utils-9999.ebuild
@ 2011-09-21  8:16 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2011-09-21  8:16 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/09/21 08:16:06

  Modified:             ChangeLog yaffs2-utils-9999.ebuild
  Log:
  Migrate to git-2.
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-fs/yaffs2-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	11 Sep 2011 19:08:28 -0000	1.2
+++ ChangeLog	21 Sep 2011 08:16:06 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/yaffs2-utils
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog,v 1.2 2011/09/11 19:08:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog,v 1.3 2011/09/21 08:16:06 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> yaffs2-utils-9999.ebuild:
+  Migrate to git-2.
 
   11 Sep 2011; Mike Frysinger <vapier@gentoo.org> yaffs2-utils-9999.ebuild,
   files/yaffs2-utils-9999-build.patch:



1.4                  sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild?r1=1.3&r2=1.4

Index: yaffs2-utils-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaffs2-utils-9999.ebuild	11 Sep 2011 19:08:28 -0000	1.3
+++ yaffs2-utils-9999.ebuild	21 Sep 2011 08:16:06 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild,v 1.3 2011/09/11 19:08:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild,v 1.4 2011/09/21 08:16:06 mgorny Exp $
 
 EAPI="2"
 
 EGIT_REPO_URI="git://www.aleph1.co.uk/yaffs2"
-EGIT_UNPACK_DIR=${WORKDIR}
+EGIT_SOURCEDIR=${WORKDIR}
 
-inherit eutils git toolchain-funcs
+inherit eutils git-2 toolchain-funcs
 
 DESCRIPTION="tools for generating YAFFS images"
 HOMEPAGE="http://www.aleph1.co.uk/yaffs/"






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

end of thread, other threads:[~2011-09-21  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-11 19:08 [gentoo-commits] gentoo-x86 commit in sys-fs/yaffs2-utils: ChangeLog yaffs2-utils-9999.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-21  8:16 Michal Gorny (mgorny)

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