sci-geosciences/tcd-utils: bump to EAPI 6, add maintainer-needed
authorAustin English <wizardedit@gentoo.org>
Fri, 8 Jul 2016 16:52:36 +0000 (11:52 -0500)
committerAustin English <wizardedit@gentoo.org>
Fri, 8 Jul 2016 17:57:42 +0000 (12:57 -0500)
Package-Manager: portage-2.2.28

sci-geosciences/tcd-utils/metadata.xml
sci-geosciences/tcd-utils/tcd-utils-20120115-r1.ebuild [new file with mode: 0644]

index 097975e3adc26aa49b959a01cffb169a88f64eb3..6f49eba8f49693023f393161560b3a2d9e2717c5 100644 (file)
@@ -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 (file)
index 0000000..686aed8
--- /dev/null
@@ -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}"