public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.0.15.ebuild ChangeLog
@ 2008-01-16 23:20 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-01-16 23:20 UTC (permalink / raw
  To: gentoo-commits

eva         08/01/16 23:20:44

  Modified:             gnome-pilot-2.0.15.ebuild ChangeLog
  Log:
  add intltool dependency, fix bug #206004
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.7                  app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild?r1=1.6&r2=1.7

Index: gnome-pilot-2.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-pilot-2.0.15.ebuild	28 Sep 2007 17:35:52 -0000	1.6
+++ gnome-pilot-2.0.15.ebuild	16 Jan 2008 23:20:44 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild,v 1.6 2007/09/28 17:35:52 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild,v 1.7 2008/01/16 23:20:44 eva Exp $
 
 inherit gnome2 eutils autotools
 
@@ -26,16 +26,20 @@
 		>=sys-apps/hal-0.5.4
 	)"
 
-DEPEND="sys-devel/gettext
-		>=dev-lang/perl-5.6.0
-		${RDEPEND}"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	>=dev-lang/perl-5.6.0
+	dev-util/intltool"
 
 DOCS="AUTHORS COPYING* ChangeLog README NEWS"
 SCROLLKEEPER_UPDATE="0"
 
 pkg_setup() {
-	G2CONF="${G2CONF} --enable-usb --enable-network --enable-pilotlinktest \
-	$(use_with hal)"
+	G2CONF="${G2CONF}
+		--enable-usb
+		--enable-network
+		--enable-pilotlinktest
+		$(use_with hal)"
 }
 
 src_unpack() {



1.38                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	30 Sep 2007 19:38:11 -0000	1.37
+++ ChangeLog	16 Jan 2008 23:20:44 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/gnome-pilot
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.37 2007/09/30 19:38:11 eva Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.38 2008/01/16 23:20:44 eva Exp $
+
+  16 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  gnome-pilot-2.0.15.ebuild:
+  add intltool dependency, fix bug #206004
 
   30 Sep 2007; Gilles Dartiguelongue <eva@gentoo.org>
   -files/gnome-pilot-2.0.1-pisock.patch,



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



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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.0.15.ebuild ChangeLog
@ 2008-02-03  1:58 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-02-03  1:58 UTC (permalink / raw
  To: gentoo-commits

eva         08/02/03 01:58:39

  Modified:             gnome-pilot-2.0.15.ebuild ChangeLog
  Log:
  fix bug #203394
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.8                  app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild?r1=1.7&r2=1.8

Index: gnome-pilot-2.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-pilot-2.0.15.ebuild	16 Jan 2008 23:20:44 -0000	1.7
+++ gnome-pilot-2.0.15.ebuild	3 Feb 2008 01:58:39 -0000	1.8
@@ -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/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild,v 1.7 2008/01/16 23:20:44 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild,v 1.8 2008/02/03 01:58:39 eva Exp $
 
 inherit gnome2 eutils autotools
 
@@ -48,4 +48,5 @@
 	epatch "${FILESDIR}/${P}-as-needed.patch"
 
 	eautoreconf
+	intltoolize --force || die
 }



1.39                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	16 Jan 2008 23:20:44 -0000	1.38
+++ ChangeLog	3 Feb 2008 01:58:39 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/gnome-pilot
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.38 2008/01/16 23:20:44 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.39 2008/02/03 01:58:39 eva Exp $
+
+  03 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  gnome-pilot-2.0.15.ebuild:
+  fix bug #203394
 
   16 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org>
   gnome-pilot-2.0.15.ebuild:



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



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

end of thread, other threads:[~2008-02-03  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 23:20 [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.0.15.ebuild ChangeLog Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-03  1:58 Gilles Dartiguelongue (eva)

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