diff options
author | David Holm <dholm@gentoo.org> | 2005-05-23 08:22:24 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-23 08:22:24 +0000 |
commit | a777270e4af11578011dc946465be0017edc801f (patch) | |
tree | 7cf9a2d54821c5e1dfa527f1ac4d21e620d5d98f /app-office | |
parent | tested on alpha/arm (diff) | |
download | historical-a777270e4af11578011dc946465be0017edc801f.tar.gz historical-a777270e4af11578011dc946465be0017edc801f.tar.bz2 historical-a777270e4af11578011dc946465be0017edc801f.zip |
Fixed bug #63533
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/plan/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/plan/Manifest | 4 | ||||
-rw-r--r-- | app-office/plan/plan-1.8.7.ebuild | 9 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-office/plan/ChangeLog b/app-office/plan/ChangeLog index fe99f6d48162..898fbba5ed0b 100644 --- a/app-office/plan/ChangeLog +++ b/app-office/plan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/plan # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.8 2005/01/01 15:40:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.9 2005/05/23 08:22:24 dholm Exp $ + + 23 May 2005; David Holm <dholm@gentoo.org> plan-1.8.7.ebuild: + Fixed bug #63533 02 Jul 2004; Aron Griffis <agriffis@gentoo.org> plan-1.8.6.ebuild, plan-1.8.7.ebuild: diff --git a/app-office/plan/Manifest b/app-office/plan/Manifest index 4317f2906c86..0416dc7fdf11 100644 --- a/app-office/plan/Manifest +++ b/app-office/plan/Manifest @@ -1,7 +1,7 @@ +MD5 e18508cc3cb85f4d92b26bd4dd059fff ChangeLog 1019 MD5 7e4f3a18ef9764bf465ba82385e6234e metadata.xml 235 MD5 d814a6993df6192fe8585f96861d74ce plan-1.8.6.ebuild 1539 -MD5 1d02b318d7d28f097e00b1cde214c58a ChangeLog 940 -MD5 893ff92cb096993a9dfd5e1e058e08a2 plan-1.8.7.ebuild 1653 +MD5 efb7d483d368672b7ee50381a9394d21 plan-1.8.7.ebuild 1721 MD5 c838bc0cc918e443a78714c31ff2cb27 files/digest-plan-1.8.6 62 MD5 43079e6d1e3b9dc22ce03a1e94758e02 files/plan-1.8.6-gentoo.tar.bz2 5744 MD5 9782b3dd9e3676b0f2fd6b076687be03 files/digest-plan-1.8.7 130 diff --git a/app-office/plan/plan-1.8.7.ebuild b/app-office/plan/plan-1.8.7.ebuild index 57d453a01080..1a5abeed9f20 100644 --- a/app-office/plan/plan-1.8.7.ebuild +++ b/app-office/plan/plan-1.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.8.7.ebuild,v 1.4 2005/01/01 15:40:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.8.7.ebuild,v 1.5 2005/05/23 08:22:24 dholm Exp $ inherit eutils @@ -27,11 +27,14 @@ src_unpack() { } src_compile() { - make linux || die "make failed" + make SHARE=/usr/share/plan linux || die "make failed" } src_install() { - make DESTDIR=${D} install || die + make \ + DESTDIR=${D} \ + SHARE=/usr/share/plan \ + install || die "install failed" keepdir /usr/share/plan/netplan.dir cd ${S}/.. |