diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /sci-astronomy/ds9-bin | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'sci-astronomy/ds9-bin')
| -rw-r--r-- | sci-astronomy/ds9-bin/Manifest | 3 | ||||
| -rw-r--r-- | sci-astronomy/ds9-bin/ds9-bin-7.4-r1.ebuild | 38 | ||||
| -rw-r--r-- | sci-astronomy/ds9-bin/metadata.xml | 22 |
3 files changed, 0 insertions, 63 deletions
diff --git a/sci-astronomy/ds9-bin/Manifest b/sci-astronomy/ds9-bin/Manifest deleted file mode 100644 index 1612a593dc8b..000000000000 --- a/sci-astronomy/ds9-bin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ds9.linux.7.4.tar.gz 12066575 BLAKE2B 60f8369679ffe32e573f17ef77ab3b7f9857b530e2d9aa8fecc4f5a3b39cbd74e1fdcb21eb3e96b01febca35722329a02fcfcc2967b30bbe57584e4ea4a2cc40 SHA512 f56b6ca4ff67cd7163bba300500e1fa55a58185a09c0e41a33fd8f33f8aa393e07e58cb1bd48c39f558f0038180ee38129f3ad421743cdadddc3115f00c0cf64 -DIST ds9.linux64.7.4.tar.gz 12555299 BLAKE2B a61eaba1185ff0826fc7bd7af3049768ec93f28e6fa9f331b3964849d0bcbd5500db38141101f5100d8bbdba6dec34f5f6403b0f8655fb6ae5d2058b96ab9d52 SHA512 dee66842b088881cee7dfcacb3cb220a71ef70ca3258afbe7ce7911a930c274fe5fc09487c4e54d2855179c80d940bf2e57a9b8a59ea0909ccc3213c92d81a65 -DIST ds9.png.tar 10240 BLAKE2B 4146672d9f0048668e5e910a4b0b021d8c7dbbe8d142ac15e5724d796bc7a522e38a3497686fdc259ca40f713409d77ad0f7989db5517a5a5e57abf45606b3f0 SHA512 c7d52733c63adcac00de652ac4be7a19e7a6497cf24cc6f7f78f0a9583cc94ce9c81e567af3c34f9124e15ee089abbd735c49b6cf8f2dcf6ea3cce6ed2c7302f diff --git a/sci-astronomy/ds9-bin/ds9-bin-7.4-r1.ebuild b/sci-astronomy/ds9-bin/ds9-bin-7.4-r1.ebuild deleted file mode 100644 index a4ee5eba8e50..000000000000 --- a/sci-astronomy/ds9-bin/ds9-bin-7.4-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop - -DESCRIPTION="Data visualization application for astronomical FITS images" -HOMEPAGE="http://ds9.si.edu/site/Home.html" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/ds9.png.tar - amd64? ( http://ds9.si.edu/download/linux64/ds9.linux64.${PV}.tar.gz ) - x86? ( http://hea-www.harvard.edu/RD/ds9/download/linux/ds9.linux.${PV}.tar.gz )" -S="${WORKDIR}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-libs/libxml2:= - media-libs/fontconfig - media-libs/freetype - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXext - x11-libs/libXft - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/xpa" - -QA_PRESTRIPPED="usr/bin/ds9" -QA_PREBUILT="usr/bin/ds9" - -src_install() { - dobin ds9 - doicon ds9.png - make_desktop_entry ds9 "SAOImage DS9" ds9 -} diff --git a/sci-astronomy/ds9-bin/metadata.xml b/sci-astronomy/ds9-bin/metadata.xml deleted file mode 100644 index 022fe10c4936..000000000000 --- a/sci-astronomy/ds9-bin/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-astronomy@gentoo.org</email> - <name>Gentoo Astronomy Project</name> - </maintainer> - <longdescription lang="en"> - The Smithsonian Astrophysical Observatory Image Deep Space 9 is an - astronomical imaging and data visualization application. It is the - new generation of the SAOImage software. DS9 supports FITS images - and binary tables, multiple frame buffers, region manipulation, many - scale algorithms and colormaps. It provides communication with - external analysis tasks and is configurable and extensible. DS9 - supports multiple frame buffers, mosaic images, tiling, blinking, - geometric markers, colormap manipulation, scaling, arbitrary zoom, - rotation, pan, and a variety of coordinate systems. DS9 also - supports FTP and HTTP data access. - This is the binary version (source version has a lot of source - bundling issues). - </longdescription> -</pkgmetadata> |
