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 B87E813835A for ; Tue, 22 Sep 2020 12:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C75EE08BB; Tue, 22 Sep 2020 12:14:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DC62BE08BB for ; Tue, 22 Sep 2020 12:14:13 +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 D6B3F340C4B for ; Tue, 22 Sep 2020 12:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21BEA37C for ; Tue, 22 Sep 2020 12:14:10 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600776666.cd355b9df1cfed10758a13e6e223fbb91e37c363.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/io_lib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/io_lib/io_lib-1.14.11.ebuild sci-libs/io_lib/io_lib-1.14.9.ebuild sci-libs/io_lib/metadata.xml X-VCS-Directories: sci-libs/io_lib/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: cd355b9df1cfed10758a13e6e223fbb91e37c363 X-VCS-Branch: master Date: Tue, 22 Sep 2020 12:14:10 +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: da923631-7b12-4cd7-9d17-f1e9b8f3dcf5 X-Archives-Hash: e53247bbc0f1ba67e91bd31aeb26ca74 commit: cd355b9df1cfed10758a13e6e223fbb91e37c363 Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 12:11:06 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 12:11:06 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cd355b9d sci-libs/io_lib: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-libs/io_lib/io_lib-1.14.11.ebuild | 71 ----------------------------------- sci-libs/io_lib/io_lib-1.14.9.ebuild | 28 -------------- sci-libs/io_lib/metadata.xml | 20 ---------- 3 files changed, 119 deletions(-) diff --git a/sci-libs/io_lib/io_lib-1.14.11.ebuild b/sci-libs/io_lib/io_lib-1.14.11.ebuild deleted file mode 100644 index 0d8fcc5ca..000000000 --- a/sci-libs/io_lib/io_lib-1.14.11.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils eutils versionator -MY_PV=$(replace_all_version_separators '-') - -DESCRIPTION="General purpose trace and experiment file reading/writing interface" -HOMEPAGE="https://github.com/jkbonfield/io_lib - http://staden.sourceforge.net/" -SRC_URI="https://github.com/jkbonfield/io_lib/archive/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+bzip2 curl +libdeflate lzma static-libs" - -S="${WORKDIR}"/"${PN}-${PN}-${MY_PV}" - -# >>> Working in BUILD_DIR: "/scratch/var/tmp/portage/sci-libs/io_lib-1.14.11/work/io_lib-1.14.11_build" -# /scratch/var/tmp/portage/sci-libs/io_lib-1.14.11/temp/environment: line 530: pushd: /scratch/var/tmp/portage/sci-libs/io_lib-1.14.11/work/io_lib-1.14.11_build: No such file or directory -# * ERROR: sci-libs/io_lib-1.14.11::science failed (install phase): -# * (no error message) -# * -# * Call stack: -# * ebuild.sh, line 124: Called src_install -# * environment, line 2506: Called autotools-utils_src_install -# * environment, line 530: Called die -# * The specific snippet of code: -# * pushd "${BUILD_DIR}" > /dev/null || die; -# -BUILD_DIR="${S}" - -# Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only -# versions 1.8.11 and 1.8.12 will work with the BioPerl Staden extensions.) -#DEPEND="!sci-biology/bioperl" -DEPEND=" - libdeflate? ( app-arch/libdeflate ) - lzma? ( app-arch/xz-utils:= app-arch/lzma ) - bzip2? ( app-arch/bzip2 ) - curl? ( net-misc/curl ) - sys-libs/zlib" -RDEPEND="${DEPEND}" - -src_prepare(){ - # https://github.com/jkbonfield/io_lib/issues/12 - eautoreconf - default -} - -src_configure(){ - # https://github.com/jkbonfield/io_lib/issues/11 - # https://github.com/jkbonfield/io_lib/issues/13 - local myconf=() - ! use static-libs && myconf+=( "--enable-static=no" ) - econf ${myconf[@]} $(use_with libdeflate) -} - -src_compile(){ - # BUG: "have to" provide my own src_compile() because ${P}_build dir is missing now - # alternatively BUILD_DIR="${S}" would probably help here too - emake -} - -src_install() { - # cd "${S}" || die # this does not help to get around the ${P}_build missing - # what helped was to set BUILD_DIR="${S}" above - autotools-utils_src_install - dodoc docs/{Hash_File_Format,ZTR_format} -} diff --git a/sci-libs/io_lib/io_lib-1.14.9.ebuild b/sci-libs/io_lib/io_lib-1.14.9.ebuild deleted file mode 100644 index f5b992183..000000000 --- a/sci-libs/io_lib/io_lib-1.14.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="General purpose trace and experiment file reading/writing interface" -HOMEPAGE="http://staden.sourceforge.net/" -SRC_URI="mirror://sourceforge/staden/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -# Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only -# versions 1.8.11 and 1.8.12 will work with the BioPerl Staden extensions.) -#DEPEND="!sci-biology/bioperl" -DEPEND=" - net-misc/curl - sys-libs/zlib" -RDEPEND="${DEPEND}" - -src_install() { - autotools-utils_src_install - dodoc docs/{Hash_File_Format,ZTR_format} -} diff --git a/sci-libs/io_lib/metadata.xml b/sci-libs/io_lib/metadata.xml deleted file mode 100644 index 9d56a9c0f..000000000 --- a/sci-libs/io_lib/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - -io_lib is a library of file reading and writing code to provide a -general purpose trace file (and Experiment File) reading interface. The -programmer simply calls the (eg) read_reading to create a "Read" C structure -with the data loaded into memory. - - - Use libdeflate for faster decompression than zlib - - - staden - -