From cd42bbda8398ed7dd192b25c430bc727853b8488 Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Mon, 15 Nov 2004 05:44:32 +0000 Subject: Fixed inappropriate einfo lines; bug #71063. Marked 1.3.5 stable on x86 and ppc. --- app-office/lyx/ChangeLog | 7 ++++++- app-office/lyx/lyx-1.3.4.ebuild | 9 ++++----- app-office/lyx/lyx-1.3.5.ebuild | 11 +++++------ 3 files changed, 15 insertions(+), 12 deletions(-) (limited to 'app-office/lyx') 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 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 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." -- cgit v1.2.3-65-gdbad