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/eye/
Date: Sun, 27 Sep 2020 12:35:19
Message-Id: 1601210108.7ab4a02b52161d90041cbe356c9d79d26fadd597.epsilon-0@gentoo
1 commit: 7ab4a02b52161d90041cbe356c9d79d26fadd597
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 11:39:09 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 12:35:08 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ab4a02b
7
8 sci-astronomy/eye: drop live only dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sci-astronomy/eye/eye-9999.ebuild | 36 ------------------------------------
14 sci-astronomy/eye/metadata.xml | 17 -----------------
15 2 files changed, 53 deletions(-)
16
17 diff --git a/sci-astronomy/eye/eye-9999.ebuild b/sci-astronomy/eye/eye-9999.ebuild
18 deleted file mode 100644
19 index 2ec0f52ff..000000000
20 --- a/sci-astronomy/eye/eye-9999.ebuild
21 +++ /dev/null
22 @@ -1,36 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit subversion
29 -
30 -ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
31 -ESVN_OPTIONS="--trust-server-cert-failures=unknown-ca"
32 -
33 -SRC_URI=""
34 -KEYWORDS=""
35 -
36 -DESCRIPTION="Enhance astronomical object extraction with neural network filters"
37 -HOMEPAGE="http://www.astromatic.net/software/eye"
38 -
39 -LICENSE="GPL-3"
40 -SLOT="0"
41 -IUSE="doc threads"
42 -
43 -RDEPEND=""
44 -DEPEND="${RDEPEND}"
45 -
46 -src_prepare() {
47 - default
48 - subversion_src_prepare
49 -}
50 -
51 -src_configure() {
52 - econf $(use_enable threads)
53 -}
54 -
55 -src_install () {
56 - default
57 - use doc && dodoc doc/*
58 -}
59
60 diff --git a/sci-astronomy/eye/metadata.xml b/sci-astronomy/eye/metadata.xml
61 deleted file mode 100644
62 index 0bbded1cf..000000000
63 --- a/sci-astronomy/eye/metadata.xml
64 +++ /dev/null
65 @@ -1,17 +0,0 @@
66 -<?xml version="1.0" encoding="UTF-8"?>
67 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 -<pkgmetadata>
69 - <maintainer type="project">
70 - <email>sci-astronomy@g.o</email>
71 - <name>Gentoo Astronomy Project</name>
72 - </maintainer>
73 - <longdescription lang="en">
74 -In EyE (Enhance Your Extraction) an artificial neural network
75 -connected to pixels of a moving window (retina) is trained to
76 -associate these input stimuli to the corresponding response in one
77 -or several output image(s). The resulting filter can be loaded in
78 -SExtractor to operate complex, wildly non-linear filters on
79 -astronomical images. Typical applications of EyE include adaptive
80 -filtering, feature detection and cosmetic corrections.
81 -</longdescription>
82 -</pkgmetadata>