public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/fake: fake-1.1.10.ebuild ChangeLog
@ 2008-12-06 17:57 Christian Zoffoli (xmerlin)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Zoffoli (xmerlin) @ 2008-12-06 17:57 UTC (permalink / raw
  To: gentoo-commits

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf8, Size: 3188 bytes --]

xmerlin     08/12/06 17:57:47

  Modified:             fake-1.1.10.ebuild ChangeLog
  Log:
  Fixed man path, bug #246713 thanks to Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  sys-cluster/fake/fake-1.1.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild?r1=1.3&r2=1.4

Index: fake-1.1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fake-1.1.10.ebuild	25 Oct 2007 09:57:24 -0000	1.3
+++ fake-1.1.10.ebuild	6 Dec 2008 17:57:47 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v 1.3 2007/10/25 09:57:24 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v 1.4 2008/12/06 17:57:47 xmerlin Exp $
 
 DESCRIPTION="Fake has been designed to switch in backup servers on a LAN."
 SRC_URI="http://www.vergenet.net/linux/${PN}/download/${PV}/${P}.tar.gz"
@@ -19,6 +19,6 @@
 }
 
 src_install(){
-	emake ROOT_DIR="${D}" install || die "install failed"
+	emake ROOT_DIR="${D}" MAN8_DIR="${D}/usr/share/man/man8" install || die "install failed"
 	dodoc AUTHORS ChangeLog COPYING README docs/*
 }



1.10                 sys-cluster/fake/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/fake/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/fake/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/fake/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	25 Oct 2007 09:57:24 -0000	1.9
+++ ChangeLog	6 Dec 2008 17:57:47 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/fake
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v 1.9 2007/10/25 09:57:24 xmerlin Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v 1.10 2008/12/06 17:57:47 xmerlin Exp $
+
+  06 Dec 2008; Christian Zoffoli <xmerlin@gentoo.org> fake-1.1.10.ebuild:
+  Fixed man path, bug #246713 thanks to Diego E. 'Flameeyes' Pettenò
+  <flameeyes@gentoo.org>.
 
   25 Oct 2007; Christian Zoffoli <xmerlin@gentoo.org> -fake-1.1.8.ebuild,
   fake-1.1.10.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sys-cluster/fake: fake-1.1.10.ebuild ChangeLog
@ 2010-09-27 11:26 Dawid Weglinski (cla)
  0 siblings, 0 replies; 4+ messages in thread
From: Dawid Weglinski (cla) @ 2010-09-27 11:26 UTC (permalink / raw
  To: gentoo-commits

cla         10/09/27 11:26:55

  Modified:             fake-1.1.10.ebuild ChangeLog
  Log:
  Respect user defined LDFLAGS (bug #337925)
  
  (Portage version: 2.2_rc78/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-cluster/fake/fake-1.1.10.ebuild

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

Index: fake-1.1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fake-1.1.10.ebuild	6 Dec 2008 18:01:04 -0000	1.5
+++ fake-1.1.10.ebuild	27 Sep 2010 11:26:55 -0000	1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v 1.5 2008/12/06 18:01:04 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v 1.6 2010/09/27 11:26:55 cla Exp $
+
+inherit eutils
 
 DESCRIPTION="Fake has been designed to switch in backup servers on a LAN."
 SRC_URI="http://www.vergenet.net/linux/${PN}/download/${PV}/${P}.tar.gz"
@@ -12,6 +14,13 @@
 IUSE=""
 
 DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_unpack(){
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}/fix-ldflags.patch"
+}
 
 src_compile(){
 	make patch || die "patching failed"
@@ -24,5 +33,5 @@
 		MAN8_DIR="${D}/usr/share/man/man8" \
 		DOC_DIR="${D}/usr/share/doc/${P}" \
 		install || die "install failed"
-	dodoc AUTHORS ChangeLog COPYING README docs/*
+	dodoc AUTHORS ChangeLog README docs/*
 }



1.12                 sys-cluster/fake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	11 Sep 2010 14:21:32 -0000	1.11
+++ ChangeLog	27 Sep 2010 11:26:55 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/fake
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v 1.11 2010/09/11 14:21:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v 1.12 2010/09/27 11:26:55 cla Exp $
+
+  27 Sep 2010; Dawid Węgliński <cla@gentoo.org> fake-1.1.10.ebuild,
+  +files/fix-ldflags.patch:
+  Respect user defined LDFLAGS (bug #337925)
 
   11 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml:
   Drop useles maintainer line






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

* [gentoo-commits] gentoo-x86 commit in sys-cluster/fake: fake-1.1.10.ebuild ChangeLog
@ 2012-11-18 18:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-18 18:49 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/18 18:49:18

  Modified:             fake-1.1.10.ebuild ChangeLog
  Log:
  Add ~amd64
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  sys-cluster/fake/fake-1.1.10.ebuild

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

Index: fake-1.1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fake-1.1.10.ebuild	27 Sep 2010 11:26:55 -0000	1.6
+++ fake-1.1.10.ebuild	18 Nov 2012 18:49:18 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v 1.6 2010/09/27 11:26:55 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v 1.7 2012/11/18 18:49:18 ago Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 HOMEPAGE="http://www.vergenet.net/linux/fake/"
 
 SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
 LICENSE="GPL-2"
 IUSE=""
 



1.13                 sys-cluster/fake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	27 Sep 2010 11:26:55 -0000	1.12
+++ ChangeLog	18 Nov 2012 18:49:18 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/fake
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v 1.12 2010/09/27 11:26:55 cla Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v 1.13 2012/11/18 18:49:18 ago Exp $
+
+  18 Nov 2012; Agostino Sarubbo <ago@gentoo.org> fake-1.1.10.ebuild:
+  Add ~amd64
 
   27 Sep 2010; Dawid Węgliński <cla@gentoo.org> fake-1.1.10.ebuild,
   +files/fix-ldflags.patch:





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

* [gentoo-commits] gentoo-x86 commit in sys-cluster/fake: fake-1.1.10.ebuild ChangeLog
@ 2014-08-10 20:20 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:20 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:20:36

  Modified:             fake-1.1.10.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.8                  sys-cluster/fake/fake-1.1.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild?r1=1.7&r2=1.8

Index: fake-1.1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fake-1.1.10.ebuild	18 Nov 2012 18:49:18 -0000	1.7
+++ fake-1.1.10.ebuild	10 Aug 2014 20:20:36 -0000	1.8
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v 1.7 2012/11/18 18:49:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.10.ebuild,v 1.8 2014/08/10 20:20:36 slyfox Exp $
 
 inherit eutils
 
-DESCRIPTION="Fake has been designed to switch in backup servers on a LAN."
+DESCRIPTION="Fake has been designed to switch in backup servers on a LAN"
 SRC_URI="http://www.vergenet.net/linux/${PN}/download/${PV}/${P}.tar.gz"
 HOMEPAGE="http://www.vergenet.net/linux/fake/"
 



1.14                 sys-cluster/fake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	18 Nov 2012 18:49:18 -0000	1.13
+++ ChangeLog	10 Aug 2014 20:20:36 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/fake
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v 1.13 2012/11/18 18:49:18 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v 1.14 2014/08/10 20:20:36 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> fake-1.1.10.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   18 Nov 2012; Agostino Sarubbo <ago@gentoo.org> fake-1.1.10.ebuild:
   Add ~amd64





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

end of thread, other threads:[~2014-08-11 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-18 18:49 [gentoo-commits] gentoo-x86 commit in sys-cluster/fake: fake-1.1.10.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:20 Sergei Trofimovich (slyfox)
2010-09-27 11:26 Dawid Weglinski (cla)
2008-12-06 17:57 Christian Zoffoli (xmerlin)

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