public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/inotify-tools: ChangeLog inotify-tools-3.12.ebuild
@ 2007-11-24  1:58 Wolfram Schlich (wschlich)
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Schlich (wschlich) @ 2007-11-24  1:58 UTC (permalink / raw
  To: gentoo-commits

wschlich    07/11/24 01:58:12

  Modified:             ChangeLog
  Added:                inotify-tools-3.12.ebuild
  Log:
  version bump
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.17                 sys-fs/inotify-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	20 Sep 2007 23:38:22 -0000	1.16
+++ ChangeLog	24 Nov 2007 01:58:12 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/inotify-tools
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.16 2007/09/20 23:38:22 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.17 2007/11/24 01:58:12 wschlich Exp $
+
+*inotify-tools-3.12 (24 Nov 2007)
+
+  24 Nov 2007; Wolfram Schlich <wschlich@gentoo.org>
+  +inotify-tools-3.12.ebuild:
+  version bump
 
   20 Sep 2007; Wolfram Schlich <wschlich@gentoo.org>
   -inotify-tools-3.5.ebuild, -inotify-tools-3.6.ebuild,



1.1                  sys-fs/inotify-tools/inotify-tools-3.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild?rev=1.1&content-type=text/plain

Index: inotify-tools-3.12.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild,v 1.1 2007/11/24 01:58:12 wschlich Exp $

DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
HOMEPAGE="http://inotify-tools.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="virtual/libc"

src_compile() {
	econf || die "configure failed"
	emake || die "make failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc NEWS AUTHORS
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-fs/inotify-tools: ChangeLog inotify-tools-3.12.ebuild
@ 2009-07-07  2:02 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2009-07-07  2:02 UTC (permalink / raw
  To: gentoo-commits

jer         09/07/07 02:02:37

  Modified:             ChangeLog inotify-tools-3.12.ebuild
  Log:
  Stable for HPPA too.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.24                 sys-fs/inotify-tools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	1 Jun 2008 09:08:17 -0000	1.23
+++ ChangeLog	7 Jul 2009 02:02:37 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/inotify-tools
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.23 2008/06/01 09:08:17 wschlich Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.24 2009/07/07 02:02:37 jer Exp $
+
+  07 Jul 2009; Jeroen Roovers <jer@gentoo.org> inotify-tools-3.12.ebuild:
+  Stable for HPPA too.
 
   01 Jun 2008; Wolfram Schlich <wschlich@gentoo.org>
   -inotify-tools-3.11.ebuild, inotify-tools-3.12.ebuild,



1.7                  sys-fs/inotify-tools/inotify-tools-3.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild?r1=1.6&r2=1.7

Index: inotify-tools-3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- inotify-tools-3.12.ebuild	1 Jun 2008 09:08:17 -0000	1.6
+++ inotify-tools-3.12.ebuild	7 Jul 2009 02:02:37 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild,v 1.6 2008/06/01 09:08:17 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild,v 1.7 2009/07/07 02:02:37 jer Exp $
 
 IUSE=""
 DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
@@ -8,7 +8,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
+KEYWORDS="amd64 hppa x86"
 DEPEND="virtual/libc"
 
 src_install() {






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

end of thread, other threads:[~2009-07-07  2:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07  2:02 [gentoo-commits] gentoo-x86 commit in sys-fs/inotify-tools: ChangeLog inotify-tools-3.12.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-24  1:58 Wolfram Schlich (wschlich)

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