summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Stoddard <deltacow@gentoo.org>2006-03-28 01:05:50 +0000
committerScott Stoddard <deltacow@gentoo.org>2006-03-28 01:05:50 +0000
commit8ef06d4dfab257166824c0d6db18096ec16b13ab (patch)
treef24a815bcd75db267753f9edeb754c8b5e515266 /app-pda/jpilot
parentMark 3.5.2 3.5.1 3.5.0 ~ia64 (diff)
downloadgentoo-2-8ef06d4dfab257166824c0d6db18096ec16b13ab.tar.gz
gentoo-2-8ef06d4dfab257166824c0d6db18096ec16b13ab.tar.bz2
gentoo-2-8ef06d4dfab257166824c0d6db18096ec16b13ab.zip
libdir fix.
(Portage version: 2.1_pre7-r1)
Diffstat (limited to 'app-pda/jpilot')
-rw-r--r--app-pda/jpilot/ChangeLog8
-rw-r--r--app-pda/jpilot/jpilot-0.99.7-r1.ebuild7
-rw-r--r--app-pda/jpilot/jpilot-0.99.8_pre9.ebuild7
3 files changed, 14 insertions, 8 deletions
diff --git a/app-pda/jpilot/ChangeLog b/app-pda/jpilot/ChangeLog
index 0f1abc3b9403..b1c7e0515d73 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.26 2005/07/08 10:38:30 liquidx Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.27 2006/03/28 01:05:50 deltacow Exp $
+
+ 28 Mar 2006; Scott Stoddard <deltacow@gentoo.org> jpilot-0.99.7-r1.ebuild,
+ jpilot-0.99.8_pre9.ebuild:
+ Fix for bad libdir on multilib systems.
*jpilot-0.99.8_pre9 (08 Jul 2005)
diff --git a/app-pda/jpilot/jpilot-0.99.7-r1.ebuild b/app-pda/jpilot/jpilot-0.99.7-r1.ebuild
index 148456dbcdbd..be6f01aea57e 100644
--- a/app-pda/jpilot/jpilot-0.99.7-r1.ebuild
+++ b/app-pda/jpilot/jpilot-0.99.7-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.8 2005/04/09 20:38:38 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.7-r1.ebuild,v 1.9 2006/03/28 01:05:50 deltacow Exp $
-inherit eutils
+inherit eutils multilib
DESCRIPTION="Desktop Organizer Software for the Palm Pilot"
HOMEPAGE="http://jpilot.org/"
@@ -38,6 +38,7 @@ src_compile() {
src_install() {
make install DESTDIR=${D} \
+ libdir=/usr/$(get_libdir) \
docdir=/usr/share/doc/${PF} \
icondir=/usr/share/pixmaps \
desktopdir=/usr/share/applications || die "install failed"
diff --git a/app-pda/jpilot/jpilot-0.99.8_pre9.ebuild b/app-pda/jpilot/jpilot-0.99.8_pre9.ebuild
index c1c8b924b983..22a98ef44ae0 100644
--- a/app-pda/jpilot/jpilot-0.99.8_pre9.ebuild
+++ b/app-pda/jpilot/jpilot-0.99.8_pre9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.8_pre9.ebuild,v 1.1 2005/07/08 10:38:30 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.8_pre9.ebuild,v 1.2 2006/03/28 01:05:50 deltacow Exp $
-inherit eutils
+inherit eutils multilib
MY_PV=${PV/_/-}
DESCRIPTION="Desktop Organizer Software for the Palm Pilot"
@@ -38,6 +38,7 @@ src_compile() {
src_install() {
make install DESTDIR=${D} \
+ libdir=/usr/$(get_libdir) \
docdir=/usr/share/doc/${PF} \
icondir=/usr/share/pixmaps \
desktopdir=/usr/share/applications || die "install failed"