public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/synce-trayicon: synce-trayicon-0.8.ebuild ChangeLog synce-trayicon-0.9.0.ebuild
@ 2008-05-21 12:48 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2008-05-21 12:48 UTC (permalink / raw
  To: gentoo-commits

drac        08/05/21 12:48:15

  Modified:             synce-trayicon-0.8.ebuild ChangeLog
                        synce-trayicon-0.9.0.ebuild
  Log:
  Move pkgconfig to DEPEND, repoman warnings.
  (Portage version: 2.1.5)

Revision  Changes    Path
1.7                  app-pda/synce-trayicon/synce-trayicon-0.8.ebuild

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

Index: synce-trayicon-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- synce-trayicon-0.8.ebuild	1 Jan 2005 15:50:24 -0000	1.6
+++ synce-trayicon-0.8.ebuild	21 May 2008 12:48:15 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/synce-trayicon/synce-trayicon-0.8.ebuild,v 1.6 2005/01/01 15:50:24 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild,v 1.7 2008/05/21 12:48:15 drac Exp $
 
 DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
 HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -11,16 +11,10 @@
 KEYWORDS="~x86"
 IUSE=""
 
-DEPEND="virtual/libc
-	>=app-pda/synce-librapi2-0.8
+DEPEND=">=app-pda/synce-librapi2-0.8
 	>=x11-libs/gtk+-2.0
 	>=gnome-base/libgnomeui-2.0"
 
-src_compile() {
-	econf || die "econf failed"
-	emake || die
-}
-
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die "make install failed"
 }



1.17                 app-pda/synce-trayicon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	25 Jan 2008 23:47:29 -0000	1.16
+++ ChangeLog	21 May 2008 12:48:15 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/synce-trayicon
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.16 2008/01/25 23:47:29 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.17 2008/05/21 12:48:15 drac Exp $
+
+  21 May 2008; Samuli Suominen <drac@gentoo.org>
+  synce-trayicon-0.9.0.ebuild:
+  Move pkgconfig to DEPEND.
 
   25 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
   synce-trayicon-0.9.0.ebuild:



1.7                  app-pda/synce-trayicon/synce-trayicon-0.9.0.ebuild

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

Index: synce-trayicon-0.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.9.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- synce-trayicon-0.9.0.ebuild	25 Jan 2008 23:47:29 -0000	1.6
+++ synce-trayicon-0.9.0.ebuild	21 May 2008 12:48:15 -0000	1.7
@@ -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/synce-trayicon/synce-trayicon-0.9.0.ebuild,v 1.6 2008/01/25 23:47:29 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.9.0.ebuild,v 1.7 2008/05/21 12:48:15 drac Exp $
 
 DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
 HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -11,13 +11,14 @@
 KEYWORDS="~amd64 ~x86 ~ppc"
 IUSE=""
 
-DEPEND=">=dev-util/pkgconfig-0.22
-	>=app-pda/synce-librapi2-0.9.0
+RDEPEND=">=app-pda/synce-librapi2-0.9.0
 	>=x11-libs/gtk+-2.0
 	>=gnome-base/libgtop-2
 	>=gnome-base/libgnome-2
 	>=gnome-base/libglade-2
 	>=gnome-base/libgnomeui-2.0"
+DEPEND="${RDEPEND}
+	>=dev-util/pkgconfig-0.22"
 
 src_install() {
 	emake DESTDIR="${D}" install || die "installation failed"



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



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

only message in thread, other threads:[~2008-05-21 12:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 12:48 [gentoo-commits] gentoo-x86 commit in app-pda/synce-trayicon: synce-trayicon-0.8.ebuild ChangeLog synce-trayicon-0.9.0.ebuild Samuli Suominen (drac)

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