summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-13 14:07:18 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-13 14:07:18 +0000
commiteaf95ed3ccff972a693b18da025bd1d254dde00d (patch)
tree09aab8649c0e9d2545b938b8f490701e32b51a14 /app-pda
parentVersion bump wrt #321427 by Thomas Beierlein. (diff)
downloadgentoo-2-eaf95ed3ccff972a693b18da025bd1d254dde00d.tar.gz
gentoo-2-eaf95ed3ccff972a693b18da025bd1d254dde00d.tar.bz2
gentoo-2-eaf95ed3ccff972a693b18da025bd1d254dde00d.zip
Fix homepage and missing pkg-config in old version too
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/jpilot-backup/jpilot-backup-0.53.ebuild19
1 files changed, 10 insertions, 9 deletions
diff --git a/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild b/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild
index facb349a97bc..5331215058f5 100644
--- a/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild
+++ b/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild
@@ -1,23 +1,24 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild,v 1.5 2008/03/15 21:22:31 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild,v 1.6 2010/07/13 14:07:18 ssuominen Exp $
inherit multilib
DESCRIPTION="Backup plugin for jpilot"
-SRC_URI="http://jasonday.home.att.net/code/backup/${P}.tar.gz"
-HOMEPAGE="http://jasonday.home.att.net/code/backup/backup.html"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+HOMEPAGE="http://www.jlogday.com/code/jpilot-backup/index.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ppc x86"
IUSE=""
-DEPEND=">=x11-libs/gtk+-2.6.10-r1
- >=app-pda/pilot-link-0.12.2
- >=app-pda/jpilot-0.99.9
- sys-libs/gdbm"
-RDEPEND="${DEPEND}"
+RDEPEND=">=x11-libs/gtk+-2.6.10-r1
+ >=app-pda/pilot-link-0.12.2
+ >=app-pda/jpilot-0.99.9
+ sys-libs/gdbm"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_compile() {
econf --enable-gtk2 || die "configure failed"