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 1QQ2Id-0005Er-Di for garchives@archives.gentoo.org; Fri, 27 May 2011 19:02:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 711AE1C0CA; Fri, 27 May 2011 19:01:48 +0000 (UTC) Received: from mailout.uni-due.de (mailout.uni-due.de [132.252.185.19]) by pigeon.gentoo.org (Postfix) with ESMTP id 0ED8B1C0CA for ; Fri, 27 May 2011 19:01:47 +0000 (UTC) Received: from [192.168.178.35] (essn-5d830381.pool.mediaWays.net [93.131.3.129]) (authenticated bits=0) by mailout.uni-due.de (8.13.1/8.13.1) with ESMTP id p4RJ1kG8023931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 27 May 2011 21:01:46 +0200 Subject: Re: [gentoo-science] Modeller version bump decrufted From: Bjoern Thorwirth To: gentoo-science@lists.gentoo.org In-Reply-To: <1306522266.7476.3.camel@sabayon> References: <1306522266.7476.3.camel@sabayon> Content-Type: multipart/mixed; boundary="=-5FZ476hMTjlptshxqi3S" Date: Fri, 27 May 2011 21:01:41 +0200 Message-ID: <1306522901.7476.5.camel@sabayon> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: Clam Anti Virus - http://www.clamav.net X-Spam-Scanned: SpamAssassin: 3.002004 - http://www.spamassassin.org X-Scanned-By: MIMEDefang 2.57 on 132.252.185.19 X-Archives-Salt: X-Archives-Hash: d135d1a8e0df56057b81641ead714f45 --=-5FZ476hMTjlptshxqi3S Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable And sorry I just noticed, that the versionator dependency could have been removed .. Am Freitag, den 27.05.2011, 20:51 +0200 schrieb Bjoern Thorwirth: > Hi all! >=20 > Here is an updated Modeller ebuild. I've tested it only on x86 >=20 > Kind regards, >=20 > Bj=C3=B6rn >=20 >=20 --=-5FZ476hMTjlptshxqi3S Content-Disposition: attachment; filename="modeller-9.8--9.9.ebuild.patch" Content-Type: text/x-patch; name="modeller-9.8--9.9.ebuild.patch"; charset="UTF-8" Content-Transfer-Encoding: 7bit --- /var/lib/layman/science/sci-chemistry/modeller/modeller-9.8.ebuild 2011-05-08 00:54:20.932000010 +0200 +++ modeller-9.9.ebuild 2011-05-27 20:59:12.687000078 +0200 @@ -6,13 +6,12 @@ PYTHON_DEPEND="2:2.6" -inherit distutils eutils versionator +inherit distutils eutils -MY_PV="$(replace_all_version_separators v)" -MY_P="${PN}-${MY_PV}" +MY_P="${PN}-${PV}" DESCRIPTION="Homology or comparative modeling of protein three-dimensional structures" -SRC_URI="http://salilab.org/${PN}/${MY_PV}/${PN}-${MY_PV}.tar.gz" +SRC_URI="http://salilab.org/${PN}/${PV}/${PN}-${PV}.tar.gz" HOMEPAGE="http://salilab.org/modeller/" LICENSE="modeller" @@ -59,9 +58,9 @@ src_install(){ sed \ - -e "s:EXECUTABLE_TYPE${MY_PV}=xxx:EXECUTABLE_TYPE${MY_PV}=${EXECTYPE}:g" \ - -e "s:MODINSTALL${MY_PV}=xxx:MODINSTALL${MY_PV}=\"${INPATH}\":g" \ - bin/modscript > "${T}/mod${MY_PV}" + -e "s:EXECUTABLE_TYPE${PV}=xxx:EXECUTABLE_TYPE${PV}=${EXECTYPE}:g" \ + -e "s:MODINSTALL${PV}=xxx:MODINSTALL${PV}=\"${INPATH}\":g" \ + bin/modscript > "${T}/mod${PV}" sed -e "s;@TOPDIR\@;\"${INPATH}\";" \ -e "s;@EXETYPE\@;${EXECTYPE};" \ @@ -73,10 +72,10 @@ insinto ${INPATH}/bin doins -r bin/{lib,*top} || die exeinto ${INPATH}/bin - doexe bin/{modslave.py,mod${MY_PV}_${EXECTYPE}} || die - doexe "${T}/mod${MY_PV}" || die + doexe bin/{modslave.py,mod${PV}_${EXECTYPE}} || die + doexe "${T}/mod${PV}" || die doexe "${T}/modpy.sh" || die - dosym ${INPATH}/bin/mod${MY_PV} /opt/bin/mod${MY_PV} || die + dosym ${INPATH}/bin/mod${PV} /opt/bin/mod${PV} || die dosym ${INPATH}/bin/modpy.sh /opt/bin/modpy.sh || die exeinto ${INPATH}/lib/${EXECTYPE}/ --=-5FZ476hMTjlptshxqi3S--