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
commit5da3dcfd0f39334f3d1828407936c46c1d50f806 (patch)
tree376670defd5cc131c618ca9a9c60943709960419 /app-office
parentLICENSE fix (diff)
downloadhistorical-5da3dcfd0f39334f3d1828407936c46c1d50f806.tar.gz
historical-5da3dcfd0f39334f3d1828407936c46c1d50f806.tar.bz2
historical-5da3dcfd0f39334f3d1828407936c46c1d50f806.zip
Fixed inappropriate einfo lines; bug #71063. Marked 1.3.5 stable on x86 and ppc.
Diffstat (limited to 'app-office')
-rw-r--r--app-office/lyx/ChangeLog7
-rw-r--r--app-office/lyx/Manifest12
-rw-r--r--app-office/lyx/lyx-1.3.4.ebuild9
-rw-r--r--app-office/lyx/lyx-1.3.5.ebuild11
4 files changed, 21 insertions, 18 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/Manifest b/app-office/lyx/Manifest
index d6f18151872e..5c3c8c38c2f6 100644
--- a/app-office/lyx/Manifest
+++ b/app-office/lyx/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 f31cc37fe1e27ac354cde2bce2aa24de ChangeLog 8445
-MD5 3925403c80b71359c1074917d6be5d2e lyx-1.3.5.ebuild 3367
+MD5 9bcf9c90820344d4439887bf39b92f34 ChangeLog 8618
+MD5 b60fb8f718d407fdf555280270485656 lyx-1.3.5.ebuild 3326
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
-MD5 7fc8aae1299ce94858b4748daa9b2973 lyx-1.3.4.ebuild 3142
+MD5 643a993dd58f7b161f1a5de6cbbc886e lyx-1.3.4.ebuild 3103
MD5 5ccd191a3dc796feeda9dcee291d2863 files/digest-lyx-1.3.5 239
MD5 296163b72f99143379e73e616ce4e728 files/digest-lyx-1.3.4 239
MD5 b86918456f67f911e357a76308cd0fdb files/lyx-1.3.4-gcc34.patch 6589
@@ -15,7 +15,7 @@ MD5 2a779b20a7425abd5eea3b5ee01698f7 files/lyx-1.3.5-boost.patch 655
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBfLcAVWNWqTUmv+0RAlZ8AKClCq/IHn8MTOhssA4XBNcNWvcGwACgipoY
-B3kAuU/z+WHmYQl0sz/mexc=
-=w8Nf
+iD8DBQFBmEC4VWNWqTUmv+0RAn3YAKCPgxU3QrdIctSHZnaRBBO8yuYVGwCgkzlJ
+IE1K31YVPf9dUEHVEs+j79w=
+=GXFg
-----END PGP SIGNATURE-----
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."