aboutsummaryrefslogtreecommitdiff
blob: d0c0e7e8d9157eb82d72ff6936eefe114910d005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Report the version of the LIGO/Virgo LSC DataGrid (LDG) software installed."
HOMEPAGE="https://git.ligo.org/explore/projects/starred"
SRC_URI="http://software.igwn.org/lscsoft/source/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=" "

DEPEND=""
RDEPEND="${DEPEND}"