public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/healpix_idl/, sci-astronomy/chealpix/, dev-java/jhealpix/, ...
@ 2016-04-13 10:47 Marius Brehler
  0 siblings, 0 replies; only message in thread
From: Marius Brehler @ 2016-04-13 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     acf18e5e93b07c53be5cbaff1cba884e0ce422bc
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 16:53:19 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Thu Apr  7 16:53:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=acf18e5e

removed all healpix packages now in main tree

 dev-java/jhealpix/jhealpix-3.11.ebuild             | 43 -------------------
 dev-java/jhealpix/metadata.xml                     | 17 --------
 dev-python/healpy/healpy-1.7.4.ebuild              | 34 ---------------
 dev-python/healpy/metadata.xml                     | 17 --------
 sci-astronomy/chealpix/chealpix-3.11.2.ebuild      | 24 -----------
 sci-astronomy/chealpix/metadata.xml                | 17 --------
 .../healpix_cxx/healpix_cxx-3.11.2.ebuild          | 48 ----------------------
 sci-astronomy/healpix_cxx/metadata.xml             | 18 --------
 sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild  | 37 -----------------
 sci-astronomy/healpix_idl/metadata.xml             | 18 --------
 10 files changed, 273 deletions(-)

diff --git a/dev-java/jhealpix/jhealpix-3.11.ebuild b/dev-java/jhealpix/jhealpix-3.11.ebuild
deleted file mode 100644
index 0c4c2ec..0000000
--- a/dev-java/jhealpix/jhealpix-3.11.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc"
-inherit java-pkg-2 java-ant-2
-
-MYP="Healpix_${PV}"
-MYPP="2013Apr24"
-
-DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - Java"
-HOMEPAGE="http://healpix.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MYP}/${MYP}_${MYPP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="doc test"
-
-DEPEND=">=virtual/jdk-1.5
-	test? ( dev-java/junit:4 )"
-RDEPEND=">=virtual/jre-1.5"
-
-S="${WORKDIR}/${MYP}/src/java"
-
-EANT_BUILD_TARGET="distonly distsrc newcompile"
-EANT_DOC_TARGET="docs newdocs"
-
-src_test() {
-	EANT_TEST_TARGET="test newtest"
-	EANT_TEST_GENTOO_CLASSPATH="junit-4"
-	java-pkg-2_src_test
-}
-
-src_install() {
-	java-pkg_dojar dist/*.jar
-	dodoc README CHANGES SuggestedIdeas.txt
-	dodoc ../../READ_Copyrights_Licenses.txt
-	use doc && java-pkg_dojavadoc healpixdoc
-}

diff --git a/dev-java/jhealpix/metadata.xml b/dev-java/jhealpix/metadata.xml
deleted file mode 100644
index 00602ea..0000000
--- a/dev-java/jhealpix/metadata.xml
+++ /dev/null
@@ -1,17 +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 lang="en">
-  HEALPix is an acronym for Hierarchical Equal Area isoLatitude
-  Pixelization of a sphere. As suggested in the name, this pixelization produces a
-  subdivision of a spherical surface in which each pixel covers the same
-  surface area as every other pixel. This package contains the Java framework.
-</longdescription>
-  <upstream>
-    <remote-id type="sourceforge">jhealpix</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/healpy/healpy-1.7.4.ebuild b/dev-python/healpy/healpy-1.7.4.ebuild
deleted file mode 100644
index 0118949..0000000
--- a/dev-python/healpy/healpy-1.7.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapper for healpix"
-HOMEPAGE="https://github.com/healpy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-	dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pyfits[${PYTHON_USEDEP}]
-	sci-astronomy/healpix_cxx
-	sci-libs/cfitsio"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-python_test() {
-	cd "${BUILD_DIR}"/lib || die
-	echo "backend: Agg" > matplotlibrc || die
-	MPLCONFIGDIR=. nosetests || die
-	rm matplotlibrc || die
-}

diff --git a/dev-python/healpy/metadata.xml b/dev-python/healpy/metadata.xml
deleted file mode 100644
index b279857..0000000
--- a/dev-python/healpy/metadata.xml
+++ /dev/null
@@ -1,17 +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 lang="en">
-  Healpy provides a python package to manipulate healpix maps. It is
-  based on the standard numeric and visualisation tools for Python,
-  Numpy and matplotlib.
-</longdescription>
-  <upstream>
-    <remote-id type="pypi">healpy</remote-id>
-    <remote-id type="github">healpy</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/sci-astronomy/chealpix/chealpix-3.11.2.ebuild b/sci-astronomy/chealpix/chealpix-3.11.2.ebuild
deleted file mode 100644
index fe4e8de..0000000
--- a/sci-astronomy/chealpix/chealpix-3.11.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-MYP="Healpix_3.11"
-
-DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - C Library"
-HOMEPAGE="http://healpix.sourceforge.net/"
-SRC_URI="mirror://sourceforge/healpix/${MYP}/autotools_packages/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="static-libs"
-
-RDEPEND="
-	>=sci-libs/cfitsio-3"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"

diff --git a/sci-astronomy/chealpix/metadata.xml b/sci-astronomy/chealpix/metadata.xml
deleted file mode 100644
index 49927d3..0000000
--- a/sci-astronomy/chealpix/metadata.xml
+++ /dev/null
@@ -1,17 +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 lang="en">
-  HEALPix is an acronym for Hierarchical Equal Area isoLatitude
-  Pixelization of a sphere. As suggested in the name, this pixelization produces a
-  subdivision of a spherical surface in which each pixel covers the same
-  surface area as every other pixel. This package contains the C library.
-</longdescription>
-  <upstream>
-    <remote-id type="sourceforge">healpix</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/sci-astronomy/healpix_cxx/healpix_cxx-3.11.2.ebuild b/sci-astronomy/healpix_cxx/healpix_cxx-3.11.2.ebuild
deleted file mode 100644
index 399bbce..0000000
--- a/sci-astronomy/healpix_cxx/healpix_cxx-3.11.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils toolchain-funcs
-
-MYP="Healpix_3.11"
-
-DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - C++"
-HOMEPAGE="http://healpix.sourceforge.net/"
-SRC_URI="mirror://sourceforge/healpix/${MYP}/autotools_packages/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="openmp static-libs"
-
-RDEPEND="
-	>=sci-libs/cfitsio-3"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	if use openmp && [[ $(tc-getCXX)$ == *g++* ]]; then
-		if ! tc-has-openmp; then
-			ewarn "You are using a g++ without OpenMP capabilities"
-			die "Need an OpenMP capable compiler"
-		fi
-	fi
-}
-
-src_prepare() {
-	# why was static-libtool-libs forced?
-	# it screws up as-neeeded
-	use static-libs || sed -i -e '/-static-libtool-libs/d' Makefile.am
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable openmp)
-	)
-	autotools-utils_src_configure
-}

diff --git a/sci-astronomy/healpix_cxx/metadata.xml b/sci-astronomy/healpix_cxx/metadata.xml
deleted file mode 100644
index 97134d3..0000000
--- a/sci-astronomy/healpix_cxx/metadata.xml
+++ /dev/null
@@ -1,18 +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 lang="en">
-  HEALPix is an acronym for Hierarchical Equal Area isoLatitude
-  Pixelization of a sphere. As suggested in the name, this pixelization produces a
-  subdivision of a spherical surface in which each pixel covers the same
-  surface area as every other pixel. This package contains the C++
-  library and programs.
-</longdescription>
-  <upstream>
-    <remote-id type="sourceforge">healpix</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild b/sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild
deleted file mode 100644
index 9aec068..0000000
--- a/sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MYP="Healpix_${PV}"
-MYPP="2013Apr24"
-
-DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - IDL routines"
-HOMEPAGE="http://healpix.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MYP}/${MYP}_${MYPP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="doc"
-
-RDEPEND="
-	dev-lang/gdl
-	sci-astronomy/idlastro"
-
-S="${WORKDIR}/${MYP}/src/idl"
-
-src_prepare() {
-	# duplocate of idlastro (in rdeps)
-	rm -r zzz_external/astron || die
-	mv zzz_external/README README.external || die
-}
-
-src_install() {
-	insinto /usr/share/gnudatalanguage/healpix
-	doins -r examples fits interfaces misc toolkit visu zzz_external
-	doins HEALPix_startup
-	dodoc README.*
-}

diff --git a/sci-astronomy/healpix_idl/metadata.xml b/sci-astronomy/healpix_idl/metadata.xml
deleted file mode 100644
index 09fbd92..0000000
--- a/sci-astronomy/healpix_idl/metadata.xml
+++ /dev/null
@@ -1,18 +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 lang="en">
-  HEALPix is an acronym for Hierarchical Equal Area isoLatitude
-  Pixelization of a sphere. As suggested in the name, this pixelization produces a
-  subdivision of a spherical surface in which each pixel covers the same
-  surface area as every other pixel. This package contains the IDL/GDL
-  routines and plots.
-</longdescription>
-  <upstream>
-    <remote-id type="sourceforge">healpix_idl</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-13 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-13 10:47 [gentoo-commits] proj/sci:master commit in: sci-astronomy/healpix_idl/, sci-astronomy/chealpix/, dev-java/jhealpix/, Marius Brehler

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