From: "Julian Ospald" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/libtcd/
Date: Mon, 17 Aug 2015 20:17:41 +0000 (UTC) [thread overview]
Message-ID: <1439842649.c56fff5881e692e90d27626a7367e977e62bf1d8.hasufell@gentoo> (raw)
commit: c56fff5881e692e90d27626a7367e977e62bf1d8
Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 20:07:01 2015 +0000
Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 20:17:29 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56fff58
sci-geosciences/libtcd: version bump to 2.2.7
sci-geosciences/libtcd/Manifest | 1 +
sci-geosciences/libtcd/libtcd-2.2.7.ebuild | 33 ++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/sci-geosciences/libtcd/Manifest b/sci-geosciences/libtcd/Manifest
index ab7f11f..ff670d3 100644
--- a/sci-geosciences/libtcd/Manifest
+++ b/sci-geosciences/libtcd/Manifest
@@ -1,2 +1,3 @@
DIST libtcd-2.2.5-r2.tar.bz2 294449 SHA256 021d9f87986d41aa52c5318c04c49a36e6e122f6b1d16f1d91b82438ff8e767c SHA512 125b8f4258c576d82f86f75c9dec4e6e0dba8d46e897835ff8ee57cb58495c3f2ae42040719aa8a6f0fa70be40dbc3eb082250cfa197f15f0b23d2ee37a47fbd WHIRLPOOL 136c829b564382d0cbc07cdcf6fec885f7da67d2a1fade9405d5fe105d4c9274796d8efde22dc4e1f2697f5690775a17f2b6c7275ec809edb643a3669856ebfe
DIST libtcd-2.2.6.tar.bz2 300738 SHA256 6cce7dd18c9f04d40837010d1dded08faf07754cd2595073ef165e2e14dd0c14 SHA512 e0c5c35a72617c013fa2cfe94c0aff16c9d14870aa1b3ab14bf1a01715df8f8d9e9acbfa07c60275ea95266f1debbe1b61aa46e47344bba38ec64286bf2ca1eb WHIRLPOOL 796fc95d044b0b3db34c06d8ceae38f554a2c1f3108f62523aa25a795a628b39ddec2872f895397011678f84837ecb254214ec762d55737dd8d9e37f2979cc54
+DIST libtcd-2.2.7.tar.bz2 306184 SHA256 063362d9d3574b3d9943d9b875bf91283514fdab7aba2ae3addb811ff77ef8a9 SHA512 3347539a186c13fd9713752e4c9bb75c50eeee74f85a9126d7ed376f927675af6943fc486ff9396b5504b9d1aa8e33ebdd41663fc1ec5ed8babf4c207be3ce3f WHIRLPOOL 5b25e7d47e0957abf1fd4e4c9019bd8ed5a15952faa07f23bdf2c578084e198e27fc02415d02007b4adb0d3804cdd85f7ef6eb47515ea5f0791d3c3f611a17db
diff --git a/sci-geosciences/libtcd/libtcd-2.2.7.ebuild b/sci-geosciences/libtcd/libtcd-2.2.7.ebuild
new file mode 100644
index 0000000..7c0e355
--- /dev/null
+++ b/sci-geosciences/libtcd/libtcd-2.2.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+MY_P=${PN}-${PV/_p/-r}
+DESCRIPTION="Library for reading and writing Tide Constituent Database (TCD) files"
+HOMEPAGE="http://www.flaterco.com/xtide/libtcd.html"
+SRC_URI="ftp://ftp.flaterco.com/xtide/${MY_P}.tar.bz2"
+
+LICENSE="public-domain"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc static-libs"
+
+DEPEND=">=sci-geosciences/harmonics-dwf-free-20120302"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${P%_*}
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ use static-libs || prune_libtool_files
+ use doc && dohtml libtcd.html
+}
next reply other threads:[~2015-08-17 20:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-17 20:17 Julian Ospald [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-10 18:30 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/libtcd/ Sam James
2021-01-10 18:30 Sam James
2021-01-11 8:01 Sam James
2021-01-11 8:02 Sam James
2021-01-11 8:07 Sam James
2022-07-30 13:03 David Seifert
2022-08-27 15:29 Matt Turner
2022-12-18 12:00 Sam James
2022-12-18 18:50 Arthur Zamarin
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=1439842649.c56fff5881e692e90d27626a7367e977e62bf1d8.hasufell@gentoo \
--to=hasufell@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