diff options
author | 2008-05-21 12:48:15 +0000 | |
---|---|---|
committer | 2008-05-21 12:48:15 +0000 | |
commit | 7b9668274aa658c325bca6d2e886368573bca0ef (patch) | |
tree | 0eb9d79b3f11a9ae9028286abe747b123ebf3ea7 /app-pda/synce-trayicon | |
parent | Move pkgconfig to DEPEND. (diff) | |
download | gentoo-2-7b9668274aa658c325bca6d2e886368573bca0ef.tar.gz gentoo-2-7b9668274aa658c325bca6d2e886368573bca0ef.tar.bz2 gentoo-2-7b9668274aa658c325bca6d2e886368573bca0ef.zip |
Move pkgconfig to DEPEND, repoman warnings.
(Portage version: 2.1.5)
Diffstat (limited to 'app-pda/synce-trayicon')
-rw-r--r-- | app-pda/synce-trayicon/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/synce-trayicon/synce-trayicon-0.8.ebuild | 14 | ||||
-rw-r--r-- | app-pda/synce-trayicon/synce-trayicon-0.9.0.ebuild | 7 |
3 files changed, 13 insertions, 14 deletions
diff --git a/app-pda/synce-trayicon/ChangeLog b/app-pda/synce-trayicon/ChangeLog index 1f6e616e1a43..20360a2f8125 100644 --- a/app-pda/synce-trayicon/ChangeLog +++ b/app-pda/synce-trayicon/ChangeLog @@ -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: diff --git a/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild index 0ef517c4ecde..2048794b1873 100644 --- a/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild +++ b/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild @@ -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 @@ SLOT="0" 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" } diff --git a/app-pda/synce-trayicon/synce-trayicon-0.9.0.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.9.0.ebuild index 2fe530563f8c..f860f0f6b259 100644 --- a/app-pda/synce-trayicon/synce-trayicon-0.9.0.ebuild +++ b/app-pda/synce-trayicon/synce-trayicon-0.9.0.ebuild @@ -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 @@ SLOT="0" 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" |