summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-06-17 07:28:41 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-06-17 07:28:41 +0000
commit5f8dcef1b03fc7d9fc6c6293a44d5ccfccf4cc59 (patch)
tree953cae0831441248def3da5b4ab44c4283f99465 /dev-tex
parentremove old (diff)
downloadgentoo-2-5f8dcef1b03fc7d9fc6c6293a44d5ccfccf4cc59.tar.gz
gentoo-2-5f8dcef1b03fc7d9fc6c6293a44d5ccfccf4cc59.tar.bz2
gentoo-2-5f8dcef1b03fc7d9fc6c6293a44d5ccfccf4cc59.zip
do not specify compression for doc files in elog messages, bug #272906
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/latex-unicode/ChangeLog6
-rw-r--r--dev-tex/latex-unicode/latex-unicode-20041017.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-tex/latex-unicode/ChangeLog b/dev-tex/latex-unicode/ChangeLog
index 4df72f59f4fb..348fe1817c27 100644
--- a/dev-tex/latex-unicode/ChangeLog
+++ b/dev-tex/latex-unicode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/latex-unicode
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/ChangeLog,v 1.19 2009/06/17 07:26:57 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/ChangeLog,v 1.20 2009/06/17 07:28:41 aballier Exp $
+
+ 17 Jun 2009; Alexis Ballier <aballier@gentoo.org>
+ latex-unicode-20041017.ebuild:
+ do not specify compression for doc files in elog messages, bug #272906
17 Jun 2009; Alexis Ballier <aballier@gentoo.org>
-latex-unicode-20030605.ebuild, -latex-unicode-20040307.ebuild:
diff --git a/dev-tex/latex-unicode/latex-unicode-20041017.ebuild b/dev-tex/latex-unicode/latex-unicode-20041017.ebuild
index a7f1bced78f3..8d0fa5b35cf9 100644
--- a/dev-tex/latex-unicode/latex-unicode-20041017.ebuild
+++ b/dev-tex/latex-unicode/latex-unicode-20041017.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/latex-unicode-20041017.ebuild,v 1.9 2008/09/03 11:40:31 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/latex-unicode-20041017.ebuild,v 1.10 2009/06/17 07:28:41 aballier Exp $
inherit latex-package
@@ -58,7 +58,7 @@ pkg_postinst() {
latex-package_pkg_postinst
elog
- elog "Please refer to /usr/share/doc/${P}/README.gz"
+ elog "Please refer to the README file in /usr/share/doc/${PF}"
elog "and languages.ps in that directory for language-specific examples."
elog
}