summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-06-15 14:55:05 +0000
committerJustin Lecher <jlec@gentoo.org>2010-06-15 14:55:05 +0000
commitc7949abb50e8cd9fb5f79455286576c9908b75fc (patch)
tree0039ce22d8c3a386854b6c4efc3bf82924a9736c /sci-chemistry/sfcheck
parentrestrained DEPS (diff)
downloadgentoo-2-c7949abb50e8cd9fb5f79455286576c9908b75fc.tar.gz
gentoo-2-c7949abb50e8cd9fb5f79455286576c9908b75fc.tar.bz2
gentoo-2-c7949abb50e8cd9fb5f79455286576c9908b75fc.zip
Necessary bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/sfcheck')
-rw-r--r--sci-chemistry/sfcheck/ChangeLog8
-rw-r--r--sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild (renamed from sci-chemistry/sfcheck/sfcheck-7.03.18.ebuild)8
2 files changed, 12 insertions, 4 deletions
diff --git a/sci-chemistry/sfcheck/ChangeLog b/sci-chemistry/sfcheck/ChangeLog
index 163d5d5e645e..53430b33a7d9 100644
--- a/sci-chemistry/sfcheck/ChangeLog
+++ b/sci-chemistry/sfcheck/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/sfcheck
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/ChangeLog,v 1.3 2010/04/25 11:31:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/ChangeLog,v 1.4 2010/06/15 14:55:05 jlec Exp $
+
+*sfcheck-7.03.18-r1 (15 Jun 2010)
+
+ 15 Jun 2010; Justin Lecher <jlec@gentoo.org> -sfcheck-7.03.18.ebuild,
+ +sfcheck-7.03.18-r1.ebuild:
+ Necessary bump
*sfcheck-7.03.18 (12 Mar 2010)
diff --git a/sci-chemistry/sfcheck/sfcheck-7.03.18.ebuild b/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild
index 6f27a36a5809..2b5c4771cad1 100644
--- a/sci-chemistry/sfcheck/sfcheck-7.03.18.ebuild
+++ b/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.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/sfcheck/sfcheck-7.03.18.ebuild,v 1.1 2010/03/12 07:48:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild,v 1.1 2010/06/15 14:55:05 jlec Exp $
EAPI="2"
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.ysbl.york.ac.uk/~alexei/sfcheck.html"
SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="ccp4"
IUSE=""
@@ -39,6 +39,8 @@ src_compile() {
}
src_install() {
- dobin bin/${PN} || die
+ exeinto /usr/libexec/ccp4/bin/
+ doexe bin/${PN} || die
+ dosym ../libexec/ccp4/bin/${PN} /usr/bin/${PN}
dodoc readme ${PN}.com.gz doc/${PN}* || die
}