summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-11-15 05:44:32 +0000
committerMamoru Komachi <usata@gentoo.org>2004-11-15 05:44:32 +0000
commitcd42bbda8398ed7dd192b25c430bc727853b8488 (patch)
tree8d85c17634b055ec630d829ea4cffb7f3a4388d9 /app-office/lyx
parentLICENSE fix (diff)
downloadgentoo-2-cd42bbda8398ed7dd192b25c430bc727853b8488.tar.gz
gentoo-2-cd42bbda8398ed7dd192b25c430bc727853b8488.tar.bz2
gentoo-2-cd42bbda8398ed7dd192b25c430bc727853b8488.zip
Fixed inappropriate einfo lines; bug #71063. Marked 1.3.5 stable on x86 and ppc.
Diffstat (limited to 'app-office/lyx')
-rw-r--r--app-office/lyx/ChangeLog7
-rw-r--r--app-office/lyx/lyx-1.3.4.ebuild9
-rw-r--r--app-office/lyx/lyx-1.3.5.ebuild11
3 files changed, 15 insertions, 12 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog
index efa2cc2affaa..ee445ac8f459 100644
--- a/app-office/lyx/ChangeLog
+++ b/app-office/lyx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/lyx
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.51 2004/10/25 08:25:12 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.52 2004/11/15 05:44:32 usata Exp $
+
+ 15 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> lyx-1.3.4.ebuild,
+ lyx-1.3.5.ebuild:
+ Fixed inappropriate einfo lines; bug #71063.
+ Marked 1.3.5 stable on x86 and ppc.
25 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> lyx-1.3.4.ebuild,
lyx-1.3.5.ebuild:
diff --git a/app-office/lyx/lyx-1.3.4.ebuild b/app-office/lyx/lyx-1.3.4.ebuild
index e147db76b763..80d5427b152e 100644
--- a/app-office/lyx/lyx-1.3.4.ebuild
+++ b/app-office/lyx/lyx-1.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.4.ebuild,v 1.11 2004/10/25 08:25:12 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.4.ebuild,v 1.12 2004/11/15 05:44:32 usata Exp $
inherit kde-functions eutils libtool
@@ -103,8 +103,7 @@ pkg_postinst() {
einfo "Updating the font cache"
fc-cache -f --system-only
- einfo ""
- einfo "================"
+ draw_line
einfo ""
einfo "How to use Hebrew in LyX:"
einfo "1. emerge app-text/ivritex."
@@ -114,8 +113,8 @@ pkg_postinst() {
einfo "3. use lyx's qt interface (compile with USE=qt) for maximum effect."
einfo ""
- if ! use qt ; then
- einfo "================"
+ if ! useq qt ; then
+ draw_line
einfo ""
einfo "If you have a multi-head setup not using xinerama you can only use lyx"
einfo "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392."
diff --git a/app-office/lyx/lyx-1.3.5.ebuild b/app-office/lyx/lyx-1.3.5.ebuild
index 5645a531a41f..5474fdbb732d 100644
--- a/app-office/lyx/lyx-1.3.5.ebuild
+++ b/app-office/lyx/lyx-1.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.5.ebuild,v 1.4 2004/10/25 08:25:12 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.5.ebuild,v 1.5 2004/11/15 05:44:32 usata Exp $
inherit kde-functions eutils libtool
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+KEYWORDS="x86 ppc ~sparc ~amd64"
IUSE="nls cups qt debug gnome"
# these dependencies need looking at.
@@ -106,8 +106,7 @@ src_install() {
pkg_postinst() {
- einfo ""
- einfo "================"
+ draw_line
einfo ""
einfo "How to use Hebrew in LyX:"
einfo "1. emerge app-text/ivritex."
@@ -117,8 +116,8 @@ pkg_postinst() {
einfo "3. use lyx's qt interface (compile with USE=qt) for maximum effect."
einfo ""
- if ! use qt ; then
- einfo "================"
+ if ! useq qt ; then
+ draw_line
einfo ""
einfo "If you have a multi-head setup not using xinerama you can only use lyx"
einfo "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392."