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 25427138206 for ; Mon, 1 Jan 2018 22:41:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74630E07D9; Mon, 1 Jan 2018 22:41:34 +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 4465CE07D9 for ; Mon, 1 Jan 2018 22:41:34 +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 DF6A8335C0D for ; Mon, 1 Jan 2018 22:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 782BA190 for ; Mon, 1 Jan 2018 22:41:31 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514846447.e72e45e4d390cbdcfd2cc67a1746ef0b3756de5a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/nco/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/nco/Manifest sci-misc/nco/nco-3.9.9.ebuild X-VCS-Directories: sci-misc/nco/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e72e45e4d390cbdcfd2cc67a1746ef0b3756de5a X-VCS-Branch: master Date: Mon, 1 Jan 2018 22:41: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-Archives-Salt: 07086094-68af-45cb-a205-d4fc8f4a4513 X-Archives-Hash: ed8b9715a067608b837fc3278f7e5586 commit: e72e45e4d390cbdcfd2cc67a1746ef0b3756de5a Author: David Seifert gentoo org> AuthorDate: Mon Jan 1 22:40:47 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 1 22:40:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72e45e4 sci-misc/nco: Remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-misc/nco/Manifest | 1 - sci-misc/nco/nco-3.9.9.ebuild | 70 ------------------------------------------- 2 files changed, 71 deletions(-) diff --git a/sci-misc/nco/Manifest b/sci-misc/nco/Manifest index f265a13c299..5d9f8e4e9e0 100644 --- a/sci-misc/nco/Manifest +++ b/sci-misc/nco/Manifest @@ -1,2 +1 @@ -DIST nco-3.9.9.tar.gz 4109201 BLAKE2B 1249963c2f884326811502b01d02b2ef9c19c4bd0e6e61ddd823661a43e53a895f16f2870d00c02f732a44d7f93b0b4794efe591c95ed4fca1bc168ac13ecb9c SHA512 883d77413aed29982df3be531c458bbbc8c46201783593a71745b993287356aec4c664a080f05da1f2d550d32d2553d55eff7372807d20b4e6dba7bdff282400 DIST nco-4.5.1.tar.gz 4406757 BLAKE2B f2e203f1c38f5575fe4affb9122c91c61db8a2c2604cbcf9cd1eec6330e4771b8ff4325fcc19cfa292508e9b7a3107ae20e6230397f1269441e4efb883f8e4e9 SHA512 69c19cc9502272adada329dae669fc1c263a360789963253315e81ce1534647b9172b39a0fd3c0f0f453bf903c8a8a4b0e3f0eb778390e43b64eede3a0478485 diff --git a/sci-misc/nco/nco-3.9.9.ebuild b/sci-misc/nco/nco-3.9.9.ebuild deleted file mode 100644 index 17372725724..00000000000 --- a/sci-misc/nco/nco-3.9.9.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit eutils flag-o-matic - -DESCRIPTION="Command line utilities for operating on netCDF files" -SRC_URI="http://dust.ess.uci.edu/nco/src/${P}.tar.gz" -HOMEPAGE="http://nco.sourceforge.net/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="doc mpi ncap2 udunits" - -RDEPEND="sci-libs/netcdf - mpi? ( virtual/mpi ) - udunits? ( >=sci-libs/udunits-2 )" - -DEPEND="${RDEPEND} - ncap2? ( !mpi? ( dev-java/antlr:0 ) ) - doc? ( virtual/latex-base )" - -pkg_setup() { - if use mpi && use ncap2; then - elog - elog "mpi and ncap2 are still incompatible flags" - elog "nco configure will automatically disables ncap2" - elog - fi -} - -src_configure() { - local myconf - if has_version ">=sci-libs/netcdf-4" && built_with_use sci-libs/netcdf hdf5; then - append-cppflags -DHAVE_NETCDF4_H - myconf="--enable-netcdf4" - else - myconf="--disable-netcdf4" - fi - econf \ - ${myconf} \ - --disable-udunits \ - $(use_enable ncap2) \ - $(use_enable udunits udunits2) \ - $(use_enable mpi) -} - -src_compile() { - emake || die "emake failed" - cd doc - emake clean info - if use doc; then - VARTEXFONTS="${T}/fonts" emake html pdf || die "emake doc failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - cd doc - dodoc ANNOUNCE ChangeLog MANIFEST NEWS README TAG TODO VERSION *.txt \ - || die "dodoc failed" - doinfo *.info* || die "doinfo failed" - if use doc; then - dohtml nco.html/* || die "dohtml failed" - insinto /usr/share/doc/${PF} - doins nco.pdf || die "pdf install failed" - fi -}