Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/starlink-bin/
Date: Sun, 27 Sep 2020 12:38:40
Message-Id: 1601210274.f9e8eccdfb9cd13e349b12abf177ad1f1624021a.epsilon-0@gentoo
1 commit: f9e8eccdfb9cd13e349b12abf177ad1f1624021a
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 12:37:54 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 12:37:54 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f9e8eccd
7
8 sci-astronomy/starlink-bin: drop package
9
10 we no longer carry the needed glibc 2.12
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
14
15 sci-astronomy/starlink-bin/metadata.xml | 14 -----------
16 .../starlink-bin/starlink-bin-20130413.ebuild | 29 ----------------------
17 2 files changed, 43 deletions(-)
18
19 diff --git a/sci-astronomy/starlink-bin/metadata.xml b/sci-astronomy/starlink-bin/metadata.xml
20 deleted file mode 100644
21 index ef0e61480..000000000
22 --- a/sci-astronomy/starlink-bin/metadata.xml
23 +++ /dev/null
24 @@ -1,14 +0,0 @@
25 -<?xml version="1.0" encoding="UTF-8"?>
26 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 -<pkgmetadata>
28 - <maintainer type="project">
29 - <email>sci-astronomy@g.o</email>
30 - <name>Gentoo Astronomy Project</name>
31 - </maintainer>
32 - <longdescription lang="en">
33 -The Starlink Project, referred to by users as Starlink and by
34 -developers as simply The Project, was a UK astronomical computing
35 -project which supplied general-purpose data reduction
36 -software.
37 -</longdescription>
38 -</pkgmetadata>
39
40 diff --git a/sci-astronomy/starlink-bin/starlink-bin-20130413.ebuild b/sci-astronomy/starlink-bin/starlink-bin-20130413.ebuild
41 deleted file mode 100644
42 index 0632636b7..000000000
43 --- a/sci-astronomy/starlink-bin/starlink-bin-20130413.ebuild
44 +++ /dev/null
45 @@ -1,29 +0,0 @@
46 -# Copyright 1999-2014 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=5
50 -
51 -SP=starlink
52 -SR=hikianalia
53 -SRC_COM="http://ftp.jach.hawaii.edu/${SP}/${SR}/${SP}-${SR}"
54 -
55 -DESCRIPTION="Astronomical data processing software suite"
56 -HOMEPAGE="http://starlink.jach.hawaii.edu/starlink"
57 -SRC_URI="amd64? ( ${SRC_COM}-Linux-64bit.tar.gz )
58 - x86? ( ${SRC_COM}-Linux-32bit.tar.gz )"
59 -
60 -LICENSE="GPL-2"
61 -SLOT="0"
62 -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
63 -IUSE=""
64 -
65 -RDEPEND=""
66 -DEPEND=""
67 -S="${WORKDIR}"
68 -
69 -src_install () {
70 - dodir /usr
71 - mv star-${SR} "${ED}"/usr || die
72 - echo >> 99starlink "STARLINK_DIR=${EROOT%/}/usr/star-${SR}"
73 - doenvd 99starlink
74 -}