* [gentoo-commits] proj/sci:master commit in: sci-geosciences/congen/
@ 2014-11-13 0:15 Christoph Junghans
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans @ 2014-11-13 0:15 UTC (permalink / raw
To: gentoo-commits
commit: fdc49321851d6d3b496fb956eaf9cded30dab8e9
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 15:57:19 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 15:57:19 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fdc49321
sci-geosciences/congen: Bump to EAPI=5
Package-Manager: portage-2.2.14
---
sci-geosciences/congen/ChangeLog | 5 ++++-
sci-geosciences/congen/congen-1.6.ebuild | 10 +++++-----
sci-geosciences/congen/metadata.xml | 2 +-
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/sci-geosciences/congen/ChangeLog b/sci-geosciences/congen/ChangeLog
index b8b354b..04daa7c 100644
--- a/sci-geosciences/congen/ChangeLog
+++ b/sci-geosciences/congen/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-geosciences/congen
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Nov 2014; Justin Lecher <jlec@gentoo.org> congen-1.6.ebuild, metadata.xml:
+ Bump to EAPI=5
+
23 Aug 2008; Tim Cera <tim@cerazone.net> +congen-1.6.ebuild,
+metadata.xml:
Initial ebuild.
diff --git a/sci-geosciences/congen/congen-1.6.ebuild b/sci-geosciences/congen/congen-1.6.ebuild
index b9ef8c7..afdb0c9 100644
--- a/sci-geosciences/congen/congen-1.6.ebuild
+++ b/sci-geosciences/congen/congen-1.6.ebuild
@@ -2,16 +2,16 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-DESCRIPTION="A package for generating the speeds, equilibrium arguments, and node factors of tidal constituents."
+EAPI=5
+
+DESCRIPTION="Generate the speeds, equilibrium arguments, and node factors of tidal constituents"
HOMEPAGE="http://www.flaterco.com/xtide/files.html"
SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2"
+
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+
DEPEND=">=sci-geosciences/libtcd-2.2.3"
RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
diff --git a/sci-geosciences/congen/metadata.xml b/sci-geosciences/congen/metadata.xml
index d21d118..5f27678 100644
--- a/sci-geosciences/congen/metadata.xml
+++ b/sci-geosciences/congen/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-geosciences</herd>
+ <herd>sci-geosciences</herd>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/congen/
@ 2015-04-16 6:34 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2015-04-16 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 53a86f082b2a33f6e2d7ea3c09839b2e0a5c0240
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 06:29:45 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 06:29:45 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=53a86f08
In CVS
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-geosciences/congen/ChangeLog | 11 -----------
sci-geosciences/congen/congen-1.6.ebuild | 17 -----------------
sci-geosciences/congen/metadata.xml | 5 -----
3 files changed, 33 deletions(-)
diff --git a/sci-geosciences/congen/ChangeLog b/sci-geosciences/congen/ChangeLog
deleted file mode 100644
index 04daa7c..0000000
--- a/sci-geosciences/congen/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for sci-geosciences/congen
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 12 Nov 2014; Justin Lecher <jlec@gentoo.org> congen-1.6.ebuild, metadata.xml:
- Bump to EAPI=5
-
- 23 Aug 2008; Tim Cera <tim@cerazone.net> +congen-1.6.ebuild,
- +metadata.xml:
- Initial ebuild.
-
diff --git a/sci-geosciences/congen/congen-1.6.ebuild b/sci-geosciences/congen/congen-1.6.ebuild
deleted file mode 100644
index afdb0c9..0000000
--- a/sci-geosciences/congen/congen-1.6.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Generate the speeds, equilibrium arguments, and node factors of tidal constituents"
-HOMEPAGE="http://www.flaterco.com/xtide/files.html"
-SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=sci-geosciences/libtcd-2.2.3"
-RDEPEND="${DEPEND}"
diff --git a/sci-geosciences/congen/metadata.xml b/sci-geosciences/congen/metadata.xml
deleted file mode 100644
index 5f27678..0000000
--- a/sci-geosciences/congen/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-geosciences</herd>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-16 6:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 0:15 [gentoo-commits] proj/sci:master commit in: sci-geosciences/congen/ Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2015-04-16 6:34 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox