Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/gibbs/, profiles/, sci-biology/gibbs/files/
Date: Sun, 16 Jan 2022 17:36:42
Message-Id: 1642354396.2fd2b0673fc4a3a7c35c9cd18f45216fb1c488c4.jsmolic@gentoo
1 commit: 2fd2b0673fc4a3a7c35c9cd18f45216fb1c488c4
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 16 17:33:16 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 16 17:33:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd2b067
7
8 sci-biology/gibbs: treeclean
9
10 Bug: https://bugs.gentoo.org/829216
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 profiles/package.mask | 1 -
14 sci-biology/gibbs/Manifest | 1 -
15 sci-biology/gibbs/files/gibbs-3.1-fix-CFLAGS.patch | 11 -----
16 sci-biology/gibbs/gibbs-3.1.ebuild | 47 ----------------------
17 sci-biology/gibbs/metadata.xml | 13 ------
18 5 files changed, 73 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index 5d104049d771..e64d3a456170 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -306,7 +306,6 @@ dev-go/blackfriday
25 # Outdated, we are the only one who still have a package for them.
26 # Removal in 30 days. # Bug #829216
27 sys-cluster/mpe2
28 -sci-biology/gibbs
29
30 # Georgy Yakovlev <gyakovlev@g.o> (2021-12-14)
31 # AT&T decided to roll back community changes in March 2020
32
33 diff --git a/sci-biology/gibbs/Manifest b/sci-biology/gibbs/Manifest
34 deleted file mode 100644
35 index 24b52453c962..000000000000
36 --- a/sci-biology/gibbs/Manifest
37 +++ /dev/null
38 @@ -1 +0,0 @@
39 -DIST gibbs-3.1.tar.gz 563300 BLAKE2B 74b97407ccdac49d19dd2fa5fe3a5384b52a3ae871f197c1212e818fb7ce2307f2d04a91cf8a1d14c82d57b6f7266bbae849091bec9e580b8d473b595a836212 SHA512 b1ffc0d0c7debaced3c3d850eb7d2c42e13358d1e7c6ff5e6be0273446edc50bd655c52c5ae904a9054d47d7a48abd54a7684534ba7681375b657ad77fb8cb52
40
41 diff --git a/sci-biology/gibbs/files/gibbs-3.1-fix-CFLAGS.patch b/sci-biology/gibbs/files/gibbs-3.1-fix-CFLAGS.patch
42 deleted file mode 100644
43 index 6eaad637cfc8..000000000000
44 --- a/sci-biology/gibbs/files/gibbs-3.1-fix-CFLAGS.patch
45 +++ /dev/null
46 @@ -1,11 +0,0 @@
47 ---- a/configure.in
48 -+++ b/configure.in
49 -@@ -51,7 +51,7 @@
50 - fi
51 - ])
52 -
53 --CFLAGS="$OPTFLAGS $MPIFLAGS -Wall -Werror $MACFLAG"
54 -+CFLAGS="$CFLAGS $OPTFLAGS $MPIFLAGS -Wall $MACFLAG"
55 -
56 - AC_PROG_CC([$COMP_LIST])
57 -
58
59 diff --git a/sci-biology/gibbs/gibbs-3.1.ebuild b/sci-biology/gibbs/gibbs-3.1.ebuild
60 deleted file mode 100644
61 index a06d0880ee4d..000000000000
62 --- a/sci-biology/gibbs/gibbs-3.1.ebuild
63 +++ /dev/null
64 @@ -1,47 +0,0 @@
65 -# Copyright 1999-2019 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=7
69 -
70 -inherit autotools
71 -
72 -DESCRIPTION="Identify motifs, conserved regions, in DNA or protein sequences"
73 -HOMEPAGE="http://bayesweb.wadsworth.org/gibbs/gibbs.html"
74 -SRC_URI="mirror://gentoo/gibbs-${PV}.tar.gz"
75 -
76 -LICENSE="GPL-2"
77 -SLOT="0"
78 -KEYWORDS="amd64 x86"
79 -IUSE="mpi"
80 -
81 -DEPEND="
82 - mpi? (
83 - virtual/mpi
84 - sys-cluster/mpe2
85 - )"
86 -RDEPEND="${DEPEND}"
87 -
88 -PATCHES=( "${FILESDIR}"/${PN}-3.1-fix-CFLAGS.patch )
89 -
90 -src_prepare() {
91 - default
92 - mv configure.{in,ac} || die
93 - eautoreconf
94 -}
95 -
96 -src_configure() {
97 - use mpi && export CC=mpicc
98 - econf $(use_enable mpi)
99 -}
100 -
101 -src_install() {
102 - default
103 -
104 - exeinto /usr/$(get_libdir)/${PN}
105 - doexe *.pl
106 -}
107 -
108 -pkg_postinst() {
109 - einfo "Supplementary Perl scripts for Gibbs have been installed into ${EROOT}/usr/$(get_libdir)/${PN}."
110 - einfo "These scripts require installation of sci-biology/bioperl."
111 -}
112
113 diff --git a/sci-biology/gibbs/metadata.xml b/sci-biology/gibbs/metadata.xml
114 deleted file mode 100644
115 index a0cd7b42b3ab..000000000000
116 --- a/sci-biology/gibbs/metadata.xml
117 +++ /dev/null
118 @@ -1,13 +0,0 @@
119 -<?xml version="1.0" encoding="UTF-8"?>
120 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
121 -<pkgmetadata>
122 - <maintainer type="project">
123 - <email>sci-biology@g.o</email>
124 - <name>Gentoo Biology Project</name>
125 - </maintainer>
126 - <longdescription>
127 - The Gibbs motif sampler stochastically examines candidate alignments
128 - in an effort to find the best alignment as measured by the maximum
129 - a posteriori (MAP) log-likelihood ratio.
130 - </longdescription>
131 -</pkgmetadata>