public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/libopensync: libopensync-0.35.ebuild ChangeLog libopensync-9999.ebuild
@ 2007-12-23  2:19 Piotr Jaroszynski (peper)
  0 siblings, 0 replies; only message in thread
From: Piotr Jaroszynski (peper) @ 2007-12-23  2:19 UTC (permalink / raw
  To: gentoo-commits

peper       07/12/23 02:19:16

  Modified:             libopensync-0.35.ebuild ChangeLog
                        libopensync-9999.ebuild
  Log:
  Fix cmake dep.
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.2                  app-pda/libopensync/libopensync-0.35.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-0.35.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-0.35.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-0.35.ebuild?r1=1.1&r2=1.2

Index: libopensync-0.35.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.35.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libopensync-0.35.ebuild	21 Dec 2007 23:02:25 -0000	1.1
+++ libopensync-0.35.ebuild	23 Dec 2007 02:19:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.35.ebuild,v 1.1 2007/12/21 23:02:25 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.35.ebuild,v 1.2 2007/12/23 02:19:16 peper Exp $
 
 inherit cmake-utils eutils
 
@@ -24,6 +24,7 @@
 	python? ( >=dev-lang/python-2.2 >=dev-lang/swig-1.3.17 )"
 
 DEPEND="${RDEPEND}
+	>=dev-util/cmake-2.4.7
 	>=dev-util/pkgconfig-0.9.0
 	doc? ( app-doc/doxygen )"
 



1.23                 app-pda/libopensync/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	21 Dec 2007 23:02:25 -0000	1.22
+++ ChangeLog	23 Dec 2007 02:19:16 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/libopensync
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.22 2007/12/21 23:02:25 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.23 2007/12/23 02:19:16 peper Exp $
+
+  23 Dec 2007; Piotr Jaroszyński <peper@gentoo.org>
+  libopensync-0.35.ebuild, libopensync-9999.ebuild:
+  Fix cmake dep.
 
 *libopensync-0.35 (21 Dec 2007)
 



1.3                  app-pda/libopensync/libopensync-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild?r1=1.2&r2=1.3

Index: libopensync-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libopensync-9999.ebuild	21 Dec 2007 23:02:25 -0000	1.2
+++ libopensync-9999.ebuild	23 Dec 2007 02:19:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v 1.2 2007/12/21 23:02:25 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v 1.3 2007/12/23 02:19:16 peper Exp $
 
 inherit cmake-utils eutils subversion
 
@@ -26,6 +26,7 @@
 	python? ( >=dev-lang/python-2.2 >=dev-lang/swig-1.3.17 )"
 
 DEPEND="${RDEPEND}
+	>=dev-util/cmake-2.4.7
 	>=dev-util/pkgconfig-0.9.0
 	doc? ( app-doc/doxygen )"
 



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-23  2:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-23  2:19 [gentoo-commits] gentoo-x86 commit in app-pda/libopensync: libopensync-0.35.ebuild ChangeLog libopensync-9999.ebuild Piotr Jaroszynski (peper)

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