From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/nco/
Date: Mon, 1 Jan 2018 22:41:31 +0000 (UTC) [thread overview]
Message-ID: <1514846447.e72e45e4d390cbdcfd2cc67a1746ef0b3756de5a.soap@gentoo> (raw)
commit: e72e45e4d390cbdcfd2cc67a1746ef0b3756de5a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 22:40:47 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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
-}
next reply other threads:[~2018-01-01 22:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-01 22:41 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-26 14:06 [gentoo-commits] repo/gentoo:master commit in: sci-misc/nco/ Andreas Sturmlechner
2023-06-09 15:06 Arthur Zamarin
2023-03-15 5:48 Sam James
2023-03-04 9:16 Arthur Zamarin
2023-03-04 9:16 Arthur Zamarin
2022-12-26 15:05 David Seifert
2022-12-26 12:52 David Seifert
2018-01-01 22:41 David Seifert
2017-09-12 23:22 Matt Turner
2017-08-19 0:31 Thomas Deutschmann
2017-07-15 16:22 Tobias Klausmann
2016-01-02 19:21 James Le Cuirot
2015-10-14 15:22 James Le Cuirot
2015-10-14 15:22 James Le Cuirot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1514846447.e72e45e4d390cbdcfd2cc67a1746ef0b3756de5a.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox