Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/stampy/
Date: Sun, 31 Jul 2016 17:09:42
Message-Id: 1469984964.e6d24877d78b288c57387387ba8ee3fcd1ee1c55.mmokrejs@gentoo
1 commit: e6d24877d78b288c57387387ba8ee3fcd1ee1c55
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sun Jul 31 17:09:24 2016 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sun Jul 31 17:09:24 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e6d24877
7
8 sci-biology/stampy: renamed to stampy-bin
9
10 sci-biology/stampy/metadata.xml | 12 ------------
11 sci-biology/stampy/stampy-1.0.28.ebuild | 33 ---------------------------------
12 2 files changed, 45 deletions(-)
13
14 diff --git a/sci-biology/stampy/metadata.xml b/sci-biology/stampy/metadata.xml
15 deleted file mode 100644
16 index f68a1b6..0000000
17 --- a/sci-biology/stampy/metadata.xml
18 +++ /dev/null
19 @@ -1,12 +0,0 @@
20 -<?xml version="1.0" encoding="UTF-8"?>
21 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 -<pkgmetadata>
23 - <maintainer type="person">
24 - <email>mmokrejs@×××××××××××××××.cz</email>
25 - <name>Martin Mokrejs</name>
26 - </maintainer>
27 - <maintainer type="project">
28 - <email>sci-biology@g.o</email>
29 - <name>Gentoo Biology Project</name>
30 - </maintainer>
31 -</pkgmetadata>
32
33 diff --git a/sci-biology/stampy/stampy-1.0.28.ebuild b/sci-biology/stampy/stampy-1.0.28.ebuild
34 deleted file mode 100644
35 index 02fc2cf..0000000
36 --- a/sci-biology/stampy/stampy-1.0.28.ebuild
37 +++ /dev/null
38 @@ -1,33 +0,0 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Id$
42 -
43 -EAPI=5
44 -PYTHON_COMPAT=( python2_7 )
45 -
46 -inherit toolchain-funcs python-single-r1
47 -
48 -DESCRIPTION="Map highly divergent short reads to a reference"
49 -HOMEPAGE="http://www.well.ox.ac.uk/project-stampy"
50 -SRC_URI="${P}.tar.gz"
51 -
52 -LICENSE="stampy-academic"
53 -SLOT="0"
54 -KEYWORDS=""
55 -IUSE=""
56 -
57 -RESTRICT="fetch"
58 -
59 -DEPEND=""
60 -RDEPEND="${DEPEND}"
61 -
62 -# FIXME: the makefile calls python but fails if that is under python-3.4, 2.7 works
63 -src_install(){
64 - dobin *.py
65 - insinto $(python_get_sitedir)
66 - doins maptools.so
67 - # doins -r stampy-1.0.28/build/python2.7/Stampy # only *.pyc files available
68 - # doins -r python2.7/ext # only *.pyc files available
69 - fperms a+x "$(python_get_sitedir)"/maptools.so
70 - dodoc README.txt
71 -}