Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15274 Details for
Bug 16899
latex-eurosym ebuild badly written
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
handle eurosym.map and *.mf correctly
eurosym.patch (text/plain), 2.43 KB, created by
Martin von Gagern
on 2003-07-31 03:57:00 UTC
(
hide
)
Description:
handle eurosym.map and *.mf correctly
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2003-07-31 03:57:00 UTC
Size:
2.43 KB
patch
obsolete
>--- /usr/portage/dev-tex/eurosym/eurosym-1.2.ebuild 2003-06-12 22:40:16.000000000 +0200 >+++ /usr/local/portage/dev-tex/eurosym/eurosym-1.2.ebuild 2003-07-31 12:23:59.000000000 +0200 >@@ -14,20 +14,17 @@ > SUPPLIER="public" > > src_install() { >- cd ${S} >- cd src >- latex-package_src_doinstall all >- cd ${S} >- cd tfm >- latex-package_src_doinstall all >+ cd ${S}/src >+ latex-package_src_doinstall fonts >+ cd ${S}/tfm >+ latex-package_src_doinstall fonts >+ cd ${S}/sty >+ latex-package_src_doinstall sty >+ cd ${S}/contrib/type1/fonts/type1/eurosym >+ latex-package_src_doinstall fonts > cd ${S} >- cd sty >- latex-package_src_doinstall all >- cd ${S} >- insinto ${TEXMF}/fonts/type1/${SUPPLIER}/latex-eurosym >- doins contrib/type1/fonts/type1/eurosym/* > insinto ${TEXMF}/dvips/config/ >- doins contrib/type1/dvips/eurosym.map >+ doins contrib/type1/dvips/config/eurosym.map > cd ${S} > dodoc README Changes > cd doc >--- /usr/portage/eclass/latex-package.eclass 2003-06-09 09:14:03.000000000 +0200 >+++ /usr/local/portage/eclass/latex-package.eclass 2003-07-31 12:24:01.000000000 +0200 >@@ -93,13 +93,27 @@ > texi2dvi -q -c --language=latex $i &> /dev/null > done > ;; >- "tfm" | "vf" | "afm" | "pfb") >+ "tfm" | "vf" | "afm") > for i in `find . -maxdepth 1 -type f -name "*.${1}"` > do > insinto ${TEXMF}/fonts/${1}/${SUPPLIER}/${PN} > doins $i > done > ;; >+ "pfb") >+ for i in `find . -maxdepth 1 -type f -name "*.pfb"` >+ do >+ insinto ${TEXMF}/fonts/type1/${SUPPLIER}/${PN} >+ doins $i >+ done >+ ;; >+ "mf") >+ for i in `find . -maxdepth 1 -type f -name "*.mf"` >+ do >+ insinto ${TEXMF}/fonts/source/${SUPPLIER}/${PN} >+ doins $i >+ done >+ ;; > "ttf") > for i in `find . -maxdepth 1 -type f -name "*.ttf"` > do >@@ -114,7 +128,7 @@ > latex-package_src_doinstall tex dtx dvi ps pdf > ;; > "fonts") >- latex-package_src_doinstall tfm vg afm pfb ttf >+ latex-package_src_doinstall tfm vg afm pfb mf ttf > ;; > "bin") > latex-package_src_doinstall sh
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 16899
:
15272
| 15274