summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 05:23:00 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 05:23:00 +0000
commit0d8bf3c8ac490f454435b075619fb618d4be42a4 (patch)
treeaa88e77c4a95b57e08090d8b3a889f006d0306ee /app-office/lyx
parentReplacing einfo with eerror (diff)
downloadhistorical-0d8bf3c8ac490f454435b075619fb618d4be42a4.tar.gz
historical-0d8bf3c8ac490f454435b075619fb618d4be42a4.tar.bz2
historical-0d8bf3c8ac490f454435b075619fb618d4be42a4.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-office/lyx')
-rw-r--r--app-office/lyx/ChangeLog8
-rw-r--r--app-office/lyx/lyx-1.4.1-r1.ebuild36
-rw-r--r--app-office/lyx/lyx-1.4.2.ebuild36
3 files changed, 42 insertions, 38 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog
index 782b0ecf00fa..a23277cc8c7b 100644
--- a/app-office/lyx/ChangeLog
+++ b/app-office/lyx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/lyx
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.89 2006/10/16 06:11:43 dberkholz Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.90 2007/01/25 05:20:47 genone Exp $
+
+ 25 Jan 2007; Marius Mauch <genone@gentoo.org> lyx-1.4.1-r1.ebuild,
+ lyx-1.4.2.ebuild:
+ Replacing einfo with elog
16 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; lyx-1.4.2.ebuild:
(#131524) Use font.eclass to avoid sandbox violations with >=fontconfig-2.4.
diff --git a/app-office/lyx/lyx-1.4.1-r1.ebuild b/app-office/lyx/lyx-1.4.1-r1.ebuild
index 074b27edb598..c339cf266fc1 100644
--- a/app-office/lyx/lyx-1.4.1-r1.ebuild
+++ b/app-office/lyx/lyx-1.4.1-r1.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/app-office/lyx/lyx-1.4.1-r1.ebuild,v 1.6 2006/06/24 01:17:29 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.4.1-r1.ebuild,v 1.7 2007/01/25 05:20:47 genone Exp $
inherit kde-functions fdo-mime eutils libtool flag-o-matic
@@ -73,10 +73,10 @@ src_unpack() {
# bug #125309
epatch ${FILESDIR}/${P}-dvips-R0.patch || die
if use cjk ; then
- einfo
- einfo "CJK-LyX now only supports the qt frontend"
- einfo "the xforms frontend has been removed."
- einfo
+ elog
+ elog "CJK-LyX now only supports the qt frontend"
+ elog "the xforms frontend has been removed."
+ elog
epatch ${DISTDIR}/CJK-LyX-qt-${PV}-2.patch || die
fi
elibtoolize || die "elibtoolize failed "
@@ -161,19 +161,19 @@ pkg_postinst() {
fdo-mime_desktop_database_update
fi
- einfo ""
- einfo "How to use Hebrew in LyX:"
- einfo "1. emerge dev-tex/ivritex."
- einfo "2. unzip /usr/share/doc/${P}/preferences.gz into ~/.lyx/preferences"
- einfo "or, read http://www.math.tau.ac.il/~dekelts/lyx/instructions2.html"
- einfo "for instructions on using lyx's own preferences dialog to equal effect."
- einfo "3. use lyx's qt interface (compile with USE=qt3) for maximum effect."
- einfo ""
+ elog
+ elog "How to use Hebrew in LyX:"
+ elog "1. emerge dev-tex/ivritex."
+ elog "2. unzip /usr/share/doc/${P}/preferences.gz into ~/.lyx/preferences"
+ elog "or, read http://www.math.tau.ac.il/~dekelts/lyx/instructions2.html"
+ elog "for instructions on using lyx's own preferences dialog to equal effect."
+ elog "3. use lyx's qt interface (compile with USE=qt3) for maximum effect."
+ elog
if ! useq qt3 ; then
- 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."
- einfo ""
+ elog
+ elog "If you have a multi-head setup not using xinerama you can only use lyx"
+ elog "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392."
+ elog
fi
}
diff --git a/app-office/lyx/lyx-1.4.2.ebuild b/app-office/lyx/lyx-1.4.2.ebuild
index 8d29dff66a79..293a19b3d856 100644
--- a/app-office/lyx/lyx-1.4.2.ebuild
+++ b/app-office/lyx/lyx-1.4.2.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/app-office/lyx/lyx-1.4.2.ebuild,v 1.3 2006/10/16 06:11:43 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.4.2.ebuild,v 1.4 2007/01/25 05:20:47 genone Exp $
inherit kde-functions fdo-mime eutils libtool flag-o-matic font
@@ -76,10 +76,10 @@ src_unpack() {
# bug #125309
epatch "${FILESDIR}"/${P}-gentoo.patch || die
if use qt3 && use cjk ; then
- einfo
- einfo "CJK-LyX now only supports the qt frontend"
- einfo "the xforms frontend has been removed."
- einfo
+ elog
+ elog "CJK-LyX now only supports the qt frontend"
+ elog "the xforms frontend has been removed."
+ elog
epatch "${DISTDIR}"/${CJK_PATCH} || die
fi
elibtoolize || die "elibtoolize failed "
@@ -160,19 +160,19 @@ pkg_postinst() {
fdo-mime_desktop_database_update
fi
- einfo ""
- einfo "How to use Hebrew in LyX:"
- einfo "1. emerge dev-tex/ivritex."
- einfo "2. gunzip /usr/share/doc/${PF}/preferences.gz into ~/.lyx/preferences"
- einfo "or, read http://www.math.tau.ac.il/~dekelts/lyx/instructions2.html"
- einfo "for instructions on using lyx's own preferences dialog to equal effect."
- einfo "3. use lyx's qt interface (compile with USE=qt3) for maximum effect."
- einfo ""
+ elog
+ elog "How to use Hebrew in LyX:"
+ elog "1. emerge dev-tex/ivritex."
+ elog "2. gunzip /usr/share/doc/${PF}/preferences.gz into ~/.lyx/preferences"
+ elog "or, read http://www.math.tau.ac.il/~dekelts/lyx/instructions2.html"
+ elog "for instructions on using lyx's own preferences dialog to equal effect."
+ elog "3. use lyx's qt interface (compile with USE=qt3) for maximum effect."
+ elog
if ! use qt3 ; then
- 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."
- einfo ""
+ elog
+ elog "If you have a multi-head setup not using xinerama you can only use lyx"
+ elog "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392."
+ elog
fi
}