Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bedtools/
Date: Wed, 12 Oct 2016 06:30:47
Message-Id: 1474758170.cc5e3c7ccf16087d32e5c933f2f9e0307ce1900f.marbre@gentoo
1 commit: cc5e3c7ccf16087d32e5c933f2f9e0307ce1900f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 23:00:27 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Sep 24 23:02:50 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cc5e3c7c
7
8 sci-biology/bedtools: remove, in main tree
9
10 sci-biology/bedtools/bedtools-2.26.0.ebuild | 33 -----------------------------
11 sci-biology/bedtools/metadata.xml | 23 --------------------
12 2 files changed, 56 deletions(-)
13
14 diff --git a/sci-biology/bedtools/bedtools-2.26.0.ebuild b/sci-biology/bedtools/bedtools-2.26.0.ebuild
15 deleted file mode 100644
16 index 4dac032..0000000
17 --- a/sci-biology/bedtools/bedtools-2.26.0.ebuild
18 +++ /dev/null
19 @@ -1,33 +0,0 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=5
25 -
26 -inherit flag-o-matic
27 -
28 -DESCRIPTION="Tools for manipulation and analysis of BED, GFF/GTF, VCF, SAM/BAM file formats"
29 -HOMEPAGE="http://code.google.com/p/bedtools/"
30 -SRC_URI="https://github.com/arq5x/bedtools2/releases/download/v${PV}/bedtools-${PV}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~x86 ~amd64"
35 -IUSE=""
36 -
37 -S="${WORKDIR}/bedtools2"
38 -
39 -src_prepare() {
40 - filter-ldflags -Wl,--as-needed
41 - sed -i \
42 - -e '/export CXXFLAGS/ d' \
43 - -e '/export CXX/ d' \
44 - Makefile || die
45 -}
46 -
47 -src_install() {
48 - dobin bin/*
49 - dodoc README* RELEASE_HISTORY
50 - insinto /usr/share/${PN}
51 - doins -r genomes
52 -}
53
54 diff --git a/sci-biology/bedtools/metadata.xml b/sci-biology/bedtools/metadata.xml
55 deleted file mode 100644
56 index 39869a9..0000000
57 --- a/sci-biology/bedtools/metadata.xml
58 +++ /dev/null
59 @@ -1,23 +0,0 @@
60 -<?xml version="1.0" encoding="UTF-8"?>
61 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 -<pkgmetadata>
63 - <maintainer type="person">
64 - <email>mmokrejs@×××××.com</email>
65 - <name>Martin Mokrejs</name>
66 - </maintainer>
67 - <maintainer type="project">
68 - <email>sci-biology@g.o</email>
69 - <name>Gentoo Biology Project</name>
70 - </maintainer>
71 - <maintainer type="project">
72 - <email>proxy-maint@g.o</email>
73 - <name>Proxy Maintainers</name>
74 - </maintainer>
75 - <longdescription>
76 - BEDTools: a flexible suite of utilities for comparing genomic features.
77 - </longdescription>
78 - <upstream>
79 - <remote-id type="google-code">bedtools</remote-id>
80 - <remote-id type="github">arq5x/bedtools2</remote-id>
81 - </upstream>
82 -</pkgmetadata>