summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Almenar <strider@gentoo.org>2004-01-14 00:11:00 +0000
committerAdrian Almenar <strider@gentoo.org>2004-01-14 00:11:00 +0000
commit40acd4eaa1c5c916b3c34f55b25d7fb362c95945 (patch)
treea351ebc6771f945ef0e9fdb0c0b1fcbab2db4778 /app-pda
parentInital ebuild submitted by Alex Revo <accessps@yahoo.com> in 36824. (diff)
downloadgentoo-2-40acd4eaa1c5c916b3c34f55b25d7fb362c95945.tar.gz
gentoo-2-40acd4eaa1c5c916b3c34f55b25d7fb362c95945.tar.bz2
gentoo-2-40acd4eaa1c5c916b3c34f55b25d7fb362c95945.zip
Fixes #37633. Thanks Grant Goodyear <g2boojum@gentoo.org> for the fix.
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/jpilot/ChangeLog5
-rw-r--r--app-pda/jpilot/jpilot-0.99.6-r1.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/app-pda/jpilot/ChangeLog b/app-pda/jpilot/ChangeLog
index d8b416e48bbb..2416ad3ca04a 100644
--- a/app-pda/jpilot/ChangeLog
+++ b/app-pda/jpilot/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-pda/jpilot
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.8 2003/11/24 04:08:34 strider Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.9 2004/01/14 00:11:00 strider Exp $
+ 13 Jan 2003; Adrian Almenar <strider@gentoo.org> jpilot-0.99.6-r1.ebuild:
+ Fixes #37633. Thanks Grant Goodyear <g2boojum@gentoo.org> for the fix.
+
23 Nov 2003; Adrian Almenar <strider@gentoo.org> jpilot-0.99.6-r1.ebuild:
Fixes bug #34130.
diff --git a/app-pda/jpilot/jpilot-0.99.6-r1.ebuild b/app-pda/jpilot/jpilot-0.99.6-r1.ebuild
index 4b91efe4eb62..deb49148384d 100644
--- a/app-pda/jpilot/jpilot-0.99.6-r1.ebuild
+++ b/app-pda/jpilot/jpilot-0.99.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.6-r1.ebuild,v 1.2 2003/11/24 04:08:34 strider Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.6-r1.ebuild,v 1.3 2004/01/14 00:11:00 strider Exp $
SYNCMAL="0.72.1"
MALSYNC="2.2.0"
@@ -73,4 +73,7 @@ src_install() {
newdoc jpilot-syncmal-${SYNCMAL}/README README.jpilot-syncmal
dodoc jpilot-syncmal-${SYNCMAL}/malsync/Doc/README_AvantGo
dodoc jpilot-syncmal-${SYNCMAL}/malsync/Doc/README_malsync
+ dodir /usr/share/${PN}
+ insinto /usr/share/${PN}
+ doins ${S}/jpilotrc.*
}