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 E6AD81382C5 for ; Tue, 5 Jan 2021 20:01:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8965E085E; Tue, 5 Jan 2021 20:01:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BF70CE085E for ; Tue, 5 Jan 2021 20:01:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 84ABE33BE25 for ; Tue, 5 Jan 2021 20:01:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12AFD4B for ; Tue, 5 Jan 2021 20:01:31 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1609876883.5a6c60e29c622924c82eb2a76609b378400b5b6d.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: x11-libs/xview-bin/ X-VCS-Repository: proj/sci X-VCS-Files: x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild X-VCS-Directories: x11-libs/xview-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5a6c60e29c622924c82eb2a76609b378400b5b6d X-VCS-Branch: master Date: Tue, 5 Jan 2021 20:01:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 50123c34-2231-45f0-877b-1419636665fe X-Archives-Hash: bf2a5b522fb58f64c0bb91fc49f3960d commit: 5a6c60e29c622924c82eb2a76609b378400b5b6d Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 5 20:01:23 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 5 20:01:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5a6c60e2 x11-libs/xview-bin: fix fetch, fix homepage, fix install Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild | 24 ++++++++++++++++++ x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild | 35 -------------------------- 2 files changed, 24 insertions(+), 35 deletions(-) diff --git a/x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild b/x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild new file mode 100644 index 000000000..99f90c838 --- /dev/null +++ b/x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit rpm multilib + +RPMVER="3.2p1.4-21.1" + +DESCRIPTION="The X Window-System-based Visual/Integrated Environment - binary package" +HOMEPAGE="https://archive.physionet.org/physiotools/xview/" +SRC_URI="https://archive.physionet.org/physiotools/xview/i386-Fedora/xview-${RPMVER}.fc8.i386.rpm" + +LICENSE="XVIEW" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}" + +QA_PREBUILT="*" + +src_install() { + dolib.so usr/*/lib/*.so.* +} diff --git a/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild b/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild deleted file mode 100644 index 50ccb3804..000000000 --- a/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DEBVER="3.2p1.4-28.1" - -DESCRIPTION="The X Window-System-based Visual/Integrated Environment - binary package" -HOMEPAGE="http://physionet.caregroup.harvard.edu/physiotools/xview/" -SRC_URI="mirror://debian/pool/main/x/xview/xviewg_${DEBVER}_i386.deb" - -LICENSE="XVIEW" -SLOT="0" -KEYWORDS="" -IUSE="static-libs" - -S=${WORKDIR} - -QA_PREBUILT="*" - -src_unpack() { - unpack ${A} - unpack ./data.tar.gz -} - -src_install() { - local lib_dir - if use prefix; then - lib_dir=lib - else - lib_dir=lib32 - fi - dodir /usr/${lib_dir}/ - mv usr/lib/* "${ED}"/usr/${lib_dir}/ || die -}