public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/eye/
@ 2016-03-14  2:17 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2016-03-14  2:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1bb0a68dd777367fbc01f1f2a75dcad7f944611c
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 00:21:17 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 21:04:07 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1bb0a68d

sci-astronomy/eye: cleanup unused deps

 sci-astronomy/eye/eye-9999.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sci-astronomy/eye/eye-9999.ebuild b/sci-astronomy/eye/eye-9999.ebuild
index fc65a71..08bd30b 100644
--- a/sci-astronomy/eye/eye-9999.ebuild
+++ b/sci-astronomy/eye/eye-9999.ebuild
@@ -19,10 +19,7 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="doc threads"
 
-RDEPEND="
-	media-libs/tiff:0=
-	virtual/jpeg:0
-	sys-libs/zlib:0="
+RDEPEND=""
 DEPEND="${RDEPEND}"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/eye/
@ 2020-09-27 12:35 Aisha Tammy
  0 siblings, 0 replies; 7+ messages in thread
From: Aisha Tammy @ 2020-09-27 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7ab4a02b52161d90041cbe356c9d79d26fadd597
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 11:39:09 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:35:08 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ab4a02b

sci-astronomy/eye: drop live only dead package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-astronomy/eye/eye-9999.ebuild | 36 ------------------------------------
 sci-astronomy/eye/metadata.xml    | 17 -----------------
 2 files changed, 53 deletions(-)

