public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/libtcd/
@ 2012-06-18 22:04 Sebastien Fabbro
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro @ 2012-06-18 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6c0d1fbd6a2c8bc94a72582191069fcf93bbe219
Author:     timcera <tim <AT> cerazone <DOT> net>
AuthorDate: Sat Jun 16 23:33:26 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 23:33:26 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6c0d1fbd

sci-geosciences/libtcd: Version bump.  Removed "non-commercial" use since
upstream received a take-down notice and the "non-commercial" dataset is no
longer available.

(Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit)

---
 sci-geosciences/libtcd/ChangeLog              |   10 +++++++-
 sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild |   29 +++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 1 deletions(-)

diff --git a/sci-geosciences/libtcd/ChangeLog b/sci-geosciences/libtcd/ChangeLog
index a8e13c4..f048539 100644
--- a/sci-geosciences/libtcd/ChangeLog
+++ b/sci-geosciences/libtcd/ChangeLog
@@ -1,7 +1,15 @@
 # ChangeLog for sci-geosciences/libtcd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libtcd-2.2.5_p2 (16 Jun 2012)
+
+  16 Jun 2012; Tim Cera <tim@cerazone.net> +libtcd-2.2.5_p2.ebuild:
+  Version bump. Removed "non-commercial" use since upstream received a
+  take-down notice for that dataset and it is no longer available. Changed
+  naming convention since upstream was using -r# at the end of the download
+  files.  Went with _p# replacing -r# so that -r# could be used by gentoo.
+
 *libtcd-2.2.5-r1 (13 Dec 2011)
 
   13 Dec 2011; Tim Cera <tim@cerazone.net> -libtcd-2.2.5.ebuild,

diff --git a/sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild b/sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild
new file mode 100644
index 0000000..bd78e0a
--- /dev/null
+++ b/sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Upstream used -r# at the end of their files which would mess up gentoo's use
+# of -r#.  Name ebuild _p# instead and replace as needed...
+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"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=">=sci-geosciences/harmonics-dwf-free-20120302"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${P%_*}
+
+src_install() {
+	emake DESTDIR="${D}" install || die "emake install failed"
+
+	if use doc ; then
+		dohtml libtcd.html
+	fi
+}



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-geosciences/libtcd/
@ 2014-11-13 11:10 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-11-13 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c38bdd388ea2903a2a7781d9c3e2ad304bb3572f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 08:13:40 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 08:13:40 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c38bdd38

sci-geosciences/libtcd: Bump to EAPI=5

Package-Manager: portage-2.2.14

---
 sci-geosciences/libtcd/ChangeLog              |  6 +++++-
 sci-geosciences/libtcd/libtcd-2.2.5-r1.ebuild | 24 ------------------------
 sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild |  8 ++++----
 sci-geosciences/libtcd/metadata.xml           | 18 +++++++++---------
 4 files changed, 18 insertions(+), 38 deletions(-)

diff --git a/sci-geosciences/libtcd/ChangeLog b/sci-geosciences/libtcd/ChangeLog
index f048539..249596b 100644
--- a/sci-geosciences/libtcd/ChangeLog
+++ b/sci-geosciences/libtcd/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-geosciences/libtcd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Nov 2014; Justin Lecher <jlec@gentoo.org> -libtcd-2.2.5-r1.ebuild,
+  libtcd-2.2.5_p2.ebuild, metadata.xml:
+  Bump to EAPI=5
+
 *libtcd-2.2.5_p2 (16 Jun 2012)
 
   16 Jun 2012; Tim Cera <tim@cerazone.net> +libtcd-2.2.5_p2.ebuild:

