* [gentoo-commits] proj/sci:master commit in: sci-astronomy/casapy-bin/
@ 2014-02-06 19:48 Nicolas Bock
0 siblings, 0 replies; 7+ messages in thread
From: Nicolas Bock @ 2014-02-06 19:48 UTC (permalink / raw
To: gentoo-commits
commit: ee5f8b256e5f23c1b79128e4ffb6dc69b9eba759
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Tue Feb 4 04:15:48 2014 +0000
Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Feb 4 04:15:48 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ee5f8b25
sci-astronomy/casapy-bin: Add ebuild for casapy
Package-Manager: portage-2.2.8-r1
---
sci-astronomy/casapy-bin/ChangeLog | 9 +++
.../casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild | 68 ++++++++++++++++++++++
sci-astronomy/casapy-bin/metadata.xml | 6 ++
3 files changed, 83 insertions(+)
diff --git a/sci-astronomy/casapy-bin/ChangeLog b/sci-astronomy/casapy-bin/ChangeLog
new file mode 100644
index 0000000..fdd7971
--- /dev/null
+++ b/sci-astronomy/casapy-bin/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-astronomy/casapy-bin
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*casapy-bin-4.2.0_pre10_p1 (04 Feb 2014)
+
+ 04 Feb 2014; Joseph Jon Booker <joe@neoturbine.net>
+ +casapy-bin-4.2.0_pre10_p1.ebuild, +metadata.xml:
+ sci-astronomy/casapy-bin: Add ebuild for casapy
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild
new file mode 100644
index 0000000..86f0d14
--- /dev/null
+++ b/sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit versionator
+
+DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data."
+HOMEPAGE="http://casa.nrao.edu/"
+MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.prerelease-${4#pre}-${5#p}-64b')
+SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/prerelease/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ app-crypt/mit-krb5
+ dev-db/sqlite
+ dev-libs/glib
+ dev-libs/icu
+ dev-libs/libxslt
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/freetype
+ media-libs/gst-plugins-base
+ media-libs/libjpeg-turbo
+ media-libs/mesa
+ media-libs/tiff
+ sci-libs/gsl
+ sci-libs/pgplot
+ sys-apps/keyutils
+ sys-apps/util-linux
+ sys-devel/gcc[fortran]
+ virtual/libffi
+ x11-libs/libdrm
+ x11-libs/libSM
+ x11-libs/libXau
+ x11-libs/libXcursor
+ x11-libs/libXdmcp
+ x11-libs/libXi
+ x11-libs/libXinerama
+ x11-libs/libXrandr
+"
+
+S="${WORKDIR}/${MY_P}"
+QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
+
+src_compile() { :; }
+
+src_install() {
+ dodir /opt/
+ cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
+
+ dodir /opt/bin
+ cd "${D}/opt/casapy/bin"
+ for binary in `ls`
+ do
+ dosym ../casapy/$binary /opt/bin/$binary
+ done
+}
+
+pkg_postinst() {
+ einfo "CASA will use media-gfx/graphviz if this package is installed."
+ ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
+}
diff --git a/sci-astronomy/casapy-bin/metadata.xml b/sci-astronomy/casapy-bin/metadata.xml
new file mode 100644
index 0000000..6b92b33
--- /dev/null
+++ b/sci-astronomy/casapy-bin/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-astronomy</herd>
+ <longdescription>CASA, the Common Astronomy Software Applications package, is being developed with the primary goal of supporting the data post-processing needs of the next generation of radio astronomical telescopes such as ALMA and VLA.</longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/casapy-bin/
@ 2014-02-06 19:48 Nicolas Bock
0 siblings, 0 replies; 7+ messages in thread
From: Nicolas Bock @ 2014-02-06 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 5ada5b6b038afb2aca7049d77fc80a21d4866921
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Tue Feb 4 21:04:18 2014 +0000
Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Feb 4 21:04:18 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5ada5b6b
Limit metadata.xml to 80char and remove period in casapy-bin description
Based on commits from jlec
---
sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild | 2 +-
sci-astronomy/casapy-bin/metadata.xml | 8 ++++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild
index 86f0d14..6c0d852 100644
--- a/sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild
+++ b/sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild
@@ -5,7 +5,7 @@
EAPI=5
inherit versionator
-DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data."
+DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
HOMEPAGE="http://casa.nrao.edu/"
MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.prerelease-${4#pre}-${5#p}-64b')
SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/prerelease/${MY_P}.tar.gz"
diff --git a/sci-astronomy/casapy-bin/metadata.xml b/sci-astronomy/casapy-bin/metadata.xml
index 6b92b33..58e3793 100644
--- a/sci-astronomy/casapy-bin/metadata.xml
+++ b/sci-astronomy/casapy-bin/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-astronomy</herd>
- <longdescription>CASA, the Common Astronomy Software Applications package, is being developed with the primary goal of supporting the data post-processing needs of the next generation of radio astronomical telescopes such as ALMA and VLA.</longdescription>
+ <herd>sci-astronomy</herd>
+ <longdescription>
+ CASA, the Common Astronomy Software Applications package, is being developed
+ with the primary goal of supporting the data post-processing needs of the
+ next generation of radio astronomical telescopes such as ALMA and VLA.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/casapy-bin/
@ 2014-02-14 18:19 Reinis Danne
0 siblings, 0 replies; 7+ messages in thread
From: Reinis Danne @ 2014-02-14 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 5bbf2a80b7ed5386ff47e89383247a2ef80b9f1d
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Thu Feb 13 18:12:28 2014 +0000
Commit: Reinis Danne <rei4dan <AT> gmail <DOT> com>
CommitDate: Thu Feb 13 18:12:28 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5bbf2a80
sci-astronomy/casapy-bin: Version Bump
Package-Manager: portage-2.2.8-r1
---
sci-astronomy/casapy-bin/ChangeLog | 6 ++
.../casapy-bin-4.2.0.28322.021_p1.ebuild | 69 ++++++++++++++++++++++
2 files changed, 75 insertions(+)
diff --git a/sci-astronomy/casapy-bin/ChangeLog b/sci-astronomy/casapy-bin/ChangeLog
index fdd7971..f72458d 100644
--- a/sci-astronomy/casapy-bin/ChangeLog
+++ b/sci-astronomy/casapy-bin/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*casapy-bin-4.2.0.28322.021_p1 (13 Feb 2014)
+
+ 13 Feb 2014; Joseph Jon Booker <joe@neoturbine.net>
+ +casapy-bin-4.2.0.28322.021_p1.ebuild:
+ sci-astronomy/casapy-bin: Version Bump
+
*casapy-bin-4.2.0_pre10_p1 (04 Feb 2014)
04 Feb 2014; Joseph Jon Booker <joe@neoturbine.net>
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.0.28322.021_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.0.28322.021_p1.ebuild
new file mode 100644
index 0000000..6bcc74f
--- /dev/null
+++ b/sci-astronomy/casapy-bin/casapy-bin-4.2.0.28322.021_p1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit versionator
+
+DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
+HOMEPAGE="http://casa.nrao.edu/"
+
+MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-$5-${6#p}-64b')
+SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ app-crypt/mit-krb5
+ dev-db/sqlite
+ dev-libs/glib
+ dev-libs/icu
+ dev-libs/libxslt
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/freetype
+ media-libs/gst-plugins-base
+ media-libs/libjpeg-turbo
+ media-libs/mesa
+ media-libs/tiff
+ sci-libs/gsl
+ sci-libs/pgplot
+ sys-apps/keyutils
+ sys-apps/util-linux
+ sys-devel/gcc[fortran]
+ virtual/libffi
+ x11-libs/libdrm
+ x11-libs/libSM
+ x11-libs/libXau
+ x11-libs/libXcursor
+ x11-libs/libXdmcp
+ x11-libs/libXi
+ x11-libs/libXinerama
+ x11-libs/libXrandr
+"
+
+S="${WORKDIR}/${MY_P}"
+QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
+
+src_compile() { :; }
+
+src_install() {
+ dodir /opt/
+ cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
+
+ dodir /opt/bin
+ cd "${D}/opt/casapy/bin"
+ for binary in `ls`
+ do
+ dosym ../casapy/$binary /opt/bin/$binary
+ done
+}
+
+pkg_postinst() {
+ einfo "CASA will use media-gfx/graphviz if this package is installed."
+ ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/casapy-bin/
@ 2014-06-02 12:11 Jauhien Piatlicki
0 siblings, 0 replies; 7+ messages in thread
From: Jauhien Piatlicki @ 2014-06-02 12:11 UTC (permalink / raw
To: gentoo-commits
commit: dddbda5f19db2613b537fa15458e55f97edea38e
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Tue May 13 03:39:28 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Tue May 13 03:39:28 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dddbda5f
sci-astronomy/casapy-bin: casapy-bin version bump to 4.2.1
Package-Manager: portage-2.2.10
---
sci-astronomy/casapy-bin/ChangeLog | 6 ++
.../casapy-bin-4.2.1.29047.001_p1.ebuild | 69 ++++++++++++++++++++++
2 files changed, 75 insertions(+)
diff --git a/sci-astronomy/casapy-bin/ChangeLog b/sci-astronomy/casapy-bin/ChangeLog
index f72458d..83c44b1 100644
--- a/sci-astronomy/casapy-bin/ChangeLog
+++ b/sci-astronomy/casapy-bin/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*casapy-bin-4.2.1.29047.001_p1 (13 May 2014)
+
+ 13 May 2014; Joseph Jon Booker <joe@neoturbine.net>
+ +casapy-bin-4.2.1.29047.001_p1.ebuild:
+ sci-astronomy/casapy-bin: casapy-bin version bump to 4.2.1
+
*casapy-bin-4.2.0.28322.021_p1 (13 Feb 2014)
13 Feb 2014; Joseph Jon Booker <joe@neoturbine.net>
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild
new file mode 100644
index 0000000..6bcc74f
--- /dev/null
+++ b/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit versionator
+
+DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
+HOMEPAGE="http://casa.nrao.edu/"
+
+MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-$5-${6#p}-64b')
+SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ app-crypt/mit-krb5
+ dev-db/sqlite
+ dev-libs/glib
+ dev-libs/icu
+ dev-libs/libxslt
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/freetype
+ media-libs/gst-plugins-base
+ media-libs/libjpeg-turbo
+ media-libs/mesa
+ media-libs/tiff
+ sci-libs/gsl
+ sci-libs/pgplot
+ sys-apps/keyutils
+ sys-apps/util-linux
+ sys-devel/gcc[fortran]
+ virtual/libffi
+ x11-libs/libdrm
+ x11-libs/libSM
+ x11-libs/libXau
+ x11-libs/libXcursor
+ x11-libs/libXdmcp
+ x11-libs/libXi
+ x11-libs/libXinerama
+ x11-libs/libXrandr
+"
+
+S="${WORKDIR}/${MY_P}"
+QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
+
+src_compile() { :; }
+
+src_install() {
+ dodir /opt/
+ cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
+
+ dodir /opt/bin
+ cd "${D}/opt/casapy/bin"
+ for binary in `ls`
+ do
+ dosym ../casapy/$binary /opt/bin/$binary
+ done
+}
+
+pkg_postinst() {
+ einfo "CASA will use media-gfx/graphviz if this package is installed."
+ ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/casapy-bin/
@ 2014-09-10 10:47 Jauhien Piatlicki
0 siblings, 0 replies; 7+ messages in thread
From: Jauhien Piatlicki @ 2014-09-10 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 6beea8640d87a952d8aa1687f27237d533c0ce3a
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Tue Sep 9 20:32:51 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Tue Sep 9 20:32:51 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6beea864
sci-astronomy/casapy-bin: version bump to 4.2.2, remove old ebuilds
Package-Manager: portage-2.2.12
---
sci-astronomy/casapy-bin/ChangeLog | 7 +++
.../casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild | 68 ----------------------
.../casapy-bin-4.2.1.29047.001_p1.ebuild | 2 +-
..._p1.ebuild => casapy-bin-4.2.2.30986_p1.ebuild} | 2 +-
4 files changed, 9 insertions(+), 70 deletions(-)
diff --git a/sci-astronomy/casapy-bin/ChangeLog b/sci-astronomy/casapy-bin/ChangeLog
index 83c44b1..8a563a7 100644
--- a/sci-astronomy/casapy-bin/ChangeLog
+++ b/sci-astronomy/casapy-bin/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*casapy-bin-4.2.2.30986_p1 (09 Sep 2014)
+
+ 09 Sep 2014; Joseph Jon Booker <joe@neoturbine.net>
+ +casapy-bin-4.2.2.30986_p1.ebuild, -casapy-bin-4.2.0.28322.021_p1.ebuild,
+ -casapy-bin-4.2.0_pre10_p1.ebuild, casapy-bin-4.2.1.29047.001_p1.ebuild:
+ sci-astronomy/casapy-bin: version bump to 4.2.2, remove old ebuilds
+
*casapy-bin-4.2.1.29047.001_p1 (13 May 2014)
13 May 2014; Joseph Jon Booker <joe@neoturbine.net>
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild
deleted file mode 100644
index 6c0d852..0000000
--- a/sci-astronomy/casapy-bin/casapy-bin-4.2.0_pre10_p1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit versionator
-
-DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
-HOMEPAGE="http://casa.nrao.edu/"
-MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.prerelease-${4#pre}-${5#p}-64b')
-SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/prerelease/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- app-crypt/mit-krb5
- dev-db/sqlite
- dev-libs/glib
- dev-libs/icu
- dev-libs/libxslt
- media-libs/alsa-lib
- media-libs/fontconfig
- media-libs/freetype
- media-libs/gst-plugins-base
- media-libs/libjpeg-turbo
- media-libs/mesa
- media-libs/tiff
- sci-libs/gsl
- sci-libs/pgplot
- sys-apps/keyutils
- sys-apps/util-linux
- sys-devel/gcc[fortran]
- virtual/libffi
- x11-libs/libdrm
- x11-libs/libSM
- x11-libs/libXau
- x11-libs/libXcursor
- x11-libs/libXdmcp
- x11-libs/libXi
- x11-libs/libXinerama
- x11-libs/libXrandr
-"
-
-S="${WORKDIR}/${MY_P}"
-QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
-
-src_compile() { :; }
-
-src_install() {
- dodir /opt/
- cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
-
- dodir /opt/bin
- cd "${D}/opt/casapy/bin"
- for binary in `ls`
- do
- dosym ../casapy/$binary /opt/bin/$binary
- done
-}
-
-pkg_postinst() {
- einfo "CASA will use media-gfx/graphviz if this package is installed."
- ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
-}
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild
index 6bcc74f..296cc70 100644
--- a/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild
+++ b/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical
HOMEPAGE="http://casa.nrao.edu/"
MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-$5-${6#p}-64b')
-SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/${MY_P}.tar.gz"
+SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/old/${MY_P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.0.28322.021_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild
similarity index 95%
rename from sci-astronomy/casapy-bin/casapy-bin-4.2.0.28322.021_p1.ebuild
rename to sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild
index 6bcc74f..3578d46 100644
--- a/sci-astronomy/casapy-bin/casapy-bin-4.2.0.28322.021_p1.ebuild
+++ b/sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild
@@ -8,7 +8,7 @@ inherit versionator
DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
HOMEPAGE="http://casa.nrao.edu/"
-MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-$5-${6#p}-64b')
+MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-${5#p}-64b')
SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/${MY_P}.tar.gz"
LICENSE="LGPL-2.1+"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/casapy-bin/
@ 2015-08-10 16:50 Andrew Savchenko
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Savchenko @ 2015-08-10 16:50 UTC (permalink / raw
To: gentoo-commits
commit: d43b5943aff2ab8aa0cab1dcf9b26943bc96ba7d
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Mon Aug 10 02:22:01 2015 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 02:22:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d43b5943
sci-astronomy/casapy-bin: version bump casapy-bin to 4.4.0
Package-Manager: portage-2.2.20
sci-astronomy/casapy-bin/ChangeLog | 7 ++-
sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild | 69 ++++++++++++++++++++++++
2 files changed, 75 insertions(+), 1 deletion(-)
diff --git a/sci-astronomy/casapy-bin/ChangeLog b/sci-astronomy/casapy-bin/ChangeLog
index 8a563a7..4ddfbd3 100644
--- a/sci-astronomy/casapy-bin/ChangeLog
+++ b/sci-astronomy/casapy-bin/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-astronomy/casapy-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*casapy-bin-4.4.0 (10 Aug 2015)
+
+ 10 Aug 2015; Joseph Jon Booker <joe@neoturbine.net> +casapy-bin-4.4.0.ebuild:
+ sci-astronomy/casapy-bin: version bump casapy-bin to 4.4.0
+
*casapy-bin-4.2.2.30986_p1 (09 Sep 2014)
09 Sep 2014; Joseph Jon Booker <joe@neoturbine.net>
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild
new file mode 100644
index 0000000..f545ae2
--- /dev/null
+++ b/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit versionator
+
+DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
+HOMEPAGE="http://casa.nrao.edu/"
+
+MY_P=${P/py-bin/-release}-el6
+SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/release/el6/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ app-crypt/mit-krb5
+ dev-db/sqlite
+ dev-libs/glib
+ dev-libs/icu
+ dev-libs/libxslt
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/freetype
+ media-libs/gst-plugins-base
+ media-libs/libjpeg-turbo
+ media-libs/mesa
+ media-libs/tiff
+ sci-libs/gsl
+ sci-libs/pgplot
+ sys-apps/keyutils
+ sys-apps/util-linux
+ sys-devel/gcc[fortran]
+ virtual/libffi
+ x11-libs/libdrm
+ x11-libs/libSM
+ x11-libs/libXau
+ x11-libs/libXcursor
+ x11-libs/libXdmcp
+ x11-libs/libXi
+ x11-libs/libXinerama
+ x11-libs/libXrandr
+"
+
+S="${WORKDIR}/${MY_P}"
+QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
+
+src_compile() { :; }
+
+src_install() {
+ dodir /opt/
+ cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
+
+ dodir /opt/bin
+ cd "${D}/opt/casapy/bin"
+ for binary in `ls`
+ do
+ dosym ../casapy/$binary /opt/bin/$binary
+ done
+}
+
+pkg_postinst() {
+ einfo "CASA will use media-gfx/graphviz if this package is installed."
+ ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/casapy-bin/
@ 2020-09-27 12:35 Aisha Tammy
0 siblings, 0 replies; 7+ messages in thread
From: Aisha Tammy @ 2020-09-27 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 4e57eec0e5177f2103dcb4821ef9d8ecc75f0153
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 11:47:35 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:35:09 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e57eec0
sci-astronomy/casapy-bin: drop package
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
.../casapy-bin-4.2.1.29047.001_p1.ebuild | 68 ----------------------
.../casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild | 68 ----------------------
sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild | 68 ----------------------
sci-astronomy/casapy-bin/metadata.xml | 13 -----
4 files changed, 217 deletions(-)
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild
deleted file mode 100644
index 386a3b0ba..000000000
--- a/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit versionator
-
-DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
-HOMEPAGE="http://casa.nrao.edu/"
-
-MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-$5-${6#p}-64b')
-SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/old/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- app-crypt/mit-krb5
- dev-db/sqlite
- dev-libs/glib
- dev-libs/icu
- dev-libs/libxslt
- media-libs/alsa-lib
- media-libs/fontconfig
- media-libs/freetype
- media-libs/gst-plugins-base
- media-libs/libjpeg-turbo
- media-libs/mesa
- media-libs/tiff
- sci-libs/gsl
- sci-libs/pgplot
- sys-apps/keyutils
- sys-apps/util-linux
- sys-devel/gcc[fortran]
- virtual/libffi
- x11-libs/libdrm
- x11-libs/libSM
- x11-libs/libXau
- x11-libs/libXcursor
- x11-libs/libXdmcp
- x11-libs/libXi
- x11-libs/libXinerama
- x11-libs/libXrandr
-"
-
-S="${WORKDIR}/${MY_P}"
-QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
-
-src_compile() { :; }
-
-src_install() {
- dodir /opt/
- cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
-
- dodir /opt/bin
- cd "${D}/opt/casapy/bin"
- for binary in `ls`
- do
- dosym ../casapy/$binary /opt/bin/$binary
- done
-}
-
-pkg_postinst() {
- einfo "CASA will use media-gfx/graphviz if this package is installed."
- ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
-}
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild
deleted file mode 100644
index 993c588e8..000000000
--- a/sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit versionator
-
-DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
-HOMEPAGE="http://casa.nrao.edu/"
-
-MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-${5#p}-64b')
-SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- app-crypt/mit-krb5
- dev-db/sqlite
- dev-libs/glib
- dev-libs/icu
- dev-libs/libxslt
- media-libs/alsa-lib
- media-libs/fontconfig
- media-libs/freetype
- media-libs/gst-plugins-base
- media-libs/libjpeg-turbo
- media-libs/mesa
- media-libs/tiff
- sci-libs/gsl
- sci-libs/pgplot
- sys-apps/keyutils
- sys-apps/util-linux
- sys-devel/gcc[fortran]
- virtual/libffi
- x11-libs/libdrm
- x11-libs/libSM
- x11-libs/libXau
- x11-libs/libXcursor
- x11-libs/libXdmcp
- x11-libs/libXi
- x11-libs/libXinerama
- x11-libs/libXrandr
-"
-
-S="${WORKDIR}/${MY_P}"
-QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
-
-src_compile() { :; }
-
-src_install() {
- dodir /opt/
- cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
-
- dodir /opt/bin
- cd "${D}/opt/casapy/bin"
- for binary in `ls`
- do
- dosym ../casapy/$binary /opt/bin/$binary
- done
-}
-
-pkg_postinst() {
- einfo "CASA will use media-gfx/graphviz if this package is installed."
- ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
-}
diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild
deleted file mode 100644
index 8c45d6097..000000000
--- a/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit versionator
-
-DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
-HOMEPAGE="http://casa.nrao.edu/"
-
-MY_P=${P/py-bin/-release}-el6
-SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/release/el6/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- app-crypt/mit-krb5
- dev-db/sqlite
- dev-libs/glib
- dev-libs/icu
- dev-libs/libxslt
- media-libs/alsa-lib
- media-libs/fontconfig
- media-libs/freetype
- media-libs/gst-plugins-base
- media-libs/libjpeg-turbo
- media-libs/mesa
- media-libs/tiff
- sci-libs/gsl
- sci-libs/pgplot
- sys-apps/keyutils
- sys-apps/util-linux
- sys-devel/gcc[fortran]
- virtual/libffi
- x11-libs/libdrm
- x11-libs/libSM
- x11-libs/libXau
- x11-libs/libXcursor
- x11-libs/libXdmcp
- x11-libs/libXi
- x11-libs/libXinerama
- x11-libs/libXrandr
-"
-
-S="${WORKDIR}/${MY_P}"
-QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
-
-src_compile() { :; }
-
-src_install() {
- dodir /opt/
- cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
-
- dodir /opt/bin
- cd "${D}/opt/casapy/bin"
- for binary in `ls`
- do
- dosym ../casapy/$binary /opt/bin/$binary
- done
-}
-
-pkg_postinst() {
- einfo "CASA will use media-gfx/graphviz if this package is installed."
- ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
-}
diff --git a/sci-astronomy/casapy-bin/metadata.xml b/sci-astronomy/casapy-bin/metadata.xml
deleted file mode 100644
index ef1c2d6cc..000000000
--- a/sci-astronomy/casapy-bin/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription>
-CASA, the Common Astronomy Software Applications package, is being developed
-with the primary goal of supporting the data post-processing needs of the
-next generation of radio astronomical telescopes such as ALMA and VLA.
-</longdescription>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-09-27 12:35 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 16:50 [gentoo-commits] proj/sci:master commit in: sci-astronomy/casapy-bin/ Andrew Savchenko
-- strict thread matches above, loose matches on Subject: below --
2020-09-27 12:35 Aisha Tammy
2014-09-10 10:47 Jauhien Piatlicki
2014-06-02 12:11 Jauhien Piatlicki
2014-02-14 18:19 Reinis Danne
2014-02-06 19:48 Nicolas Bock
2014-02-06 19:48 Nicolas Bock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox