summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-21 12:48:15 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-21 12:48:15 +0000
commit7b9668274aa658c325bca6d2e886368573bca0ef (patch)
tree0eb9d79b3f11a9ae9028286abe747b123ebf3ea7 /app-pda/synce-trayicon/synce-trayicon-0.8.ebuild
parentMove pkgconfig to DEPEND. (diff)
downloadgentoo-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/synce-trayicon-0.8.ebuild')
-rw-r--r--app-pda/synce-trayicon/synce-trayicon-0.8.ebuild14
1 files changed, 4 insertions, 10 deletions
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"
}