diff options
author | 2010-09-21 13:52:20 +0000 | |
---|---|---|
committer | 2010-09-21 13:52:20 +0000 | |
commit | 69728eddd1c452b1bd194f619c2c438c6dd0db09 (patch) | |
tree | f3babbe0605433bc188d45b1f4e854fdb51254e9 /sci-chemistry/ccpn | |
parent | Last version suffers from some leftovers on my system (diff) | |
download | gentoo-2-69728eddd1c452b1bd194f619c2c438c6dd0db09.tar.gz gentoo-2-69728eddd1c452b1bd194f619c2c438c6dd0db09.tar.bz2 gentoo-2-69728eddd1c452b1bd194f619c2c438c6dd0db09.zip |
Last correction, thanks darkside_
(Portage version: 2.2_rc84/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/ccpn')
-rw-r--r-- | sci-chemistry/ccpn/ChangeLog | 4 | ||||
-rw-r--r-- | sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild (renamed from sci-chemistry/ccpn/ccpn-2.1.5_p100921-r1.ebuild) | 13 |
2 files changed, 9 insertions, 8 deletions
diff --git a/sci-chemistry/ccpn/ChangeLog b/sci-chemistry/ccpn/ChangeLog index 3927c265efb3..5ec2b9b97d99 100644 --- a/sci-chemistry/ccpn/ChangeLog +++ b/sci-chemistry/ccpn/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sci-chemistry/ccpn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.34 2010/09/21 13:37:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.35 2010/09/21 13:52:20 jlec Exp $ *ccpn-2.1.5_p100921 (21 Sep 2010) *ccpn-2.1.3.1_p100806 (21 Sep 2010) @@ -9,7 +9,7 @@ -ccpn-2.1.2.1_p100216.ebuild, -ccpn-2.1.3.1_p100519.ebuild, -ccpn-2.1.3.1_p100607.ebuild, -ccpn-2.1.3.1_p100628.ebuild, -ccpn-2.1.3.1_p100713.ebuild, +ccpn-2.1.3.1_p100806.ebuild, - +ccpn-2.1.5_p100921-r1.ebuild, +files/depositionFileImporter, + +ccpn-2.1.5_p100921-r2.ebuild, +files/depositionFileImporter, +files/extendNmr: Version Bump, splitted sci-libs/ccpn-data out, removed old diff --git a/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r1.ebuild b/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild index 162105e74a3d..194a1a755096 100644 --- a/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r1.ebuild +++ b/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r1.ebuild,v 1.1 2010/09/21 13:37:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild,v 1.1 2010/09/21 13:52:20 jlec Exp $ EAPI="3" @@ -109,11 +109,12 @@ src_install() { tkver=$(best_version dev-lang/tk | cut -d- -f3 | cut -d. -f1,2) for wrapper in analysis dangle dataShifter depositionFileImporter extendNmr eci formatConverter pipe2azara; do - sed -e "s:gentoo_sitedir:${EROOT}$(python_get_sitedir -f):g" \ - -e "s:gentoolibdir:${EROOT}usr/${libdir}:g" \ - -e "s:gentootk:${EROOT}usr/${libdir}/tk${tkver}:g" \ - -e "s:gentootcl:${EROOT}usr/${libdir}/tclk${tkver}:g" \ - -e "s:gentoopython:${EROOT}usr/bin/python:g" \ + sed -e "s:gentoo_sitedir:${EPREFIX}$(python_get_sitedir -f):g" \ + -e "s:gentoolibdir:${EPREFIX}/usr/${libdir}:g" \ + -e "s:gentootk:${EPREFIX}/usr/${libdir}/tk${tkver}:g" \ + -e "s:gentootcl:${EPREFIX}/usr/${libdir}/tclk${tkver}:g" \ + -e "s:gentoopython:${EPREFIX}/usr/bin/python:g" \ + -e "s://:/:g" \ "${FILESDIR}"/${wrapper} > "${T}"/${wrapper} || die "Fail fix ${wrapper}" dobin "${T}"/${wrapper} || die "Failed to install ${wrapper}" done |