summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:46:37 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:46:37 +0000
commit9148e189b2f5a84cd2e9ef2e7563d614a03ee2cf (patch)
treefc997634381f23a307b0845acbd5422bbe063419 /dev-tex/tipa
parentReplacing einfo with elog (diff)
downloadgentoo-2-9148e189b2f5a84cd2e9ef2e7563d614a03ee2cf.tar.gz
gentoo-2-9148e189b2f5a84cd2e9ef2e7563d614a03ee2cf.tar.bz2
gentoo-2-9148e189b2f5a84cd2e9ef2e7563d614a03ee2cf.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-tex/tipa')
-rw-r--r--dev-tex/tipa/ChangeLog7
-rw-r--r--dev-tex/tipa/tipa-1.3.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/dev-tex/tipa/ChangeLog b/dev-tex/tipa/ChangeLog
index 2e5b40401d38..01733b4746ea 100644
--- a/dev-tex/tipa/ChangeLog
+++ b/dev-tex/tipa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/tipa
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/ChangeLog,v 1.2 2006/03/13 20:20:36 ehmsen Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/ChangeLog,v 1.3 2007/01/28 06:46:37 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> tipa-1.3.ebuild:
+ Replacing einfo with elog
13 Mar 2006; Martin Ehmsen <ehmsen@gentoo.org> tipa-1.3.ebuild:
Added einfo to tell how to use tipa with dvips, bug #124846.
diff --git a/dev-tex/tipa/tipa-1.3.ebuild b/dev-tex/tipa/tipa-1.3.ebuild
index 5f8a7b58501c..07295d3c7655 100644
--- a/dev-tex/tipa/tipa-1.3.ebuild
+++ b/dev-tex/tipa/tipa-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.2 2006/03/13 20:20:36 ehmsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild,v 1.3 2007/01/28 06:46:37 genone Exp $
DESCRIPTION="International Phonetic Alphabet package for LaTeX"
HOMEPAGE="http://www.l.u-tokyo.ac.jp/~fkr/"
@@ -32,18 +32,18 @@ src_install() {
make DESTDIR=${D} install || die "make install failed."
dodoc doc/*.{tex,sty,bib,bbl} || die "dodoc failed."
- einfo "A huge documentation can be found in '/usr/share/doc/${P}'."
+ elog "A huge documentation can be found in '/usr/share/doc/${P}'."
}
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
+ elog
+ elog "Append the line"
+ elog "p +tipa.map"
+ elog "to /usr/share/texmf/dvips/config/config.ps"
+ elog
}
pkg_postrm() {