From 0d8bf3c8ac490f454435b075619fb618d4be42a4 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Thu, 25 Jan 2007 05:23:00 +0000 Subject: [PATCH] Replacing einfo with elog Package-Manager: portage-2.1.2-r2 --- app-office/abiword/ChangeLog | 6 +++- app-office/abiword/abiword-2.4.4.ebuild | 10 +++--- app-office/abiword/abiword-2.4.5-r1.ebuild | 8 ++--- app-office/abiword/abiword-2.4.5.ebuild | 10 +++--- app-office/abiword/abiword-2.4.6.ebuild | 8 ++--- app-office/abiword/files/digest-abiword-2.4.4 | 2 ++ app-office/facturalux/ChangeLog | 7 ++-- app-office/facturalux/facturalux-0.4.ebuild | 18 +++++----- .../facturalux/files/digest-facturalux-0.4 | 4 +++ app-office/grisbi/ChangeLog | 8 +++-- app-office/grisbi/files/digest-grisbi-0.5.7 | 2 ++ app-office/grisbi/grisbi-0.5.7.ebuild | 22 ++++++------ app-office/grisbi/grisbi-0.5.8.ebuild | 22 ++++++------ app-office/grisbi/grisbi-0.5.9.ebuild | 22 ++++++------ app-office/khacc/ChangeLog | 8 +++-- app-office/khacc/khacc-3.2.1.ebuild | 12 +++---- app-office/khacc/khacc-3.3.ebuild | 12 +++---- app-office/lyx/ChangeLog | 8 +++-- app-office/lyx/lyx-1.4.1-r1.ebuild | 36 +++++++++---------- app-office/lyx/lyx-1.4.2.ebuild | 36 +++++++++---------- app-office/magicpoint/ChangeLog | 7 ++-- .../magicpoint/files/digest-magicpoint-1.11b | 2 ++ app-office/magicpoint/magicpoint-1.11b.ebuild | 16 ++++----- 23 files changed, 156 insertions(+), 130 deletions(-) diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 7f661ece4593..1705218fc1ff 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/abiword # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.164 2007/01/04 00:33:13 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.165 2007/01/25 05:10:46 genone Exp $ + + 25 Jan 2007; Marius Mauch abiword-2.4.4.ebuild, + abiword-2.4.5.ebuild, abiword-2.4.5-r1.ebuild, abiword-2.4.6.ebuild: + Replacing einfo with elog 04 Jan 2007; Saleem Abdulrasool abiword-2.4.5-r1.ebuild, abiword-2.4.6.ebuild: diff --git a/app-office/abiword/abiword-2.4.4.ebuild b/app-office/abiword/abiword-2.4.4.ebuild index 2ffae1f650c5..8a7a7fda603b 100644 --- a/app-office/abiword/abiword-2.4.4.ebuild +++ b/app-office/abiword/abiword-2.4.4.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/abiword/abiword-2.4.4.ebuild,v 1.2 2006/07/05 07:51:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.4.ebuild,v 1.3 2007/01/25 05:10:46 genone Exp $ inherit eutils fdo-mime alternatives @@ -86,7 +86,7 @@ pkg_postinst() { alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" - einfo "As of version 2.4, all abiword plugins have been moved" - einfo "into a seperate abiword-plugins package" - einfo "You can install them by running emerge abiword-plugins" + elog "As of version 2.4, all abiword plugins have been moved" + elog "into a seperate abiword-plugins package" + elog "You can install them by running emerge abiword-plugins" } diff --git a/app-office/abiword/abiword-2.4.5-r1.ebuild b/app-office/abiword/abiword-2.4.5-r1.ebuild index 2008dcb54632..af5c37126d0c 100644 --- a/app-office/abiword/abiword-2.4.5-r1.ebuild +++ b/app-office/abiword/abiword-2.4.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5-r1.ebuild,v 1.2 2007/01/04 00:33:13 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5-r1.ebuild,v 1.3 2007/01/25 05:10:46 genone Exp $ inherit eutils fdo-mime alternatives @@ -83,7 +83,7 @@ pkg_postinst() { alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" - einfo "As of version 2.4, all abiword plugins have been moved" - einfo "into a seperate abiword-plugins package" - einfo "You can install them by running emerge abiword-plugins" + elog "As of version 2.4, all abiword plugins have been moved" + elog "into a seperate abiword-plugins package" + elog "You can install them by running emerge abiword-plugins" } diff --git a/app-office/abiword/abiword-2.4.5.ebuild b/app-office/abiword/abiword-2.4.5.ebuild index 8a9efc3ee632..fe4bf135ec41 100644 --- a/app-office/abiword/abiword-2.4.5.ebuild +++ b/app-office/abiword/abiword-2.4.5.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/abiword/abiword-2.4.5.ebuild,v 1.8 2006/10/15 00:38:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5.ebuild,v 1.9 2007/01/25 05:10:46 genone Exp $ inherit eutils fdo-mime alternatives @@ -80,7 +80,7 @@ pkg_postinst() { alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" - einfo "As of version 2.4, all abiword plugins have been moved" - einfo "into a seperate abiword-plugins package" - einfo "You can install them by running emerge abiword-plugins" + elog "As of version 2.4, all abiword plugins have been moved" + elog "into a seperate abiword-plugins package" + elog "You can install them by running emerge abiword-plugins" } diff --git a/app-office/abiword/abiword-2.4.6.ebuild b/app-office/abiword/abiword-2.4.6.ebuild index 1fc26570977b..3d0cdd683746 100644 --- a/app-office/abiword/abiword-2.4.6.ebuild +++ b/app-office/abiword/abiword-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild,v 1.2 2007/01/04 00:33:13 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild,v 1.3 2007/01/25 05:10:46 genone Exp $ inherit alternatives eutils fdo-mime @@ -76,7 +76,7 @@ pkg_postinst() { alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" - einfo "As of version 2.4, all abiword plugins have been moved" - einfo "into a seperate abiword-plugins package" - einfo "You can install them by running emerge abiword-plugins" + elog "As of version 2.4, all abiword plugins have been moved" + elog "into a seperate abiword-plugins package" + elog "You can install them by running emerge abiword-plugins" } diff --git a/app-office/abiword/files/digest-abiword-2.4.4 b/app-office/abiword/files/digest-abiword-2.4.4 index 37c40c7995f9..6abc104ba26b 100644 --- a/app-office/abiword/files/digest-abiword-2.4.4 +++ b/app-office/abiword/files/digest-abiword-2.4.4 @@ -1 +1,3 @@ MD5 69dd69179b861a41613291afd10af9ab abiword-2.4.4.tar.bz2 24687425 +RMD160 5fad618b07b13a543f55321dd3e8114105cefd5d abiword-2.4.4.tar.bz2 24687425 +SHA256 94c83290dd056a1b49024dd40ca62305818508643b21b69a0b758bd12de96252 abiword-2.4.4.tar.bz2 24687425 diff --git a/app-office/facturalux/ChangeLog b/app-office/facturalux/ChangeLog index a06d42a17371..0c5a52092cd4 100644 --- a/app-office/facturalux/ChangeLog +++ b/app-office/facturalux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/facturalux -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/facturalux/ChangeLog,v 1.7 2005/09/16 21:35:42 ciaranm Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/facturalux/ChangeLog,v 1.8 2007/01/25 05:12:40 genone Exp $ + + 25 Jan 2007; Marius Mauch facturalux-0.4.ebuild: + Replacing einfo with elog 16 Sep 2005; Ciaran McCreesh ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/app-office/facturalux/facturalux-0.4.ebuild b/app-office/facturalux/facturalux-0.4.ebuild index 12c66f5c7085..2c140d5047e7 100644 --- a/app-office/facturalux/facturalux-0.4.ebuild +++ b/app-office/facturalux/facturalux-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/facturalux/facturalux-0.4.ebuild,v 1.7 2005/07/07 04:28:04 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/facturalux/facturalux-0.4.ebuild,v 1.8 2007/01/25 05:12:40 genone Exp $ inherit eutils @@ -43,11 +43,11 @@ src_install() { } pkg_postinst() { - einfo - einfo "You must create a new database and a proper user:" - einfo - einfo "# su postgres" - einfo "$ createdb -E UNICODE facturalux" - einfo "$ createuser --pwprompt password" - einfo + elog + elog "You must create a new database and a proper user:" + elog + elog "# su postgres" + elog "$ createdb -E UNICODE facturalux" + elog "$ createuser --pwprompt password" + elog } diff --git a/app-office/facturalux/files/digest-facturalux-0.4 b/app-office/facturalux/files/digest-facturalux-0.4 index b6d8790b35fc..8246c32c6205 100644 --- a/app-office/facturalux/files/digest-facturalux-0.4 +++ b/app-office/facturalux/files/digest-facturalux-0.4 @@ -1,2 +1,6 @@ MD5 63191c7c87d5ba29c9585f5c568e1ba3 facturalux-0.4.tar.bz2 1124447 +RMD160 4bd74667a5e945587666da80e58b6efa86170c17 facturalux-0.4.tar.bz2 1124447 +SHA256 d1c04ef6c600de8e1392e8ca63c15fc69e4140763eb546d4a4cb193cb767ff2e facturalux-0.4.tar.bz2 1124447 MD5 36868bdcb79eecd1eb3a497164f9ab9e personalizacion-base-0.0.tar.bz2 490579 +RMD160 0b1dce8e77c57e144cadb80bbe8bb7d58b39a38f personalizacion-base-0.0.tar.bz2 490579 +SHA256 0005586eacab6875e4cc30fbc4a0d4c52552a1ad5d8b5666b6e59b6c5e3d768e personalizacion-base-0.0.tar.bz2 490579 diff --git a/app-office/grisbi/ChangeLog b/app-office/grisbi/ChangeLog index 968345913fd4..f4df5c124e74 100644 --- a/app-office/grisbi/ChangeLog +++ b/app-office/grisbi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/grisbi -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.25 2006/12/01 16:27:12 dertobi123 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.26 2007/01/25 05:16:25 genone Exp $ + + 25 Jan 2007; Marius Mauch grisbi-0.5.7.ebuild, + grisbi-0.5.8.ebuild, grisbi-0.5.9.ebuild: + Replacing einfo with elog 01 Dec 2006; Tobias Scherbaum grisbi-0.5.9.ebuild: ppc stable, bug #156630 diff --git a/app-office/grisbi/files/digest-grisbi-0.5.7 b/app-office/grisbi/files/digest-grisbi-0.5.7 index d8b01ab18079..ccaea248ccb3 100644 --- a/app-office/grisbi/files/digest-grisbi-0.5.7 +++ b/app-office/grisbi/files/digest-grisbi-0.5.7 @@ -1 +1,3 @@ MD5 571e5b08ee9477c2adec459fb4d99625 grisbi-0.5.7.tar.bz2 912427 +RMD160 b2024eb9a8b5351e86de797a08f9279f1de6c897 grisbi-0.5.7.tar.bz2 912427 +SHA256 6ce144c7492fab17a306271bfeb7a521ef4a35e01ed8d7534510852593e500fa grisbi-0.5.7.tar.bz2 912427 diff --git a/app-office/grisbi/grisbi-0.5.7.ebuild b/app-office/grisbi/grisbi-0.5.7.ebuild index df79988c2044..686b53a91c05 100644 --- a/app-office/grisbi/grisbi-0.5.7.ebuild +++ b/app-office/grisbi/grisbi-0.5.7.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/grisbi/grisbi-0.5.7.ebuild,v 1.5 2006/10/27 17:15:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.7.ebuild,v 1.6 2007/01/25 05:16:25 genone Exp $ inherit eutils @@ -25,13 +25,11 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! use print; then - echo - einfo - einfo "NOTE: The USE variable 'print' is not in your USE flags." - einfo "For printing support in grisbi, you will need to restart" - einfo "the build with USE=\"print\"" - einfo - echo + elog + elog "NOTE: The USE variable 'print' is not in your USE flags." + elog "For printing support in grisbi, you will need to restart" + elog "the build with USE=\"print\"" + elog ebeep 5 fi } @@ -70,7 +68,7 @@ src_install() { pkg_postinst() { pkg_setup - einfo "The first thing you should do is set up the browser command in" - einfo "preferences after you start up grisbi. Otherwise you will not" - einfo "be able to see the help and manuals" + elog "The first thing you should do is set up the browser command in" + elog "preferences after you start up grisbi. Otherwise you will not" + elog "be able to see the help and manuals" } diff --git a/app-office/grisbi/grisbi-0.5.8.ebuild b/app-office/grisbi/grisbi-0.5.8.ebuild index 08e433df45df..cf8af25bcefc 100644 --- a/app-office/grisbi/grisbi-0.5.8.ebuild +++ b/app-office/grisbi/grisbi-0.5.8.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/grisbi/grisbi-0.5.8.ebuild,v 1.3 2006/10/27 17:15:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.8.ebuild,v 1.4 2007/01/25 05:16:25 genone Exp $ inherit eutils @@ -25,13 +25,11 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! use print; then - echo - einfo - einfo "NOTE: The USE variable 'print' is not in your USE flags." - einfo "For printing support in grisbi, you will need to restart" - einfo "the build with USE=\"print\"" - einfo - echo + elog + elog "NOTE: The USE variable 'print' is not in your USE flags." + elog "For printing support in grisbi, you will need to restart" + elog "the build with USE=\"print\"" + elog ebeep 5 fi } @@ -70,7 +68,7 @@ src_install() { pkg_postinst() { pkg_setup - einfo "The first thing you should do is set up the browser command in" - einfo "preferences after you start up grisbi. Otherwise you will not" - einfo "be able to see the help and manuals" + elog "The first thing you should do is set up the browser command in" + elog "preferences after you start up grisbi. Otherwise you will not" + elog "be able to see the help and manuals" } diff --git a/app-office/grisbi/grisbi-0.5.9.ebuild b/app-office/grisbi/grisbi-0.5.9.ebuild index 7a141bfb4055..cd20d4b1553d 100644 --- a/app-office/grisbi/grisbi-0.5.9.ebuild +++ b/app-office/grisbi/grisbi-0.5.9.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/grisbi/grisbi-0.5.9.ebuild,v 1.3 2006/12/01 16:27:12 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.9.ebuild,v 1.4 2007/01/25 05:16:25 genone Exp $ inherit eutils @@ -25,13 +25,11 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! use print; then - echo - einfo - einfo "NOTE: The USE variable 'print' is not in your USE flags." - einfo "For printing support in grisbi, you will need to restart" - einfo "the build with USE=\"print\"" - einfo - echo + elog + elog "NOTE: The USE variable 'print' is not in your USE flags." + elog "For printing support in grisbi, you will need to restart" + elog "the build with USE=\"print\"" + elog ebeep 5 fi } @@ -69,7 +67,7 @@ src_install() { pkg_postinst() { pkg_setup - einfo "The first thing you should do is set up the browser command in" - einfo "preferences after you start up grisbi. Otherwise you will not" - einfo "be able to see the help and manuals" + elog "The first thing you should do is set up the browser command in" + elog "preferences after you start up grisbi. Otherwise you will not" + elog "be able to see the help and manuals" } diff --git a/app-office/khacc/ChangeLog b/app-office/khacc/ChangeLog index 6491140e0a07..6b6b2ab36313 100644 --- a/app-office/khacc/ChangeLog +++ b/app-office/khacc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/khacc -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/ChangeLog,v 1.20 2006/10/14 11:12:36 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/ChangeLog,v 1.21 2007/01/25 05:18:13 genone Exp $ + + 25 Jan 2007; Marius Mauch khacc-3.2.1.ebuild, + khacc-3.3.ebuild: + Replacing einfo with elog 14 Oct 2006; Diego Pettenò khacc-3.2.1.ebuild, khacc-3.3.ebuild: diff --git a/app-office/khacc/khacc-3.2.1.ebuild b/app-office/khacc/khacc-3.2.1.ebuild index 38ad4630f7f3..d1b0ff19285b 100644 --- a/app-office/khacc/khacc-3.2.1.ebuild +++ b/app-office/khacc/khacc-3.2.1.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/khacc/khacc-3.2.1.ebuild,v 1.6 2006/10/14 11:12:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/khacc-3.2.1.ebuild,v 1.7 2007/01/25 05:18:13 genone Exp $ inherit kde eutils @@ -31,10 +31,10 @@ src_compile() { pkg_postinst() { echo - einfo "A sample configuration is provided in /usr/share/qhacc/easysetup." - einfo "copy files: \`mkdir ~/.qhacc ; cp /usr/share/qhacc/easysetup/* ~/.qhacc\`" - einfo "run program: \`khacc -f ~/.qhacc/\`" - einfo "set alias: \`echo -e \\\n \"alias khacc=\\\"khacc -f ~/.qhacc\\\"\" >> ~/.bashrc\`" + elog "A sample configuration is provided in /usr/share/qhacc/easysetup." + elog "copy files: \`mkdir ~/.qhacc ; cp /usr/share/qhacc/easysetup/* ~/.qhacc\`" + elog "run program: \`khacc -f ~/.qhacc/\`" + elog "set alias: \`echo -e \\\n \"alias khacc=\\\"khacc -f ~/.qhacc\\\"\" >> ~/.bashrc\`" echo } diff --git a/app-office/khacc/khacc-3.3.ebuild b/app-office/khacc/khacc-3.3.ebuild index 141fe286db9a..09625b207247 100644 --- a/app-office/khacc/khacc-3.3.ebuild +++ b/app-office/khacc/khacc-3.3.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/khacc/khacc-3.3.ebuild,v 1.2 2006/10/14 11:12:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/khacc-3.3.ebuild,v 1.3 2007/01/25 05:18:13 genone Exp $ inherit kde @@ -25,9 +25,9 @@ src_compile() { pkg_postinst() { echo - einfo "A sample configuration is provided in /usr/share/qhacc/easysetup." - einfo "copy files: mkdir ~/.qhacc ; cp /usr/share/qhacc/easysetup/* ~/.qhacc" - einfo "run program: khacc -f ~/.qhacc/" - einfo "set alias: echo -e \\\n \"alias khacc=\\\"khacc -f ~/.qhacc\\\"\" >> ~/.bashrc" + elog "A sample configuration is provided in /usr/share/qhacc/easysetup." + elog "copy files: mkdir ~/.qhacc ; cp /usr/share/qhacc/easysetup/* ~/.qhacc" + elog "run program: khacc -f ~/.qhacc/" + elog "set alias: echo -e \\\n \"alias khacc=\\\"khacc -f ~/.qhacc\\\"\" >> ~/.bashrc" echo } 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 lyx-1.4.1-r1.ebuild, + lyx-1.4.2.ebuild: + Replacing einfo with elog 16 Oct 2006; Donnie Berkholz ; 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 } diff --git a/app-office/magicpoint/ChangeLog b/app-office/magicpoint/ChangeLog index 6add6050e64f..1427fb66458e 100644 --- a/app-office/magicpoint/ChangeLog +++ b/app-office/magicpoint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/magicpoint -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.21 2006/01/25 08:40:28 spyderous Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.22 2007/01/25 05:23:00 genone Exp $ + + 25 Jan 2007; Marius Mauch magicpoint-1.11b.ebuild: + Replacing einfo with elog 25 Jan 2006; Donnie Berkholz ; magicpoint-1.11b.ebuild: diff --git a/app-office/magicpoint/files/digest-magicpoint-1.11b b/app-office/magicpoint/files/digest-magicpoint-1.11b index c4d63a3067db..2ef3b59addce 100644 --- a/app-office/magicpoint/files/digest-magicpoint-1.11b +++ b/app-office/magicpoint/files/digest-magicpoint-1.11b @@ -1 +1,3 @@ MD5 2b627f17443842eb5009304864577a4c magicpoint-1.11b.tar.gz 871618 +RMD160 788acfde864e3a2e5d66af947a733aa6cea5a8c9 magicpoint-1.11b.tar.gz 871618 +SHA256 c06972988789402d2530cd7c55a46fd5c44ac0696f8477f563489d9ebc8a26d1 magicpoint-1.11b.tar.gz 871618 diff --git a/app-office/magicpoint/magicpoint-1.11b.ebuild b/app-office/magicpoint/magicpoint-1.11b.ebuild index 625437967f4f..8e21338630c3 100644 --- a/app-office/magicpoint/magicpoint-1.11b.ebuild +++ b/app-office/magicpoint/magicpoint-1.11b.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/magicpoint/magicpoint-1.11b.ebuild,v 1.12 2006/01/25 08:40:28 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.11b.ebuild,v 1.13 2007/01/25 05:23:00 genone Exp $ inherit elisp-common eutils fixheadtails @@ -117,12 +117,12 @@ src_install() { pkg_postinst() { has_emacs && elisp-site-regen - einfo - einfo "If you enabled xft2 support (default) you may specify xfont directive by" - einfo "font name and font registry." - einfo "e.g.)" - einfo '%deffont "standard" xfont "sazanami mincho" "jisx0208.1983"' - einfo + elog + elog "If you enabled xft2 support (default) you may specify xfont directive by" + elog "font name and font registry." + elog "e.g.)" + elog '%deffont "standard" xfont "sazanami mincho" "jisx0208.1983"' + elog } pkg_postrm() { -- 2.26.2