From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RRknE-0002To-2g for garchives@archives.gentoo.org; Sat, 19 Nov 2011 13:17:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE95D21C065; Sat, 19 Nov 2011 13:17:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B2AB521C065 for ; Sat, 19 Nov 2011 13:17:08 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E36B41B4025 for ; Sat, 19 Nov 2011 13:17:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 88F672004B; Sat, 19 Nov 2011 13:17:06 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/prctl: prctl-1.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: prctl-1.5.ebuild ChangeLog X-VCS-Directories: sys-apps/prctl X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20111119131706.88F672004B@flycatcher.gentoo.org> Date: Sat, 19 Nov 2011 13:17:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b91a1b9e-fd84-4ba9-8ebf-b0d8a2358b54 X-Archives-Hash: c8fdd19df12e6d09d37256f2d3bbb524 ssuominen 11/11/19 13:17:06 Modified: prctl-1.5.ebuild ChangeLog Log: Keyword ~amd64 and ~x86 since this will be propably used by x11-misc/gl= ipper >=3D 2.1. =20 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64) Revision Changes Path 1.5 sys-apps/prctl/prctl-1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/prc= tl-1.5.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/prc= tl-1.5.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/prc= tl-1.5.ebuild?r1=3D1.4&r2=3D1.5 Index: prctl-1.5.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/prctl/prctl-1.5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- prctl-1.5.ebuild 19 May 2011 20:19:42 -0000 1.4 +++ prctl-1.5.ebuild 19 Nov 2011 13:17:06 -0000 1.5 @@ -1,8 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/prctl-1.5.ebuild,v 1.4= 2011/05/19 20:19:42 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/prctl-1.5.ebuild,v 1.5= 2011/11/19 13:17:06 ssuominen Exp $ =20 -inherit eutils toolchain-funcs +EAPI=3D4 +inherit toolchain-funcs =20 DESCRIPTION=3D"Tool to query and modify process behavior" HOMEPAGE=3D"http://sourceforge.net/projects/prctl/" @@ -10,20 +11,18 @@ =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~alpha ia64" +KEYWORDS=3D"~amd64 ~alpha ia64 ~x86" IUSE=3D"" + +RDEPEND=3D"" DEPEND=3D"sys-apps/groff" =20 src_compile() { - econf || die - emake \ - CC=3D"$(tc-getCC)" CFLAGS=3D"${CFLAGS}" LDFLAGS=3D"${LDFLAGS}" \ - || die "emake failed" + emake CC=3D"$(tc-getCC)" CFLAGS=3D"${CFLAGS}" LDFLAGS=3D"${LDFLAGS}" } =20 src_install() { - # emake doesn't work dobin prctl doman prctl.1 - dodoc Changelog + dodoc ChangeLog } 1.5 sys-apps/prctl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/Cha= ngeLog?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/Cha= ngeLog?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/prctl/Cha= ngeLog?r1=3D1.4&r2=3D1.5 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/prctl/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 19 May 2011 20:19:42 -0000 1.4 +++ ChangeLog 19 Nov 2011 13:17:06 -0000 1.5 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/prctl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/ChangeLog,v 1.4 2011/0= 5/19 20:19:42 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/ChangeLog,v 1.5 2011/1= 1/19 13:17:06 ssuominen Exp $ + + 19 Nov 2011; Samuli Suominen prctl-1.5.ebuild: + Keyword ~amd64 and ~x86 since this will be propably used by x11-misc/g= lipper + >=3D 2.1. =20 19 May 2011; Matt Turner prctl-1.5.ebuild: Add ~alpha keyword. @@ -9,7 +13,7 @@ ia64 stable =20 14 Nov 2007; Robin H. Johnson prctl-1.5.ebuild: - Fix $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/ChangeLog,v 1.4 20= 11/05/19 20:19:42 mattst88 Exp $ string. + Fix $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/ChangeLog,v 1.5 20= 11/11/19 13:17:06 ssuominen Exp $ string. =20 *prctl-1.5 (11 Nov 2007) =20