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-biology/tigr-closure/
Date: Mon, 21 Sep 2015 14:05:15
Message-Id: 1442843573.6d8df48b8581b1c92254ef9e80fa94f6445a1932.jlec@gentoo
1 commit: 6d8df48b8581b1c92254ef9e80fa94f6445a1932
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 13:52:53 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 13:52:53 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d8df48b
7
8 Drop obsolete package Sources unavailable
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 sci-biology/tigr-closure/ChangeLog | 13 -----
13 sci-biology/tigr-closure/metadata.xml | 9 ---
14 .../tigr-closure/tigr-closure-20080106.ebuild | 65 ----------------------
15 3 files changed, 87 deletions(-)
16
17 diff --git a/sci-biology/tigr-closure/ChangeLog b/sci-biology/tigr-closure/ChangeLog
18 deleted file mode 100644
19 index 4f76625..0000000
20 --- a/sci-biology/tigr-closure/ChangeLog
21 +++ /dev/null
22 @@ -1,13 +0,0 @@
23 -# ChangeLog for sci-biology/tigr-closure
24 -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 -# $Id$
26 -
27 - 10 Jan 2015; Justin Lecher <jlec@g.o> tigr-closure-20080106.ebuild:
28 - Some QA, add license
29 -
30 -*tigr-closure-20080106 (07 Jan 2015)
31 -
32 - 07 Jan 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
33 - +tigr-closure-20080106.ebuild, +metadata.xml:
34 - initial ebuild
35 -
36
37 diff --git a/sci-biology/tigr-closure/metadata.xml b/sci-biology/tigr-closure/metadata.xml
38 deleted file mode 100644
39 index 2bc8930..0000000
40 --- a/sci-biology/tigr-closure/metadata.xml
41 +++ /dev/null
42 @@ -1,9 +0,0 @@
43 -<?xml version="1.0" encoding="UTF-8"?>
44 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
45 -<pkgmetadata>
46 - <herd>sci-biology</herd>
47 - <maintainer>
48 - <email>mmokrejs@×××××××××××××××.cz</email>
49 - <name>Martin Mokrejs</name>
50 - </maintainer>
51 -</pkgmetadata>
52
53 diff --git a/sci-biology/tigr-closure/tigr-closure-20080106.ebuild b/sci-biology/tigr-closure/tigr-closure-20080106.ebuild
54 deleted file mode 100644
55 index 3a6f422..0000000
56 --- a/sci-biology/tigr-closure/tigr-closure-20080106.ebuild
57 +++ /dev/null
58 @@ -1,65 +0,0 @@
59 -# Copyright 1999-2015 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -# $Id$
62 -
63 -EAPI=5
64 -
65 -inherit perl-module
66 -
67 -DESCRIPTION="TIGR closure tools for the assembly/finishing stage of DNA sequencing projects"
68 -HOMEPAGE="http://tigr-closure.sourceforge.net/"
69 -# http://tigr-closure.svn.sourceforge.net/tigr-closure/
70 -SRC_URI="tigr-closure-svn-20080106.tar.gz"
71 -
72 -LICENSE="all-rights-reserved"
73 -SLOT="0"
74 -KEYWORDS=""
75 -IUSE=""
76 -
77 -DEPEND="dev-lang/perl"
78 -RDEPEND=""
79 -
80 -src_compile() {
81 -
82 - # Closure Work Order Processing (CWP - CLOVER)
83 - # clover and oats
84 - cd "${WORKDIR}"/CWPSystem/trunk/ || die
85 - # needs TIGR/EUIDService.pm in PERL paths
86 - emake dist
87 - # how to install the files from install/ ?
88 - cd ../.. || die
89 -
90 - #
91 - cd ScaffoldMgmt/trunk || die
92 - emake dist
93 - # FIXME: unpack the .tar file into image during src_install()
94 - cd ../.. || die
95 -
96 - # awfull
97 - cd ClosureQC/trunk/ || die
98 - mkdir sandbox || die
99 - ${SANDBOX}="${WORKDIR}"/sandbox
100 - # have ./src/, ./doc, ./install, ./test/work/drivers, ./test/work/getqc, ./test/tmp
101 - cd test || die
102 - # ...
103 - cd ../../.. || die
104 -
105 - #
106 - cd ClosureReactionSystem/trunk || die
107 - emake BUILD=true
108 - cd ../.. || die
109 -
110 - # some Java servlet?
111 - cd AserverConsoleEJB3Hibernate || die
112 - # huh?
113 - cd ../.. || die
114 -}
115 -
116 -src_install() {
117 - cd "${WORKDIR}"/SequenceTiling || die
118 - dobin trunk/src/*.pl
119 - cd trunk/src/TIGR/SequenceTiling/ || die
120 - myinst="DESTDIR=${D}"
121 - perl-module_src_install
122 - #
123 -}