diff options
author | 2004-01-14 00:11:00 +0000 | |
---|---|---|
committer | 2004-01-14 00:11:00 +0000 | |
commit | f48ed01a5b1178e0746f3499405a89685fbb66c2 (patch) | |
tree | 8bc370ef5a24463b0ed8e3fb7370b4af863f5b33 /app-pda | |
parent | Inital ebuild submitted by Alex Revo <accessps@yahoo.com> in 36824. (diff) | |
download | historical-f48ed01a5b1178e0746f3499405a89685fbb66c2.tar.gz historical-f48ed01a5b1178e0746f3499405a89685fbb66c2.tar.bz2 historical-f48ed01a5b1178e0746f3499405a89685fbb66c2.zip |
Fixes #37633. Thanks Grant Goodyear <g2boojum@gentoo.org> for the fix.
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/jpilot/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/jpilot/Manifest | 4 | ||||
-rw-r--r-- | app-pda/jpilot/jpilot-0.99.6-r1.ebuild | 7 |
3 files changed, 11 insertions, 5 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/Manifest b/app-pda/jpilot/Manifest index 5e86067d5b62..a413638da00c 100644 --- a/app-pda/jpilot/Manifest +++ b/app-pda/jpilot/Manifest @@ -1,8 +1,8 @@ MD5 9a3371326540f72ceb3d1a9369c33592 jpilot-0.99.6.ebuild 2194 MD5 58ea5fdbff8aca65b4ffbcbf53b54485 jpilot-0.99.5.ebuild 1889 -MD5 d60aa73845815f1c54aac183e2c01070 jpilot-0.99.6-r1.ebuild 2197 +MD5 d9acac1a74aa63ff4c933110ec28d1c7 jpilot-0.99.6-r1.ebuild 2270 MD5 34c46453a9eaec0d549fefd4ca289d65 jpilot-0.99.2-r1.ebuild 1808 -MD5 41ead4afce67cf5450be246fdb3e0d37 ChangeLog 2933 +MD5 64f7bca01c72562f212d82501e3b0b9e ChangeLog 3086 MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 MD5 fec9283977e434f78771d9dc3b05569f files/digest-jpilot-0.99.5 208 MD5 a7d9f40520d6a14eb9e4c3368ca41785 files/digest-jpilot-0.99.6 208 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.* } |