summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-07-08 11:52:36 -0500
committerAustin English <wizardedit@gentoo.org>2016-07-08 12:57:42 -0500
commitd5d56276e7800d66c8bdea1c089409a62f90e44a (patch)
treeaa7321883a54118818cb035b7bbb7157d626c99b /sci-geosciences
parentsci-geosciences/congen: bump to EAPI 6, add maintainer-needed (diff)
downloadgentoo-d5d56276e7800d66c8bdea1c089409a62f90e44a.tar.gz
gentoo-d5d56276e7800d66c8bdea1c089409a62f90e44a.tar.bz2
gentoo-d5d56276e7800d66c8bdea1c089409a62f90e44a.zip
sci-geosciences/tcd-utils: bump to EAPI 6, add maintainer-needed
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/tcd-utils/metadata.xml1
-rw-r--r--sci-geosciences/tcd-utils/tcd-utils-20120115-r1.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/sci-geosciences/tcd-utils/metadata.xml b/sci-geosciences/tcd-utils/metadata.xml
index 097975e3adc2..6f49eba8f496 100644
--- a/sci-geosciences/tcd-utils/metadata.xml
+++ b/sci-geosciences/tcd-utils/metadata.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+<!-- maintainer-needed -->
</pkgmetadata>
diff --git a/sci-geosciences/tcd-utils/tcd-utils-20120115-r1.ebuild b/sci-geosciences/tcd-utils/tcd-utils-20120115-r1.ebuild
new file mode 100644
index 000000000000..686aed865677
--- /dev/null
+++ b/sci-geosciences/tcd-utils/tcd-utils-20120115-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Utilities for working with Tidal Constituent Databases"
+HOMEPAGE="http://www.flaterco.com/xtide/"
+SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=sci-geosciences/libtcd-2.2.4"
+RDEPEND="${DEPEND}"