* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casa-data/
@ 2016-02-26 1:08 Sebastien Fabbro
0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro @ 2016-02-26 1:08 UTC (permalink / raw
To: gentoo-commits
commit: 72d244bad5c8588d6686d3efbf5e66e3c634c92d
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 01:37:11 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 02:03:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d244ba
sci-astronomy/casa-data: Version bump
Package-Manager: portage-2.2.27
sci-astronomy/casa-data/casa-data-10763.ebuild | 29 ++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/sci-astronomy/casa-data/casa-data-10763.ebuild b/sci-astronomy/casa-data/casa-data-10763.ebuild
new file mode 100644
index 0000000..05297a2
--- /dev/null
+++ b/sci-astronomy/casa-data/casa-data-10763.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit subversion
+
+ESVN_REPO_URI="https://svn.cv.nrao.edu/svn/casa-data/distro@${PV}"
+ESVN_OPTIONS="--non-interactive --trust-server-cert "
+
+DESCRIPTION="Data and tables for the CASA software"
+HOMEPAGE="https://safe.nrao.edu/wiki/bin/view/Software/ObtainingCasaDataRepository"
+SRC_URI=""
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/distro"
+
+src_install(){
+ insinto /usr/share/casa/data
+ doins -r *
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casa-data/
@ 2016-02-26 1:08 Sebastien Fabbro
0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro @ 2016-02-26 1:08 UTC (permalink / raw
To: gentoo-commits
commit: 0b5c816bbb5f27f90497bd19cf7c15acf349f89b
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 01:59:11 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 02:03:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5c816b
sci-astronomy/casa-data: take smaller data package instead of subversion based one
Package-Manager: portage-2.2.27
sci-astronomy/casa-data/Manifest | 1 +
sci-astronomy/casa-data/casa-data-10013.ebuild | 29 ----------------------
...data-10763.ebuild => casa-data-20160222.ebuild} | 14 +++++------
3 files changed, 7 insertions(+), 37 deletions(-)
diff --git a/sci-astronomy/casa-data/Manifest b/sci-astronomy/casa-data/Manifest
new file mode 100644
index 0000000..79847d9
--- /dev/null
+++ b/sci-astronomy/casa-data/Manifest
@@ -0,0 +1 @@
+DIST casa-data-20160222.tar.Z 12333481 SHA256 196ae7a212a71898ed22eab6dcf92f09cf4276ab160eaefdc041847af0c88b3e SHA512 4b246b163f9754587b2d917db050ab3fa5e661f27b4a5a879d60abee4132503ce700c2d1b1a88cd5cf96a3c093cb3b9489b2b31781f7084ed0d9bd5a4bcbdd6b WHIRLPOOL a7223281cbe91a75d96f52f020ee8e89c38e2ce1f32dac7776d406f82ec64a2d0c5c27ea08b57c9a1061915db70cc579c85ed9f5141f4b5cccf52bda601c5537
diff --git a/sci-astronomy/casa-data/casa-data-10013.ebuild b/sci-astronomy/casa-data/casa-data-10013.ebuild
deleted file mode 100644
index 91997d6..0000000
--- a/sci-astronomy/casa-data/casa-data-10013.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit subversion
-
-ESVN_REPO_URI="https://svn.cv.nrao.edu/svn/casa-data/distro@${PV}"
-ESVN_OPTIONS="--non-interactive --trust-server-cert "
-
-DESCRIPTION="Data and tables for the CASA software"
-HOMEPAGE="https://safe.nrao.edu/wiki/bin/view/Software/ObtainingCasaDataRepository"
-SRC_URI=""
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/distro"
-
-src_install(){
- insinto /usr/share/casa/data
- doins -r *
-}
diff --git a/sci-astronomy/casa-data/casa-data-10763.ebuild b/sci-astronomy/casa-data/casa-data-20160222.ebuild
similarity index 53%
rename from sci-astronomy/casa-data/casa-data-10763.ebuild
rename to sci-astronomy/casa-data/casa-data-20160222.ebuild
index 05297a2..fee5baf 100644
--- a/sci-astronomy/casa-data/casa-data-10763.ebuild
+++ b/sci-astronomy/casa-data/casa-data-20160222.ebuild
@@ -2,26 +2,24 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit subversion
+EAPI=6
-ESVN_REPO_URI="https://svn.cv.nrao.edu/svn/casa-data/distro@${PV}"
-ESVN_OPTIONS="--non-interactive --trust-server-cert "
+MYPN=WSRT_Measures
DESCRIPTION="Data and tables for the CASA software"
-HOMEPAGE="https://safe.nrao.edu/wiki/bin/view/Software/ObtainingCasaDataRepository"
-SRC_URI=""
+HOMEPAGE="https://github.com/casacore/casacore/"
+SRC_URI="ftp://ftp.astron.nl/outgoing/Measures/${MYPN}_${PV}-000001.ztar -> ${P}.tar.Z"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
+LICENSE="LGPL-3"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
-S="${WORKDIR}/distro"
+S="${WORKDIR}"
src_install(){
insinto /usr/share/casa/data
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casa-data/
@ 2017-07-06 21:31 Sebastien Fabbro
0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro @ 2017-07-06 21:31 UTC (permalink / raw
To: gentoo-commits
commit: c809caff7dc0c0d9f0d12163dc6520cfcf537ee5
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 16:07:44 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 21:31:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c809caff
sci-astronomy/casa-data: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sci-astronomy/casa-data/Manifest | 1 +
sci-astronomy/casa-data/casa-data-20170703.ebuild | 26 +++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/sci-astronomy/casa-data/Manifest b/sci-astronomy/casa-data/Manifest
index 79847d94111..cd160ca3b88 100644
--- a/sci-astronomy/casa-data/Manifest
+++ b/sci-astronomy/casa-data/Manifest
@@ -1 +1,2 @@
DIST casa-data-20160222.tar.Z 12333481 SHA256 196ae7a212a71898ed22eab6dcf92f09cf4276ab160eaefdc041847af0c88b3e SHA512 4b246b163f9754587b2d917db050ab3fa5e661f27b4a5a879d60abee4132503ce700c2d1b1a88cd5cf96a3c093cb3b9489b2b31781f7084ed0d9bd5a4bcbdd6b WHIRLPOOL a7223281cbe91a75d96f52f020ee8e89c38e2ce1f32dac7776d406f82ec64a2d0c5c27ea08b57c9a1061915db70cc579c85ed9f5141f4b5cccf52bda601c5537
+DIST casa-data-20170703.tar.Z 12421015 SHA256 2766a008603054a03a4b78d97e4acd865cbdc99738585670f18598d623d9d450 SHA512 dc0de856da4146ed356fbfcb522b427bb6a66fb08affdf0bfe803b21305ac37eff9b1790ede58acc993df2f22d620982f10b42f631457258d1620702c10d87b1 WHIRLPOOL 9231e1502164775a55c3e20f24f8968906e19bf36e45f5cb3e4a10b03cd5e08d0270cce253f736d8c761b241852008b5e676e86e5bb88233ffc77756d9216d5c
diff --git a/sci-astronomy/casa-data/casa-data-20170703.ebuild b/sci-astronomy/casa-data/casa-data-20170703.ebuild
new file mode 100644
index 00000000000..8a0d6501c14
--- /dev/null
+++ b/sci-astronomy/casa-data/casa-data-20170703.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MYPN=WSRT_Measures
+
+DESCRIPTION="Data and tables for the CASA software"
+HOMEPAGE="https://github.com/casacore/casacore/"
+SRC_URI="ftp://ftp.astron.nl/outgoing/Measures/${MYPN}_${PV}-000001.ztar -> ${P}.tar.Z"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"
+
+src_install(){
+ insinto /usr/share/casa/data
+ doins -r *
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casa-data/
@ 2017-07-06 21:31 Sebastien Fabbro
0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro @ 2017-07-06 21:31 UTC (permalink / raw
To: gentoo-commits
commit: 0c032f20982eba8e9e5827a8e4c3e6d5008e8d09
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 16:08:36 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 21:31:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c032f20
sci-astronomy/casa-data: syntax header
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sci-astronomy/casa-data/casa-data-20170703.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-astronomy/casa-data/casa-data-20170703.ebuild b/sci-astronomy/casa-data/casa-data-20170703.ebuild
index 8a0d6501c14..ac7ef1f7f4f 100644
--- a/sci-astronomy/casa-data/casa-data-20170703.ebuild
+++ b/sci-astronomy/casa-data/casa-data-20170703.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casa-data/
@ 2021-04-18 12:11 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-04-18 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 66365fc805113b759fc9dc10f281512bf0c8eb8e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 12:04:13 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 12:04:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66365fc8
sci-astronomy/casa-data: Drop unmaintained live ebuild
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-astronomy/casa-data/casa-data-99999.ebuild | 28 --------------------------
1 file changed, 28 deletions(-)
diff --git a/sci-astronomy/casa-data/casa-data-99999.ebuild b/sci-astronomy/casa-data/casa-data-99999.ebuild
deleted file mode 100644
index ea6f75add94..00000000000
--- a/sci-astronomy/casa-data/casa-data-99999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit subversion
-
-ESVN_REPO_URI="https://svn.cv.nrao.edu/svn/casa-data/distro"
-ESVN_OPTIONS="--non-interactive --trust-server-cert "
-
-DESCRIPTION="Data and tables for the CASA software"
-HOMEPAGE="https://safe.nrao.edu/wiki/bin/view/Software/ObtainingCasaDataRepository"
-SRC_URI=""
-
-KEYWORDS=""
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/distro"
-
-src_install() {
- insinto /usr/share/casa/data
- doins -r *
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casa-data/
@ 2021-05-29 19:03 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2021-05-29 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 7c28805116e08eb3223f9145a5f931a7aa95c638
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:02:42 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:02:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c288051
sci-astronomy/casa-data: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-astronomy/casa-data/casa-data-20170703.ebuild | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/sci-astronomy/casa-data/casa-data-20170703.ebuild b/sci-astronomy/casa-data/casa-data-20170703.ebuild
index 78279ca3163..b4d8eb48b3c 100644
--- a/sci-astronomy/casa-data/casa-data-20170703.ebuild
+++ b/sci-astronomy/casa-data/casa-data-20170703.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,17 +8,11 @@ MYPN=WSRT_Measures
DESCRIPTION="Data and tables for the CASA software"
HOMEPAGE="https://github.com/casacore/casacore/"
SRC_URI="ftp://ftp.astron.nl/outgoing/Measures/${MYPN}_${PV}-000001.ztar -> ${P}.tar.Z"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+S="${WORKDIR}"
LICENSE="LGPL-3"
SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
src_install() {
insinto /usr/share/casa/data
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-05-29 19:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 1:08 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casa-data/ Sebastien Fabbro
-- strict thread matches above, loose matches on Subject: below --
2021-05-29 19:03 David Seifert
2021-04-18 12:11 Andreas Sturmlechner
2017-07-06 21:31 Sebastien Fabbro
2017-07-06 21:31 Sebastien Fabbro
2016-02-26 1:08 Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox