public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/ondir: ondir-0.2.2-r1.ebuild ChangeLog
@ 2010-06-15 11:33 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-15 11:33 UTC (permalink / raw
  To: gentoo-commits

jlec        10/06/15 11:33:11

  Modified:             ChangeLog
  Added:                ondir-0.2.2-r1.ebuild
  Log:
  QA, imported prefix changes
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 app-misc/ondir/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	23 Sep 2009 16:06:18 -0000	1.18
+++ ChangeLog	15 Jun 2010 11:33:11 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/ondir
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.18 2009/09/23 16:06:18 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.19 2010/06/15 11:33:11 jlec Exp $
+
+*ondir-0.2.2-r1 (15 Jun 2010)
+
+  15 Jun 2010; Justin Lecher <jlec@gentoo.org> +ondir-0.2.2-r1.ebuild:
+  QA, imported prefix changes
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ondir-0.2.2.ebuild:
   Remove virtual/libc



1.1                  app-misc/ondir/ondir-0.2.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: ondir-0.2.2-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.1 2010/06/15 11:33:11 jlec Exp $

EAPI="3"

inherit toolchain-funcs

DESCRIPTION="program that automatically executes scripts as you traverse directories"
HOMEPAGE="http://swapoff.org/OnDir"
SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

DEPEND="sys-apps/sed"

src_prepare() {
	sed -i \
		-e "s:\(/man/.*$\):/share\1:g" \
		-e "s:-g:${CFLAGS}:" Makefile || die "sed Makefile failed"
}

src_compile() {
	emake \
		CC="$(tc-getCC)" \
		PREFIX="${EPREFIX}/usr" \
		CONF="${EPREFIX}/etc/ondirrc" \
		LDFLAGS="${LDFLAGS}" || die
}

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" CONF="${EPREFIX}/etc/ondirrc" install || die
	dodoc AUTHORS ChangeLog README INSTALL scripts.tcsh scripts.sh || die
	newdoc ondirrc.eg ondirrc.example || die
	dohtml changelog.html ondir.1.html || die
}






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

* [gentoo-commits] gentoo-x86 commit in app-misc/ondir: ondir-0.2.2-r1.ebuild ChangeLog
@ 2011-01-05 19:06 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-05 19:06 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/05 19:06:27

  Modified:             ondir-0.2.2-r1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #350694
  
  (Portage version: 2.1.9.29/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-misc/ondir/ondir-0.2.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?r1=1.2&r2=1.3

Index: ondir-0.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ondir-0.2.2-r1.ebuild	5 Jan 2011 16:23:33 -0000	1.2
+++ ondir-0.2.2-r1.ebuild	5 Jan 2011 19:06:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.2 2011/01/05 16:23:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.3 2011/01/05 19:06:27 hwoarang Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="sys-apps/sed"



1.21                 app-misc/ondir/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	5 Jan 2011 16:23:33 -0000	1.20
+++ ChangeLog	5 Jan 2011 19:06:27 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/ondir
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.20 2011/01/05 16:23:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.21 2011/01/05 19:06:27 hwoarang Exp $
+
+  05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> ondir-0.2.2-r1.ebuild:
+  Stable on amd64 wrt bug #350694
 
   05 Jan 2011; Justin Lecher <jlec@gentoo.org> ondir-0.2.2.ebuild,
   ondir-0.2.2-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-misc/ondir: ondir-0.2.2-r1.ebuild ChangeLog
@ 2011-01-07 23:28 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-01-07 23:28 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/07 23:28:06

  Modified:             ondir-0.2.2-r1.ebuild ChangeLog
  Log:
  Marking ondir-0.2.2-r1 ppc for bug 350694
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  app-misc/ondir/ondir-0.2.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?r1=1.3&r2=1.4

Index: ondir-0.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ondir-0.2.2-r1.ebuild	5 Jan 2011 19:06:27 -0000	1.3
+++ ondir-0.2.2-r1.ebuild	7 Jan 2011 23:28:05 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.3 2011/01/05 19:06:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.4 2011/01/07 23:28:05 ranger Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="sys-apps/sed"



1.22                 app-misc/ondir/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	5 Jan 2011 19:06:27 -0000	1.21
+++ ChangeLog	7 Jan 2011 23:28:05 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/ondir
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.21 2011/01/05 19:06:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.22 2011/01/07 23:28:05 ranger Exp $
+
+  07 Jan 2011; Brent Baude <ranger@gentoo.org> ondir-0.2.2-r1.ebuild:
+  Marking ondir-0.2.2-r1 ppc for bug 350694
 
   05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> ondir-0.2.2-r1.ebuild:
   Stable on amd64 wrt bug #350694






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

* [gentoo-commits] gentoo-x86 commit in app-misc/ondir: ondir-0.2.2-r1.ebuild ChangeLog
@ 2011-01-11 22:08 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-01-11 22:08 UTC (permalink / raw
  To: gentoo-commits

maekke      11/01/11 22:08:24

  Modified:             ondir-0.2.2-r1.ebuild ChangeLog
  Log:
  x86 stable, bug #350694
  
  (Portage version: 2.1.9.30/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-misc/ondir/ondir-0.2.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild?r1=1.4&r2=1.5

Index: ondir-0.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ondir-0.2.2-r1.ebuild	7 Jan 2011 23:28:05 -0000	1.4
+++ ondir-0.2.2-r1.ebuild	11 Jan 2011 22:08:24 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.4 2011/01/07 23:28:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ondir-0.2.2-r1.ebuild,v 1.5 2011/01/11 22:08:24 maekke Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="sys-apps/sed"



1.23                 app-misc/ondir/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	7 Jan 2011 23:28:05 -0000	1.22
+++ ChangeLog	11 Jan 2011 22:08:24 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/ondir
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.22 2011/01/07 23:28:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ondir/ChangeLog,v 1.23 2011/01/11 22:08:24 maekke Exp $
+
+  11 Jan 2011; Markus Meier <maekke@gentoo.org> ondir-0.2.2-r1.ebuild:
+  x86 stable, bug #350694
 
   07 Jan 2011; Brent Baude <ranger@gentoo.org> ondir-0.2.2-r1.ebuild:
   Marking ondir-0.2.2-r1 ppc for bug 350694






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

end of thread, other threads:[~2011-01-11 22:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 19:06 [gentoo-commits] gentoo-x86 commit in app-misc/ondir: ondir-0.2.2-r1.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-11 22:08 Markus Meier (maekke)
2011-01-07 23:28 Brent Baude (ranger)
2010-06-15 11:33 Justin Lecher (jlec)

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