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 1O2piu-0001n2-3k for garchives@archives.gentoo.org; Fri, 16 Apr 2010 17:53:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 469BBE09E6; Fri, 16 Apr 2010 17:52:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 03F8CE09E6 for ; Fri, 16 Apr 2010 17:52:59 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 95A671B402D for ; Fri, 16 Apr 2010 17:52:58 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2166) id CAFE62C04E; Fri, 16 Apr 2010 17:52:57 +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 dev-libs/zthread: zthread-2.3.1.ebuild zthread-2.3.2-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: zthread-2.3.1.ebuild zthread-2.3.2-r1.ebuild X-VCS-Directories: dev-libs/zthread X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20100416175257.CAFE62C04E@corvid.gentoo.org> Date: Fri, 16 Apr 2010 17:52:57 +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: f9c538e7-08b1-4e76-867b-5ebb8333640f X-Archives-Hash: 4dffe02833ed430020f42603168a0c72 ssuominen 10/04/16 17:52:57 Modified: zthread-2.3.1.ebuild zthread-2.3.2-r1.ebuild Log: Minor cleanup (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.14 dev-libs/zthread/zthread-2.3.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/zthread/z= thread-2.3.1.ebuild?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/zthread/z= thread-2.3.1.ebuild?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/zthread/z= thread-2.3.1.ebuild?r1=3D1.13&r2=3D1.14 Index: zthread-2.3.1.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/dev-libs/zthread/zthread-2.3.1.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- zthread-2.3.1.ebuild 23 Sep 2009 16:51:16 -0000 1.13 +++ zthread-2.3.1.ebuild 16 Apr 2010 17:52:57 -0000 1.14 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.1.ebuild= ,v 1.13 2009/09/23 16:51:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.1.ebuild= ,v 1.14 2010/04/16 17:52:57 ssuominen Exp $ =20 inherit flag-o-matic =20 @@ -13,8 +13,6 @@ KEYWORDS=3D"x86 sparc ppc alpha ~mips ~hppa amd64" IUSE=3D"debug" =20 -DEPEND=3D"" - S=3D${WORKDIR}/ZThread-${PV} =20 src_compile() { @@ -25,11 +23,11 @@ =20 append-flags -fpermissive =20 - econf ${myconf} || die "./configure failed" + econf ${myconf} emake || die } =20 src_install() { einstall || die - dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS TODO THANK.YOU + dodoc AUTHORS ChangeLog README* NEWS TODO THANK.YOU } 1.3 dev-libs/zthread/zthread-2.3.2-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/zthread/z= thread-2.3.2-r1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/zthread/z= thread-2.3.2-r1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/zthread/z= thread-2.3.2-r1.ebuild?r1=3D1.2&r2=3D1.3 Index: zthread-2.3.2-r1.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/dev-libs/zthread/zthread-2.3.2-r1.ebuil= d,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- zthread-2.3.2-r1.ebuild 16 Apr 2010 17:42:04 -0000 1.2 +++ zthread-2.3.2-r1.ebuild 16 Apr 2010 17:52:57 -0000 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.2-r1.ebu= ild,v 1.2 2010/04/16 17:42:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.2-r1.ebu= ild,v 1.3 2010/04/16 17:52:57 ssuominen Exp $ =20 EAPI=3D2 -inherit eutils flag-o-matic +inherit eutils =20 MY_P=3DZThread-${PV} =20