summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:37:57 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:37:57 +0000
commite1267570e5cd0799233f936f4035eff12f79d481 (patch)
treef3eb3ca4642e196059e85dd908d8139b0d65f98a /app-i18n
parentConvert to use elog. (diff)
downloadgentoo-2-e1267570e5cd0799233f936f4035eff12f79d481.tar.gz
gentoo-2-e1267570e5cd0799233f936f4035eff12f79d481.tar.bz2
gentoo-2-e1267570e5cd0799233f936f4035eff12f79d481.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/xvnkb/ChangeLog8
-rw-r--r--app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild16
-rw-r--r--app-i18n/xvnkb/xvnkb-0.2.9.ebuild16
-rw-r--r--app-i18n/xvnkb/xvnkb-0.2.9a.ebuild16
4 files changed, 30 insertions, 26 deletions
diff --git a/app-i18n/xvnkb/ChangeLog b/app-i18n/xvnkb/ChangeLog
index 80a13f1a3867..92b3ff1da511 100644
--- a/app-i18n/xvnkb/ChangeLog
+++ b/app-i18n/xvnkb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/xvnkb
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/ChangeLog,v 1.14 2006/12/04 08:03:26 pclouds Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/ChangeLog,v 1.15 2007/01/05 16:37:57 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> xvnkb-0.2.8a-r1.ebuild,
+ xvnkb-0.2.9.ebuild, xvnkb-0.2.9a.ebuild:
+ Convert to use elog.
04 Dec 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
-xvnkb-0.2.8a.ebuild:
diff --git a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild
index 973772768232..ee76700e1e0a 100644
--- a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild
+++ b/app-i18n/xvnkb/xvnkb-0.2.8a-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-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild,v 1.3 2006/10/14 10:43:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild,v 1.4 2007/01/05 16:37:57 flameeyes Exp $
inherit eutils
@@ -59,12 +59,12 @@ src_install() {
}
pkg_postinst() {
- einfo "Remember to"
- einfo "$ export LANG=en_US.UTF-8"
- einfo "(or any other UTF-8 locale) and"
- einfo "$ export LD_PRELOAD=${DESTTREE}/lib/xvnkb.so"
- einfo "before starting X Window"
- einfo "More documents are in /usr/share/doc/${PF}"
+ elog "Remember to"
+ elog "$ export LANG=en_US.UTF-8"
+ elog "(or any other UTF-8 locale) and"
+ elog "$ export LD_PRELOAD=${DESTTREE}/lib/xvnkb.so"
+ elog "before starting X Window"
+ elog "More documents are in /usr/share/doc/${PF}"
ewarn "Programs with suid/sgid will have LD_PRELOAD cleared"
ewarn "You have to unset suid/sgid to use with xvnkb"
}
diff --git a/app-i18n/xvnkb/xvnkb-0.2.9.ebuild b/app-i18n/xvnkb/xvnkb-0.2.9.ebuild
index e5c28d8a040b..4532706b7d52 100644
--- a/app-i18n/xvnkb/xvnkb-0.2.9.ebuild
+++ b/app-i18n/xvnkb/xvnkb-0.2.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-i18n/xvnkb/xvnkb-0.2.9.ebuild,v 1.3 2006/10/14 10:43:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.9.ebuild,v 1.4 2007/01/05 16:37:57 flameeyes Exp $
inherit eutils
@@ -49,12 +49,12 @@ src_install() {
}
pkg_postinst() {
- einfo "Remember to"
- einfo "$ export LANG=en_US.UTF-8"
- einfo "(or any other UTF-8 locale) and"
- einfo "$ export LD_PRELOAD=${DESTTREE}/lib/xvnkb.so"
- einfo "before starting X Window"
- einfo "More documents are in /usr/share/doc/${PF}"
+ elog "Remember to"
+ elog "$ export LANG=en_US.UTF-8"
+ elog "(or any other UTF-8 locale) and"
+ elog "$ export LD_PRELOAD=${DESTTREE}/lib/xvnkb.so"
+ elog "before starting X Window"
+ elog "More documents are in /usr/share/doc/${PF}"
ewarn "Programs with suid/sgid will have LD_PRELOAD cleared"
ewarn "You have to unset suid/sgid to use with xvnkb"
}
diff --git a/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild b/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild
index 264a20f8d3d4..344eb2239ede 100644
--- a/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild
+++ b/app-i18n/xvnkb/xvnkb-0.2.9a.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-i18n/xvnkb/xvnkb-0.2.9a.ebuild,v 1.2 2006/10/14 10:43:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.9a.ebuild,v 1.3 2007/01/05 16:37:57 flameeyes Exp $
inherit eutils
@@ -49,12 +49,12 @@ src_install() {
}
pkg_postinst() {
- einfo "Remember to"
- einfo "$ export LANG=en_US.UTF-8"
- einfo "(or any other UTF-8 locale) and"
- einfo "$ export LD_PRELOAD=${DESTTREE}/lib/xvnkb.so"
- einfo "before starting X Window"
- einfo "More documents are in /usr/share/doc/${PF}"
+ elog "Remember to"
+ elog "$ export LANG=en_US.UTF-8"
+ elog "(or any other UTF-8 locale) and"
+ elog "$ export LD_PRELOAD=${DESTTREE}/lib/xvnkb.so"
+ elog "before starting X Window"
+ elog "More documents are in /usr/share/doc/${PF}"
ewarn "Programs with suid/sgid will have LD_PRELOAD cleared"
ewarn "You have to unset suid/sgid to use with xvnkb"
}