Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/sparta+/
Date: Wed, 02 May 2012 06:48:37
Message-Id: 1335941285.ed59512d3e2661174573183c9f9b1a7265495b0f.jlec@gentoo
1 commit: ed59512d3e2661174573183c9f9b1a7265495b0f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 06:48:05 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 06:48:05 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ed59512d
7
8 Bundled in nmrpipe
9
10 ---
11 sci-chemistry/sparta+/ChangeLog | 16 -----------
12 sci-chemistry/sparta+/metadata.xml | 8 -----
13 .../sparta+/sparta+-2.60.2011.167.16.39.ebuild | 28 --------------------
14 3 files changed, 0 insertions(+), 52 deletions(-)
15
16 diff --git a/sci-chemistry/sparta+/ChangeLog b/sci-chemistry/sparta+/ChangeLog
17 deleted file mode 100644
18 index 234f68a..0000000
19 --- a/sci-chemistry/sparta+/ChangeLog
20 +++ /dev/null
21 @@ -1,16 +0,0 @@
22 -# ChangeLog for sci-chemistry/sparta+
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 -*sparta+-2.60.2011.167.16.39 (24 Jun 2011)
27 -
28 - 24 Jun 2011; Justin Lecher <jlec@g.o>
29 - -sparta+-1.00.2010.0804.14.ebuild, +sparta+-2.60.2011.167.16.39.ebuild:
30 - Version Bump
31 -
32 -*sparta+-1.00.2010.0804.14 (28 Oct 2010)
33 -
34 - 28 Oct 2010; Justin Lecher <jlec@g.o>
35 - +sparta+-1.00.2010.0804.14.ebuild, +metadata.xml:
36 - New Addition
37 -
38
39 diff --git a/sci-chemistry/sparta+/metadata.xml b/sci-chemistry/sparta+/metadata.xml
40 deleted file mode 100644
41 index 0fbe927..0000000
42 --- a/sci-chemistry/sparta+/metadata.xml
43 +++ /dev/null
44 @@ -1,8 +0,0 @@
45 -<?xml version="1.0" encoding="UTF-8"?>
46 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
47 -<pkgmetadata>
48 -<herd>sci-chemistry</herd>
49 -<maintainer>
50 - <email>sci@g.o</email>
51 -</maintainer>
52 -</pkgmetadata>
53
54 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
55 deleted file mode 100644
56 index cca12ae..0000000
57 --- a/sci-chemistry/sparta+/sparta+-2.60.2011.167.16.39.ebuild
58 +++ /dev/null
59 @@ -1,28 +0,0 @@
60 -# Copyright 1999-2011 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -# $Header: $
63 -
64 -EAPI=4
65 -
66 -DESCRIPTION="Shifts Predicted from Analogy in Residue type and Torsion Angle with neural"
67 -HOMEPAGE="http://spin.niddk.nih.gov/bax//software/SPARTA+/"
68 -SRC_URI="http://spin.niddk.nih.gov/bax/software/SPARTA+/sparta+.tar.Z -> ${P}.tar.Z"
69 -
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
72 -LICENSE="as-is"
73 -IUSE=""
74 -
75 -S="${WORKDIR}"/SPARTA+
76 -
77 -src_install() {
78 - sed "s:DIR_HERE:\"${EPREFIX}/opt/${PN}\":g" -i ${PN} || die
79 - dobin ${PN} || die
80 -
81 - mv bin/SPARTA+{.linux9,} || die
82 - rm -f bin/SPARTA+.* || die
83 -
84 - insinto /opt/${PN}
85 - doins -r * || die
86 - fperms 755 /opt/${PN}/bin/SPARTA+ || die
87 -}