commit: f9e8eccdfb9cd13e349b12abf177ad1f1624021a Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Sun Sep 27 12:37:54 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Sun Sep 27 12:37:54 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f9e8eccd
sci-astronomy/starlink-bin: drop package we no longer carry the needed glibc 2.12 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-astronomy/starlink-bin/metadata.xml | 14 ----------- .../starlink-bin/starlink-bin-20130413.ebuild | 29 ---------------------- 2 files changed, 43 deletions(-) diff --git a/sci-astronomy/starlink-bin/metadata.xml b/sci-astronomy/starlink-bin/metadata.xml deleted file mode 100644 index ef0e61480..000000000 --- a/sci-astronomy/starlink-bin/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Astronomy Project</name> - </maintainer> - <longdescription lang="en"> -The Starlink Project, referred to by users as Starlink and by -developers as simply The Project, was a UK astronomical computing -project which supplied general-purpose data reduction -software. -</longdescription> -</pkgmetadata> diff --git a/sci-astronomy/starlink-bin/starlink-bin-20130413.ebuild b/sci-astronomy/starlink-bin/starlink-bin-20130413.ebuild deleted file mode 100644 index 0632636b7..000000000 --- a/sci-astronomy/starlink-bin/starlink-bin-20130413.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -SP=starlink -SR=hikianalia -SRC_COM="http://ftp.jach.hawaii.edu/${SP}/${SR}/${SP}-${SR}" - -DESCRIPTION="Astronomical data processing software suite" -HOMEPAGE="http://starlink.jach.hawaii.edu/starlink" -SRC_URI="amd64? ( ${SRC_COM}-Linux-64bit.tar.gz ) - x86? ( ${SRC_COM}-Linux-32bit.tar.gz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND="" -S="${WORKDIR}" - -src_install () { - dodir /usr - mv star-${SR} "${ED}"/usr || die - echo >> 99starlink "STARLINK_DIR=${EROOT%/}/usr/star-${SR}" - doenvd 99starlink -}
