summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ehmsen <ehmsen@gentoo.org>2006-03-13 20:20:36 +0000
committerMartin Ehmsen <ehmsen@gentoo.org>2006-03-13 20:20:36 +0000
commit40d2f21f518355ec18f5253a9b2f7f06e3c41fa8 (patch)
tree29e2b8c78d886ffe22a0b589b32c308b8e826244 /dev-tex/tipa/tipa-1.3.ebuild
parentVersion bump for 2.14 (diff)
downloadhistorical-40d2f21f518355ec18f5253a9b2f7f06e3c41fa8.tar.gz
historical-40d2f21f518355ec18f5253a9b2f7f06e3c41fa8.tar.bz2
historical-40d2f21f518355ec18f5253a9b2f7f06e3c41fa8.zip
Added einfo about how to use tipa with dvips, bug #124846. Added ~amd64.
Package-Manager: portage-2.1_pre6-r2
Diffstat (limited to 'dev-tex/tipa/tipa-1.3.ebuild')
-rw-r--r--dev-tex/tipa/tipa-1.3.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-tex/tipa/tipa-1.3.ebuild b/dev-tex/tipa/tipa-1.3.ebuild
index 0d848c815c46..5f8a7b58501c 100644
--- a/dev-tex/tipa/tipa-1.3.ebuild
+++ b/dev-tex/tipa/tipa-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild,v 1.1 2005/02/22 12:51:18 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild,v 1.2 2006/03/13 20:20:36 ehmsen Exp $
DESCRIPTION="International Phonetic Alphabet package for LaTeX"
HOMEPAGE="http://www.l.u-tokyo.ac.jp/~fkr/"
@@ -8,7 +8,7 @@ SRC_URI="http://www.l.u-tokyo.ac.jp/~fkr/tipa/${P}.tar.gz"
LICENSE="LPPL-1.2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
@@ -38,6 +38,12 @@ src_install() {
pkg_postinst() {
einfo "Running mktexlsr..."
mktexlsr || die "mktexlsr failed"
+
+ einfo
+ einfo "Append the line"
+ einfo "p +tipa.map"
+ einfo "to /usr/share/texmf/dvips/config/config.ps"
+ einfo
}
pkg_postrm() {