summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-06-11 17:40:51 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-06-11 17:40:51 +0000
commit79a60caf3b2092200317760bbd8163a67c70e222 (patch)
tree6ecc42eba8430dc15be738ee94fa6c4528f5533f /sci-astronomy
parentBump LeechCraft suite to 0.5.97, thanks to 0xd34df00d. (diff)
downloadgentoo-2-79a60caf3b2092200317760bbd8163a67c70e222.tar.gz
gentoo-2-79a60caf3b2092200317760bbd8163a67c70e222.tar.bz2
gentoo-2-79a60caf3b2092200317760bbd8163a67c70e222.zip
Removed old
(Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/cpl/ChangeLog6
-rw-r--r--sci-astronomy/cpl/cpl-6.1.1.ebuild68
-rw-r--r--sci-astronomy/cpl/cpl-6.2.ebuild71
3 files changed, 5 insertions, 140 deletions
diff --git a/sci-astronomy/cpl/ChangeLog b/sci-astronomy/cpl/ChangeLog
index 31d37ed2fb40..63154af509a5 100644
--- a/sci-astronomy/cpl/ChangeLog
+++ b/sci-astronomy/cpl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/cpl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v 1.13 2013/06/07 23:32:10 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v 1.14 2013/06/11 17:40:51 bicatali Exp $
+
+ 11 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> -cpl-6.1.1.ebuild,
+ -cpl-6.2.ebuild:
+ Removed old
*cpl-6.3.1 (07 Jun 2013)
diff --git a/sci-astronomy/cpl/cpl-6.1.1.ebuild b/sci-astronomy/cpl/cpl-6.1.1.ebuild
deleted file mode 100644
index fa1bbf82d358..000000000000
--- a/sci-astronomy/cpl/cpl-6.1.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-6.1.1.ebuild,v 1.4 2012/09/06 16:34:35 bicatali Exp $
-
-EAPI=4
-
-JAVA_PKG_OPT_USE=gasgano
-AUTOTOOLS_AUTORECONF=1
-
-inherit eutils java-pkg-opt-2 autotools-utils
-
-DESCRIPTION="ESO common pipeline library for astronomical data reduction"
-HOMEPAGE="http://www.eso.org/sci/software/cpl/"
-SRC_URI="ftp://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="doc gasgano static-libs threads"
-
-RDEPEND="
- >=sci-astronomy/wcslib-4.8.4
- >=sci-libs/cfitsio-3.270
- >=sci-libs/fftw-3.1.2
- gasgano? ( sci-astronomy/gasgano )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-check-shared-libs.patch
- "${FILESDIR}"/${P}-use-system-ltdl.patch
-)
-
-src_prepare() {
- sed -e '/AM_C_PROTOTYPES/d' \
- -i configure.ac libcext/configure.ac || die #422455
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
- --disable-ltdl-install
- --without-included-ltdl
- $(use_enable doc maintainer-mode)
- $(use_enable threads)
- )
- if use gasgano; then
- myeconfargs+=(
- --enable-gasgano
- --with-gasgano="${EPREFIX}/usr"
- --with-gasgano-classpath="${EPREFIX}/usr/share/gasgano/lib"
- --with-java="$(java-config -O)"
- )
- else
- myeconfargs+=( --disable-gasgano )
- fi
- autotools-utils_src_configure
-}
-
-src_compile() {
- autotools-utils_src_compile all $(use doc && echo html)
-}
-
-src_install() {
- autotools-utils_src_install all $(use doc && echo install-html)
-}
diff --git a/sci-astronomy/cpl/cpl-6.2.ebuild b/sci-astronomy/cpl/cpl-6.2.ebuild
deleted file mode 100644
index c2874e01c2a3..000000000000
--- a/sci-astronomy/cpl/cpl-6.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-6.2.ebuild,v 1.1 2012/12/05 17:22:29 bicatali Exp $
-
-EAPI=4
-
-JAVA_PKG_OPT_USE=gasgano
-AUTOTOOLS_AUTORECONF=1
-
-inherit eutils java-pkg-opt-2 autotools-utils
-
-DESCRIPTION="ESO common pipeline library for astronomical data reduction"
-HOMEPAGE="http://www.eso.org/sci/software/cpl/"
-SRC_URI="ftp://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="doc gasgano static-libs threads"
-
-RDEPEND="
- >=sci-astronomy/wcslib-4.8.4
- >=sci-libs/cfitsio-3.270
- >=sci-libs/fftw-3.1.2
- gasgano? ( sci-astronomy/gasgano )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-6.1.1-check-shared-libs.patch
- "${FILESDIR}"/${PN}-6.1.1-use-system-ltdl.patch
-)
-
-src_prepare() {
- # bug 422455 and remove cpu chcking
- sed -i \
- -e '/AM_C_PROTOTYPES/d' \
- -e '/CPL_CHECK_CPU/d' \
- configure.ac libcext/configure.ac || die
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
- --disable-ltdl-install
- --without-included-ltdl
- $(use_enable doc maintainer-mode)
- $(use_enable threads)
- )
- if use gasgano; then
- myeconfargs+=(
- --enable-gasgano
- --with-gasgano="${EPREFIX}/usr"
- --with-gasgano-classpath="${EPREFIX}/usr/share/gasgano/lib"
- --with-java="$(java-config -O)"
- )
- else
- myeconfargs+=( --disable-gasgano )
- fi
- autotools-utils_src_configure
-}
-
-src_compile() {
- autotools-utils_src_compile all $(use doc && echo html)
-}
-
-src_install() {
- autotools-utils_src_install all $(use doc && echo install-html)
-}