aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-05-02 08:48:05 +0200
committerJustin Lecher <jlec@gentoo.org>2012-05-02 08:48:05 +0200
commited59512d3e2661174573183c9f9b1a7265495b0f (patch)
treefc389d4d057fd658b88072ed14f398ed53b429b5
parentAdd app-vim/vim-gromacs (diff)
downloadsci-ed59512d3e2661174573183c9f9b1a7265495b0f.tar.gz
sci-ed59512d3e2661174573183c9f9b1a7265495b0f.tar.bz2
sci-ed59512d3e2661174573183c9f9b1a7265495b0f.zip
Bundled in nmrpipe
-rw-r--r--sci-chemistry/sparta+/ChangeLog16
-rw-r--r--sci-chemistry/sparta+/Manifest1
-rw-r--r--sci-chemistry/sparta+/metadata.xml8
-rw-r--r--sci-chemistry/sparta+/sparta+-2.60.2011.167.16.39.ebuild28
4 files changed, 0 insertions, 53 deletions
diff --git a/sci-chemistry/sparta+/ChangeLog b/sci-chemistry/sparta+/ChangeLog
deleted file mode 100644
index 234f68a7f..000000000
--- a/sci-chemistry/sparta+/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for sci-chemistry/sparta+
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*sparta+-2.60.2011.167.16.39 (24 Jun 2011)
-
- 24 Jun 2011; Justin Lecher <jlec@gentoo.org>
- -sparta+-1.00.2010.0804.14.ebuild, +sparta+-2.60.2011.167.16.39.ebuild:
- Version Bump
-
-*sparta+-1.00.2010.0804.14 (28 Oct 2010)
-
- 28 Oct 2010; Justin Lecher <jlec@gentoo.org>
- +sparta+-1.00.2010.0804.14.ebuild, +metadata.xml:
- New Addition
-
diff --git a/sci-chemistry/sparta+/Manifest b/sci-chemistry/sparta+/Manifest
deleted file mode 100644
index f1628a42c..000000000
--- a/sci-chemistry/sparta+/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sparta+-2.60.2011.167.16.39.tar.Z 3972715 RMD160 708abf92c92ea16a605dd885709eb95946894fa7 SHA1 28226eb87f7e80d3120ea1c4fade77dcadde8574 SHA256 00888e1528c579469474339c09dbc0e55c53f98b301bb3a600a7467fac3f156c
diff --git a/sci-chemistry/sparta+/metadata.xml b/sci-chemistry/sparta+/metadata.xml
deleted file mode 100644
index 0fbe927f0..000000000
--- a/sci-chemistry/sparta+/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>
-</pkgmetadata>
diff --git a/sci-chemistry/sparta+/sparta+-2.60.2011.167.16.39.ebuild b/sci-chemistry/sparta+/sparta+-2.60.2011.167.16.39.ebuild
deleted file mode 100644
index cca12aea2..000000000
--- a/sci-chemistry/sparta+/sparta+-2.60.2011.167.16.39.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DESCRIPTION="Shifts Predicted from Analogy in Residue type and Torsion Angle with neural"
-HOMEPAGE="http://spin.niddk.nih.gov/bax//software/SPARTA+/"
-SRC_URI="http://spin.niddk.nih.gov/bax/software/SPARTA+/sparta+.tar.Z -> ${P}.tar.Z"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="as-is"
-IUSE=""
-
-S="${WORKDIR}"/SPARTA+
-
-src_install() {
- sed "s:DIR_HERE:\"${EPREFIX}/opt/${PN}\":g" -i ${PN} || die
- dobin ${PN} || die
-
- mv bin/SPARTA+{.linux9,} || die
- rm -f bin/SPARTA+.* || die
-
- insinto /opt/${PN}
- doins -r * || die
- fperms 755 /opt/${PN}/bin/SPARTA+ || die
-}