Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/prctl: prctl-1.5.ebuild ChangeLog
Date: Sat, 19 Nov 2011 13:17:16
Message-Id: 20111119131706.88F672004B@flycatcher.gentoo.org
1 ssuominen 11/11/19 13:17:06
2
3 Modified: prctl-1.5.ebuild ChangeLog
4 Log:
5 Keyword ~amd64 and ~x86 since this will be propably used by x11-misc/glipper >= 2.1.
6
7 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sys-apps/prctl/prctl-1.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/prctl-1.5.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/prctl-1.5.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/prctl-1.5.ebuild?r1=1.4&r2=1.5
15
16 Index: prctl-1.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/prctl/prctl-1.5.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- prctl-1.5.ebuild 19 May 2011 20:19:42 -0000 1.4
23 +++ prctl-1.5.ebuild 19 Nov 2011 13:17:06 -0000 1.5
24 @@ -1,8 +1,9 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/prctl-1.5.ebuild,v 1.4 2011/05/19 20:19:42 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/prctl-1.5.ebuild,v 1.5 2011/11/19 13:17:06 ssuominen Exp $
29
30 -inherit eutils toolchain-funcs
31 +EAPI=4
32 +inherit toolchain-funcs
33
34 DESCRIPTION="Tool to query and modify process behavior"
35 HOMEPAGE="http://sourceforge.net/projects/prctl/"
36 @@ -10,20 +11,18 @@
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 -KEYWORDS="~alpha ia64"
41 +KEYWORDS="~amd64 ~alpha ia64 ~x86"
42 IUSE=""
43 +
44 +RDEPEND=""
45 DEPEND="sys-apps/groff"
46
47 src_compile() {
48 - econf || die
49 - emake \
50 - CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
51 - || die "emake failed"
52 + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
53 }
54
55 src_install() {
56 - # emake doesn't work
57 dobin prctl
58 doman prctl.1
59 - dodoc Changelog
60 + dodoc ChangeLog
61 }
62
63
64
65 1.5 sys-apps/prctl/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/ChangeLog?rev=1.5&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/ChangeLog?rev=1.5&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/ChangeLog?r1=1.4&r2=1.5
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/sys-apps/prctl/ChangeLog,v
74 retrieving revision 1.4
75 retrieving revision 1.5
76 diff -u -r1.4 -r1.5
77 --- ChangeLog 19 May 2011 20:19:42 -0000 1.4
78 +++ ChangeLog 19 Nov 2011 13:17:06 -0000 1.5
79 @@ -1,6 +1,10 @@
80 # ChangeLog for sys-apps/prctl
81 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/ChangeLog,v 1.4 2011/05/19 20:19:42 mattst88 Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/ChangeLog,v 1.5 2011/11/19 13:17:06 ssuominen Exp $
84 +
85 + 19 Nov 2011; Samuli Suominen <ssuominen@g.o> prctl-1.5.ebuild:
86 + Keyword ~amd64 and ~x86 since this will be propably used by x11-misc/glipper
87 + >= 2.1.
88
89 19 May 2011; Matt Turner <mattst88@g.o> prctl-1.5.ebuild:
90 Add ~alpha keyword.
91 @@ -9,7 +13,7 @@
92 ia64 stable
93
94 14 Nov 2007; Robin H. Johnson <robbat2@g.o> prctl-1.5.ebuild:
95 - Fix $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/ChangeLog,v 1.4 2011/05/19 20:19:42 mattst88 Exp $ string.
96 + Fix $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/ChangeLog,v 1.5 2011/11/19 13:17:06 ssuominen Exp $ string.
97
98 *prctl-1.5 (11 Nov 2007)