diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-02-13 12:09:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-02-13 12:09:12 +0000 |
commit | 76d09d12568bd8205efaac29cba7258ece46bf39 (patch) | |
tree | ab803306c2cbc97a6e133650e780865d4bf6f566 /sci-chemistry/cns | |
parent | Bump patchset to 1.1. Fixes for arm and testsuite stuff. (diff) | |
download | gentoo-2-76d09d12568bd8205efaac29cba7258ece46bf39.tar.gz gentoo-2-76d09d12568bd8205efaac29cba7258ece46bf39.tar.bz2 gentoo-2-76d09d12568bd8205efaac29cba7258ece46bf39.zip |
Version Bump
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/cns')
-rw-r--r-- | sci-chemistry/cns/ChangeLog | 12 | ||||
-rw-r--r-- | sci-chemistry/cns/cns-1.3_p5.ebuild (renamed from sci-chemistry/cns/cns-1.3_p3.ebuild) | 14 | ||||
-rw-r--r-- | sci-chemistry/cns/files/1.3_p5-delete.patch (renamed from sci-chemistry/cns/files/1.3_p3-delete.patch) | 0 | ||||
-rw-r--r-- | sci-chemistry/cns/files/1.3_p5-gentoo.patch (renamed from sci-chemistry/cns/files/1.3_p3-gentoo.patch) | 0 | ||||
-rw-r--r-- | sci-chemistry/cns/files/cns_solve_env_sh-1.3_p5 (renamed from sci-chemistry/cns/files/cns_solve_env_sh-1.3_p3) | 0 |
5 files changed, 18 insertions, 8 deletions
diff --git a/sci-chemistry/cns/ChangeLog b/sci-chemistry/cns/ChangeLog index 1d9245703d89..cb5606f769ec 100644 --- a/sci-chemistry/cns/ChangeLog +++ b/sci-chemistry/cns/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-chemistry/cns -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.33 2010/12/17 18:22:05 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.34 2011/02/13 12:09:12 jlec Exp $ + +*cns-1.3_p5 (13 Feb 2011) + + 13 Feb 2011; Justin Lecher <jlec@gentoo.org> +files/1.3_p5-delete.patch, + +files/1.3_p5-gentoo.patch, -files/1.3_p3-delete.patch, + -files/1.3_p3-gentoo.patch, -files/cns_solve_env_sh-1.3_p3, + -cns-1.3_p3.ebuild, +files/cns_solve_env_sh-1.3_p5, +cns-1.3_p5.ebuild: + Version Bump 17 Dec 2010; Justin Lecher <jlec@gentoo.org> files/1.2.1-gentoo.patch, cns-1.2.1.ebuild, cns-1.2.1-r5.ebuild, cns-1.3_p3.ebuild, diff --git a/sci-chemistry/cns/cns-1.3_p3.ebuild b/sci-chemistry/cns/cns-1.3_p5.ebuild index 2fa4be0ab553..a2833808dd5f 100644 --- a/sci-chemistry/cns/cns-1.3_p3.ebuild +++ b/sci-chemistry/cns/cns-1.3_p5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p3.ebuild,v 1.4 2010/12/17 18:22:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p5.ebuild,v 1.1 2011/02/13 12:09:12 jlec Exp $ EAPI="3" @@ -12,7 +12,7 @@ MY_P="${MY_PN}_${MY_PV}" DESCRIPTION="Crystallography and NMR System" HOMEPAGE="http://cns.csb.yale.edu/" -SRC_URI="${MY_P/p3}_all.tar.gz +SRC_URI="${MY_P/p5}_all.tar.gz aria? ( aria2.3.1.tar.gz )" SLOT="0" @@ -24,7 +24,7 @@ RDEPEND="app-shells/tcsh" DEPEND="${RDEPEND}" RESTRICT="fetch" -S="${WORKDIR}/${MY_P/p3}" +S="${WORKDIR}/${MY_P/p5}" pkg_nofetch() { elog "Fill out the form at http://cns.csb.yale.edu/cns_request/" @@ -92,11 +92,13 @@ src_prepare() { sed -i \ -e "s:_CNSsolve_location_:${S}:g" \ -e "17 s:\(.*\):\1\nsetenv _POSIX2_VERSION 199209:g" \ - "${S}"/cns_solve_env + "${S}"/cns_solve_env || die sed -i \ -e "s:_CNSsolve_location_:${S}:g" \ -e "17 s:\(.*\):\1\nexport _POSIX2_VERSION; _POSIX2_VERSION=199209:g" \ - "${T}"/cns_solve_env_sh + -e "s:setenv OMP_STACKSIZE 256m:export OMP_STACKSIZE= 256m:g" \ + -e "s:limit:ulimit:g" \ + "${T}"/cns_solve_env_sh || die ebegin "Fixing shebangs..." find "${S}" -type f \ diff --git a/sci-chemistry/cns/files/1.3_p3-delete.patch b/sci-chemistry/cns/files/1.3_p5-delete.patch index cbddf4289158..cbddf4289158 100644 --- a/sci-chemistry/cns/files/1.3_p3-delete.patch +++ b/sci-chemistry/cns/files/1.3_p5-delete.patch diff --git a/sci-chemistry/cns/files/1.3_p3-gentoo.patch b/sci-chemistry/cns/files/1.3_p5-gentoo.patch index 7942c55abfb9..7942c55abfb9 100644 --- a/sci-chemistry/cns/files/1.3_p3-gentoo.patch +++ b/sci-chemistry/cns/files/1.3_p5-gentoo.patch diff --git a/sci-chemistry/cns/files/cns_solve_env_sh-1.3_p3 b/sci-chemistry/cns/files/cns_solve_env_sh-1.3_p5 index 12368f87b596..12368f87b596 100644 --- a/sci-chemistry/cns/files/cns_solve_env_sh-1.3_p3 +++ b/sci-chemistry/cns/files/cns_solve_env_sh-1.3_p5 |