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 1NfL6V-0007uO-KN for garchives@archives.gentoo.org; Wed, 10 Feb 2010 22:32:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AE2BE09FB; Wed, 10 Feb 2010 22:32:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D6614E09FB for ; Wed, 10 Feb 2010 22:32:12 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7D60C1B4003 for ; Wed, 10 Feb 2010 22:32:12 +0000 (UTC) Received: from ssuominen by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NfL6R-0003vE-TB for gentoo-commits@lists.gentoo.org; Wed, 10 Feb 2010 22:32:11 +0000 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-cluster/charm: charm-6.1.2-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: charm-6.1.2-r2.ebuild ChangeLog X-VCS-Directories: sys-cluster/charm X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Wed, 10 Feb 2010 22:32:11 +0000 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: 0fbca2d9-2530-41f7-9ebf-6583aaaf6b23 X-Archives-Hash: 2c0a2809b5e4632c78df30743970e61f ssuominen 10/02/10 22:32:11 Modified: charm-6.1.2-r2.ebuild ChangeLog Log: Fix poppler depend. (Portage version: 2.2_rc62/cvs/Linux x86_64) Revision Changes Path 1.4 sys-cluster/charm/charm-6.1.2-r2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/charm/= charm-6.1.2-r2.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/charm/= charm-6.1.2-r2.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/charm/= charm-6.1.2-r2.ebuild?r1=3D1.3&r2=3D1.4 Index: charm-6.1.2-r2.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-cluster/charm/charm-6.1.2-r2.ebuild= ,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- charm-6.1.2-r2.ebuild 27 Nov 2009 08:51:52 -0000 1.3 +++ charm-6.1.2-r2.ebuild 10 Feb 2010 22:32:10 -0000 1.4 @@ -1,27 +1,26 @@ -# 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/sys-cluster/charm/charm-6.1.2-r2.ebui= ld,v 1.3 2009/11/27 08:51:52 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.1.2-r2.ebui= ld,v 1.4 2010/02/10 22:32:10 ssuominen Exp $ =20 +EAPI=3D2 inherit eutils toolchain-funcs flag-o-matic multilib =20 DESCRIPTION=3D"Charm++ is a message-passing parallel language and runtim= e system." LICENSE=3D"charm" HOMEPAGE=3D"http://charm.cs.uiuc.edu/" SRC_URI=3D"http://charm.cs.uiuc.edu/distrib/${P}_src.tar.gz" -S=3D"${WORKDIR}/${P}" + +LICENSE=3D"charm" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"cmkopt tcp smp doc" =20 -DEPEND=3D"doc? ( virtual/poppler-utils - dev-tex/latex2html - virtual/tex-base - )" - +DEPEND=3D"doc? ( >=3Dapp-text/poppler-0.12.3-r3[utils] + dev-tex/latex2html + virtual/tex-base )" RDEPEND=3D"" =20 case ${ARCH} in - x86) CHARM_ARCH=3D"net-linux" ;; =20 @@ -29,10 +28,7 @@ CHARM_ARCH=3D"net-linux-amd64" ;; esac =20 -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { epatch "${FILESDIR}/${P}-charmrun.patch" =20 # TCP instead of default UDP for socket comunication 1.27 sys-cluster/charm/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/charm/= ChangeLog?rev=3D1.27&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/charm/= ChangeLog?rev=3D1.27&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/charm/= ChangeLog?r1=3D1.26&r2=3D1.27 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-cluster/charm/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 27 Nov 2009 08:49:04 -0000 1.26 +++ ChangeLog 10 Feb 2010 22:32:11 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/charm -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/ChangeLog,v 1.26 20= 09/11/27 08:49:04 je_fro Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/ChangeLog,v 1.27 20= 10/02/10 22:32:11 ssuominen Exp $ + + 10 Feb 2010; Samuli Suominen charm-6.1.2-r2.ebu= ild: + Fix poppler depend. =20 27 Nov 2009; Jeff Gardner charm-6.1.2-r2.ebuild, files/charm-6.1.2-charmc-gentoo.patch: