--- dvipdfmx-20030313.ebuild.ORIG 2003-06-21 15:17:53.000000000 +0900 +++ dvipdfmx-20030313.ebuild 2003-06-21 15:17:18.000000000 +0900 @@ -8,7 +8,7 @@ SRC_URI="http://project.ktug.or.kr/dvipdfmx/snapshot/${P}.tar.gz" HOMEPAGE="http://project.ktug.or.kr/dvipdfmx/" -KEYWORDS="~x86" +KEYWORDS="~x86 ~alpha ~ppc ~sparc" SLOT="0" LICENSE="GPL-2" @@ -26,7 +26,7 @@ src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}.diff + epatch ${FILESDIR}/${P}-gentoo.diff } src_install () { @@ -36,6 +36,7 @@ } pkg_postinst () { + einfo "" einfo "You need modify /usr/share/texmf/web2c/texmf.cnf" einfo "in order to convert DVI correctly." einfo "For example, if you have Acrobat Reader 5 and" @@ -43,7 +44,14 @@ einfo "" einfo "CMAPINPUTS = .;/opt/Acrobat5/Resource/Font//" einfo "" - einfo "at the end of the file." + einfo "at the end of the file. If you have xpdf instead," + einfo "" + einfo "you may want to add" + einfo "" + einfo "CMAPINPUTS = .;/usr/share/xpdf//" + einfo "" + einfo "respectively." + einfo "" mktexlsr }