diff --git a/sci-astronomy/eye/eye-9999.ebuild b/sci-astronomy/eye/eye-9999.ebuild
deleted file mode 100644
index 2ec0f52ff..000000000
--- a/sci-astronomy/eye/eye-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit subversion
-
-ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
-ESVN_OPTIONS="--trust-server-cert-failures=unknown-ca"
-
-SRC_URI=""
-KEYWORDS=""
-
-DESCRIPTION="Enhance astronomical object extraction with neural network filters"
-HOMEPAGE="http://www.astromatic.net/software/eye"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="doc threads"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	subversion_src_prepare
-}
-
-src_configure() {
-	econf $(use_enable threads)
-}
-
-src_install () {
-	default
-	use doc && dodoc doc/*
-}

diff --git a/sci-astronomy/eye/metadata.xml b/sci-astronomy/eye/metadata.xml
deleted file mode 100644
index 0bbded1cf..000000000
--- a/sci-astronomy/eye/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://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">
-In EyE (Enhance Your Extraction) an artificial neural network
-connected to pixels of a moving window (retina) is trained to
-associate these input stimuli to the corresponding response in one
-or several output image(s). The resulting filter can be loaded in
-SExtractor to operate complex, wildly non-linear filters on
-astronomical images. Typical applications of EyE include adaptive
-filtering, feature detection and cosmetic corrections.
-</longdescription>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/eye/
@ 2016-03-14  2:17 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2016-03-14  2:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5f48106388785edea77f0762351a277ee1ce960c
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 00:02:24 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 21:04:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f481063

sci-astronomy/eye: modified to work with EAPI6 and new repo

 sci-astronomy/eye/eye-9999.ebuild | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/sci-astronomy/eye/eye-9999.ebuild b/sci-astronomy/eye/eye-9999.ebuild
index bd822e7..fc65a71 100644
--- a/sci-astronomy/eye/eye-9999.ebuild
+++ b/sci-astronomy/eye/eye-9999.ebuild
@@ -1,23 +1,16 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-if [[ ${PV} == "9999" ]] ; then
-	_SVN=subversion
-	ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
-	SRC_URI=""
-	KEYWORDS=""
-else
-	SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
+inherit subversion
 
-AUTOTOOLS_AUTORECONF=1
-#AUTOTOOLS_IN_SOURCE_BUILD=1
+ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
+ESVN_OPTIONS="--trust-server-cert-failures=unknown-ca"
 
-inherit ${_SVN} autotools-utils
+SRC_URI=""
+KEYWORDS=""
 
 DESCRIPTION="Enhance astronomical object extraction with neural network filters"
 HOMEPAGE="http://www.astromatic.net/software/eye"
@@ -26,15 +19,22 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="doc threads"
 
-RDEPEND=""
+RDEPEND="
+	media-libs/tiff:0=
+	virtual/jpeg:0
+	sys-libs/zlib:0="
 DEPEND="${RDEPEND}"
 
+src_prepare() {
+	default
+	subversion_src_prepare
+}
+
 src_configure() {
-	local myeconfargs=( $(use_enable threads) )
-	autotools-utils_src_configure
+	econf $(use_enable threads)
 }
 
 src_install () {
-	autotools-utils_src_install
+	default
 	use doc && dodoc doc/*
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/eye/
@ 2013-03-03 17:52 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2013-03-03 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     6ba03a2ae729ce631af8b70be271de28606b0147
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 16:37:55 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 16:37:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6ba03a2a

sci-astronomy/eye: Clean wrong space and blank lines

Package-Manager: portage-2.2.0_alpha164

---
 sci-astronomy/eye/ChangeLog       |    4 +++-
 sci-astronomy/eye/eye-9999.ebuild |    3 +--
 sci-astronomy/eye/metadata.xml    |    4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sci-astronomy/eye/ChangeLog b/sci-astronomy/eye/ChangeLog
index 69d34e3..153dbfc 100644
--- a/sci-astronomy/eye/ChangeLog
+++ b/sci-astronomy/eye/ChangeLog
@@ -1,7 +1,9 @@
 # ChangeLog for sci-astronomy/eye
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Mar 2013; Justin Lecher <jlec@gentoo.org> eye-9999.ebuild, metadata.xml:
+  Clean wrong space and blank lines
 
 *eye-9999 (09 Jul 2012)
 

diff --git a/sci-astronomy/eye/eye-9999.ebuild b/sci-astronomy/eye/eye-9999.ebuild
index 3a09341..ee72144 100644
--- a/sci-astronomy/eye/eye-9999.ebuild
+++ b/sci-astronomy/eye/eye-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -16,7 +16,6 @@ fi
 
 inherit ${_SVN} autotools
 
-
 DESCRIPTION="Enhance astronomical object extraction with neural network filters"
 HOMEPAGE="http://www.astromatic.net/software/eye"
 

diff --git a/sci-astronomy/eye/metadata.xml b/sci-astronomy/eye/metadata.xml
index 9c2032f..f5351e4 100644
--- a/sci-astronomy/eye/metadata.xml
+++ b/sci-astronomy/eye/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-astronomy</herd>
-<longdescription lang="en">
+  <herd>sci-astronomy</herd>
+  <longdescription lang="en">
   In EyE (Enhance Your Extraction) an artificial neural network
   connected to pixels of a moving window (retina) is trained to
   associate these input stimuli to the corresponding response in one


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/eye/
@ 2012-07-09 23:47 Sebastien Fabbro
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2012-07-09 23:47 UTC (permalink / raw
  To: gentoo-commits

commit:     88be0271c43e87b6c78e36dd071b2c45b9c5bfe5
Author:     Sebastien Fabbro <sfabbro <AT> uvic <DOT> ca>
AuthorDate: Mon Jul  9 23:24:15 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jul  9 23:24:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=88be0271

sci-astronomy/eye: live version, prefix keywording

---
 sci-astronomy/eye/ChangeLog        |    9 +++++++-
 sci-astronomy/eye/eye-1.4.1.ebuild |   14 ++++--------
 sci-astronomy/eye/eye-9999.ebuild  |   41 ++++++++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+), 10 deletions(-)

diff --git a/sci-astronomy/eye/ChangeLog b/sci-astronomy/eye/ChangeLog
index 7660b49..69d34e3 100644
--- a/sci-astronomy/eye/ChangeLog
+++ b/sci-astronomy/eye/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for sci-astronomy/eye
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+
+*eye-9999 (09 Jul 2012)
+
+  09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> eye-1.4.1.ebuild,
+  +eye-9999.ebuild:
+  live version, prefix keywording
+
   04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
   Switched herd to sci-astronomy
 

diff --git a/sci-astronomy/eye/eye-1.4.1.ebuild b/sci-astronomy/eye/eye-1.4.1.ebuild
index 5cb8265..f97eff6 100644
--- a/sci-astronomy/eye/eye-1.4.1.ebuild
+++ b/sci-astronomy/eye/eye-1.4.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=4
 inherit autotools eutils
 
 DESCRIPTION="Enhance astronomical object extraction with neural network filters"
@@ -11,7 +11,7 @@ SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc threads"
 
 RDEPEND=""
@@ -27,10 +27,6 @@ src_configure() {
 }
 
 src_install () {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS ChangeLog HISTORY README THANKS BUGS
-	if use doc; then
-		insinto /usr/share/doc/${PF}
-		doins doc/*.pdf || die "pdf doc install failed"
-	fi
+	default
+	use doc && dodoc doc/*.pdf
 }

diff --git a/sci-astronomy/eye/eye-9999.ebuild b/sci-astronomy/eye/eye-9999.ebuild
new file mode 100644
index 0000000..3a09341
--- /dev/null
+++ b/sci-astronomy/eye/eye-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+if [[ ${PV} == "9999" ]] ; then
+	_SVN=subversion
+	ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
+	SRC_URI=""
+	KEYWORDS=""
+else
+	SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+inherit ${_SVN} autotools
+
+
+DESCRIPTION="Enhance astronomical object extraction with neural network filters"
+HOMEPAGE="http://www.astromatic.net/software/eye"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="doc threads"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable threads)
+}
+
+src_install () {
+	default
+	use doc && dodoc doc/*
+}



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/eye/
@ 2011-08-04 21:00 Sebastien Fabbro
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2011-08-04 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4643f710d5bd4765dae416172d082217de86f6a7
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Thu Aug  4 20:57:38 2011 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 20:57:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4643f710

[sci-astronomy/eye] switch herd

---
 sci-astronomy/eye/ChangeLog    |    3 +++
 sci-astronomy/eye/metadata.xml |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/sci-astronomy/eye/ChangeLog b/sci-astronomy/eye/ChangeLog
index 205be65..7660b49 100644
--- a/sci-astronomy/eye/ChangeLog
+++ b/sci-astronomy/eye/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
+  Switched herd to sci-astronomy
+
   24 Jun 2011; Justin Lecher <jlec@gentoo.org> eye-1.4.1.ebuild:
   Sort inherit and/or USE
 

diff --git a/sci-astronomy/eye/metadata.xml b/sci-astronomy/eye/metadata.xml
index cec9e15..9c2032f 100644
--- a/sci-astronomy/eye/metadata.xml
+++ b/sci-astronomy/eye/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
+<herd>sci-astronomy</herd>
 <longdescription lang="en">
   In EyE (Enhance Your Extraction) an artificial neural network
   connected to pixels of a moving window (retina) is trained to



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/eye/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     baca3b74d0038b4c07d07e92111ff9028fdd965a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:25:59 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:25:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=baca3b74

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-astronomy/eye/ChangeLog        |    5 ++++-
 sci-astronomy/eye/eye-1.4.1.ebuild |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-astronomy/eye/ChangeLog b/sci-astronomy/eye/ChangeLog
index e91d122..205be65 100644
--- a/sci-astronomy/eye/ChangeLog
+++ b/sci-astronomy/eye/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-astronomy/eye
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> eye-1.4.1.ebuild:
+  Sort inherit and/or USE
+
 *eye-1.4.1 (18 Nov 2010)
 
   18 Nov 2010; Sébastien Fabbro <bicatali@gentoo.org> +eye-1.4.1.ebuild,

diff --git a/sci-astronomy/eye/eye-1.4.1.ebuild b/sci-astronomy/eye/eye-1.4.1.ebuild
index e389ca0..5cb8265 100644
--- a/sci-astronomy/eye/eye-1.4.1.ebuild
+++ b/sci-astronomy/eye/eye-1.4.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
-inherit eutils autotools
+inherit autotools eutils
 
 DESCRIPTION="Enhance astronomical object extraction with neural network filters"
 HOMEPAGE="http://www.astromatic.net/software/eye"



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-27 12:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14  2:17 [gentoo-commits] proj/sci:master commit in: sci-astronomy/eye/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2020-09-27 12:35 Aisha Tammy
2016-03-14  2:17 Christoph Junghans
2013-03-03 17:52 Justin Lecher
2012-07-09 23:47 Sebastien Fabbro
2011-08-04 21:00 Sebastien Fabbro
2011-06-24 17:09 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox