aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/dssp2pdb/ChangeLog6
-rw-r--r--sci-chemistry/dssp2pdb/Manifest2
-rw-r--r--sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild4
-rw-r--r--sci-chemistry/dssp2pdb/metadata.xml2
4 files changed, 10 insertions, 4 deletions
diff --git a/sci-chemistry/dssp2pdb/ChangeLog b/sci-chemistry/dssp2pdb/ChangeLog
index b665102c2..62c0f7426 100644
--- a/sci-chemistry/dssp2pdb/ChangeLog
+++ b/sci-chemistry/dssp2pdb/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/dssp2pdb
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 11 Nov 2014; Justin Lecher <jlec@gentoo.org> dssp2pdb-0.03.ebuild,
+ metadata.xml:
+ Bump to EAPI=5
+
24 Oct 2010; Justin Lecher <jlec@gentoo.org> dssp2pdb-0.03.ebuild:
Keyworded for ~-linux prefix
diff --git a/sci-chemistry/dssp2pdb/Manifest b/sci-chemistry/dssp2pdb/Manifest
index 85549c3fd..65cba5b1c 100644
--- a/sci-chemistry/dssp2pdb/Manifest
+++ b/sci-chemistry/dssp2pdb/Manifest
@@ -1 +1 @@
-DIST dssp2pdb-0.03.tar 10240 SHA256 4ec79fdd7223a6125d5ab221438ca9d9747e293c37bcfc5b67981e678280ec61
+DIST dssp2pdb-0.03.tar 10240 SHA256 4ec79fdd7223a6125d5ab221438ca9d9747e293c37bcfc5b67981e678280ec61 SHA512 010e243d0b98191afc761a5a6a02ce3f208b8cb3417c3db186e626d17890745db829debe9880b7aa2892babb50378741bb653589b3d3c9566c55f74fdcd43d65 WHIRLPOOL e6855b187a4094c2f9d323570d9b9e789ecade783f83d75db79365a2334ed7b057fd0e0b753d09893298ee7590ca1e62f990d3a29f11211677f444eef8fa1755
diff --git a/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild b/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild
index e1112a9ae..bef71e6ae 100644
--- a/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild
+++ b/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
DESCRIPTION="convert dssp to pdb"
HOMEPAGE="http://structure.usc.edu/dssp2pdb/"
SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.tar"
@@ -17,5 +19,5 @@ RDEPEND="
DEPEND=""
src_install() {
- dobin ${PN} || die
+ dobin ${PN}
}
diff --git a/sci-chemistry/dssp2pdb/metadata.xml b/sci-chemistry/dssp2pdb/metadata.xml
index 9ac9ffdb3..51fdedab1 100644
--- a/sci-chemistry/dssp2pdb/metadata.xml
+++ b/sci-chemistry/dssp2pdb/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
+ <herd>sci-chemistry</herd>
</pkgmetadata>