public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/e4rat: e4rat-0.2.3-r1.ebuild ChangeLog
@ 2012-11-06 20:55 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-11-06 20:55 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/11/06 20:55:32

  Modified:             ChangeLog
  Added:                e4rat-0.2.3-r1.ebuild
  Log:
  Apply patch to fix building with boost >= 1.50. Bug #425422, Thanks to Olivier Huber <oli.huber@gmail.com>
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)

Revision  Changes    Path
1.9                  sys-fs/e4rat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	17 Oct 2012 03:49:02 -0000	1.8
+++ ChangeLog	6 Nov 2012 20:55:32 -0000	1.9
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/e4rat
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.8 2012/10/17 03:49:02 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.9 2012/11/06 20:55:32 hwoarang Exp $
+
+*e4rat-0.2.3-r1 (06 Nov 2012)
+
+  06 Nov 2012; Markos Chandras <hwoarang@gentoo.org> +e4rat-0.2.3-r1.ebuild,
+  +files/e4rat-0.2.3-boostfsv3.patch:
+  Apply patch to fix building with boost >= 1.50. Bug #425422, Thanks to Olivier
+  Huber <oli.huber@gmail.com>
 
   17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> e4rat-0.2.3.ebuild:
   x86 stable wrt bug #436684
@@ -42,4 +49,3 @@
   +metadata.xml:
   Initial commit. Bug #363207. Thanks to Michael Orlitzky
   <michael@orlitzky.com>
-



1.1                  sys-fs/e4rat/e4rat-0.2.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: e4rat-0.2.3-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.1 2012/11/06 20:55:32 hwoarang Exp $

EAPI=4

inherit cmake-utils linux-info

DESCRIPTION="Toolset to accelerate the boot process and application startup"
HOMEPAGE="http://e4rat.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P/-/_}_src.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/perl
	>=dev-libs/boost-1.42
	sys-fs/e2fsprogs
	sys-process/audit"
RDEPEND="${DEPEND}"

CONFIG_CHECK="~AUDITSYSCALL"

PATCHES=(
	"${FILESDIR}"/${PN}-0.2.2-shared-build.patch
	"${FILESDIR}"/${PN}-0.2.2-libdir.patch
	"${FILESDIR}"/${P}-boostfsv3.patch
)

pkg_setup() {
	check_extra_config
}

src_install() {
	cmake-utils_src_install
	# relocate binaries to /sbin. If someone knows of a better way to do it
	# please do tell me
	dodir sbin
	find "${D}"/usr/sbin -type f -exec mv {} "${D}"/sbin/. \; \
		|| die
}

