summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-06-11 17:43:53 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-06-11 17:43:53 +0000
commit386f098ca8530ef64ca2d7a01bcee017bc50c3fa (patch)
tree329f0e0ba0a9e3b799f537da6b4000b35fed83e1 /sci-astronomy/esorex
parentBump LeechCraft suite to 0.5.97, thanks to 0xd34df00d. (diff)
downloadgentoo-2-386f098ca8530ef64ca2d7a01bcee017bc50c3fa.tar.gz
gentoo-2-386f098ca8530ef64ca2d7a01bcee017bc50c3fa.tar.bz2
gentoo-2-386f098ca8530ef64ca2d7a01bcee017bc50c3fa.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/esorex')
-rw-r--r--sci-astronomy/esorex/ChangeLog9
-rw-r--r--sci-astronomy/esorex/esorex-3.9.6-r1.ebuild38
-rw-r--r--sci-astronomy/esorex/files/esorex-3.9.6-autoconf-26.patch11
-rw-r--r--sci-astronomy/esorex/files/esorex-3.9.6-move-rcfile-to-etc.patch13
-rw-r--r--sci-astronomy/esorex/files/esorex-3.9.6-set-default-plugin-path.patch14
-rw-r--r--sci-astronomy/esorex/files/esorex-3.9.6-use-system-ltdl.patch43
6 files changed, 8 insertions, 120 deletions
diff --git a/sci-astronomy/esorex/ChangeLog b/sci-astronomy/esorex/ChangeLog
index 73f4766e3901..3e124fd096f8 100644
--- a/sci-astronomy/esorex/ChangeLog
+++ b/sci-astronomy/esorex/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sci-astronomy/esorex
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.8 2013/06/07 23:38:01 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.9 2013/06/11 17:43:53 bicatali Exp $
+
+ 11 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> -esorex-3.9.6-r1.ebuild,
+ -files/esorex-3.9.6-autoconf-26.patch,
+ -files/esorex-3.9.6-move-rcfile-to-etc.patch,
+ -files/esorex-3.9.6-set-default-plugin-path.patch,
+ -files/esorex-3.9.6-use-system-ltdl.patch:
+ Removed old
*esorex-3.10 (07 Jun 2013)
diff --git a/sci-astronomy/esorex/esorex-3.9.6-r1.ebuild b/sci-astronomy/esorex/esorex-3.9.6-r1.ebuild
deleted file mode 100644
index bd38868d52d0..000000000000
--- a/sci-astronomy/esorex/esorex-3.9.6-r1.ebuild
+++ /dev/null
@@ -1,38 +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/esorex/esorex-3.9.6-r1.ebuild,v 1.2 2012/08/05 17:28:46 bicatali Exp $
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
-
-DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
-HOMEPAGE="http://www.eso.org/sci/software/cpl/esorex.html"
-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="examples"
-
-DEPEND=">=sci-astronomy/cpl-6"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-autoconf-26.patch
- "${FILESDIR}"/${P}-use-system-ltdl.patch
- "${FILESDIR}"/${P}-use-shared-libs.patch
- "${FILESDIR}"/${P}-set-default-plugin-path.patch
- "${FILESDIR}"/${P}-move-rcfile-to-etc.patch
-)
-
-export CPLDIR="${EPREFIX}/usr"
-
-src_install() {
- autotools-utils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
diff --git a/sci-astronomy/esorex/files/esorex-3.9.6-autoconf-26.patch b/sci-astronomy/esorex/files/esorex-3.9.6-autoconf-26.patch
deleted file mode 100644
index 9ac555b2e15e..000000000000
--- a/sci-astronomy/esorex/files/esorex-3.9.6-autoconf-26.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- esorex-3.9.6.orig/configure.ac 2012-08-05 08:13:03.074224198 -0700
-+++ esorex-3.9.6/configure.ac 2012-08-05 08:53:48.620411326 -0700
-@@ -20,7 +20,7 @@
- AC_PROG_CC
- AC_PROG_CPP
- AM_PROG_CC_C_O
--AM_C_PROTOTYPES
-+#AM_C_PROTOTYPES
- #
- # Check for purify
- #
diff --git a/sci-astronomy/esorex/files/esorex-3.9.6-move-rcfile-to-etc.patch b/sci-astronomy/esorex/files/esorex-3.9.6-move-rcfile-to-etc.patch
deleted file mode 100644
index e69af62e27b3..000000000000
--- a/sci-astronomy/esorex/files/esorex-3.9.6-move-rcfile-to-etc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Author: Ole Streicher <debian@liska.ath.cx>
-Description: The configuration directory is /etc, independent of
- the prefix. This was set wrong in er_prefix.h and is corrected
- here.
---- a/src/er_prefix.h.in
-+++ b/src/er_prefix.h.in
-@@ -3,5 +3,5 @@
- MYDATA = @datadir@
- ESOREX_PREFIX=@prefix@
- */
--#define ESOREX_PREFIX "@prefix@/etc/"
-+#define ESOREX_PREFIX "@sysconfdir@"
-
diff --git a/sci-astronomy/esorex/files/esorex-3.9.6-set-default-plugin-path.patch b/sci-astronomy/esorex/files/esorex-3.9.6-set-default-plugin-path.patch
deleted file mode 100644
index 2dc6c86bfc3d..000000000000
--- a/sci-astronomy/esorex/files/esorex-3.9.6-set-default-plugin-path.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Author: Ole Streicher <debian@liska.ath.cx>
-Description: Set the default plugin path to the one where recipes are
- installed in Debian.
---- a/etc/esorex.rc.in
-+++ b/etc/esorex.rc.in
-@@ -130,7 +130,7 @@
- # as well. Multiple directory heads may be specified, by separating the
- # starting paths with colons (:). This option may also be set using the
- # environment variable ESOREX_PLUGIN_DIR.
--esorex.caller.recipe-dir=@prefix@/lib/esopipes-plugins
-+esorex.caller.recipe-dir=@exec_prefix@/lib/@build_alias@/cpl/plugins:@exec_prefix@/lib/cpl/plugins
-
- # --suppress-link
- # When TRUE, no symbolic link is created to the output product. However, if
diff --git a/sci-astronomy/esorex/files/esorex-3.9.6-use-system-ltdl.patch b/sci-astronomy/esorex/files/esorex-3.9.6-use-system-ltdl.patch
deleted file mode 100644
index 819cdfef2b25..000000000000
--- a/sci-astronomy/esorex/files/esorex-3.9.6-use-system-ltdl.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -Nur esorex-3.9.6.orig/configure.ac esorex-3.9.6/configure.ac
---- esorex-3.9.6.orig/configure.ac 2012-08-05 08:13:03.074224198 -0700
-+++ esorex-3.9.6/configure.ac 2012-08-05 08:57:19.609538901 -0700
-@@ -32,14 +32,14 @@
-
- ESO_CHECK_DOCTOOLS
-
--AC_LIBLTDL_CONVENIENCE
-+LT_INIT([dlopen,shared])
-+AC_CHECK_HEADER([ltdl.h],
-+ [AC_CHECK_LIB([ltdl], [lt_dladvise_init],
-+ [LIBLTDL=-lltdl], [LIBLTDL=])],
-+ [LIBLTDL=])
-+
- AC_SUBST(INCLTDL)
- AC_SUBST(LIBLTDL)
--
--AC_ENABLE_STATIC(no)
--AC_ENABLE_SHARED(yes)
--
--AC_PROG_LIBTOOL
- AC_SUBST(LIBTOOL_DEPS)
-
- # Checks for libraries.
-@@ -78,7 +78,6 @@
- AC_LTDL_SHLIBEXT
-
-
--AC_CONFIG_SUBDIRS(libltdl)
-
- AC_CONFIG_FILES(Makefile
- Makefile.purify
-diff -Nur esorex-3.9.6.orig/Makefile.am esorex-3.9.6/Makefile.am
---- esorex-3.9.6.orig/Makefile.am 2012-08-05 08:13:03.077224137 -0700
-+++ esorex-3.9.6/Makefile.am 2012-08-05 08:58:00.417757040 -0700
-@@ -25,7 +25,6 @@
- DISTCLEANFILES = *~
-
-
--COMPILE_FIRST = libltdl
-
- TOPSUBDIRS = src etc
-