aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2018-04-02 13:33:25 +0100
committerJustin Lecher <jlec@gentoo.org>2018-04-02 13:33:25 +0100
commit236b73bc80d504a0a81080f1ee25cfd27e18409a (patch)
tree87cc02beac3de12b0e3c09b46be8836443173328
parentsci-biology/atsas: FIX Stale CVS header on line: 3 (diff)
downloadsci-236b73bc.tar.gz
sci-236b73bc.tar.bz2
sci-236b73bc.zip
sci-biology/atsas: Drop old
Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.27, Repoman-2.3.9
-rw-r--r--sci-biology/atsas/Manifest2
-rw-r--r--sci-biology/atsas/atsas-2.6.0.ebuild75
-rw-r--r--sci-biology/atsas/atsas-2.7.0.ebuild75
3 files changed, 0 insertions, 152 deletions
diff --git a/sci-biology/atsas/Manifest b/sci-biology/atsas/Manifest
index d0be82a14..1ef47aac9 100644
--- a/sci-biology/atsas/Manifest
+++ b/sci-biology/atsas/Manifest
@@ -1,3 +1 @@
-DIST ATSAS-2.6.0-1_amd64.tar.gz 186039970 BLAKE2B 266c8fdb816aa44ad8a0ffe9dfd4bced421c90d8d0d6a61effe153e91ae3d8c7016c8b942405c5e6e901109e38d24645440f4fdb1a883c9998924b220ed0586d SHA512 b3f83ef1d76e6e0597b1ce611be6a23823302ec0af9e0cf0251e343aacb231ae403128e748c7bc69981dfe398e13366c18fdc67fe6eaf37deb1d7ea7d8e8a25e
-DIST ATSAS-2.7.0-1_amd64.tar.gz 227830294 BLAKE2B 4bea72bb2ced2901f62bb82ee214ef070f3f93f88a93576f7ee11d139c1c50e610dd5c953e6d5d74f74cb54981e0be0293380dde8ad10bac5fa55de6ba4241e1 SHA512 ca73da9582be087081bda30751b34c6f63c9dbd93ac0523ef1fb1be7baabae7e8c255c20f592ca7157c11edbda908a609b7aabcacc5443f52e4d89e8c393c07b
DIST ATSAS-2.8.3-1_amd64.tar.gz 202604760 BLAKE2B 17d1216aaabe804c55c627da94b7dab651def8ee01119428836b6f3aae726fbac539eb0fd715334ff20ddd66f8cf5db20cfe9cfbeb8909b2e1d8d69a145afb5a SHA512 e3c6b714454cdab08d4ef2601daf3e3daeeac5d5cba02137282e3649243f2daf086cf07f6a842d5383436d2034b0b0e58f0c622f2524b222374ae44c2cdd5fc1
diff --git a/sci-biology/atsas/atsas-2.6.0.ebuild b/sci-biology/atsas/atsas-2.6.0.ebuild
deleted file mode 100644
index f2829f574..000000000
--- a/sci-biology/atsas/atsas-2.6.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-DESCRIPTION="Biological Small Angle Scattering"
-HOMEPAGE="http://www.embl-hamburg.de/biosaxs"
-#SRC_URI="ATSAS-2.6.0-1.sl5.x86_64.tar.gz"
-#SRC_URI="ATSAS-2.6.0-1.el6.x86_64.tar.gz"
-SRC_URI="ATSAS-2.6.0-1_amd64.tar.gz"
-
-SLOT="0"
-LICENSE="atsas"
-KEYWORDS="~amd64 ~amd64-linux"
-IUSE="examples"
-
-RDEPEND="
- dev-libs/libxml2:2
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- media-libs/tiff:0
- sci-libs/cbflib
- x11-libs/qwt:5
-"
-DEPEND="dev-util/patchelf"
-
-RESTRICT="fetch"
-
-S="${WORKDIR}"/${P^^}-1
-
-QA_PREBUILT="opt/.* usr/.*"
-
-pkg_nofetch() {
- elog "Please visit http://www.embl-hamburg.de/biosaxs/atsas-online/download.php"
- elog "and download the ${A} for Ubuntu 14.04"
- elog "and place it in ${DISTDIR}"
-}
-
-src_install() {
- local i
- for i in bin/*; do
- patchelf \
- --set-rpath "$(gcc-config -L):${EPREFIX}/opt/${PN}/:${EPREFIX}/usr/lib/qt4/" \
- ${i} || die
- done
- exeinto /opt/bin
- doexe bin/*
-
- insinto /opt/${PN}
- doins lib/*/atsas/{libedf.so*,libqtsoap.so*,libqwt*.so*,libsaxs*.so*}
-
- python_foreach_impl python_domodule lib/*/atsas/python*/dist-packages/*
-
- rm share/doc/${P}/LICENSE.txt || die
- if use examples; then
- cp -rf share/doc/${P}/* share/${PN}/ || die
- fi
-
- pushd share/icons/hicolor/ > /dev/null
- for i in *; do
- doicon -s ${i} -t hicolor ${i}/*
- done
- popd > /dev/null
-
- domenu share/applications/*
-
- rm -rf share/{applications,doc,icons,mime} || die
-
- insinto /usr
- doins -r share
-}
diff --git a/sci-biology/atsas/atsas-2.7.0.ebuild b/sci-biology/atsas/atsas-2.7.0.ebuild
deleted file mode 100644
index 4e51e8536..000000000
--- a/sci-biology/atsas/atsas-2.7.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-DESCRIPTION="Biological Small Angle Scattering"
-HOMEPAGE="http://www.embl-hamburg.de/biosaxs"
-#SRC_URI="ATSAS-${PV}-1.sl5.x86_64.tar.gz"
-#SRC_URI="ATSAS-${PV}-1.el6.x86_64.tar.gz"
-SRC_URI="ATSAS-${PV}-1_amd64.tar.gz"
-
-SLOT="0"
-LICENSE="atsas"
-KEYWORDS="~amd64 ~amd64-linux"
-IUSE="examples"
-
-RDEPEND="
- dev-libs/libxml2:2
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- media-libs/tiff:0
- sci-libs/cbflib
- x11-libs/qwt:5
-"
-DEPEND="dev-util/patchelf"
-
-RESTRICT="fetch strip"
-
-S="${WORKDIR}"/${P^^}-1
-
-QA_PREBUILT="opt/.* usr/.*"
-
-pkg_nofetch() {
- elog "Please visit http://www.embl-hamburg.de/biosaxs/atsas-online/download.php"
- elog "and download the ${A} for Ubuntu 14.04"
- elog "and place it in ${DISTDIR}"
-}
-
-src_install() {
- local i
- for i in bin/*; do
- patchelf \
- --set-rpath "$(gcc-config -L):${EPREFIX}/opt/${PN}/:${EPREFIX}/usr/lib/qt4/" \
- ${i} || die
- done
- exeinto /opt/bin
- doexe bin/*
-
- insinto /opt/${PN}
- doins lib/*/atsas/{libqwt*.so*,libsaxsdocument*.so*}
-
- python_foreach_impl python_domodule lib/*/atsas/python*/dist-packages/*
-
- rm share/doc/${P}/LICENSE.txt || die
- if use examples; then
- cp -rf share/doc/${P}/* share/${PN}/ || die
- fi
-
- pushd share/icons/hicolor/ > /dev/null
- for i in *; do
- doicon -s ${i} -t hicolor ${i}/*
- done
- popd > /dev/null
-
- domenu share/applications/*
-
- rm -rf share/{applications,doc,icons,mime} || die
-
- insinto /usr
- doins -r share
-}