pkg_postinst() {
	elog
	elog "Please consult the upstream wiki if you need help"
	elog "configuring your system"
	elog "http://e4rat.sourceforge.net/wiki/index.php/Main_Page"
	elog
	if has_version sys-apps/preload; then
		elog "It appears you have sys-apps/preload installed. This may"
		elog "has negative effects on ${PN}. You may want to disable preload"
		elog "when using ${PN}."
		elog "http://e4rat.sourceforge.net/wiki/index.php/Main_Page#Debian.2FUbuntu"
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/e4rat: e4rat-0.2.3-r1.ebuild ChangeLog
@ 2012-12-22  9:13 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2012-12-22  9:13 UTC (permalink / raw
  To: gentoo-commits

pacho       12/12/22 09:13:02

  Modified:             e4rat-0.2.3-r1.ebuild ChangeLog
  Log:
  Add missing lsof RDEPEND, #448004 by Vicente Olivert Riera
  
  (Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  sys-fs/e4rat/e4rat-0.2.3-r1.ebuild

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

Index: e4rat-0.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- e4rat-0.2.3-r1.ebuild	6 Nov 2012 20:55:32 -0000	1.1
+++ e4rat-0.2.3-r1.ebuild	22 Dec 2012 09:13:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.1 2012/11/06 20:55:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.2 2012/12/22 09:13:02 pacho Exp $
 
 EAPI=4
 
@@ -18,7 +18,8 @@
 DEPEND="dev-lang/perl
 	>=dev-libs/boost-1.42
 	sys-fs/e2fsprogs
-	sys-process/audit"
+	sys-process/audit
+	sys-process/lsof"
 RDEPEND="${DEPEND}"
 
 CONFIG_CHECK="~AUDITSYSCALL"



1.11                 sys-fs/e4rat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	21 Dec 2012 19:10:51 -0000	1.10
+++ ChangeLog	22 Dec 2012 09:13:02 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/e4rat
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.10 2012/12/21 19:10:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.11 2012/12/22 09:13:02 pacho Exp $
+
+  22 Dec 2012; Pacho Ramos <pacho@gentoo.org> e4rat-0.2.3-r1.ebuild:
+  Add missing lsof RDEPEND, #448004 by Vicente Olivert Riera
 
   21 Dec 2012; Pacho Ramos <pacho@gentoo.org> -e4rat-0.2.1-r2.ebuild,
   -e4rat-0.2.2.ebuild, metadata.xml:





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/e4rat: e4rat-0.2.3-r1.ebuild ChangeLog
@ 2012-12-22 11:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-22 11:00 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/22 11:00:03

  Modified:             e4rat-0.2.3-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #448004
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  sys-fs/e4rat/e4rat-0.2.3-r1.ebuild

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

Index: e4rat-0.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- e4rat-0.2.3-r1.ebuild	22 Dec 2012 09:13:02 -0000	1.2
+++ e4rat-0.2.3-r1.ebuild	22 Dec 2012 11:00:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.2 2012/12/22 09:13:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.3 2012/12/22 11:00:03 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-lang/perl



1.12                 sys-fs/e4rat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	22 Dec 2012 09:13:02 -0000	1.11
+++ ChangeLog	22 Dec 2012 11:00:03 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/e4rat
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.11 2012/12/22 09:13:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.12 2012/12/22 11:00:03 ago Exp $
+
+  22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> e4rat-0.2.3-r1.ebuild:
+  Stable for amd64, wrt bug #448004
 
   22 Dec 2012; Pacho Ramos <pacho@gentoo.org> e4rat-0.2.3-r1.ebuild:
   Add missing lsof RDEPEND, #448004 by Vicente Olivert Riera





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/e4rat: e4rat-0.2.3-r1.ebuild ChangeLog
@ 2013-01-13 11:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-13 11:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/13 11:21:32

  Modified:             e4rat-0.2.3-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #448004
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  sys-fs/e4rat/e4rat-0.2.3-r1.ebuild

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

Index: e4rat-0.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- e4rat-0.2.3-r1.ebuild	22 Dec 2012 11:00:03 -0000	1.3
+++ e4rat-0.2.3-r1.ebuild	13 Jan 2013 11:21:31 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.3 2012/12/22 11:00:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.4 2013/01/13 11:21:31 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-lang/perl



1.13                 sys-fs/e4rat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	22 Dec 2012 11:00:03 -0000	1.12
+++ ChangeLog	13 Jan 2013 11:21:31 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/e4rat
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.12 2012/12/22 11:00:03 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.13 2013/01/13 11:21:31 ago Exp $
+
+  13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> e4rat-0.2.3-r1.ebuild:
+  Stable for x86, wrt bug #448004
 
   22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> e4rat-0.2.3-r1.ebuild:
   Stable for amd64, wrt bug #448004





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/e4rat: e4rat-0.2.3-r1.ebuild ChangeLog
@ 2013-07-28 12:36 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2013-07-28 12:36 UTC (permalink / raw
  To: gentoo-commits

pacho       13/07/28 12:36:42

  Modified:             e4rat-0.2.3-r1.ebuild ChangeLog
  Log:
  Inform people about how to work with systemd
  
  (Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  sys-fs/e4rat/e4rat-0.2.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?r1=1.5&r2=1.6

Index: e4rat-0.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- e4rat-0.2.3-r1.ebuild	21 Jan 2013 20:49:42 -0000	1.5
+++ e4rat-0.2.3-r1.ebuild	28 Jul 2013 12:36:42 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.5 2013/01/21 20:49:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.6 2013/07/28 12:36:42 pacho Exp $
 
 EAPI=5
 
@@ -33,7 +33,11 @@
 pkg_setup() {
 	check_extra_config
 	DOC_CONTENTS="Please consult the following link if you need help
-		configuring your system: http://en.gentoo-wiki.com/wiki/E4rat"
+		configuring your system: http://en.gentoo-wiki.com/wiki/E4rat\n
+		\nTo launch systemd from e4rat you simply need to edit /etc/e4rat.conf
+		and set:\n
+		; path to init process binary (DEFAULT: /sbin/init)\n
+		init /usr/lib/systemd/systemd"
 }
 
 src_install() {



1.16                 sys-fs/e4rat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	21 Jan 2013 20:49:42 -0000	1.15
+++ ChangeLog	28 Jul 2013 12:36:42 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/e4rat
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.15 2013/01/21 20:49:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.16 2013/07/28 12:36:42 pacho Exp $
+
+  28 Jul 2013; Pacho Ramos <pacho@gentoo.org> e4rat-0.2.3-r1.ebuild:
+  Inform people about how to work with systemd
 
   21 Jan 2013; Pacho Ramos <pacho@gentoo.org> -e4rat-0.2.3.ebuild,
   e4rat-0.2.3-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/e4rat: e4rat-0.2.3-r1.ebuild ChangeLog
@ 2013-08-01 18:04 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2013-08-01 18:04 UTC (permalink / raw
  To: gentoo-commits

pacho       13/08/01 18:04:07

  Modified:             e4rat-0.2.3-r1.ebuild ChangeLog
  Log:
  Update README.gentoo doc as referenced wiki page no longer exists (#479376 by Patrick Lauer) and upstream README is enough for us.
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.7                  sys-fs/e4rat/e4rat-0.2.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?r1=1.6&r2=1.7

Index: e4rat-0.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- e4rat-0.2.3-r1.ebuild	28 Jul 2013 12:36:42 -0000	1.6
+++ e4rat-0.2.3-r1.ebuild	1 Aug 2013 18:04:07 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.6 2013/07/28 12:36:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.7 2013/08/01 18:04:07 pacho Exp $
 
 EAPI=5
 
@@ -32,9 +32,8 @@
 
 pkg_setup() {
 	check_extra_config
-	DOC_CONTENTS="Please consult the following link if you need help
-		configuring your system: http://en.gentoo-wiki.com/wiki/E4rat\n
-		\nTo launch systemd from e4rat you simply need to edit /etc/e4rat.conf
+	DOC_CONTENTS="
+		To launch systemd from e4rat you simply need to edit /etc/e4rat.conf
 		and set:\n
 		; path to init process binary (DEFAULT: /sbin/init)\n
 		init /usr/lib/systemd/systemd"



1.17                 sys-fs/e4rat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	28 Jul 2013 12:36:42 -0000	1.16
+++ ChangeLog	1 Aug 2013 18:04:07 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/e4rat
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.16 2013/07/28 12:36:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.17 2013/08/01 18:04:07 pacho Exp $
+
+  01 Aug 2013; Pacho Ramos <pacho@gentoo.org> e4rat-0.2.3-r1.ebuild:
+  Update README.gentoo doc as referenced wiki page no longer exists (#479376 by
+  Patrick Lauer) and upstream README is enough for us.
 
   28 Jul 2013; Pacho Ramos <pacho@gentoo.org> e4rat-0.2.3-r1.ebuild:
   Inform people about how to work with systemd





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

end of thread, other threads:[~2013-08-01 18:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-28 12:36 [gentoo-commits] gentoo-x86 commit in sys-fs/e4rat: e4rat-0.2.3-r1.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-01 18:04 Pacho Ramos (pacho)
2013-01-13 11:21 Agostino Sarubbo (ago)
2012-12-22 11:00 Agostino Sarubbo (ago)
2012-12-22  9:13 Pacho Ramos (pacho)
2012-11-06 20:55 Markos Chandras (hwoarang)

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