Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36951 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 file for -r1 ebuild
elm-2.4_rc100-r1.ebuild.diff (text/plain), 2.13 KB, created by
Andrej Kacian (RETIRED)
on 2004-08-07 06:58:02 UTC
(
hide
)
Description:
A diff file for -r1 ebuild
Filename:
MIME Type:
Creator:
Andrej Kacian (RETIRED)
Created:
2004-08-07 06:58:02 UTC
Size:
2.13 KB
patch
obsolete
>--- elm-2.4_rc100.ebuild 2004-08-07 13:16:55.000000000 +0200 >+++ elm-2.4_rc100-r1.ebuild 2004-08-07 15:55:15.451674576 +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,6 +21,38 @@ > > src_compile() { > >+ cp lib/Makefile.SH lib/Makefile.SH.orig >+ sed -e "s:\$shlib:${D}\$shlib:g" \ >+ < lib/Makefile.SH.orig > lib/Makefile.SH >+ >+ cp shared_libs/iconv/Makefile.SH shared_libs/iconv/Makefile.SH.orig >+ sed -e "s:\$shlib:${D}\$shlib:g" \ >+ < shared_libs/iconv/Makefile.SH.orig > shared_libs/iconv/Makefile.SH >+ >+ cp shared_libs/smtp/Makefile.SH shared_libs/smtp/Makefile.SH.orig >+ sed -e "s:\$shlib:${D}\$shlib:g" \ >+ < shared_libs/smtp/Makefile.SH.orig > shared_libs/smtp/Makefile.SH >+ >+ cp shared_libs/tls/Makefile.SH shared_libs/tls/Makefile.SH.orig >+ sed -e "s:\$shlib:${D}\$shlib:g" \ >+ < shared_libs/tls/Makefile.SH.orig > shared_libs/tls/Makefile.SH >+ >+ cp src/Makefile.SH src/Makefile.SH.orig >+ sed -e "s:elmunidata -I :elmunidata -w ${D}usr/lib/elm.map.bin/unidata.bin :" \ >+ -e "s:\$lib$:${D}\$lib:" \ >+ < src/Makefile.SH.orig > src/Makefile.SH >+ >+ cp utils/Makefile.SH utils/Makefile.SH.orig >+ sed -e "s:elmunidata -I :elmunidata -w ${D}usr/lib/elm.map.bin/unidata.bin :" \ >+ -e "s:\$lib$:${D}\$lib:" \ >+ < utils/Makefile.SH.orig > utils/Makefile.SH >+ >+ cp doc/Makefile.SH doc/Makefile.SH.orig >+ sed -e "s:\"\$lib\":\"${D}\$lib\":" \ >+ -e "s:\$lib$:${D}\$lib:" \ >+ < doc/Makefile.SH.orig > doc/Makefile.SH >+ >+ > cp Configure Configure.orig > sed -e "s:install_prefix/man:install_prefix/share/man:" \ > -e "s:etc=\"\$lib\":etc=\"/etc/elm\":" \
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