From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51063138359 for ; Sun, 27 Sep 2020 12:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98E52E084E; Sun, 27 Sep 2020 12:38:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B545E084E for ; Sun, 27 Sep 2020 12:38:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56E4E335CF5 for ; Sun, 27 Sep 2020 12:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 026E0373 for ; Sun, 27 Sep 2020 12:38:37 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601210274.f9e8eccdfb9cd13e349b12abf177ad1f1624021a.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/starlink-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/starlink-bin/metadata.xml sci-astronomy/starlink-bin/starlink-bin-20130413.ebuild X-VCS-Directories: sci-astronomy/starlink-bin/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: f9e8eccdfb9cd13e349b12abf177ad1f1624021a X-VCS-Branch: master Date: Sun, 27 Sep 2020 12:38:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 850f97e7-cf49-41a2-90d9-16ba4453722b X-Archives-Hash: 4e5133e08540e3db23d2dd79b15894e1 commit: f9e8eccdfb9cd13e349b12abf177ad1f1624021a Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 12:37:54 2020 +0000 Commit: Aisha Tammy aisha 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 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 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - -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. - - 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 -}