public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-doc/linuxfromscratch: ChangeLog linuxfromscratch-6.5.ebuild
@ 2009-09-27  6:10 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2009-09-27  6:10 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    09/09/27 06:10:09

  Modified:             ChangeLog
  Added:                linuxfromscratch-6.5.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-doc/linuxfromscratch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	12 Mar 2009 04:49:50 -0000	1.3
+++ ChangeLog	27 Sep 2009 06:10:09 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for app-doc/linuxfromscratch
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/ChangeLog,v 1.3 2009/03/12 04:49:50 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/ChangeLog,v 1.4 2009/09/27 06:10:09 dirtyepic Exp $
+
+*linuxfromscratch-6.5 (27 Sep 2009)
+
+  27 Sep 2009; Ryan Hill <dirtyepic@gentoo.org>
+  +linuxfromscratch-6.5.ebuild:
+  Version bump.
 
 *linuxfromscratch-6.4 (12 Mar 2009)
 



1.1                  app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild?rev=1.1&content-type=text/plain

Index: linuxfromscratch-6.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild,v 1.1 2009/09/27 06:10:09 dirtyepic Exp $

MY_SRC="http://www.linuxfromscratch.org/lfs/downloads/${PV}"

BOOTSCRIPT_PV="20090812"
UDEV_PV="20090523"

DESCRIPTION="LFS documents building a Linux system entirely from source."
HOMEPAGE="http://www.linuxfromscratch.org/lfs"
SRC_URI="${MY_SRC}/LFS-BOOK-${PV}-HTML.tar.bz2
		${MY_SRC}/lfs-bootscripts-${BOOTSCRIPT_PV}.tar.bz2
		${MY_SRC}/udev-config-${UDEV_PV}.tar.bz2
		htmlsingle? ( ${MY_SRC}/LFS-BOOK-${PV}-NOCHUNKS.html.bz2 )
		pdf? ( ${MY_SRC}/LFS-BOOK-${PV}.pdf )"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="htmlsingle pdf"

DEPEND=""
RDEPEND=""

S=${WORKDIR}

src_install() {
	# We don't want this stuff compressed
	insinto /usr/share/doc/${PF}
	doins -r * || die "Install failed."
}






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

* [gentoo-commits] gentoo-x86 commit in app-doc/linuxfromscratch: ChangeLog linuxfromscratch-6.5.ebuild
@ 2010-03-06  3:31 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-03-06  3:31 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/03/06 03:31:30

  Modified:             ChangeLog linuxfromscratch-6.5.ebuild
  Log:
  Stabilize everywhere (only docs, no DEPENDs).
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-doc/linuxfromscratch/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	6 Mar 2010 03:26:58 -0000	1.10
+++ ChangeLog	6 Mar 2010 03:31:30 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-doc/linuxfromscratch
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/ChangeLog,v 1.10 2010/03/06 03:26:58 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/ChangeLog,v 1.11 2010/03/06 03:31:30 dirtyepic Exp $
+
+  06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> linuxfromscratch-6.5.ebuild:
+  Stabilize everywhere (only docs, no DEPENDs).
 
 *linuxfromscratch-6.6 (06 Mar 2010)
 



1.2                  app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild?r1=1.1&r2=1.2

Index: linuxfromscratch-6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linuxfromscratch-6.5.ebuild	27 Sep 2009 06:10:09 -0000	1.1
+++ linuxfromscratch-6.5.ebuild	6 Mar 2010 03:31:30 -0000	1.2
@@ -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/app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild,v 1.1 2009/09/27 06:10:09 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-6.5.ebuild,v 1.2 2010/03/06 03:31:30 dirtyepic Exp $
 
 MY_SRC="http://www.linuxfromscratch.org/lfs/downloads/${PV}"
 
@@ -17,7 +17,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="htmlsingle pdf"
 
 DEPEND=""






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

end of thread, other threads:[~2010-03-06  3:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27  6:10 [gentoo-commits] gentoo-x86 commit in app-doc/linuxfromscratch: ChangeLog linuxfromscratch-6.5.ebuild Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-06  3:31 Ryan Hill (dirtyepic)

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