diff --git a/sci-geosciences/libtcd/libtcd-2.2.5-r1.ebuild b/sci-geosciences/libtcd/libtcd-2.2.5-r1.ebuild
deleted file mode 100644
index 75bcf38..0000000
--- a/sci-geosciences/libtcd/libtcd-2.2.5-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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/${P}.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc non-commercial"
-
-DEPEND=">=sci-geosciences/harmonics-dwf-free-20110410-r1
-	non-commercial?	( >=sci-geosciences/harmonics-dwf-free-noncomm-20110410-r1 )"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-
-	if use doc ; then
-		dohtml libtcd.html
-	fi
-}

diff --git a/sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild b/sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild
index 31ba83e..5c8c833 100644
--- a/sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild
+++ b/sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=5
+
 # Upstream used -r# at the end of their files which would mess up gentoo's use
 # of -r#.  Name ebuild _p# instead and replace as needed...
 MY_P=${PN}-${PV/_p/-r}
@@ -21,9 +23,7 @@ RDEPEND="${DEPEND}"
 S="${WORKDIR}"/${P%_*}
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	default
 
-	if use doc ; then
-		dohtml libtcd.html
-	fi
+	use doc && docinto html && dodoc libtcd.html
 }

diff --git a/sci-geosciences/libtcd/metadata.xml b/sci-geosciences/libtcd/metadata.xml
index 46b9c60..3201c56 100644
--- a/sci-geosciences/libtcd/metadata.xml
+++ b/sci-geosciences/libtcd/metadata.xml
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-geosciences</herd>
-<maintainer>
-<email>tim@cerazone.net</email>
-<name>Tim Cera</name>
-</maintainer>
-<use>
-	<flag name="non-commercial">
+  <herd>sci-geosciences</herd>
+  <maintainer>
+    <email>tim@cerazone.net</email>
+    <name>Tim Cera</name>
+  </maintainer>
+  <use>
+    <flag name="non-commercial">
 		Allows the use of a tide constituent database that is available for
 		non-commercial use only.
 	</flag>
-</use>
-<longdescription lang="en">
+  </use>
+  <longdescription lang="en">
 Library for reading and writing Tide Constituent Database (TCD) files.
 </longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-geosciences/libtcd/
@ 2014-11-13 13:00 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-11-13 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     f321f1f45c59915d2048f58ee676773bbd3557e9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 12:19:33 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 12:19:33 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f321f1f4

sci-geosciences/libtcd: Drop local USE description

Package-Manager: portage-2.2.14

---
 sci-geosciences/libtcd/ChangeLog    | 3 +++
 sci-geosciences/libtcd/metadata.xml | 6 ------
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/sci-geosciences/libtcd/ChangeLog b/sci-geosciences/libtcd/ChangeLog
index 249596b..85eae5a 100644
--- a/sci-geosciences/libtcd/ChangeLog
+++ b/sci-geosciences/libtcd/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Nov 2014; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Drop local USE description
+
   13 Nov 2014; Justin Lecher <jlec@gentoo.org> -libtcd-2.2.5-r1.ebuild,
   libtcd-2.2.5_p2.ebuild, metadata.xml:
   Bump to EAPI=5

diff --git a/sci-geosciences/libtcd/metadata.xml b/sci-geosciences/libtcd/metadata.xml
index 3201c56..cfb6f51 100644
--- a/sci-geosciences/libtcd/metadata.xml
+++ b/sci-geosciences/libtcd/metadata.xml
@@ -6,12 +6,6 @@
     <email>tim@cerazone.net</email>
     <name>Tim Cera</name>
   </maintainer>
-  <use>
-    <flag name="non-commercial">
-		Allows the use of a tide constituent database that is available for
-		non-commercial use only.
-	</flag>
-  </use>
   <longdescription lang="en">
 Library for reading and writing Tide Constituent Database (TCD) files.
 </longdescription>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-geosciences/libtcd/
@ 2015-04-16  6:34 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-04-16  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     4f12eb6a7bf50ac7a4b8f655cce9211e3f88cd33
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 06:30:02 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 06:30:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4f12eb6a

