public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/udunits/
Date: Tue, 29 Dec 2015 10:02:03 +0000 (UTC)	[thread overview]
Message-ID: <1451383313.36105a320a0fcdf79321698fe06272c5e97df772.jlec@gentoo> (raw)

commit:     36105a320a0fcdf79321698fe06272c5e97df772
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 09:29:56 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 10:01:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36105a32

sci-libs/udunits: Bump to EAPI=5

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/udunits/udunits-2.1.24-r1.ebuild | 41 +++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/sci-libs/udunits/udunits-2.1.24-r1.ebuild b/sci-libs/udunits/udunits-2.1.24-r1.ebuild
new file mode 100644
index 0000000..cfb498b
--- /dev/null
+++ b/sci-libs/udunits/udunits-2.1.24-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils fortran-2
+
+DESCRIPTION="Library for manipulating units of physical quantities"
+HOMEPAGE="https://www.unidata.ucar.edu/software/udunits/"
+SRC_URI="ftp://ftp.unidata.ucar.edu/pub/udunits/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="UCAR-Unidata"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/expat"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	# respect user's flags, compile with system libexpat
+	epatch "${FILESDIR}"/${PN}-2.1.15-autotools.patch
+	rm -rf expat || die
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	doinfo udunits2.info prog/udunits2prog.info
+	dodoc CHANGE_LOG ANNOUNCEMENT
+	dodoc udunits2.pdf prog/udunits2prog.pdf
+	docinto html
+	dodoc udunits2.html prog/udunits2prog.html
+}


             reply	other threads:[~2015-12-29 10:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-29 10:02 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-18 23:50 [gentoo-commits] repo/gentoo:master commit in: sci-libs/udunits/ Georgy Yakovlev
2021-03-26 11:30 David Seifert
2021-02-27 16:16 Sam James
2021-02-25 13:07 Sam James
2021-02-24 20:24 Sam James
2021-02-13 22:52 David Seifert
2021-02-13 22:52 David Seifert
2021-01-24 13:49 David Seifert
2016-02-08 18:40 Justin Lecher
2016-01-17 17:02 Agostino Sarubbo
2016-01-10 10:34 Agostino Sarubbo
2015-12-29 11:04 Agostino Sarubbo
2015-12-29 10:02 Justin Lecher
2015-12-29 10:02 Justin Lecher

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=1451383313.36105a320a0fcdf79321698fe06272c5e97df772.jlec@gentoo \
    --to=jlec@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