Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36964 Details for
Bug 38156
elm: some files do not get included in the package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A diff for -r1
elm-2.4_rc100-r1.ebuild.diff (text/plain), 2.09 KB, created by
Andrej Kacian (RETIRED)
on 2004-08-07 10:07:45 UTC
(
hide
)
Description:
A diff for -r1
Filename:
MIME Type:
Creator:
Andrej Kacian (RETIRED)
Created:
2004-08-07 10:07:45 UTC
Size:
2.09 KB
patch
obsolete
>--- elm-2.4_rc100.ebuild 2004-07-01 22:06:44.000000000 +0200 >+++ elm-2.4_rc100-r1.ebuild 2004-08-07 19:02:26.535638600 +0200 >@@ -1,10 +1,6 @@ > # Copyright 1999-2004 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/mail-client/elm/elm-2.4_rc100.ebuild,v 1.4 2004/07/01 19:48:22 eradicator Exp $ >- >-# HORRIBLY SORRY FOR THIS! BUT I WANT THE EBUILD AND IT DOESN'T >-# HURT ANYTHING! I PROMISE! :) - raker@gentoo.org >-export SANDBOX_DISABLED="1" >+# $Header: $ > > DESCRIPTION="a classic mail client enhanced by Michael Elkins" > HOMEPAGE="http://www.ozone.fmi.fi/KEH/" >@@ -12,7 +8,7 @@ > > LICENSE="Elm" > SLOT="0" >-KEYWORDS="x86 ~sparc ~ppc alpha" >+KEYWORDS="~x86 ~sparc ~ppc ~alpha" > > IUSE="spell" > >@@ -25,12 +21,39 @@ > > src_compile() { > >- cp Configure Configure.orig >- sed -e "s:install_prefix/man:install_prefix/share/man:" \ >+ sed -i -e "s:\$shlib:${D}\$shlib:g" \ >+ lib/Makefile.SH >+ >+ sed -i -e "s:\$shlib:${D}\$shlib:g" \ >+ shared_libs/iconv/Makefile.SH >+ >+ sed -i -e "s:\$shlib:${D}\$shlib:g" \ >+ shared_libs/smtp/Makefile.SH >+ >+ sed -i -e "s:\$shlib:${D}\$shlib:g" \ >+ shared_libs/tls/Makefile.SH >+ >+ sed -i -e "s:elmunidata -I :elmunidata -w ${D}usr/lib/elm.map.bin/unidata.bin :" \ >+ -e "s:\$lib$:${D}\$lib:" \ >+ src/Makefile.SH >+ >+ sed -i -e "s:\$lib$:${D}\$lib:" \ >+ utils/Makefile.SH >+ >+ sed -i -e "s:\"\$lib\":\"${D}\$lib\":" \ >+ -e "s:\$lib$:${D}\$lib:" \ >+ doc/Makefile.SH >+ >+ sed -e "s:helphome\t\"\$lib:helphome\t\"${D}\$lib:" \ >+ -e "s:\"\$lib/elmrc-info:\"${D}\$lib/elmrc-info:" \ >+ -e "s:\$shlib:${D}\$shlib:" \ >+ hdrs/sysdefs.SH >+ >+ sed -i -e "s:install_prefix/man:install_prefix/share/man:" \ > -e "s:etc=\"\$lib\":etc=\"/etc/elm\":" \ > -e "s:dflt=\"-O\":dflt=\"${CFLAGS}\":" \ > -e "s:dflt=cc:dflt=gcc:" \ >- < Configure.orig > Configure >+ Configure > > local myconf > use spell && myconf="ispell=\'y\'" >@@ -58,4 +81,7 @@ > MAN=${D}usr/share/man/man1 \ > CATMAN=${D}usr/share/man/cat1 \ > ETC=${D}etc/elm install || die "make install failed" >+ >+ insinto /usr/lib/elm.map.txt >+ doins charset/MAPPINGS/ISO8859/* > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38156
:
36951
| 36964