From: Diego Elio Pettenò Date: Fri, 5 Jan 2007 16:06:50 +0000 (+0000) Subject: Convert to use elog. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e77eaf10df5ed5507e5e578aaf444d4c7d35e78f;p=gentoo.git Convert to use elog. Package-Manager: portage-2.1.2_rc4-r6 --- diff --git a/app-dicts/gjiten/ChangeLog b/app-dicts/gjiten/ChangeLog index c094ee33fbca..24ce1917140b 100644 --- a/app-dicts/gjiten/ChangeLog +++ b/app-dicts/gjiten/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/gjiten -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.14 2006/11/13 15:36:21 matsuu Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.15 2007/01/05 16:06:08 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò gjiten-2.3.ebuild, + gjiten-2.4.ebuild, gjiten-2.6.ebuild: + Convert to use elog. *gjiten-2.6 (13 Nov 2006) diff --git a/app-dicts/gjiten/gjiten-2.3.ebuild b/app-dicts/gjiten/gjiten-2.3.ebuild index e41c94e22e1d..dfb15f82f0d0 100644 --- a/app-dicts/gjiten/gjiten-2.3.ebuild +++ b/app-dicts/gjiten/gjiten-2.3.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-dicts/gjiten/gjiten-2.3.ebuild,v 1.5 2005/04/21 18:12:48 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.3.ebuild,v 1.6 2007/01/05 16:06:08 flameeyes Exp $ inherit gnome2 @@ -29,21 +29,21 @@ src_unpack() { } pkg_postinst() { - einfo - einfo "Dictionary files are necessary in order for" - einfo "Gjiten to function." - einfo - einfo "Download dictionary files from:" - einfo "http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil" - einfo "You need kanjidic and edict at a minimum. Dictionary files" - einfo "must be converted to UTF-8 format - check the Gjiten help" - einfo "and README files for details." - einfo - einfo "A shell script is available from " - einfo "the Gjiten homepage(${HOMEPAGE}) to" - einfo "download and convert the dictionary files, but you need" - einfo "to put the files in /usr/share/gjiten after running the script." - einfo + elog + elog "Dictionary files are necessary in order for" + elog "Gjiten to function." + elog + elog "Download dictionary files from:" + elog "http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil" + elog "You need kanjidic and edict at a minimum. Dictionary files" + elog "must be converted to UTF-8 format - check the Gjiten help" + elog "and README files for details." + elog + elog "A shell script is available from " + elog "the Gjiten homepage(${HOMEPAGE}) to" + elog "download and convert the dictionary files, but you need" + elog "to put the files in /usr/share/gjiten after running the script." + elog gnome2_pkg_postinst } diff --git a/app-dicts/gjiten/gjiten-2.4.ebuild b/app-dicts/gjiten/gjiten-2.4.ebuild index 50d94682bb86..a3979de4c113 100644 --- a/app-dicts/gjiten/gjiten-2.4.ebuild +++ b/app-dicts/gjiten/gjiten-2.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-dicts/gjiten/gjiten-2.4.ebuild,v 1.1 2005/10/15 12:06:00 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.4.ebuild,v 1.2 2007/01/05 16:06:08 flameeyes Exp $ inherit gnome2 @@ -29,21 +29,21 @@ src_unpack() { } pkg_postinst() { - einfo - einfo "Dictionary files are necessary in order for" - einfo "Gjiten to function." - einfo - einfo "Download dictionary files from:" - einfo "http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil" - einfo "You need kanjidic and edict at a minimum. Dictionary files" - einfo "must be converted to UTF-8 format - check the Gjiten help" - einfo "and README files for details." - einfo - einfo "A shell script is available from " - einfo "the Gjiten homepage(${HOMEPAGE}) to" - einfo "download and convert the dictionary files, but you need" - einfo "to put the files in /usr/share/gjiten after running the script." - einfo + elog + elog "Dictionary files are necessary in order for" + elog "Gjiten to function." + elog + elog "Download dictionary files from:" + elog "http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil" + elog "You need kanjidic and edict at a minimum. Dictionary files" + elog "must be converted to UTF-8 format - check the Gjiten help" + elog "and README files for details." + elog + elog "A shell script is available from " + elog "the Gjiten homepage(${HOMEPAGE}) to" + elog "download and convert the dictionary files, but you need" + elog "to put the files in /usr/share/gjiten after running the script." + elog gnome2_pkg_postinst } diff --git a/app-dicts/gjiten/gjiten-2.6.ebuild b/app-dicts/gjiten/gjiten-2.6.ebuild index 19485e829281..bdaf9747f5e6 100644 --- a/app-dicts/gjiten/gjiten-2.6.ebuild +++ b/app-dicts/gjiten/gjiten-2.6.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-dicts/gjiten/gjiten-2.6.ebuild,v 1.1 2006/11/13 15:36:21 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6.ebuild,v 1.2 2007/01/05 16:06:08 flameeyes Exp $ inherit eutils gnome2 @@ -25,21 +25,21 @@ DEPEND="${RDEPEND} DOCS="AUTHORS BUGS ChangeLog NEWS README TODO" pkg_postinst() { - einfo - einfo "Dictionary files are necessary in order for" - einfo "Gjiten to function." - einfo - einfo "Download dictionary files from:" - einfo "http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil" - einfo "You need kanjidic and edict at a minimum. Dictionary files" - einfo "must be converted to UTF-8 format - check the Gjiten help" - einfo "and README files for details." - einfo - einfo "A shell script is available from " - einfo "the Gjiten homepage(${HOMEPAGE}) to" - einfo "download and convert the dictionary files, but you need" - einfo "to put the files in /usr/share/gjiten after running the script." - einfo + elog + elog "Dictionary files are necessary in order for" + elog "Gjiten to function." + elog + elog "Download dictionary files from:" + elog "http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil" + elog "You need kanjidic and edict at a minimum. Dictionary files" + elog "must be converted to UTF-8 format - check the Gjiten help" + elog "and README files for details." + elog + elog "A shell script is available from " + elog "the Gjiten homepage(${HOMEPAGE}) to" + elog "download and convert the dictionary files, but you need" + elog "to put the files in /usr/share/gjiten after running the script." + elog gnome2_pkg_postinst } diff --git a/app-dicts/kannadic/ChangeLog b/app-dicts/kannadic/ChangeLog index 236debb18bd7..43de3607eed1 100644 --- a/app-dicts/kannadic/ChangeLog +++ b/app-dicts/kannadic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/kannadic -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/ChangeLog,v 1.17 2006/10/21 13:57:43 carlo Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/ChangeLog,v 1.18 2007/01/05 16:06:50 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò kannadic-1.7.0.ebuild, + kannadic-2.0.3.ebuild: + Convert to use elog. 21 Oct 2006; Carsten Lohrke kannadic-1.7.0.ebuild, kannadic-2.0.3.ebuild: diff --git a/app-dicts/kannadic/kannadic-1.7.0.ebuild b/app-dicts/kannadic/kannadic-1.7.0.ebuild index 0b9f2af45bea..c1862bee9133 100644 --- a/app-dicts/kannadic/kannadic-1.7.0.ebuild +++ b/app-dicts/kannadic/kannadic-1.7.0.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-dicts/kannadic/kannadic-1.7.0.ebuild,v 1.11 2006/10/21 13:57:43 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/kannadic-1.7.0.ebuild,v 1.12 2007/01/05 16:06:50 flameeyes Exp $ inherit kde @@ -19,14 +19,14 @@ RDEPEND="${DEPEND}" need-kde 3 pkg_postinst() { - einfo - einfo "Currently KannaDic doesn't create a dictionary for you," - einfo "so you need to create one manually." - einfo "e.g) If you are going to add user dictionary named \"personal\", run" - einfo - einfo "\t% mkdic user" - einfo - einfo "and add :user \"personal\" to (use-dictionary ...) in your ~/.canna" - einfo "You may need to restart canna server in order to use your dictionary." - einfo + elog + elog "Currently KannaDic doesn't create a dictionary for you," + elog "so you need to create one manually." + elog "e.g) If you are going to add user dictionary named \"personal\", run" + elog + elog "\t% mkdic user" + elog + elog "and add :user \"personal\" to (use-dictionary ...) in your ~/.canna" + elog "You may need to restart canna server in order to use your dictionary." + elog } diff --git a/app-dicts/kannadic/kannadic-2.0.3.ebuild b/app-dicts/kannadic/kannadic-2.0.3.ebuild index 51a964ea464b..11fc4c169e72 100644 --- a/app-dicts/kannadic/kannadic-2.0.3.ebuild +++ b/app-dicts/kannadic/kannadic-2.0.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-dicts/kannadic/kannadic-2.0.3.ebuild,v 1.8 2006/10/21 13:57:43 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/kannadic-2.0.3.ebuild,v 1.9 2007/01/05 16:06:50 flameeyes Exp $ inherit kde @@ -19,14 +19,14 @@ RDEPEND="${DEPEND}" need-kde 3 pkg_postinst() { - einfo - einfo "Currently KannaDic doesn't create a dictionary for you," - einfo "so you need to create one manually." - einfo "e.g) If you are going to add user dictionary named \"personal\", run" - einfo - einfo "\t% mkdic user" - einfo - einfo "and add :user \"personal\" to (use-dictionary ...) in your ~/.canna" - einfo "You may need to restart canna server in order to use your dictionary." - einfo + elog + elog "Currently KannaDic doesn't create a dictionary for you," + elog "so you need to create one manually." + elog "e.g) If you are going to add user dictionary named \"personal\", run" + elog + elog "\t% mkdic user" + elog + elog "and add :user \"personal\" to (use-dictionary ...) in your ~/.canna" + elog "You may need to restart canna server in order to use your dictionary." + elog }