Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libmuscle/
Date: Wed, 01 Mar 2017 20:35:22
Message-Id: 1488400496.f6d76dab7f01dbbea2d430bd349ba766f0f1fdbe.soap@gentoo
1 commit: f6d76dab7f01dbbea2d430bd349ba766f0f1fdbe
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 20:16:04 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 20:34:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d76dab
7
8 sci-libs/libmuscle: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-libs/libmuscle/libmuscle-3.7-r1.ebuild | 38 -----------------------------
13 sci-libs/libmuscle/libmuscle-3.7-r2.ebuild | 39 ------------------------------
14 sci-libs/libmuscle/libmuscle-9999.ebuild | 35 ---------------------------
15 3 files changed, 112 deletions(-)
16
17 diff --git a/sci-libs/libmuscle/libmuscle-3.7-r1.ebuild b/sci-libs/libmuscle/libmuscle-3.7-r1.ebuild
18 deleted file mode 100644
19 index d7d31557aef..00000000000
20 --- a/sci-libs/libmuscle/libmuscle-3.7-r1.ebuild
21 +++ /dev/null
22 @@ -1,38 +0,0 @@
23 -# Copyright 1999-2009 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="2"
27 -
28 -MY_TAG="mauve-2-3-0-release"
29 -#ESVN_REPO_URI="https://svn.code.sf.net/p/mauve/code/muscle/tags/${MY_TAG}"
30 -
31 -#inherit subversion autotools
32 -inherit autotools
33 -
34 -DESCRIPTION="Library for sci-biology/mauve"
35 -HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/"
36 -#SRC_URI=""
37 -SRC_URI="mirror://gentoo/${P}-${PR}.tar.bz2"
38 -
39 -LICENSE="public-domain"
40 -SLOT="0"
41 -IUSE="doc"
42 -KEYWORDS="~amd64 ~x86"
43 -
44 -DEPEND="doc? ( app-doc/doxygen )
45 - !sci-biology/muscle"
46 -RDEPEND=""
47 -
48 -#S="${WORKDIR}"
49 -
50 -src_prepare() {
51 - eautoreconf
52 -}
53 -
54 -src_compile() {
55 - emake -j1 || die
56 -}
57 -
58 -src_install() {
59 - emake install DESTDIR="${D}" || die
60 -}
61
62 diff --git a/sci-libs/libmuscle/libmuscle-3.7-r2.ebuild b/sci-libs/libmuscle/libmuscle-3.7-r2.ebuild
63 deleted file mode 100644
64 index 060a6a106af..00000000000
65 --- a/sci-libs/libmuscle/libmuscle-3.7-r2.ebuild
66 +++ /dev/null
67 @@ -1,39 +0,0 @@
68 -# Copyright 1999-2010 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI="2"
72 -
73 -MY_TAG="mauve-2-3-0-release"
74 -#ESVN_REPO_URI="https://svn.code.sf.net/p/mauve/code/muscle/tags/${MY_TAG}"
75 -
76 -#inherit subversion autotools
77 -inherit autotools eutils
78 -
79 -DESCRIPTION="Library for sci-biology/mauve"
80 -HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/"
81 -#SRC_URI=""
82 -SRC_URI="mirror://gentoo/${P}-r1.tar.bz2"
83 -
84 -LICENSE="public-domain"
85 -SLOT="0"
86 -IUSE="doc"
87 -KEYWORDS="~amd64 ~x86"
88 -
89 -DEPEND="doc? ( app-doc/doxygen )
90 - !sci-biology/muscle"
91 -RDEPEND=""
92 -
93 -#S="${WORKDIR}"
94 -
95 -src_prepare() {
96 - epatch "${FILESDIR}"/${PV}-bufferoverflow.patch
97 - eautoreconf
98 -}
99 -
100 -src_compile() {
101 - emake -j1 || die
102 -}
103 -
104 -src_install() {
105 - emake install DESTDIR="${D}" || die
106 -}
107
108 diff --git a/sci-libs/libmuscle/libmuscle-9999.ebuild b/sci-libs/libmuscle/libmuscle-9999.ebuild
109 deleted file mode 100644
110 index 18da9a6931f..00000000000
111 --- a/sci-libs/libmuscle/libmuscle-9999.ebuild
112 +++ /dev/null
113 @@ -1,35 +0,0 @@
114 -# Copyright 1999-2016 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI="2"
118 -
119 -ESVN_REPO_URI="https://svn.code.sf.net/p/mauve/code/muscle/trunk"
120 -
121 -inherit subversion autotools
122 -
123 -DESCRIPTION="Library for sci-biology/mauve"
124 -HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/"
125 -SRC_URI=""
126 -
127 -LICENSE="public-domain"
128 -SLOT="0"
129 -IUSE="doc"
130 -KEYWORDS=""
131 -
132 -DEPEND="doc? ( app-doc/doxygen )
133 - !sci-biology/muscle"
134 -RDEPEND=""
135 -
136 -S="${WORKDIR}"
137 -
138 -src_prepare() {
139 - eautoreconf
140 -}
141 -
142 -src_compile() {
143 - emake -j1 || die
144 -}
145 -
146 -src_install() {
147 - emake install DESTDIR="${D}" || die
148 -}