public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/incron: incron-0.5.10.ebuild ChangeLog
@ 2012-04-07 15:11 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Ruppert (idl0r) @ 2012-04-07 15:11 UTC (permalink / raw
  To: gentoo-commits

idl0r       12/04/07 15:11:02

  Modified:             ChangeLog
  Added:                incron-0.5.10.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.18                 sys-process/incron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	9 Jan 2012 19:05:54 -0000	1.17
+++ ChangeLog	7 Apr 2012 15:11:02 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/incron
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.17 2012/01/09 19:05:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.18 2012/04/07 15:11:02 idl0r Exp $
+
+*incron-0.5.10 (07 Apr 2012)
+
+  07 Apr 2012; Christian Ruppert <idl0r@gentoo.org> +incron-0.5.10.ebuild:
+  Version bump.
 
   09 Jan 2012; Brent Baude <ranger@gentoo.org> incron-0.5.9-r1.ebuild:
   Marking incron-0.5.9-r1 ppc for bug 361099



1.1                  sys-process/incron/incron-0.5.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild?rev=1.1&content-type=text/plain

Index: incron-0.5.10.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild,v 1.1 2012/04/07 15:11:02 idl0r Exp $

EAPI="4"

inherit eutils linux-info toolchain-funcs

DESCRIPTION="inotify based cron daemon"
HOMEPAGE="http://incron.aiken.cz/"
SRC_URI="http://inotify.aiken.cz/download/incron/${P}.tar.gz"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

# < 2.6.18 => INOTIFY, >= 2.6.18 => INOTIFY_USER
# It should be ok to expect at least 2.6.18
CONFIG_CHECK="~INOTIFY_USER"

src_compile() {
	emake CXX=$(tc-getCXX)
}

src_install() {
	emake DESTDIR="${D}" PREFIX=/usr DOCDIR=/usr/share/doc/${PF} install

	newinitd "${FILESDIR}/incrond.init" incrond

	dodoc CHANGELOG README TODO
}






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

* [gentoo-commits] gentoo-x86 commit in sys-process/incron: incron-0.5.10.ebuild ChangeLog
@ 2012-04-16  9:50 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-04-16  9:50 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/04/16 09:50:18

  Modified:             incron-0.5.10.ebuild ChangeLog
  Log:
  marked x86 per bug 412181
  
  (Portage version: 2.2.0_alpha100/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-process/incron/incron-0.5.10.ebuild

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

Index: incron-0.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- incron-0.5.10.ebuild	7 Apr 2012 15:11:02 -0000	1.1
+++ incron-0.5.10.ebuild	16 Apr 2012 09:50:18 -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-process/incron/incron-0.5.10.ebuild,v 1.1 2012/04/07 15:11:02 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild,v 1.2 2012/04/16 09:50:18 jdhore Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND=""



1.19                 sys-process/incron/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	7 Apr 2012 15:11:02 -0000	1.18
+++ ChangeLog	16 Apr 2012 09:50:18 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/incron
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.18 2012/04/07 15:11:02 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.19 2012/04/16 09:50:18 jdhore Exp $
+
+  16 Apr 2012; Jeff Horelick <jdhore@gentoo.org> incron-0.5.10.ebuild:
+  marked x86 per bug 412181
 
 *incron-0.5.10 (07 Apr 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-process/incron: incron-0.5.10.ebuild ChangeLog
@ 2012-04-16 12:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-16 12:43 UTC (permalink / raw
  To: gentoo-commits

ago         12/04/16 12:43:16

  Modified:             incron-0.5.10.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #412181
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-process/incron/incron-0.5.10.ebuild

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

Index: incron-0.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- incron-0.5.10.ebuild	16 Apr 2012 09:50:18 -0000	1.2
+++ incron-0.5.10.ebuild	16 Apr 2012 12:43:16 -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-process/incron/incron-0.5.10.ebuild,v 1.2 2012/04/16 09:50:18 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild,v 1.3 2012/04/16 12:43:16 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND=""



1.20                 sys-process/incron/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	16 Apr 2012 09:50:18 -0000	1.19
+++ ChangeLog	16 Apr 2012 12:43:16 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/incron
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.19 2012/04/16 09:50:18 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.20 2012/04/16 12:43:16 ago Exp $
+
+  16 Apr 2012; Agostino Sarubbo <ago@gentoo.org> incron-0.5.10.ebuild:
+  Stable for amd64, wrt bug #412181
 
   16 Apr 2012; Jeff Horelick <jdhore@gentoo.org> incron-0.5.10.ebuild:
   marked x86 per bug 412181






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

* [gentoo-commits] gentoo-x86 commit in sys-process/incron: incron-0.5.10.ebuild ChangeLog
@ 2012-04-17 16:08 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-04-17 16:08 UTC (permalink / raw
  To: gentoo-commits

ranger      12/04/17 16:08:03

  Modified:             incron-0.5.10.ebuild ChangeLog
  Log:
  Marking incron-0.5.10 ppc for bug 412181
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  sys-process/incron/incron-0.5.10.ebuild

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

Index: incron-0.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- incron-0.5.10.ebuild	16 Apr 2012 12:43:16 -0000	1.3
+++ incron-0.5.10.ebuild	17 Apr 2012 16:08:03 -0000	1.4
@@ -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-process/incron/incron-0.5.10.ebuild,v 1.3 2012/04/16 12:43:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild,v 1.4 2012/04/17 16:08:03 ranger Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND=""



1.21                 sys-process/incron/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	16 Apr 2012 12:43:16 -0000	1.20
+++ ChangeLog	17 Apr 2012 16:08:03 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/incron
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.20 2012/04/16 12:43:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.21 2012/04/17 16:08:03 ranger Exp $
+
+  17 Apr 2012; Brent Baude <ranger@gentoo.org> incron-0.5.10.ebuild:
+  Marking incron-0.5.10 ppc for bug 412181
 
   16 Apr 2012; Agostino Sarubbo <ago@gentoo.org> incron-0.5.10.ebuild:
   Stable for amd64, wrt bug #412181






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

* [gentoo-commits] gentoo-x86 commit in sys-process/incron: incron-0.5.10.ebuild ChangeLog
@ 2012-11-20  1:11 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-11-20  1:11 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/11/20 01:11:48

  Modified:             incron-0.5.10.ebuild ChangeLog
  Log:
  QA: add patch to build with gcc 4.7 (bug #423935).
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.5                  sys-process/incron/incron-0.5.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild?r1=1.4&r2=1.5

Index: incron-0.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- incron-0.5.10.ebuild	17 Apr 2012 16:08:03 -0000	1.4
+++ incron-0.5.10.ebuild	20 Nov 2012 01:11:48 -0000	1.5
@@ -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-process/incron/incron-0.5.10.ebuild,v 1.4 2012/04/17 16:08:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10.ebuild,v 1.5 2012/11/20 01:11:48 flameeyes Exp $
 
 EAPI="4"
 
@@ -22,6 +22,10 @@
 # It should be ok to expect at least 2.6.18
 CONFIG_CHECK="~INOTIFY_USER"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}+gcc-4.7.patch
+}
+
 src_compile() {
 	emake CXX=$(tc-getCXX)
 }



1.23                 sys-process/incron/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/incron/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	30 Oct 2012 20:22:04 -0000	1.22
+++ ChangeLog	20 Nov 2012 01:11:48 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for sys-process/incron
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.22 2012/10/30 20:22:04 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.23 2012/11/20 01:11:48 flameeyes Exp $
+
+  20 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+  +files/incron-0.5.10+gcc-4.7.patch, incron-0.5.10.ebuild:
+  QA: add patch to build with gcc 4.7 (bug #423935).
 
   30 Oct 2012; Christian Ruppert <idl0r@gentoo.org> -incron-0.5.8.ebuild,
   -incron-0.5.9-r1.ebuild, -files/incron-0.5.8-gcc44.patch,
@@ -93,4 +97,3 @@
   19 Dec 2007; Benedikt Böhm <hollow@gentoo.org>
   +files/incron-0.5.7-gentoo.patch, +metadata.xml, +incron-0.5.7.ebuild:
   initial incron ebuild
-





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

end of thread, other threads:[~2012-11-20  1:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20  1:11 [gentoo-commits] gentoo-x86 commit in sys-process/incron: incron-0.5.10.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-17 16:08 Brent Baude (ranger)
2012-04-16 12:43 Agostino Sarubbo (ago)
2012-04-16  9:50 Jeff Horelick (jdhore)
2012-04-07 15:11 Christian Ruppert (idl0r)

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