From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/ambertools/
Date: Mon, 7 Mar 2011 18:34:34 +0000 (UTC) [thread overview]
Message-ID: <413c37ea8bd927e362952b102cb9d951f662350a.alexxy@gentoo> (raw)
commit: 413c37ea8bd927e362952b102cb9d951f662350a
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 7 18:34:26 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 18:34:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=413c37ea
Fix another typo with symlinks
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key F82F92E6)
---
sci-chemistry/ambertools/ambertools-1.4.ebuild | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/ambertools/ambertools-1.4.ebuild b/sci-chemistry/ambertools/ambertools-1.4.ebuild
index 8b39b57..9e1297e 100644
--- a/sci-chemistry/ambertools/ambertools-1.4.ebuild
+++ b/sci-chemistry/ambertools/ambertools-1.4.ebuild
@@ -101,7 +101,7 @@ src_compile() {
src_install() {
for x in bin/*
- do dobin $x || die
+ do dobin ${x} || die
done
rm "${ED}/usr/bin/yacc"
dobin AmberTools/src/antechamber/mopac.sh
@@ -109,9 +109,11 @@ src_install() {
-i "${ED}/usr/bin/mopac.sh" || die
# Make symlinks untill binpath for amber will be fixed
dodir /usr/share/${PN}/bin
- for x in $(ls "${ED}"/usr/bin/*)
+ cd "${ED}/usr/bin"
+ for x in *
do dosym /usr/bin/${x} /usr/share/${PN}/bin/${x}
done
+ cd "${S}"
# sed -e "s:\$AMBERHOME/dat:\$AMBERHOME/share/ambertools/dat:g" \
# -i "${ED}/usr/bin/xleap" \
# -i "${ED}/usr/bin/tleap" || die
next reply other threads:[~2011-03-07 18:34 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-07 18:34 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-22 8:15 [gentoo-commits] proj/sci:master commit in: sci-chemistry/ambertools/ Justin Lecher
2013-06-28 16:11 Christoph Junghans
2013-03-03 17:52 Justin Lecher
2013-02-22 10:15 Justin Lecher
2012-11-08 9:39 Justin Lecher
2012-10-27 17:32 Reinis Danne
2011-07-28 12:28 Alexey Shvetsov
2011-07-28 12:03 Alexey Shvetsov
2011-06-23 9:31 Justin Lecher
2011-06-21 11:54 Justin Lecher
2011-03-15 10:23 Justin Lecher
2011-03-07 18:28 Alexey Shvetsov
2011-03-07 18:23 Alexey Shvetsov
2011-03-07 18:20 Alexey Shvetsov
2011-03-07 18:20 Alexey Shvetsov
2011-03-07 1:55 Alexey Shvetsov
2011-03-07 1:49 Alexey Shvetsov
2011-03-07 1:49 Alexey Shvetsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=413c37ea8bd927e362952b102cb9d951f662350a.alexxy@gentoo \
--to=alexxy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox