Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ugene/
Date: Mon, 10 Sep 2018 01:36:53
Message-Id: 1536543293.955116fde829ade97ea11c5a48db3433f4f5e3bb.heroxbd@gentoo
1 commit: 955116fde829ade97ea11c5a48db3433f4f5e3bb
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 10 01:30:49 2018 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 10 01:34:53 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=955116fd
7
8 sci-biology/ugene: drop old versions.
9
10 Bug: https://bugs.gentoo.org/663110
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 sci-biology/ugene/ugene-1.13.3.ebuild | 34 ----------------------------------
14 sci-biology/ugene/ugene-1.16.1.ebuild | 34 ----------------------------------
15 2 files changed, 68 deletions(-)
16
17 diff --git a/sci-biology/ugene/ugene-1.13.3.ebuild b/sci-biology/ugene/ugene-1.13.3.ebuild
18 deleted file mode 100644
19 index 7649ead56..000000000
20 --- a/sci-biology/ugene/ugene-1.13.3.ebuild
21 +++ /dev/null
22 @@ -1,34 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -inherit qt4-r2
29 -
30 -DESCRIPTION="A free open-source cross-platform bioinformatics software"
31 -HOMEPAGE="http://ugene.unipro.ru"
32 -SRC_URI="http://${PN}.unipro.ru/downloads/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE="cpu_flags_x86_sse2"
38 -
39 -DEPEND="
40 - dev-qt/qtgui:4"
41 -RDEPEND="${DEPEND}"
42 -
43 -LANGS="cs en ru zh"
44 -
45 -src_configure() {
46 - local CONFIG_OPTS
47 - if use amd64; then
48 - CONFIG_OPTS+=( CONFIG+="x64" )
49 - elif use ppc; then
50 - CONFIG_OPTS+=( CONFIG+="ppc" )
51 - fi
52 -
53 - use cpu_flags_x86_sse2 && CONFIG_OPTS+=( use_sse2 )
54 -
55 - eqmake4 $CONFIG_OPTS || die
56 -}
57
58 diff --git a/sci-biology/ugene/ugene-1.16.1.ebuild b/sci-biology/ugene/ugene-1.16.1.ebuild
59 deleted file mode 100644
60 index 7649ead56..000000000
61 --- a/sci-biology/ugene/ugene-1.16.1.ebuild
62 +++ /dev/null
63 @@ -1,34 +0,0 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=5
68 -
69 -inherit qt4-r2
70 -
71 -DESCRIPTION="A free open-source cross-platform bioinformatics software"
72 -HOMEPAGE="http://ugene.unipro.ru"
73 -SRC_URI="http://${PN}.unipro.ru/downloads/${P}.tar.gz"
74 -
75 -LICENSE="GPL-2"
76 -SLOT="0"
77 -KEYWORDS="~amd64"
78 -IUSE="cpu_flags_x86_sse2"
79 -
80 -DEPEND="
81 - dev-qt/qtgui:4"
82 -RDEPEND="${DEPEND}"
83 -
84 -LANGS="cs en ru zh"
85 -
86 -src_configure() {
87 - local CONFIG_OPTS
88 - if use amd64; then
89 - CONFIG_OPTS+=( CONFIG+="x64" )
90 - elif use ppc; then
91 - CONFIG_OPTS+=( CONFIG+="ppc" )
92 - fi
93 -
94 - use cpu_flags_x86_sse2 && CONFIG_OPTS+=( use_sse2 )
95 -
96 - eqmake4 $CONFIG_OPTS || die
97 -}