commit: 2f4c864f7f64d4f8722d8c100d4169ba6c47fdcc Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Apr 16 06:30:41 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Apr 16 06:30:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2f4c864f
In CVS Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-geosciences/xtide/ChangeLog | 51 --------------------------------- sci-geosciences/xtide/metadata.xml | 12 -------- sci-geosciences/xtide/xtide-2.13.ebuild | 33 --------------------- 3 files changed, 96 deletions(-) diff --git a/sci-geosciences/xtide/ChangeLog b/sci-geosciences/xtide/ChangeLog deleted file mode 100644 index b47ffbf..0000000 --- a/sci-geosciences/xtide/ChangeLog +++ /dev/null @@ -1,51 +0,0 @@ -# ChangeLog for sci-geosciences/xtide -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 13 Nov 2014; Justin Lecher <[email protected]> -xtide-2.12-r1.ebuild, - xtide-2.13.ebuild, metadata.xml: - Bump to EAPI=5; drop old - -*xtide-2.13 (16 Jun 2012) - - 16 Jun 2012; Tim Cera <[email protected]> +xtide-2.13.ebuild: - Version bump. Removed 'non-commercial' keyword since upstream was sent a - take-down notice for that data set and it is no longer available. - -*xtide-2.12-r1 (13 Dec 2011) - - 13 Dec 2011; Tim Cera <[email protected]> -xtide-2.12.ebuild, - +xtide-2.12-r1.ebuild: - Putting all tide constituent database (tcd) files in one directory: - /usr/share/harmonics - -*xtide-2.12 (23 Nov 2011) - - 23 Nov 2011; Tim Cera <[email protected]> -xtide-2.11.ebuild, - +xtide-2.12.ebuild: - Version bump and shifted configuration to the harmonics-dwf ebuilds. - -*xtide-2.11 (19 Nov 2010) - - 19 Nov 2010; Tim Cera <[email protected]> -xtide-2.10.ebuild, - -xtide-2.10-r1.ebuild, +xtide-2.11.ebuild: - Version bump. - - 25 Jan 2010; Tim Cera <[email protected]> xtide-2.10-r1.ebuild, - metadata.xml: - Fixed dependencies. - - 17 Jun 2009; Tim Cera <[email protected]> xtide-2.10-r1.ebuild: - sci-geosciences/xtide: Updated copyright years. Repoman complained about - '~x86' so removed since I haven't tested latest ebuilds on '~x86'. - - 07 Jul 2008; Tim Cera <[email protected]> xtide-2.10-r1.ebuild: - Added ~x86 per https://bugs.gentoo.org/show_bug.cgi?id=214868#c9 - - 06 Jul 2008; Tim Cera <[email protected]> +xtide-2.10-r1.ebuild: - Added dependencies to xtide-2.10-r1.ebuild. - - 16 May 2008; Tim Cera <[email protected]> +xtide-2.10.ebuild, - +metadata.xml: - Initial import. - diff --git a/sci-geosciences/xtide/metadata.xml b/sci-geosciences/xtide/metadata.xml deleted file mode 100644 index dc8684a..0000000 --- a/sci-geosciences/xtide/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>sci-geosciences</herd> - <maintainer> - <email>[email protected]</email> - <name>Tim Cera</name> - </maintainer> - <longdescription lang="en"> -XTide provides tide and current predictions in a wide variety of formats. -</longdescription> -</pkgmetadata> diff --git a/sci-geosciences/xtide/xtide-2.13.ebuild b/sci-geosciences/xtide/xtide-2.13.ebuild deleted file mode 100644 index 65f9a94..0000000 --- a/sci-geosciences/xtide/xtide-2.13.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Tide and current predictions in a wide variety of formats" -HOMEPAGE="http://www.flaterco.com/xtide/" -SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=x11-libs/libXaw-1.0.3 - >=x11-libs/libXpm-3.5.6 - >=media-libs/libpng-1.2.25 - >=sci-geosciences/libtcd-2.2.5_p2" -RDEPEND="${DEPEND}" - -src_install() { - dobin xtide tide xttpd - doman *.[18] - - echo "HFILE_PATH=\"${EPREFIX}/usr/share/harmonics/\"" > 50xtide_harm - doenvd 50xtide_harm - - make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science' -}
