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/ssp/
Date: Wed, 29 Aug 2012 14:08:03
Message-Id: 1346249249.cf23c0aa85cf5d38080dba8cd7dc991836aa6b3c.jlec@gentoo
1 commit: cf23c0aa85cf5d38080dba8cd7dc991836aa6b3c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 14:07:29 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 14:07:29 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cf23c0aa
7
8 sci-chemistry/ssp: New addition
9
10 (Portage version: 2.2.0_alpha123/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-chemistry/ssp/ChangeLog | 10 ++++++++++
14 sci-chemistry/ssp/metadata.xml | 8 ++++++++
15 sci-chemistry/ssp/ssp-09.11.ebuild | 26 ++++++++++++++++++++++++++
16 3 files changed, 44 insertions(+), 0 deletions(-)
17
18 diff --git a/sci-chemistry/ssp/ChangeLog b/sci-chemistry/ssp/ChangeLog
19 new file mode 100644
20 index 0000000..c2cb332
21 --- /dev/null
22 +++ b/sci-chemistry/ssp/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for sci-chemistry/ssp
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*ssp-09.11 (29 Aug 2012)
29 +
30 + 29 Aug 2012; Justin Lecher <jlec@g.o> +ssp-09.11.ebuild,
31 + +metadata.xml:
32 + New addition
33 +
34
35 diff --git a/sci-chemistry/ssp/metadata.xml b/sci-chemistry/ssp/metadata.xml
36 new file mode 100644
37 index 0000000..210ad0d
38 --- /dev/null
39 +++ b/sci-chemistry/ssp/metadata.xml
40 @@ -0,0 +1,8 @@
41 +<?xml version="1.0" encoding="UTF-8"?>
42 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 +<pkgmetadata>
44 + <herd>sci</herd>
45 + <maintainer>
46 + <email>jlec@g.o</email>
47 + </maintainer>
48 +</pkgmetadata>
49
50 diff --git a/sci-chemistry/ssp/ssp-09.11.ebuild b/sci-chemistry/ssp/ssp-09.11.ebuild
51 new file mode 100644
52 index 0000000..d788a74
53 --- /dev/null
54 +++ b/sci-chemistry/ssp/ssp-09.11.ebuild
55 @@ -0,0 +1,26 @@
56 +# Copyright 1999-2012 Gentoo Foundation
57 +# Distributed under the terms of the GNU General Public License v2
58 +# $Header: $
59 +
60 +EAPI=4
61 +
62 +DESCRIPTION="Secondary structure propensities"
63 +HOMEPAGE="http://abragam.med.utoronto.ca/software.html"
64 +SRC_URI="http://pound.med.utoronto.ca/${PN}-Nov09.tar.gz"
65 +
66 +SLOT="0"
67 +LICENSE="as-is"
68 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
69 +IUSE=""
70 +
71 +RDEPEND="dev-lang/perl"
72 +DEPEND=""
73 +
74 +S="${WORKDIR}"/${PN}
75 +
76 +src_install() {
77 + dobin reref ${PN}
78 + dodoc README
79 + insinto /usr/share/${PN}
80 + doins -r eg* REF
81 +}