aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-16 15:32:56 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-16 15:32:56 +0200
commit54c8c9253776bf41414c7b0ed390f80c95b5a88b (patch)
treee2a2be5e02920883f82697a293d364186a6a090f
parentsci-chemistry/pymol-plugins-ezviz: Bump to EAPI=5 and bump to python-r1.eclass (diff)
downloadsci-54c8c9253776bf41414c7b0ed390f80c95b5a88b.tar.gz
sci-54c8c9253776bf41414c7b0ed390f80c95b5a88b.tar.bz2
sci-54c8c9253776bf41414c7b0ed390f80c95b5a88b.zip
sci-chemistry/shiftx: Bump to EAPI=5 and fix license
Package-Manager: portage-2.2.0_alpha180
-rw-r--r--sci-chemistry/shiftx/ChangeLog5
-rw-r--r--sci-chemistry/shiftx/Manifest2
-rw-r--r--sci-chemistry/shiftx/metadata.xml8
-rw-r--r--sci-chemistry/shiftx/shiftx-1.1.ebuild24
4 files changed, 20 insertions, 19 deletions
diff --git a/sci-chemistry/shiftx/ChangeLog b/sci-chemistry/shiftx/ChangeLog
index 3284d504c..e588d4f23 100644
--- a/sci-chemistry/shiftx/ChangeLog
+++ b/sci-chemistry/shiftx/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/shiftx
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Jun 2013; Justin Lecher <jlec@gentoo.org> shiftx-1.1.ebuild, metadata.xml:
+ Bump to EAPI=5 and fix license
+
*shiftx-1.1 (14 Jun 2009)
14 Jun 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
diff --git a/sci-chemistry/shiftx/Manifest b/sci-chemistry/shiftx/Manifest
index 01ee9e803..87119a6e4 100644
--- a/sci-chemistry/shiftx/Manifest
+++ b/sci-chemistry/shiftx/Manifest
@@ -1 +1 @@
-DIST shiftx.tar.gz 318768 SHA256 2a4b00adfc39d39d2f28c09f78e3c9c7ab8b28e96c4e5efcdffeedfac00ab1ef
+DIST shiftx-1.1.tar.gz 504915 SHA256 a08bc301b119154675eb05d9c5c69b7f582e8c2fa0cc81c5040a6ac013ac1965 SHA512 2396ef31a9ce0c059b0c5cb0be60d7ab0489775e03439dcf3c62b8559a13b0e8ad37c8ef02e6422dd6b93acfe579c1abc86f520473836240d48840c7f38aed1f WHIRLPOOL 048873c70f8ae670e097039b4a29ec9eb27ea89879065b2155140914bc77b999e42af471aa15598691d12e0c11b58100a4d15fd29ccf4b562a885a8ea81afe7c
diff --git a/sci-chemistry/shiftx/metadata.xml b/sci-chemistry/shiftx/metadata.xml
index 0fbe927f0..d410f1573 100644
--- a/sci-chemistry/shiftx/metadata.xml
+++ b/sci-chemistry/shiftx/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
-<maintainer>
- <email>sci@gentoo.org</email>
-</maintainer>
+ <herd>sci-chemistry</herd>
+ <maintainer>
+ <email>sci@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
diff --git a/sci-chemistry/shiftx/shiftx-1.1.ebuild b/sci-chemistry/shiftx/shiftx-1.1.ebuild
index 336c77cca..5f26ed3f9 100644
--- a/sci-chemistry/shiftx/shiftx-1.1.ebuild
+++ b/sci-chemistry/shiftx/shiftx-1.1.ebuild
@@ -1,33 +1,31 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
inherit base toolchain-funcs
-DESCRIPTION="With this form you can predict 1H, 13C and 15N chemical shifts for your favorite protein"
-HOMEPAGE="http://redpoll.pharmacy.ualberta.ca/shiftx/"
-SRC_URI="http://redpoll.pharmacy.ualberta.ca/download/${PN}/${PN}.tar.gz"
+DESCRIPTION="Prediction of 1H, 13C and 15N chemical shifts for proteins"
+HOMEPAGE="http://shiftx.wishartlab.com/"
+SRC_URI="http://shiftx.wishartlab.com/download/${PN}.tar.gz -> ${P}.tar.gz"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}"/${PN}
-PATCHES=(
- "${FILESDIR}"/${PV}-Makefile.patch
-)
+PATCHES=( "${FILESDIR}"/${PV}-Makefile.patch )
DOCS="README FEATURES *.pdb *.out"
src_compile() {
- emake \
- CC="$(tc-getCC)" || \
- die "compilation failed"
+ emake CC="$(tc-getCC)"
}
src_install() {
- dobin ${PN} || die "installationof ${PN} failed"
- dodoc ${DOCS} || die
+ dobin ${PN}
+ dodoc ${DOCS}
}