In CVS

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-geosciences/libtcd/ChangeLog              | 45 ---------------------------
 sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild | 29 -----------------
 sci-geosciences/libtcd/metadata.xml           | 12 -------
 3 files changed, 86 deletions(-)

diff --git a/sci-geosciences/libtcd/ChangeLog b/sci-geosciences/libtcd/ChangeLog
deleted file mode 100644
index 85eae5a..0000000
--- a/sci-geosciences/libtcd/ChangeLog
+++ /dev/null
@@ -1,45 +0,0 @@
-# ChangeLog for sci-geosciences/libtcd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  13 Nov 2014; Justin Lecher <jlec@gentoo.org> metadata.xml:
-  Drop local USE description
-
-  13 Nov 2014; Justin Lecher <jlec@gentoo.org> -libtcd-2.2.5-r1.ebuild,
-  libtcd-2.2.5_p2.ebuild, metadata.xml:
-  Bump to EAPI=5
-
-*libtcd-2.2.5_p2 (16 Jun 2012)
-
-  16 Jun 2012; Tim Cera <tim@cerazone.net> +libtcd-2.2.5_p2.ebuild:
-  Version bump. Removed "non-commercial" use since upstream received a
-  take-down notice for that dataset and it is no longer available. Changed
-  naming convention since upstream was using -r# at the end of the download
-  files.  Went with _p# replacing -r# so that -r# could be used by gentoo.
-
-*libtcd-2.2.5-r1 (13 Dec 2011)
-
-  13 Dec 2011; Tim Cera <tim@cerazone.net> -libtcd-2.2.5.ebuild,
-  +libtcd-2.2.5-r1.ebuild:
-  Version bump to force an update of DEPEND tidal constituent database (tcd)
-  files.
-
-*libtcd-2.2.5 (19 Nov 2010)
-
-  19 Nov 2010; Tim Cera <tim@cerazone.net> -libtcd-2.2.4.ebuild,
-  +libtcd-2.2.5.ebuild:
-  Version bump.
-
-*libtcd-2.2.4 (12 Jun 2009)
-
-  12 Jun 2009; Tim Cera <tim@cerazone.net> libtcd-2.2.3.ebuild,
-  +libtcd-2.2.4.ebuild:
-  sci-geosciences/libtcd: Version bump to 2.2.4, removed ~x86
-
-  06 Jul 2008; Tim Cera <tim@cerazone.net> libtcd-2.2.3.ebuild:
-  Added ~x64 per http://bugs.gentoo.org/show_bug.cgi?id=214867#c4
-
-  16 May 2008; Tim Cera <tim@cerazone.net> +libtcd-2.2.3.ebuild,
-  +metadata.xml:
-  Initial import
-

diff --git a/sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild b/sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild
deleted file mode 100644
index 5c8c833..0000000
--- a/sci-geosciences/libtcd/libtcd-2.2.5_p2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-# Upstream used -r# at the end of their files which would mess up gentoo's use
-# of -r#.  Name ebuild _p# instead and replace as needed...
-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"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=">=sci-geosciences/harmonics-dwf-free-20120302"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${P%_*}
-
-src_install() {
-	default
-
-	use doc && docinto html && dodoc libtcd.html
-}

diff --git a/sci-geosciences/libtcd/metadata.xml b/sci-geosciences/libtcd/metadata.xml
deleted file mode 100644
index cfb6f51..0000000
--- a/sci-geosciences/libtcd/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>tim@cerazone.net</email>
-    <name>Tim Cera</name>
-  </maintainer>
-  <longdescription lang="en">
-Library for reading and writing Tide Constituent Database (TCD) files.
-</longdescription>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-16  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 11:10 [gentoo-commits] proj/sci:master commit in: sci-geosciences/libtcd/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-04-16  6:34 Justin Lecher
2014-11-13 13:00 Justin Lecher
2012-06-18 22:04 Sebastien Fabbro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox