summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Almenar <strider@gentoo.org>2003-11-24 04:08:40 +0000
committerAdrian Almenar <strider@gentoo.org>2003-11-24 04:08:40 +0000
commit2c14abedcab686d89dc910d9cdd82c356a3b2057 (patch)
tree92ccc5abdf2b1dd66132ab8009a63d59c2ad0d88 /app-pda
parentrepoman: Fix leading whitespace (diff)
downloadgentoo-2-2c14abedcab686d89dc910d9cdd82c356a3b2057.tar.gz
gentoo-2-2c14abedcab686d89dc910d9cdd82c356a3b2057.tar.bz2
gentoo-2-2c14abedcab686d89dc910d9cdd82c356a3b2057.zip
Fixes bug #34130
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/jpilot/ChangeLog5
-rw-r--r--app-pda/jpilot/Manifest4
-rw-r--r--app-pda/jpilot/jpilot-0.99.6-r1.ebuild14
3 files changed, 13 insertions, 10 deletions
diff --git a/app-pda/jpilot/ChangeLog b/app-pda/jpilot/ChangeLog
index f231fc744199..d8b416e48bbb 100644
--- a/app-pda/jpilot/ChangeLog
+++ b/app-pda/jpilot/ChangeLog
@@ -1,6 +1,9 @@
# 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.7 2003/11/22 16:38:45 strider Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.8 2003/11/24 04:08:34 strider Exp $
+
+ 23 Nov 2003; Adrian Almenar <strider@gentoo.org> jpilot-0.99.6-r1.ebuild:
+ Fixes bug #34130.
*jpilot-0.99.6-r1 (22 Nov 2003)
diff --git a/app-pda/jpilot/Manifest b/app-pda/jpilot/Manifest
index 2b8cea4a6d54..5e86067d5b62 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 d819e5a5c2f98cc9f8e1afd3c6d13a6c jpilot-0.99.6-r1.ebuild 2197
+MD5 d60aa73845815f1c54aac183e2c01070 jpilot-0.99.6-r1.ebuild 2197
MD5 34c46453a9eaec0d549fefd4ca289d65 jpilot-0.99.2-r1.ebuild 1808
-MD5 0ca8071d7833cebb7bf96587a19ccc88 ChangeLog 2836
+MD5 41ead4afce67cf5450be246fdb3e0d37 ChangeLog 2933
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 35ae6f083834..4b91efe4eb62 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.
# 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.1 2003/11/22 16:38:45 strider Exp $
+# $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 $
SYNCMAL="0.72.1"
MALSYNC="2.2.0"
@@ -48,7 +48,7 @@ src_compile() {
emake || die "make failed"
# build malsync plugin
- cd ${S}/jpilot-syncmal_${SYNCMAL}
+ cd ${S}/jpilot-syncmal-${SYNCMAL}
econf $(use_enable gtk2) \
${myconf} || die "configure failed"
emake || die "make failed"
@@ -64,13 +64,13 @@ src_install() {
desktopdir=${D}/usr/share/applications || die "install failed"
insinto /usr/lib/jpilot/plugins
- doins jpilot-syncmal_${SYNCMAL}/.libs/libsyncmal.so
+ doins jpilot-syncmal-${SYNCMAL}/.libs/libsyncmal.so
dodoc README TODO UPGRADING ABOUT-NLS BUGS ChangeLog COPYING INSTALL
doman docs/*.1
- newdoc jpilot-syncmal_${SYNCMAL}/ChangeLog ChangeLog.jpilot-syncmal
- newdoc jpilot-syncmal_${SYNCMAL}/README README.jpilot-syncmal
- dodoc jpilot-syncmal_${SYNCMAL}/malsync/Doc/README_AvantGo
- dodoc jpilot-syncmal_${SYNCMAL}/malsync/Doc/README_malsync
+ newdoc jpilot-syncmal-${SYNCMAL}/ChangeLog ChangeLog.jpilot-syncmal
+ newdoc jpilot-syncmal-${SYNCMAL}/README README.jpilot-syncmal
+ dodoc jpilot-syncmal-${SYNCMAL}/malsync/Doc/README_AvantGo
+ dodoc jpilot-syncmal-${SYNCMAL}/malsync/Doc/README_malsync
}