summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-01-25 23:47:29 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-01-25 23:47:29 +0000
commit2d97dbcc5e0f2c9c6731bcc9cead39f4da521102 (patch)
treef98a7a1cb81200f4982eed0affb91748ea3b653b /app-pda
parentrun eautoreconf in src_unpack (bug #207450) (diff)
downloadgentoo-2-2d97dbcc5e0f2c9c6731bcc9cead39f4da521102.tar.gz
gentoo-2-2d97dbcc5e0f2c9c6731bcc9cead39f4da521102.tar.bz2
gentoo-2-2d97dbcc5e0f2c9c6731bcc9cead39f4da521102.zip
Added a dependency on pkgconfig to fix bug 206017. Minor QA fixes.
(Portage version: 2.1.4)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-trayicon/ChangeLog8
-rw-r--r--app-pda/synce-trayicon/synce-trayicon-0.9.0.ebuild13
2 files changed, 10 insertions, 11 deletions
diff --git a/app-pda/synce-trayicon/ChangeLog b/app-pda/synce-trayicon/ChangeLog
index 7a4e60efbe83..1f6e616e1a43 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.15 2007/02/21 23:02:22 peper Exp $
+# 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 $
+
+ 25 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ synce-trayicon-0.9.0.ebuild:
+ Added a dependency on pkgconfig to fix bug 206017. Minor QA fixes.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
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 fa8455e90628..2fe530563f8c 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-2006 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.9.0.ebuild,v 1.5 2006/03/16 18:23:13 sekretarz Exp $
+# $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 $
DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc"
IUSE=""
-DEPEND="virtual/libc
+DEPEND=">=dev-util/pkgconfig-0.22
>=app-pda/synce-librapi2-0.9.0
>=x11-libs/gtk+-2.0
>=gnome-base/libgtop-2
@@ -19,11 +19,6 @@ DEPEND="virtual/libc
>=gnome-base/libglade-2
>=gnome-base/libgnomeui-2.0"
-src_compile() {
- econf || die "econf failed"
- emake || die
-}
-
src_install() {
- make DESTDIR=${D} install || die
+ emake DESTDIR="${D}" install || die "installation failed"
}