public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/turbotail: ChangeLog turbotail-0.3.ebuild
Date: Mon, 15 Dec 2008 21:18:28 +0000	[thread overview]
Message-ID: <E1LCKpg-0003Ym-6d@stork.gentoo.org> (raw)

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"
 }






             reply	other threads:[~2008-12-15 21:18 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LCKpg-0003Ym-6d@stork.gentoo.org \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox