[gentoo-commits] proj/sci:master commit in: sci-astronomy/skymaker/

2020-09-22 Thread Aisha Tammy
commit: a1051ff3d5ef8d91de0d0ed07b41b31b187168dc
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Sep 22 10:17:43 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Sep 22 10:18:33 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1051ff3

sci-astronomy/skymaker: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 sci-astronomy/skymaker/metadata.xml | 15 ---
 sci-astronomy/skymaker/skymaker-.ebuild | 30 -
 2 files changed, 45 deletions(-)

diff --git a/sci-astronomy/skymaker/metadata.xml 
b/sci-astronomy/skymaker/metadata.xml
deleted file mode 100644
index 268814ffc..0
--- a/sci-astronomy/skymaker/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   sci-astron...@gentoo.org
-   Gentoo Astronomy Project
-   
-   
-SkyMaker is a program that simulates astronomical images. It accepts
-object lists in ASCII generated by the Stuff program to produce
-realistic astronomical fields. There are various options for the user:
-build a realistic Point Spread Function, generate a list of stars and
-galaxies. Galaxies are modeled analytically.
-
-

diff --git a/sci-astronomy/skymaker/skymaker-.ebuild 
b/sci-astronomy/skymaker/skymaker-.ebuild
deleted file mode 100644
index ef8ece542..0
--- a/sci-astronomy/skymaker/skymaker-.ebuild
+++ /dev/null
@@ -1,30 +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="Program that simulates astronomical images"
-HOMEPAGE="http://www.astromatic.net/software/skymaker";
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="threads"
-
-RDEPEND="sci-libs/fftw:3.0"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   subversion_src_prepare
-}
-
-src_configure() {
-   econf $(use_enable threads)
-}



[gentoo-commits] proj/sci:master commit in: sci-astronomy/skymaker/

2016-03-13 Thread Christoph Junghans
commit: 01631f080546646efd6be1d55bfab2b9f81f5f56
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Mar  3 00:39:02 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Mar  7 21:04:08 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=01631f08

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

 sci-astronomy/skymaker/skymaker-3.10.5.ebuild | 35 ---
 sci-astronomy/skymaker/skymaker-.ebuild   | 30 ++-
 2 files changed, 13 insertions(+), 52 deletions(-)

diff --git a/sci-astronomy/skymaker/skymaker-3.10.5.ebuild 
b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild
deleted file mode 100644
index f44f47f..000
--- a/sci-astronomy/skymaker/skymaker-3.10.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ ${PV} == "" ]] ; then
-   inherit 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
-
-#AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils
-
-DESCRIPTION="Program that simulates astronomical images"
-HOMEPAGE="http://www.astromatic.net/software/skymaker";
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="threads"
-
-RDEPEND="sci-libs/fftw:3.0"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local myeconfargs=( $(use_enable threads) )
-   autotools-utils_src_configure
-}

diff --git a/sci-astronomy/skymaker/skymaker-.ebuild 
b/sci-astronomy/skymaker/skymaker-.ebuild
index f44f47f..171e6c8 100644
--- a/sci-astronomy/skymaker/skymaker-.ebuild
+++ b/sci-astronomy/skymaker/skymaker-.ebuild
@@ -1,23 +1,15 @@
-# 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} == "" ]] ; then
-   inherit 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
-
-inherit autotools-utils
+ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk";
+ESVN_OPTIONS="--trust-server-cert-failures=unknown-ca"
+SRC_URI=""
+KEYWORDS=""
 
 DESCRIPTION="Program that simulates astronomical images"
 HOMEPAGE="http://www.astromatic.net/software/skymaker";
@@ -29,7 +21,11 @@ IUSE="threads"
 RDEPEND="sci-libs/fftw:3.0"
 DEPEND="${RDEPEND}"
 
+src_prepare() {
+   default
+   subversion_src_prepare
+}
+
 src_configure() {
-   local myeconfargs=( $(use_enable threads) )
-   autotools-utils_src_configure
+   econf $(use_enable threads)
 }



[gentoo-commits] proj/sci:master commit in: sci-astronomy/skymaker/

2014-03-22 Thread Justin Lecher
commit: 22260da1523ada8c97808fd04a5acc46ce37de12
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Fri Mar 21 16:58:32 2014 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Mar 22 09:44:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=22260da1

sci-astronomy/skymaker: Add new version linked to live one

Package-Manager: portage-2.2.8-prefix

---
 sci-astronomy/skymaker/ChangeLog  | 6 ++
 sci-astronomy/skymaker/skymaker-3.10.5.ebuild | 1 +
 sci-astronomy/skymaker/skymaker-.ebuild   | 6 +++---
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/sci-astronomy/skymaker/ChangeLog b/sci-astronomy/skymaker/ChangeLog
index a1747aa..b233d09 100644
--- a/sci-astronomy/skymaker/ChangeLog
+++ b/sci-astronomy/skymaker/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*skymaker-3.10.5 (21 Mar 2014)
+
+  21 Mar 2014; Sébastien Fabbro  +skymaker-3.10.5.ebuild,
+  skymaker-.ebuild:
+  sci-astronomy/skymaker: Add new version linked to live one
+
   27 Feb 2014; Sébastien Fabbro  -Manifest,
   -files/skymaker-configure.patch, -skymaker-3.3.3.ebuild, 
skymaker-.ebuild:
   sci-astronomy/skymaker: EAPI-5, autotools-utils

diff --git a/sci-astronomy/skymaker/skymaker-3.10.5.ebuild 
b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild
new file mode 12
index 000..bae5406
--- /dev/null
+++ b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild
@@ -0,0 +1 @@
+skymaker-.ebuild
\ No newline at end of file

diff --git a/sci-astronomy/skymaker/skymaker-.ebuild 
b/sci-astronomy/skymaker/skymaker-.ebuild
index 035872d..46cb59f 100644
--- a/sci-astronomy/skymaker/skymaker-.ebuild
+++ b/sci-astronomy/skymaker/skymaker-.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 if [[ ${PV} == "" ]] ; then
-   _SVN=subversion
+   inherit subversion
ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk";
SRC_URI=""
KEYWORDS=""
@@ -14,10 +14,10 @@ else
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
-AUTOTOOLS_AUTORECONF=1
+#AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
-inherit ${_SVN} autotools-utils
+inherit autotools-utils
 
 DESCRIPTION="Program that simulates astronomical images"
 HOMEPAGE="http://www.astromatic.net/software/skymaker";



[gentoo-commits] proj/sci:master commit in: sci-astronomy/skymaker/

2014-03-21 Thread Sebastien Fabbro
commit: 000fcfca4afd8c8b9a6181fe5654678a7c1e4e86
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Fri Mar 21 16:58:32 2014 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Mar 21 16:58:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=000fcfca

sci-astronomy/skymaker: Add new version linked to live one

Package-Manager: portage-2.2.8-prefix

---
 sci-astronomy/skymaker/ChangeLog  | 6 ++
 sci-astronomy/skymaker/skymaker-3.10.5.ebuild | 1 +
 sci-astronomy/skymaker/skymaker-.ebuild   | 6 +++---
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/sci-astronomy/skymaker/ChangeLog b/sci-astronomy/skymaker/ChangeLog
index a1747aa..b233d09 100644
--- a/sci-astronomy/skymaker/ChangeLog
+++ b/sci-astronomy/skymaker/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*skymaker-3.10.5 (21 Mar 2014)
+
+  21 Mar 2014; Sébastien Fabbro  +skymaker-3.10.5.ebuild,
+  skymaker-.ebuild:
+  sci-astronomy/skymaker: Add new version linked to live one
+
   27 Feb 2014; Sébastien Fabbro  -Manifest,
   -files/skymaker-configure.patch, -skymaker-3.3.3.ebuild, 
skymaker-.ebuild:
   sci-astronomy/skymaker: EAPI-5, autotools-utils

diff --git a/sci-astronomy/skymaker/skymaker-3.10.5.ebuild 
b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild
new file mode 12
index 000..bae5406
--- /dev/null
+++ b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild
@@ -0,0 +1 @@
+skymaker-.ebuild
\ No newline at end of file

diff --git a/sci-astronomy/skymaker/skymaker-.ebuild 
b/sci-astronomy/skymaker/skymaker-.ebuild
index 035872d..46cb59f 100644
--- a/sci-astronomy/skymaker/skymaker-.ebuild
+++ b/sci-astronomy/skymaker/skymaker-.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 if [[ ${PV} == "" ]] ; then
-   _SVN=subversion
+   inherit subversion
ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk";
SRC_URI=""
KEYWORDS=""
@@ -14,10 +14,10 @@ else
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
-AUTOTOOLS_AUTORECONF=1
+#AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
-inherit ${_SVN} autotools-utils
+inherit autotools-utils
 
 DESCRIPTION="Program that simulates astronomical images"
 HOMEPAGE="http://www.astromatic.net/software/skymaker";