summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 02:56:17 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 02:56:17 +0000
commitd94246fde4c9b89c6e9052a992bd563efecf2dee (patch)
tree46e6e89858f981a4572bd1ed28f554874b8dc562 /app-editors
parentReplacing einfo with eerror (diff)
downloadhistorical-d94246fde4c9b89c6e9052a992bd563efecf2dee.tar.gz
historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.tar.bz2
historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gobby/ChangeLog8
-rw-r--r--app-editors/gobby/gobby-0.3.0.ebuild22
-rw-r--r--app-editors/gobby/gobby-0.4.1.ebuild22
-rw-r--r--app-editors/joe/ChangeLog6
-rw-r--r--app-editors/joe/joe-3.0-r2.ebuild10
-rw-r--r--app-editors/joe/joe-3.1-r1.ebuild12
-rw-r--r--app-editors/joe/joe-3.2.ebuild12
-rw-r--r--app-editors/joe/joe-3.4.ebuild13
-rw-r--r--app-editors/joe/joe-3.5.ebuild13
-rw-r--r--app-editors/nano/ChangeLog7
-rw-r--r--app-editors/nano/nano-1.3.11-r2.ebuild8
-rw-r--r--app-editors/nano/nano-1.3.12-r1.ebuild8
-rw-r--r--app-editors/nano/nano-2.0.0.ebuild8
-rw-r--r--app-editors/nano/nano-2.0.1.ebuild6
-rw-r--r--app-editors/nano/nano-2.0.2.ebuild8
-rw-r--r--app-editors/ng/ChangeLog7
-rw-r--r--app-editors/ng/files/digest-ng-1.5_beta12
-rw-r--r--app-editors/ng/ng-1.5_beta1.ebuild14
-rw-r--r--app-editors/nvu/ChangeLog8
-rw-r--r--app-editors/nvu/nvu-1.0-r2.ebuild16
-rw-r--r--app-editors/nvu/nvu-1.0-r4.ebuild16
-rw-r--r--app-editors/screem/ChangeLog8
-rw-r--r--app-editors/screem/screem-0.16.0.ebuild16
-rw-r--r--app-editors/screem/screem-0.16.1.ebuild16
-rw-r--r--app-editors/teco/ChangeLog8
-rw-r--r--app-editors/teco/files/digest-teco-1.00-r214
-rw-r--r--app-editors/teco/files/digest-teco-1.00-r314
-rw-r--r--app-editors/teco/teco-1.00-r2.ebuild8
-rw-r--r--app-editors/teco/teco-1.00-r3.ebuild8
-rw-r--r--app-editors/xxe/ChangeLog5
-rw-r--r--app-editors/xxe/xxe-3.5.1.ebuild8
31 files changed, 191 insertions, 140 deletions
diff --git a/app-editors/gobby/ChangeLog b/app-editors/gobby/ChangeLog
index 529ab54a8f8f..2d7622618c9c 100644
--- a/app-editors/gobby/ChangeLog
+++ b/app-editors/gobby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/gobby
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.11 2006/08/29 13:52:52 humpback Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.12 2007/01/24 02:38:34 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> gobby-0.3.0.ebuild,
+ gobby-0.4.1.ebuild:
+ Replacing einfo with elog
*gobby-0.4.0_rc4 (29 Aug 2006)
diff --git a/app-editors/gobby/gobby-0.3.0.ebuild b/app-editors/gobby/gobby-0.3.0.ebuild
index 5bb78724e42a..182f10760cf7 100644
--- a/app-editors/gobby/gobby-0.3.0.ebuild
+++ b/app-editors/gobby/gobby-0.3.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-editors/gobby/gobby-0.3.0.ebuild,v 1.3 2006/01/23 14:15:32 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.3.0.ebuild,v 1.4 2007/01/24 02:38:34 genone Exp $
inherit eutils
@@ -38,15 +38,15 @@ src_install() {
pkg_postinst() {
if built_with_use net-libs/obby howl
then
- einfo "Zeroconf support has been enabled for gobby"
+ elog "Zeroconf support has been enabled for gobby"
else
- einfo "net-libs/obby was not build with zeroconf support,"
- einfo "thus zeroconf is not enabled for ${PN}."
- einfo ""
- einfo "To get zeroconf support, rebuild net-libs/obby"
- einfo "with \"howl\" in your USE flags."
- einfo "Try USE=\"howl\" emerge net-libs/obby app-editors/gobby,"
- einfo "or add \"howl\" to your USE string in /etc/make.conf and"
- einfo "emerge net-libs/obby"
+ elog "net-libs/obby was not build with zeroconf support,"
+ elog "thus zeroconf is not enabled for ${PN}."
+ elog
+ elog "To get zeroconf support, rebuild net-libs/obby"
+ elog "with \"howl\" in your USE flags."
+ elog "Try USE=\"howl\" emerge net-libs/obby app-editors/gobby,"
+ elog "or add \"howl\" to your USE string in /etc/make.conf and"
+ elog "emerge net-libs/obby"
fi
}
diff --git a/app-editors/gobby/gobby-0.4.1.ebuild b/app-editors/gobby/gobby-0.4.1.ebuild
index 3cad3208282c..2dd738e88852 100644
--- a/app-editors/gobby/gobby-0.4.1.ebuild
+++ b/app-editors/gobby/gobby-0.4.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-editors/gobby/gobby-0.4.1.ebuild,v 1.1 2006/08/29 23:24:43 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.1.ebuild,v 1.2 2007/01/24 02:38:34 genone Exp $
inherit eutils
@@ -40,15 +40,15 @@ src_install() {
pkg_postinst() {
if built_with_use net-libs/obby howl
then
- einfo "Zeroconf support has been enabled for gobby"
+ elog "Zeroconf support has been enabled for gobby"
else
- einfo "net-libs/obby was not build with zeroconf support,"
- einfo "thus zeroconf is not enabled for ${PN}."
- einfo ""
- einfo "To get zeroconf support, rebuild net-libs/obby"
- einfo "with \"howl\" in your USE flags."
- einfo "Try USE=\"howl\" emerge net-libs/obby app-editors/gobby,"
- einfo "or add \"howl\" to your USE string in /etc/make.conf and"
- einfo "emerge net-libs/obby"
+ elog "net-libs/obby was not build with zeroconf support,"
+ elog "thus zeroconf is not enabled for ${PN}."
+ elog
+ elog "To get zeroconf support, rebuild net-libs/obby"
+ elog "with \"howl\" in your USE flags."
+ elog "Try USE=\"howl\" emerge net-libs/obby app-editors/gobby,"
+ elog "or add \"howl\" to your USE string in /etc/make.conf and"
+ elog "emerge net-libs/obby"
fi
}
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog
index 5b952572aae4..7e5101782fa0 100644
--- a/app-editors/joe/ChangeLog
+++ b/app-editors/joe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/joe
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.48 2007/01/05 07:16:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.49 2007/01/24 02:40:53 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> joe-3.0-r2.ebuild,
+ joe-3.1-r1.ebuild, joe-3.2.ebuild, joe-3.4.ebuild, joe-3.5.ebuild:
+ Replacing einfo with elog
05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> joe-3.0-r2.ebuild:
Remove gnuconfig_update usage, leave it to econf.
diff --git a/app-editors/joe/joe-3.0-r2.ebuild b/app-editors/joe/joe-3.0-r2.ebuild
index 68346bacfec7..2ba9dd38ed96 100644
--- a/app-editors/joe/joe-3.0-r2.ebuild
+++ b/app-editors/joe/joe-3.0-r2.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-editors/joe/joe-3.0-r2.ebuild,v 1.4 2007/01/05 07:16:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r2.ebuild,v 1.5 2007/01/24 02:40:53 genone Exp $
inherit flag-o-matic eutils
@@ -43,8 +43,8 @@ src_install() {
}
pkg_postinst() {
- echo
- einfo "Global configuration has been moved from /etc to /etc/joe."
- einfo "You should move or remove your old configuration files."
- echo
+ elog
+ elog "Global configuration has been moved from /etc to /etc/joe."
+ elog "You should move or remove your old configuration files."
+ elog
}
diff --git a/app-editors/joe/joe-3.1-r1.ebuild b/app-editors/joe/joe-3.1-r1.ebuild
index f8707264b8a9..5daa05ecd668 100644
--- a/app-editors/joe/joe-3.1-r1.ebuild
+++ b/app-editors/joe/joe-3.1-r1.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-editors/joe/joe-3.1-r1.ebuild,v 1.4 2005/01/01 13:28:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.1-r1.ebuild,v 1.5 2007/01/24 02:40:53 genone Exp $
inherit flag-o-matic eutils
@@ -43,8 +43,8 @@ src_install() {
}
pkg_postinst() {
- echo
- einfo "Global configuration has been moved from /etc to /etc/joe."
- einfo "You should move or remove your old configuration files."
- echo
+ elog
+ elog "Global configuration has been moved from /etc to /etc/joe."
+ elog "You should move or remove your old configuration files."
+ elog
}
diff --git a/app-editors/joe/joe-3.2.ebuild b/app-editors/joe/joe-3.2.ebuild
index a286a78c3478..c6401264c188 100644
--- a/app-editors/joe/joe-3.2.ebuild
+++ b/app-editors/joe/joe-3.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-editors/joe/joe-3.2.ebuild,v 1.11 2006/04/06 13:02:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.12 2007/01/24 02:40:53 genone Exp $
inherit flag-o-matic
@@ -41,8 +41,8 @@ src_install() {
}
pkg_postinst() {
- echo
- einfo "Global configuration has been moved from /etc to /etc/joe."
- einfo "You should move or remove your old configuration files."
- echo
+ elog
+ elog "Global configuration has been moved from /etc to /etc/joe."
+ elog "You should move or remove your old configuration files."
+ elog
}
diff --git a/app-editors/joe/joe-3.4.ebuild b/app-editors/joe/joe-3.4.ebuild
index ebd0670b6d2e..568b973bb16d 100644
--- a/app-editors/joe/joe-3.4.ebuild
+++ b/app-editors/joe/joe-3.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-editors/joe/joe-3.4.ebuild,v 1.1 2006/07/14 18:52:33 tomk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.4.ebuild,v 1.2 2007/01/24 02:40:53 genone Exp $
inherit flag-o-matic eutils
@@ -55,10 +55,9 @@ src_install() {
pkg_postinst() {
if use xterm; then
- einfo "To enable full xterm clipboard you need to set the allowWindowOps"
- einfo "resources to true. This is usually found in /etc/X11/app-defaults/XTerm"
- einfo "This is false by default due to potential security problems on some"
- einfo "architectures (see bug #91453)."
-
+ elog "To enable full xterm clipboard you need to set the allowWindowOps"
+ elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm"
+ elog "This is false by default due to potential security problems on some"
+ elog "architectures (see bug #91453)."
fi
}
diff --git a/app-editors/joe/joe-3.5.ebuild b/app-editors/joe/joe-3.5.ebuild
index 6555794e0346..5acbe931ebd9 100644
--- a/app-editors/joe/joe-3.5.ebuild
+++ b/app-editors/joe/joe-3.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-editors/joe/joe-3.5.ebuild,v 1.1 2006/08/23 08:58:17 tomk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.2 2007/01/24 02:40:53 genone Exp $
inherit flag-o-matic eutils
@@ -52,10 +52,9 @@ src_install() {
pkg_postinst() {
if use xterm; then
- einfo "To enable full xterm clipboard you need to set the allowWindowOps"
- einfo "resources to true. This is usually found in /etc/X11/app-defaults/XTerm"
- einfo "This is false by default due to potential security problems on some"
- einfo "architectures (see bug #91453)."
-
+ elog "To enable full xterm clipboard you need to set the allowWindowOps"
+ elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm"
+ elog "This is false by default due to potential security problems on some"
+ elog "architectures (see bug #91453)."
fi
}
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog
index 2f3180a21235..00790645f173 100644
--- a/app-editors/nano/ChangeLog
+++ b/app-editors/nano/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/nano
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.142 2007/01/19 20:28:31 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.143 2007/01/24 02:43:53 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> nano-1.3.11-r2.ebuild,
+ nano-1.3.12-r1.ebuild, nano-2.0.0.ebuild, nano-2.0.1.ebuild,
+ nano-2.0.2.ebuild:
+ Replacing einfo with elog
19 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> nano-2.0.1.ebuild:
Stable on MIPS; bug #158656
diff --git a/app-editors/nano/nano-1.3.11-r2.ebuild b/app-editors/nano/nano-1.3.11-r2.ebuild
index c36291299fe1..aa8c1aa155ac 100644
--- a/app-editors/nano/nano-1.3.11-r2.ebuild
+++ b/app-editors/nano/nano-1.3.11-r2.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-editors/nano/nano-1.3.11-r2.ebuild,v 1.11 2006/12/20 19:51:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.11-r2.ebuild,v 1.12 2007/01/24 02:43:53 genone Exp $
#ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
#ECVS_MODULE="nano"
@@ -80,6 +80,6 @@ src_install() {
}
pkg_postinst() {
- einfo "More helpful info about nano, visit the GDP page:"
- einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
+ elog "More helpful info about nano, visit the GDP page:"
+ elog "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
}
diff --git a/app-editors/nano/nano-1.3.12-r1.ebuild b/app-editors/nano/nano-1.3.12-r1.ebuild
index 6746567401f2..be88e0cb4bc3 100644
--- a/app-editors/nano/nano-1.3.12-r1.ebuild
+++ b/app-editors/nano/nano-1.3.12-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-editors/nano/nano-1.3.12-r1.ebuild,v 1.16 2006/12/20 19:51:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.17 2007/01/24 02:43:53 genone Exp $
#ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
#ECVS_MODULE="nano"
@@ -76,6 +76,6 @@ src_install() {
}
pkg_postinst() {
- einfo "More helpful info about nano, visit the GDP page:"
- einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
+ elog "More helpful info about nano, visit the GDP page:"
+ elog "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
}
diff --git a/app-editors/nano/nano-2.0.0.ebuild b/app-editors/nano/nano-2.0.0.ebuild
index aedfd13cf700..fd68c3d19803 100644
--- a/app-editors/nano/nano-2.0.0.ebuild
+++ b/app-editors/nano/nano-2.0.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-editors/nano/nano-2.0.0.ebuild,v 1.3 2006/12/20 19:51:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.0.ebuild,v 1.4 2007/01/24 02:43:53 genone Exp $
#ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
#ECVS_MODULE="nano"
@@ -72,6 +72,6 @@ src_install() {
}
pkg_postinst() {
- einfo "More helpful info about nano, visit the GDP page:"
- einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
+ elog "More helpful info about nano, visit the GDP page:"
+ elog "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
}
diff --git a/app-editors/nano/nano-2.0.1.ebuild b/app-editors/nano/nano-2.0.1.ebuild
index f5d60a16c9cd..9b60ef1fa0a4 100644
--- a/app-editors/nano/nano-2.0.1.ebuild
+++ b/app-editors/nano/nano-2.0.1.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-editors/nano/nano-2.0.1.ebuild,v 1.11 2007/01/19 20:28:31 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.1.ebuild,v 1.12 2007/01/24 02:43:53 genone Exp $
#ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
#ECVS_MODULE="nano"
@@ -72,6 +72,6 @@ src_install() {
}
pkg_postinst() {
- einfo "More helpful info about nano, visit the GDP page:"
- einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
+ elog "More helpful info about nano, visit the GDP page:"
+ elog "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
}
diff --git a/app-editors/nano/nano-2.0.2.ebuild b/app-editors/nano/nano-2.0.2.ebuild
index 8053c2b642db..f940433b94ee 100644
--- a/app-editors/nano/nano-2.0.2.ebuild
+++ b/app-editors/nano/nano-2.0.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-editors/nano/nano-2.0.2.ebuild,v 1.2 2006/12/24 22:57:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.2.ebuild,v 1.3 2007/01/24 02:43:53 genone Exp $
#ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
#ECVS_MODULE="nano"
@@ -71,6 +71,6 @@ src_install() {
}
pkg_postinst() {
- einfo "More helpful info about nano, visit the GDP page:"
- einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
+ elog "More helpful info about nano, visit the GDP page:"
+ elog "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
}
diff --git a/app-editors/ng/ChangeLog b/app-editors/ng/ChangeLog
index 9a8d160b4659..ee4b72a9e1ad 100644
--- a/app-editors/ng/ChangeLog
+++ b/app-editors/ng/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/ng
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ChangeLog,v 1.7 2005/08/28 16:59:16 metalgod Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ChangeLog,v 1.8 2007/01/24 02:46:21 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> ng-1.5_beta1.ebuild:
+ Replacing einfo with elog
28 Aug 2005; Luis Medinas <metalgod@gentoo.org> ng-1.5_beta1.ebuild:
Added ~amd64 keywords. Closes bug #103791.
diff --git a/app-editors/ng/files/digest-ng-1.5_beta1 b/app-editors/ng/files/digest-ng-1.5_beta1
index 55ddab787108..59d2dec7dea9 100644
--- a/app-editors/ng/files/digest-ng-1.5_beta1
+++ b/app-editors/ng/files/digest-ng-1.5_beta1
@@ -1 +1,3 @@
MD5 70aa4906154e7884fb1305e90bdac887 ng-1.5beta1.tar.gz 662557
+RMD160 b5874d403075d5e3b44aa529d977918333818ed4 ng-1.5beta1.tar.gz 662557
+SHA256 990b2ed34f2943da71af6771c0ac9a62c36857d6e6e6ad6e7dc8782860388d3c ng-1.5beta1.tar.gz 662557
diff --git a/app-editors/ng/ng-1.5_beta1.ebuild b/app-editors/ng/ng-1.5_beta1.ebuild
index 9ac5052e67eb..ad775841fba0 100644
--- a/app-editors/ng/ng-1.5_beta1.ebuild
+++ b/app-editors/ng/ng-1.5_beta1.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-editors/ng/ng-1.5_beta1.ebuild,v 1.9 2005/08/28 16:59:16 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ng-1.5_beta1.ebuild,v 1.10 2007/01/24 02:46:21 genone Exp $
inherit eutils
@@ -55,9 +55,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "If you want to use user Config"
- einfo "cp /etc/skel/.ng ~/.ng"
- einfo "and edit your .ng configuration file."
- einfo
+ elog
+ elog "If you want to use user Config"
+ elog "cp /etc/skel/.ng ~/.ng"
+ elog "and edit your .ng configuration file."
+ elog
}
diff --git a/app-editors/nvu/ChangeLog b/app-editors/nvu/ChangeLog
index f179878a65b4..c15b7a40e58f 100644
--- a/app-editors/nvu/ChangeLog
+++ b/app-editors/nvu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/nvu
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/ChangeLog,v 1.24 2006/10/23 22:02:23 kloeri Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/ChangeLog,v 1.25 2007/01/24 02:48:25 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> nvu-1.0-r2.ebuild,
+ nvu-1.0-r4.ebuild:
+ Replacing einfo with elog
23 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> nvu-1.0-r2.ebuild,
nvu-1.0-r4.ebuild:
diff --git a/app-editors/nvu/nvu-1.0-r2.ebuild b/app-editors/nvu/nvu-1.0-r2.ebuild
index 315721cb7107..0db1acf6fd67 100644
--- a/app-editors/nvu/nvu-1.0-r2.ebuild
+++ b/app-editors/nvu/nvu-1.0-r2.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-editors/nvu/nvu-1.0-r2.ebuild,v 1.4 2006/10/23 22:02:23 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r2.ebuild,v 1.5 2007/01/24 02:48:25 genone Exp $
inherit eutils mozconfig flag-o-matic multilib
@@ -79,10 +79,10 @@ src_install() {
}
pkg_postinst() {
- einfo "If you choose to setup the webbrowser feature to execute urls"
- einfo "under the HELP section please refer to"
- einfo "http://www.nvu.com/Building_From_Source.php#tipsandhints ."
- einfo "Make sure you follow the instructions to the letter if you have"
- einfo "any problems email me at anarchy@gentoo.org I will be more then"
- einfo "happy to assist you. DO NOT file a bug report on this issue."
+ elog "If you choose to setup the webbrowser feature to execute urls"
+ elog "under the HELP section please refer to"
+ elog "http://www.nvu.com/Building_From_Source.php#tipsandhints ."
+ elog "Make sure you follow the instructions to the letter if you have"
+ elog "any problems email me at anarchy@gentoo.org I will be more then"
+ elog "happy to assist you. DO NOT file a bug report on this issue."
}
diff --git a/app-editors/nvu/nvu-1.0-r4.ebuild b/app-editors/nvu/nvu-1.0-r4.ebuild
index 461edc08965d..585a8b0c4747 100644
--- a/app-editors/nvu/nvu-1.0-r4.ebuild
+++ b/app-editors/nvu/nvu-1.0-r4.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-editors/nvu/nvu-1.0-r4.ebuild,v 1.7 2006/10/23 22:02:23 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r4.ebuild,v 1.8 2007/01/24 02:48:25 genone Exp $
inherit eutils mozconfig flag-o-matic multilib
@@ -82,10 +82,10 @@ src_install() {
}
pkg_postinst() {
- einfo "If you choose to setup the webbrowser feature to execute urls"
- einfo "under the HELP section please refer to"
- einfo "http://www.nvu.com/Building_From_Source.php#tipsandhints ."
- einfo "Make sure you follow the instructions to the letter if you have"
- einfo "any problems email me at anarchy@gentoo.org I will be more then"
- einfo "happy to assist you. DO NOT file a bug report on this issue."
+ elog "If you choose to setup the webbrowser feature to execute urls"
+ elog "under the HELP section please refer to"
+ elog "http://www.nvu.com/Building_From_Source.php#tipsandhints ."
+ elog "Make sure you follow the instructions to the letter if you have"
+ elog "any problems email me at anarchy@gentoo.org I will be more then"
+ elog "happy to assist you. DO NOT file a bug report on this issue."
}
diff --git a/app-editors/screem/ChangeLog b/app-editors/screem/ChangeLog
index 36a0ee50ee32..9080cad4e221 100644
--- a/app-editors/screem/ChangeLog
+++ b/app-editors/screem/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/screem
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/screem/ChangeLog,v 1.5 2006/04/27 10:27:14 antarus Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/screem/ChangeLog,v 1.6 2007/01/24 02:53:01 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> screem-0.16.0.ebuild,
+ screem-0.16.1.ebuild:
+ Replacing einfo with elog
27 Apr 2006; Alec Warner <antarus@gentoo.org> Manifest:
Fixing duff SHA256 digests: Bug # 131293
diff --git a/app-editors/screem/screem-0.16.0.ebuild b/app-editors/screem/screem-0.16.0.ebuild
index b758c3ccb60c..1042fc5bd383 100644
--- a/app-editors/screem/screem-0.16.0.ebuild
+++ b/app-editors/screem/screem-0.16.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-editors/screem/screem-0.16.0.ebuild,v 1.3 2006/03/25 13:24:43 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/screem/screem-0.16.0.ebuild,v 1.4 2007/01/24 02:53:01 genone Exp $
inherit gnome2 autotools
@@ -72,11 +72,11 @@ src_unpack()
pkg_postinst() {
gnome2_pkg_postinst
- echo
- einfo "Run gconftool-2 --shutdown in order to be able to run screem."
- einfo "(As a normal user)"
- einfo "Otherwise, you will get an error about missing configuration"
- einfo "files."
- echo
+ elog
+ elog "Run gconftool-2 --shutdown in order to be able to run screem."
+ elog "(As a normal user)"
+ elog "Otherwise, you will get an error about missing configuration"
+ elog "files."
+ elog
}
diff --git a/app-editors/screem/screem-0.16.1.ebuild b/app-editors/screem/screem-0.16.1.ebuild
index 9a7e04a4e329..deff53dbd6ed 100644
--- a/app-editors/screem/screem-0.16.1.ebuild
+++ b/app-editors/screem/screem-0.16.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-editors/screem/screem-0.16.1.ebuild,v 1.3 2006/03/25 13:24:43 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/screem/screem-0.16.1.ebuild,v 1.4 2007/01/24 02:53:01 genone Exp $
inherit gnome2 autotools
@@ -72,11 +72,11 @@ src_unpack()
pkg_postinst() {
gnome2_pkg_postinst
- echo
- einfo "Run gconftool-2 --shutdown in order to be able to run screem."
- einfo "(As a normal user)"
- einfo "Otherwise, you will get an error about missing configuration"
- einfo "files."
- echo
+ elog
+ elog "Run gconftool-2 --shutdown in order to be able to run screem."
+ elog "(As a normal user)"
+ elog "Otherwise, you will get an error about missing configuration"
+ elog "files."
+ elog
}
diff --git a/app-editors/teco/ChangeLog b/app-editors/teco/ChangeLog
index 8f80fad94f74..4eb0287aae41 100644
--- a/app-editors/teco/ChangeLog
+++ b/app-editors/teco/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/teco
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.15 2005/09/09 15:49:58 agriffis Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.16 2007/01/24 02:54:35 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> teco-1.00-r2.ebuild,
+ teco-1.00-r3.ebuild:
+ Replacing einfo with elog
09 Sep 2005; Aron Griffis <agriffis@gentoo.org> teco-1.00-r3.ebuild:
Mark 1.00-r3 stable on alpha
diff --git a/app-editors/teco/files/digest-teco-1.00-r2 b/app-editors/teco/files/digest-teco-1.00-r2
index 74b1289dfae3..893c88e52ae7 100644
--- a/app-editors/teco/files/digest-teco-1.00-r2
+++ b/app-editors/teco/files/digest-teco-1.00-r2
@@ -1,5 +1,15 @@
-MD5 b996a43a133f0d636ef3331da2374e6e teco.tar.gz 61305
-MD5 843cb3087703e06bf984b1c82f48b1f8 tecolore.txt.gz 7039
MD5 cd83ff9d990cba30020647c58cba1fa3 tech.txt.gz 1971
+RMD160 e4930f0f98de841fe0fe73872e6667dea0f6c7c0 tech.txt.gz 1971
+SHA256 b363c59a4e97793e0c7bd0011cfc6d6669621e7a8b7c98e88da0d098aae83b7c tech.txt.gz 1971
MD5 37dd19fce3555c89d64b90bdca4d52c8 teco.doc.gz 129896
+RMD160 c5f473a123421915bebc4c263405d1875dfa4e77 teco.doc.gz 129896
+SHA256 c2102dcfc223e5f8fe189b2dd75dfb6f8dbdf1e7509761c974da45e6ba115c66 teco.doc.gz 129896
+MD5 b996a43a133f0d636ef3331da2374e6e teco.tar.gz 61305
+RMD160 3df97837e5044bb27d99686f681661555638e2c1 teco.tar.gz 61305
+SHA256 2d20d7246df15863a3cc485ee38706fd4dd8650aab0578d202913cc5750fc8e4 teco.tar.gz 61305
+MD5 843cb3087703e06bf984b1c82f48b1f8 tecolore.txt.gz 7039
+RMD160 f93e3eda3b9dbebae4808ed133139553713c24d9 tecolore.txt.gz 7039
+SHA256 a7cd56d4d9bce8befd8d73fe8cbb1ab22740571f52354880c84ffd0fcd22d884 tecolore.txt.gz 7039
MD5 5a805d3e329fc5e99fa7e1ae37e9dcfb tecoprog.doc.gz 15629
+RMD160 e77708805a5fa469548a1ab82d1f8369fbaea3d7 tecoprog.doc.gz 15629
+SHA256 8e0349b73ffcd22c668d81ea1427f93324d8f236862847634f7118fd4cde26d7 tecoprog.doc.gz 15629
diff --git a/app-editors/teco/files/digest-teco-1.00-r3 b/app-editors/teco/files/digest-teco-1.00-r3
index 74b1289dfae3..893c88e52ae7 100644
--- a/app-editors/teco/files/digest-teco-1.00-r3
+++ b/app-editors/teco/files/digest-teco-1.00-r3
@@ -1,5 +1,15 @@
-MD5 b996a43a133f0d636ef3331da2374e6e teco.tar.gz 61305
-MD5 843cb3087703e06bf984b1c82f48b1f8 tecolore.txt.gz 7039
MD5 cd83ff9d990cba30020647c58cba1fa3 tech.txt.gz 1971
+RMD160 e4930f0f98de841fe0fe73872e6667dea0f6c7c0 tech.txt.gz 1971
+SHA256 b363c59a4e97793e0c7bd0011cfc6d6669621e7a8b7c98e88da0d098aae83b7c tech.txt.gz 1971
MD5 37dd19fce3555c89d64b90bdca4d52c8 teco.doc.gz 129896
+RMD160 c5f473a123421915bebc4c263405d1875dfa4e77 teco.doc.gz 129896
+SHA256 c2102dcfc223e5f8fe189b2dd75dfb6f8dbdf1e7509761c974da45e6ba115c66 teco.doc.gz 129896
+MD5 b996a43a133f0d636ef3331da2374e6e teco.tar.gz 61305
+RMD160 3df97837e5044bb27d99686f681661555638e2c1 teco.tar.gz 61305
+SHA256 2d20d7246df15863a3cc485ee38706fd4dd8650aab0578d202913cc5750fc8e4 teco.tar.gz 61305
+MD5 843cb3087703e06bf984b1c82f48b1f8 tecolore.txt.gz 7039
+RMD160 f93e3eda3b9dbebae4808ed133139553713c24d9 tecolore.txt.gz 7039
+SHA256 a7cd56d4d9bce8befd8d73fe8cbb1ab22740571f52354880c84ffd0fcd22d884 tecolore.txt.gz 7039
MD5 5a805d3e329fc5e99fa7e1ae37e9dcfb tecoprog.doc.gz 15629
+RMD160 e77708805a5fa469548a1ab82d1f8369fbaea3d7 tecoprog.doc.gz 15629
+SHA256 8e0349b73ffcd22c668d81ea1427f93324d8f236862847634f7118fd4cde26d7 tecoprog.doc.gz 15629
diff --git a/app-editors/teco/teco-1.00-r2.ebuild b/app-editors/teco/teco-1.00-r2.ebuild
index 348b4df866ef..09739e08d138 100644
--- a/app-editors/teco/teco-1.00-r2.ebuild
+++ b/app-editors/teco/teco-1.00-r2.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-editors/teco/teco-1.00-r2.ebuild,v 1.7 2005/07/08 17:53:28 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r2.ebuild,v 1.8 2007/01/24 02:54:35 genone Exp $
inherit ccc
@@ -47,6 +47,6 @@ src_install() {
}
pkg_postinst() {
- einfo "The TECO binary is called te."
- einfo "Sample configurations and documentation is available in /usr/share/doc/"
+ elog "The TECO binary is called te."
+ elog "Sample configurations and documentation is available in /usr/share/doc/"
}
diff --git a/app-editors/teco/teco-1.00-r3.ebuild b/app-editors/teco/teco-1.00-r3.ebuild
index b47c99bf8967..0bb039c76707 100644
--- a/app-editors/teco/teco-1.00-r3.ebuild
+++ b/app-editors/teco/teco-1.00-r3.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-editors/teco/teco-1.00-r3.ebuild,v 1.5 2005/09/09 15:49:58 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.6 2007/01/24 02:54:35 genone Exp $
inherit toolchain-funcs flag-o-matic
@@ -43,6 +43,6 @@ src_install() {
}
pkg_postinst() {
- einfo "The TECO binary is called te."
- einfo "Sample configurations and documentation is available in /usr/share/doc/"
+ elog "The TECO binary is called te."
+ elog "Sample configurations and documentation is available in /usr/share/doc/"
}
diff --git a/app-editors/xxe/ChangeLog b/app-editors/xxe/ChangeLog
index b5ceaaa64cd9..568c24371884 100644
--- a/app-editors/xxe/ChangeLog
+++ b/app-editors/xxe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/xxe
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.31 2007/01/19 14:10:27 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.32 2007/01/24 02:56:17 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> xxe-3.5.1.ebuild:
+ Replacing einfo with elog
19 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org> xxe-3.5.1.ebuild:
QA: remove invalid RESTRICT="mirror"
diff --git a/app-editors/xxe/xxe-3.5.1.ebuild b/app-editors/xxe/xxe-3.5.1.ebuild
index eb0b7f645dfb..c5411876411f 100644
--- a/app-editors/xxe/xxe-3.5.1.ebuild
+++ b/app-editors/xxe/xxe-3.5.1.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-editors/xxe/xxe-3.5.1.ebuild,v 1.2 2007/01/19 14:10:27 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-3.5.1.ebuild,v 1.3 2007/01/24 02:56:17 genone Exp $
MY_PV="${PV//./_}"
@@ -41,9 +41,9 @@ src_install() {
}
pkg_postinst() {
- einfo "XXE has been installed in /opt/xxe, to include this"
- einfo "in your path, run the following:"
- einfo " /usr/sbin/env-update && source /etc/profile"
+ elog "XXE has been installed in /opt/xxe, to include this"
+ elog "in your path, run the following:"
+ elog " /usr/sbin/env-update && source /etc/profile"
echo
ewarn "If you need special/accented characters, you'll need to export LANG"
ewarn "to your locale. Example: export LANG=es_ES.ISO8859-1"