diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-18 11:13:54 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-18 11:13:54 +0100 |
commit | dd2db7194161b50f41061145b8216137aee9414a (patch) | |
tree | 06a71095ec954617659266d7a9536054e3a8a3e9 /sci-astronomy | |
parent | sci-astronomy/cdsclient: Remove old (diff) | |
download | gentoo-dd2db7194161b50f41061145b8216137aee9414a.tar.gz gentoo-dd2db7194161b50f41061145b8216137aee9414a.tar.bz2 gentoo-dd2db7194161b50f41061145b8216137aee9414a.zip |
sci-astronomy/esorex: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/esorex/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/esorex/esorex-3.10.2.ebuild | 38 | ||||
-rw-r--r-- | sci-astronomy/esorex/esorex-3.12.ebuild | 39 |
3 files changed, 0 insertions, 79 deletions
diff --git a/sci-astronomy/esorex/Manifest b/sci-astronomy/esorex/Manifest index 862d6c283df3..a5e9c66b9e18 100644 --- a/sci-astronomy/esorex/Manifest +++ b/sci-astronomy/esorex/Manifest @@ -1,3 +1 @@ -DIST esorex-3.10.2.tar.gz 817875 BLAKE2B 2e4d8aff00b2e26a8bbb78e354524fa2b91e01491ade19ae62c5de4062b1199c4a8e43afdefd997e4628583c47cb90324327ce5bbb7b668a3ff3c9e1617057ed SHA512 6f6f663bd74d61f3612a13fb39e17c984f8ed88d9dd175951b385d9797433b19a6e276841b23b61881cec8702eb8d74061549a922acf939a9a5e98c8016d1ecb DIST esorex-3.12.3.tar.gz 693894 BLAKE2B 6cefb944f402a706892af92f8ef578d6705aba6c44e3e4edc328369cac004af1e5aa64e1f189438e6d7b6465fb37d002701ce8d7c505a367c76c30b50c1ac096 SHA512 28d62b2cbb66e21fe96435fedf94a727c598b33f2d0aa9ff8d811cfc87edf8d215a76837f525d2964c24bb6e0a3b50aa4dcf2a8dcfae8ac1b933303f8fb08122 -DIST esorex-3.12.tar.gz 649290 BLAKE2B 6580e07121a7e85c2be446b0e3a110e4416f05448617125f809b5c315176c2579d10efe5db3ed166ed03afa809c37c07b2cb48eb1a4720c4cd473958576a1cab SHA512 02547d44cf93c570b2be6f429215efee95a2ef91a26b45fd0a5bfea3ec00837e04972f801c3c00a892eb8bb24b2e3aa8a854b4093844cfae0aed3bf0f396eac6 diff --git a/sci-astronomy/esorex/esorex-3.10.2.ebuild b/sci-astronomy/esorex/esorex-3.10.2.ebuild deleted file mode 100644 index 741a0b4ff28f..000000000000 --- a/sci-astronomy/esorex/esorex-3.10.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 -AUTOTOOLS_IN_SOURCE_BUILD=1 -AT_NO_RECURSIVE=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="" - -DEPEND=">=sci-astronomy/cpl-6.3:0=" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-3.9.6-use-shared-libs.patch - "${FILESDIR}"/${PN}-3.10-remove-private-ltdl.patch - "${FILESDIR}"/${PN}-3.10-generate-manpage.patch - "${FILESDIR}"/${PN}-3.10-remove-empty-configdir.patch - "${FILESDIR}"/${PN}-3.10-set-default-plugin-path.patch -) - -export CPLDIR="${EPREFIX}/usr" - -src_install() { - autotools-utils_src_install - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples -} diff --git a/sci-astronomy/esorex/esorex-3.12.ebuild b/sci-astronomy/esorex/esorex-3.12.ebuild deleted file mode 100644 index 270226cd7bb0..000000000000 --- a/sci-astronomy/esorex/esorex-3.12.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -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="" - -DEPEND=">=sci-astronomy/cpl-6.3:=" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-3.9.6-use-shared-libs.patch - "${FILESDIR}"/${PN}-3.10-remove-private-ltdl.patch - "${FILESDIR}"/${PN}-3.10-generate-manpage.patch - "${FILESDIR}"/${PN}-3.10-remove-empty-configdir.patch - "${FILESDIR}"/${PN}-3.10-set-default-plugin-path.patch -) - -export CPLDIR="${EPREFIX}/usr" - -src_prepare() { - default - AT_NO_RECURSIVE=1 eautoreconf -} - -src_install() { - default - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples -} |