From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/procps: procps-3.2.8.ebuild ChangeLog
Date: Mon, 23 Nov 2009 04:56:23 +0000 [thread overview]
Message-ID: <E1NCQyN-0007Dq-8m@stork.gentoo.org> (raw)
vapier 09/11/23 04:56:23
Modified: procps-3.2.8.ebuild ChangeLog
Log:
Add USE=unicode to control multibyte code.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Revision Changes Path
1.9 sys-process/procps/procps-3.2.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/procps/procps-3.2.8.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/procps/procps-3.2.8.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/procps/procps-3.2.8.ebuild?r1=1.8&r2=1.9
Index: procps-3.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.2.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- procps-3.2.8.ebuild 31 Oct 2009 14:17:56 -0000 1.8
+++ procps-3.2.8.ebuild 23 Nov 2009 04:56:23 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.2.8.ebuild,v 1.8 2009/10/31 14:17:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.2.8.ebuild,v 1.9 2009/11/23 04:56:23 vapier Exp $
inherit flag-o-matic eutils toolchain-funcs multilib
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="n32"
+IUSE="n32 unicode"
RDEPEND=">=sys-libs/ncurses-5.2-r2"
@@ -39,6 +39,9 @@
# value from sysconf().
epatch "${FILESDIR}"/${PN}-mips-define-pagesize.patch
+ # lame unicode stuff checks glibc defines
+ sed -i "s:__GNU_LIBRARY__ >= 6:0 == $(use unicode; echo $?):" proc/escape.c || die
+
# n32 isn't completly reliable of an ABI on mips64 at the current
# time. Eventually, it will be, but for now, we need to make sure
# procps doesn't try to force it on us.
1.38 sys-process/procps/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/procps/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/procps/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/procps/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 31 Oct 2009 14:17:56 -0000 1.37
+++ ChangeLog 23 Nov 2009 04:56:23 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/procps
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.37 2009/10/31 14:17:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.38 2009/11/23 04:56:23 vapier Exp $
+
+ 23 Nov 2009; Mike Frysinger <vapier@gentoo.org> procps-3.2.8.ebuild:
+ Add USE=unicode to control multibyte code.
31 Oct 2009; Brent Baude <ranger@gentoo.org> procps-3.2.8.ebuild:
Marking procps-3.2.8 ppc64 for bug 287743
next reply other threads:[~2009-11-23 4:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-23 4:56 Mike Frysinger (vapier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-10-31 14:17 [gentoo-commits] gentoo-x86 commit in sys-process/procps: procps-3.2.8.ebuild ChangeLog Brent Baude (ranger)
2009-10-17 13:56 Raul Porcel (armin76)
2009-10-17 12:11 Tiago Cunha (tcunha)
2009-10-15 8:23 Markus Meier (maekke)
2009-10-11 18:48 Tobias Klausmann (klausman)
2009-10-07 16:10 Gysbert Wassenaar (nixnut)
2009-10-06 3:55 Jeroen Roovers (jer)
2009-05-29 22:48 Mike Frysinger (vapier)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1NCQyN-0007Dq-8m@stork.gentoo.org \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox