From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D5C8138333 for ; Mon, 2 Apr 2018 12:45:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F2FFE0D39; Mon, 2 Apr 2018 12:45:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33ECEE0D31 for ; Mon, 2 Apr 2018 12:45:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CEB6335DC3 for ; Mon, 2 Apr 2018 12:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7982D279 for ; Mon, 2 Apr 2018 12:45:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1522672405.236b73bc80d504a0a81080f1ee25cfd27e18409a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/atsas/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/atsas/atsas-2.6.0.ebuild sci-biology/atsas/atsas-2.7.0.ebuild X-VCS-Directories: sci-biology/atsas/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 236b73bc80d504a0a81080f1ee25cfd27e18409a X-VCS-Branch: master Date: Mon, 2 Apr 2018 12:45:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 465db523-d8ee-4e41-ad38-0d7bf0b0df92 X-Archives-Hash: ead6c74eb6158dedaf7c3b284e70965b commit: 236b73bc80d504a0a81080f1ee25cfd27e18409a Author: Justin Lecher gentoo org> AuthorDate: Mon Apr 2 12:33:25 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Apr 2 12:33:25 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=236b73bc sci-biology/atsas: Drop old Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.27, Repoman-2.3.9 sci-biology/atsas/atsas-2.6.0.ebuild | 75 ------------------------------------ sci-biology/atsas/atsas-2.7.0.ebuild | 75 ------------------------------------ 2 files changed, 150 deletions(-) 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 -}