Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/atsas/
Date: Mon, 02 Apr 2018 12:45:32
Message-Id: 1522672405.236b73bc80d504a0a81080f1ee25cfd27e18409a.jlec@gentoo
1 commit: 236b73bc80d504a0a81080f1ee25cfd27e18409a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 12:33:25 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 12:33:25 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=236b73bc
7
8 sci-biology/atsas: Drop old
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11 Package-Manager: Portage-2.3.27, Repoman-2.3.9
12
13 sci-biology/atsas/atsas-2.6.0.ebuild | 75 ------------------------------------
14 sci-biology/atsas/atsas-2.7.0.ebuild | 75 ------------------------------------
15 2 files changed, 150 deletions(-)
16
17 diff --git a/sci-biology/atsas/atsas-2.6.0.ebuild b/sci-biology/atsas/atsas-2.6.0.ebuild
18 deleted file mode 100644
19 index f2829f574..000000000
20 --- a/sci-biology/atsas/atsas-2.6.0.ebuild
21 +++ /dev/null
22 @@ -1,75 +0,0 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -PYTHON_COMPAT=( python2_7 )
29 -
30 -inherit python-r1
31 -
32 -DESCRIPTION="Biological Small Angle Scattering"
33 -HOMEPAGE="http://www.embl-hamburg.de/biosaxs"
34 -#SRC_URI="ATSAS-2.6.0-1.sl5.x86_64.tar.gz"
35 -#SRC_URI="ATSAS-2.6.0-1.el6.x86_64.tar.gz"
36 -SRC_URI="ATSAS-2.6.0-1_amd64.tar.gz"
37 -
38 -SLOT="0"
39 -LICENSE="atsas"
40 -KEYWORDS="~amd64 ~amd64-linux"
41 -IUSE="examples"
42 -
43 -RDEPEND="
44 - dev-libs/libxml2:2
45 - dev-qt/qtcore:4
46 - dev-qt/qtgui:4
47 - media-libs/tiff:0
48 - sci-libs/cbflib
49 - x11-libs/qwt:5
50 -"
51 -DEPEND="dev-util/patchelf"
52 -
53 -RESTRICT="fetch"
54 -
55 -S="${WORKDIR}"/${P^^}-1
56 -
57 -QA_PREBUILT="opt/.* usr/.*"
58 -
59 -pkg_nofetch() {
60 - elog "Please visit http://www.embl-hamburg.de/biosaxs/atsas-online/download.php"
61 - elog "and download the ${A} for Ubuntu 14.04"
62 - elog "and place it in ${DISTDIR}"
63 -}
64 -
65 -src_install() {
66 - local i
67 - for i in bin/*; do
68 - patchelf \
69 - --set-rpath "$(gcc-config -L):${EPREFIX}/opt/${PN}/:${EPREFIX}/usr/lib/qt4/" \
70 - ${i} || die
71 - done
72 - exeinto /opt/bin
73 - doexe bin/*
74 -
75 - insinto /opt/${PN}
76 - doins lib/*/atsas/{libedf.so*,libqtsoap.so*,libqwt*.so*,libsaxs*.so*}
77 -
78 - python_foreach_impl python_domodule lib/*/atsas/python*/dist-packages/*
79 -
80 - rm share/doc/${P}/LICENSE.txt || die
81 - if use examples; then
82 - cp -rf share/doc/${P}/* share/${PN}/ || die
83 - fi
84 -
85 - pushd share/icons/hicolor/ > /dev/null
86 - for i in *; do
87 - doicon -s ${i} -t hicolor ${i}/*
88 - done
89 - popd > /dev/null
90 -
91 - domenu share/applications/*
92 -
93 - rm -rf share/{applications,doc,icons,mime} || die
94 -
95 - insinto /usr
96 - doins -r share
97 -}
98
99 diff --git a/sci-biology/atsas/atsas-2.7.0.ebuild b/sci-biology/atsas/atsas-2.7.0.ebuild
100 deleted file mode 100644
101 index 4e51e8536..000000000
102 --- a/sci-biology/atsas/atsas-2.7.0.ebuild
103 +++ /dev/null
104 @@ -1,75 +0,0 @@
105 -# Copyright 1999-2015 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=5
109 -
110 -PYTHON_COMPAT=( python2_7 )
111 -
112 -inherit python-r1
113 -
114 -DESCRIPTION="Biological Small Angle Scattering"
115 -HOMEPAGE="http://www.embl-hamburg.de/biosaxs"
116 -#SRC_URI="ATSAS-${PV}-1.sl5.x86_64.tar.gz"
117 -#SRC_URI="ATSAS-${PV}-1.el6.x86_64.tar.gz"
118 -SRC_URI="ATSAS-${PV}-1_amd64.tar.gz"
119 -
120 -SLOT="0"
121 -LICENSE="atsas"
122 -KEYWORDS="~amd64 ~amd64-linux"
123 -IUSE="examples"
124 -
125 -RDEPEND="
126 - dev-libs/libxml2:2
127 - dev-qt/qtcore:4
128 - dev-qt/qtgui:4
129 - media-libs/tiff:0
130 - sci-libs/cbflib
131 - x11-libs/qwt:5
132 -"
133 -DEPEND="dev-util/patchelf"
134 -
135 -RESTRICT="fetch strip"
136 -
137 -S="${WORKDIR}"/${P^^}-1
138 -
139 -QA_PREBUILT="opt/.* usr/.*"
140 -
141 -pkg_nofetch() {
142 - elog "Please visit http://www.embl-hamburg.de/biosaxs/atsas-online/download.php"
143 - elog "and download the ${A} for Ubuntu 14.04"
144 - elog "and place it in ${DISTDIR}"
145 -}
146 -
147 -src_install() {
148 - local i
149 - for i in bin/*; do
150 - patchelf \
151 - --set-rpath "$(gcc-config -L):${EPREFIX}/opt/${PN}/:${EPREFIX}/usr/lib/qt4/" \
152 - ${i} || die
153 - done
154 - exeinto /opt/bin
155 - doexe bin/*
156 -
157 - insinto /opt/${PN}
158 - doins lib/*/atsas/{libqwt*.so*,libsaxsdocument*.so*}
159 -
160 - python_foreach_impl python_domodule lib/*/atsas/python*/dist-packages/*
161 -
162 - rm share/doc/${P}/LICENSE.txt || die
163 - if use examples; then
164 - cp -rf share/doc/${P}/* share/${PN}/ || die
165 - fi
166 -
167 - pushd share/icons/hicolor/ > /dev/null
168 - for i in *; do
169 - doicon -s ${i} -t hicolor ${i}/*
170 - done
171 - popd > /dev/null
172 -
173 - domenu share/applications/*
174 -
175 - rm -rf share/{applications,doc,icons,mime} || die
176 -
177 - insinto /usr
178 - doins -r share
179 -}