diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-15 14:55:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-15 14:55:05 +0000 |
commit | 92089175386e2732a8c0e8b40e73d421e3942887 (patch) | |
tree | d3ea968f5d02fdbe404ca7384c72ba5ffda4f501 /sci-chemistry | |
parent | restrained DEPS (diff) | |
download | historical-92089175386e2732a8c0e8b40e73d421e3942887.tar.gz historical-92089175386e2732a8c0e8b40e73d421e3942887.tar.bz2 historical-92089175386e2732a8c0e8b40e73d421e3942887.zip |
Necessary bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/sfcheck/ChangeLog | 8 | ||||
-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 } |