public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (drac)" <drac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/synce-trayicon: synce-trayicon-0.8.ebuild ChangeLog synce-trayicon-0.9.0.ebuild
Date: Wed, 21 May 2008 12:48:15 +0000	[thread overview]
Message-ID: <E1Jynjr-0002z1-M2@stork.gentoo.org> (raw)

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



                 reply	other threads:[~2008-05-21 12:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1Jynjr-0002z1-M2@stork.gentoo.org \
    --to=drac@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