public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/turbotail: ChangeLog turbotail-0.3.ebuild
@ 2008-05-25 20:31 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2008-05-25 20:31 UTC (permalink / raw
  To: gentoo-commits

jer         08/05/25 20:31:17

  Modified:             ChangeLog
  Added:                turbotail-0.3.ebuild
  Log:
  Version bump (bug #138401, credit to Tim Harder for reporting).
  (Portage version: 2.1.5)

Revision  Changes    Path
1.7                  sys-apps/turbotail/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	25 May 2008 18:34:24 -0000	1.6
+++ ChangeLog	25 May 2008 20:31:17 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/turbotail
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.6 2008/05/25 18:34:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.7 2008/05/25 20:31:17 jer Exp $
+
+*turbotail-0.3 (25 May 2008)
+
+  25 May 2008; Jeroen Roovers <jer@gentoo.org> +turbotail-0.3.ebuild:
+  Version bump (bug #138401, credit to Tim Harder for reporting).
 
   25 May 2008; Jeroen Roovers <jer@gentoo.org> turbotail-0.2-r1.ebuild:
   Marked ~hppa too.



1.1                  sys-apps/turbotail/turbotail-0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild?rev=1.1&content-type=text/plain

Index: turbotail-0.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.1 2008/05/25 20:31:17 jer Exp $

inherit toolchain-funcs

DESCRIPTION="drop-in replacement for 'tail' which uses the kernel DNOTIFY-api"
HOMEPAGE="http://www.vanheusden.com/turbotail/"
SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"

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

DEPEND="app-admin/gamin"

src_compile() {
	$(tc-getCC) -DVERSION=\"${PV}\" ${PN}.c -o ${PN} || die "compile failed"
}

src_install() {
	dobin turbotail || die "install failed"
	dodoc readme.txt
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-apps/turbotail: ChangeLog turbotail-0.3.ebuild
@ 2008-12-15 21:18 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2008-12-15 21:18 UTC (permalink / raw
  To: gentoo-commits

jer         08/12/15 21:18:28

  Modified:             ChangeLog turbotail-0.3.ebuild
  Log:
  Works fine with app-admin/fam too. Add some verbosity to src_compile().
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.12                 sys-apps/turbotail/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	26 Aug 2008 19:24:12 -0000	1.11
+++ ChangeLog	15 Dec 2008 21:18:28 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/turbotail
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.11 2008/08/26 19:24:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.12 2008/12/15 21:18:28 jer Exp $
+
+  15 Dec 2008; Jeroen Roovers <jer@gentoo.org> turbotail-0.3.ebuild:
+  Works fine with app-admin/fam too. Add some verbosity to src_compile().
 
   26 Aug 2008; Jeroen Roovers <jer@gentoo.org> turbotail-0.3.ebuild:
   Stable for HPPA because I like it.



1.6                  sys-apps/turbotail/turbotail-0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild?r1=1.5&r2=1.6

Index: turbotail-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- turbotail-0.3.ebuild	26 Aug 2008 19:24:12 -0000	1.5
+++ turbotail-0.3.ebuild	15 Dec 2008 21:18:28 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.5 2008/08/26 19:24:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.6 2008/12/15 21:18:28 jer Exp $
 
 inherit toolchain-funcs
 
@@ -13,7 +13,7 @@
 KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86"
 IUSE="fam"
 
-DEPEND="fam? ( app-admin/gamin )"
+DEPEND="fam? ( || ( app-admin/gamin app-admin/fam ) )"
 
 src_compile() {
 	local myconf
@@ -23,6 +23,7 @@
 		myconf="-DUSE_DNOTIFY"
 	fi
 
+	echo "$(tc-getCC) ${myconf} -DVERSION=\"${PV}\" ${PN}.c -o ${PN}"
 	$(tc-getCC) ${myconf} -DVERSION=\"${PV}\" ${PN}.c -o ${PN} \
 		|| die "compile failed"
 }






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/turbotail: ChangeLog turbotail-0.3.ebuild
@ 2011-01-07 18:13 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-07 18:13 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/07 18:13:42

  Modified:             ChangeLog turbotail-0.3.ebuild
  Log:
  Use the virtual. Set RDEPEND.
  
  (Portage version: 2.2.0_alpha14/cvs/Linux i686)

Revision  Changes    Path
1.14                 sys-apps/turbotail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	15 Dec 2008 21:24:05 -0000	1.13
+++ ChangeLog	7 Jan 2011 18:13:42 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/turbotail
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.13 2008/12/15 21:24:05 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/ChangeLog,v 1.14 2011/01/07 18:13:42 jer Exp $
+
+  07 Jan 2011; Jeroen Roovers <jer@gentoo.org> turbotail-0.3.ebuild:
+  Use the virtual. Set RDEPEND.
 
   15 Dec 2008; Jeroen Roovers <jer@gentoo.org>
   -files/turbotail-0.2-munmap.patch, -turbotail-0.2.ebuild,



1.7                  sys-apps/turbotail/turbotail-0.3.ebuild

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

Index: turbotail-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- turbotail-0.3.ebuild	15 Dec 2008 21:18:28 -0000	1.6
+++ turbotail-0.3.ebuild	7 Jan 2011 18:13:42 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.6 2008/12/15 21:18:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/turbotail/turbotail-0.3.ebuild,v 1.7 2011/01/07 18:13:42 jer Exp $
 
 inherit toolchain-funcs
 
@@ -13,7 +13,8 @@
 KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86"
 IUSE="fam"
 
-DEPEND="fam? ( || ( app-admin/gamin app-admin/fam ) )"
+DEPEND="fam? ( virtual/fam )"
+RDEPEND="${DEPEND}"
 
 src_compile() {
 	local myconf






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

end of thread, other threads:[~2011-01-07 18:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-15 21:18 [gentoo-commits] gentoo-x86 commit in sys-apps/turbotail: ChangeLog turbotail-0.3.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-07 18:13 Jeroen Roovers (jer)
2008-05-25 20:31 Jeroen Roovers (jer)

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