summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2005-03-20 18:29:36 +0000
committerJason Wever <weeve@gentoo.org>2005-03-20 18:29:36 +0000
commite8256b9bf6eb5af88bc9a5848c6f4f77204a51fa (patch)
treedc0aa62944f0cf37340ae11cdf63827ec7a92611 /app-pda
parentStable on alpha. (diff)
downloadgentoo-2-e8256b9bf6eb5af88bc9a5848c6f4f77204a51fa.tar.gz
gentoo-2-e8256b9bf6eb5af88bc9a5848c6f4f77204a51fa.tar.bz2
gentoo-2-e8256b9bf6eb5af88bc9a5848c6f4f77204a51fa.zip
Fixed up ebuild to inherits eutils so epatch will work and marked stable on SPARC.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/jpilot/ChangeLog6
-rw-r--r--app-pda/jpilot/jpilot-0.99.7-r1.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/app-pda/jpilot/ChangeLog b/app-pda/jpilot/ChangeLog
index a3cca3c76d33..1fce6416f184 100644
--- a/app-pda/jpilot/ChangeLog
+++ b/app-pda/jpilot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/jpilot
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.22 2005/03/13 00:32:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.23 2005/03/20 18:29:36 weeve Exp $
+
+ 20 Mar 2005; Jason Wever <weeve@gentoo.org> jpilot-0.99.7-r1.ebuild:
+ Fixed up ebuild to inherits eutils so epatch will work and marked stable on
+ SPARC.
13 Mar 2005; Aron Griffis <agriffis@gentoo.org>
+files/jpilot-0.99.7-gcc2.patch, jpilot-0.99.7-r1.ebuild:
diff --git a/app-pda/jpilot/jpilot-0.99.7-r1.ebuild b/app-pda/jpilot/jpilot-0.99.7-r1.ebuild
index feb76c706808..1241eca0d035 100644
--- a/app-pda/jpilot/jpilot-0.99.7-r1.ebuild
+++ b/app-pda/jpilot/jpilot-0.99.7-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.7-r1.ebuild,v 1.5 2005/03/13 00:32:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.7-r1.ebuild,v 1.6 2005/03/20 18:29:36 weeve Exp $
+
+inherit eutils
DESCRIPTION="Desktop Organizer Software for the Palm Pilot"
HOMEPAGE="http://jpilot.org/"
@@ -8,7 +10,7 @@ SRC_URI="http://jpilot.org/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc x86"
+KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86"
IUSE="nls gtk2"
RDEPEND="gtk2? ( >=x11-libs/gtk+-2 )