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-r1.ebuild ChangeLog
@ 2013-10-10 17:10 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-10-10 17:10 UTC (permalink / raw
  To: gentoo-commits

pacho       13/10/10 17:10:51

  Modified:             ChangeLog
  Added:                incron-0.5.10-r1.ebuild
  Log:
  Add unit file (#487498 by Rafal Rzepecki)
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.24                 sys-process/incron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	20 Nov 2012 01:11:48 -0000	1.23
+++ ChangeLog	10 Oct 2013 17:10:51 -0000	1.24
@@ -1,6 +1,12 @@
 # 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.23 2012/11/20 01:11:48 flameeyes Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.24 2013/10/10 17:10:51 pacho Exp $
+
+*incron-0.5.10-r1 (10 Oct 2013)
+
+  10 Oct 2013; Pacho Ramos <pacho@gentoo.org> +files/incrond.service,
+  +incron-0.5.10-r1.ebuild:
+  Add unit file (#487498 by Rafal Rzepecki)
 
   20 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org>
   +files/incron-0.5.10+gcc-4.7.patch, incron-0.5.10.ebuild:



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

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

Index: incron-0.5.10-r1.ebuild
===================================================================
# Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/10/10 17:10:51 pacho Exp $

EAPI="4"

inherit eutils linux-info systemd 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_prepare() {
	epatch "${FILESDIR}"/${P}+gcc-4.7.patch
}

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

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

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

	dodoc CHANGELOG README TODO
}





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

* [gentoo-commits] gentoo-x86 commit in sys-process/incron: incron-0.5.10-r1.ebuild ChangeLog
@ 2013-11-16 10:06 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-16 10:06 UTC (permalink / raw
  To: gentoo-commits

pacho       13/11/16 10:06:50

  Modified:             incron-0.5.10-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #490300
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

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

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

Index: incron-0.5.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- incron-0.5.10-r1.ebuild	10 Oct 2013 17:10:51 -0000	1.1
+++ incron-0.5.10-r1.ebuild	16 Nov 2013 10:06:50 -0000	1.2
@@ -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-process/incron/incron-0.5.10-r1.ebuild,v 1.1 2013/10/10 17:10:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10-r1.ebuild,v 1.2 2013/11/16 10:06:50 pacho 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.25                 sys-process/incron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	10 Oct 2013 17:10:51 -0000	1.24
+++ ChangeLog	16 Nov 2013 10:06:50 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/incron
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.24 2013/10/10 17:10:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.25 2013/11/16 10:06:50 pacho Exp $
+
+  16 Nov 2013; Pacho Ramos <pacho@gentoo.org> incron-0.5.10-r1.ebuild:
+  amd64 stable, bug #490300
 
 *incron-0.5.10-r1 (10 Oct 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in sys-process/incron: incron-0.5.10-r1.ebuild ChangeLog
@ 2013-11-26 22:17 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-26 22:17 UTC (permalink / raw
  To: gentoo-commits

pacho       13/11/26 22:17:32

  Modified:             incron-0.5.10-r1.ebuild ChangeLog
  Log:
  x86 stable, bug #490300
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

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

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

Index: incron-0.5.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- incron-0.5.10-r1.ebuild	16 Nov 2013 10:06:50 -0000	1.2
+++ incron-0.5.10-r1.ebuild	26 Nov 2013 22:17:32 -0000	1.3
@@ -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-process/incron/incron-0.5.10-r1.ebuild,v 1.2 2013/11/16 10:06:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10-r1.ebuild,v 1.3 2013/11/26 22:17:32 pacho 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.26                 sys-process/incron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	16 Nov 2013 10:06:50 -0000	1.25
+++ ChangeLog	26 Nov 2013 22:17:32 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/incron
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.25 2013/11/16 10:06:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.26 2013/11/26 22:17:32 pacho Exp $
+
+  26 Nov 2013; Pacho Ramos <pacho@gentoo.org> incron-0.5.10-r1.ebuild:
+  x86 stable, bug #490300
 
   16 Nov 2013; Pacho Ramos <pacho@gentoo.org> incron-0.5.10-r1.ebuild:
   amd64 stable, bug #490300





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

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

ago         13/12/21 16:38:50

  Modified:             incron-0.5.10-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #490300
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

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

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

Index: incron-0.5.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- incron-0.5.10-r1.ebuild	26 Nov 2013 22:17:32 -0000	1.3
+++ incron-0.5.10-r1.ebuild	21 Dec 2013 16:38:50 -0000	1.4
@@ -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-process/incron/incron-0.5.10-r1.ebuild,v 1.3 2013/11/26 22:17:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.10-r1.ebuild,v 1.4 2013/12/21 16:38:50 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.27                 sys-process/incron/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	26 Nov 2013 22:17:32 -0000	1.26
+++ ChangeLog	21 Dec 2013 16:38:50 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/incron
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.26 2013/11/26 22:17:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.27 2013/12/21 16:38:50 ago Exp $
+
+  21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> incron-0.5.10-r1.ebuild:
+  Stable for ppc, wrt bug #490300
 
   26 Nov 2013; Pacho Ramos <pacho@gentoo.org> incron-0.5.10-r1.ebuild:
   x86 stable, bug #490300





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

end of thread, other threads:[~2013-12-21 16:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 17:10 [gentoo-commits] gentoo-x86 commit in sys-process/incron: incron-0.5.10-r1.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2013-11-16 10:06 Pacho Ramos (pacho)
2013-11-26 22:17 Pacho Ramos (pacho)
2013-12-21 16:38 Agostino Sarubbo (ago)

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