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

2020-09-22 Thread Aisha Tammy
commit: 29c73f7cffb6dde1a1eaf822f7f96065802848f0
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Sep 22 10:20:04 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Sep 22 10:20:04 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=29c73f7c

sci-astronomy/swarp: drop package

present in ::gentoo

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

 sci-astronomy/swarp/metadata.xml  | 12 
 sci-astronomy/swarp/swarp-.ebuild | 36 ---
 2 files changed, 48 deletions(-)

diff --git a/sci-astronomy/swarp/metadata.xml b/sci-astronomy/swarp/metadata.xml
deleted file mode 100644
index 209ee5d8f..0
--- a/sci-astronomy/swarp/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   sci-astron...@gentoo.org
-   Gentoo Astronomy Project
-   
-   
-SWarp takes astronomical FITS images with a WCS-like projection,
-resample and stack them all.
-
-

diff --git a/sci-astronomy/swarp/swarp-.ebuild 
b/sci-astronomy/swarp/swarp-.ebuild
deleted file mode 100644
index 1b51d9193..0
--- a/sci-astronomy/swarp/swarp-.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="Resample and coadd astronomical FITS images"
-HOMEPAGE="http://www.astromatic.net/software/swarp;
-
-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/*
-}



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

2016-03-06 Thread Justin Lecher
commit: ba81c1dc554b8ecafc91a4705ec030a941d94883
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Mar  2 21:17:46 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Mar  2 21:17:46 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba81c1dc

sci-astronomy/swarp: cleanup to move in main tree

Package-Manager: portage-2.2.27

 sci-astronomy/swarp/swarp-2.38.0.ebuild | 41 -
 sci-astronomy/swarp/swarp-.ebuild   | 34 ---
 2 files changed, 15 insertions(+), 60 deletions(-)

diff --git a/sci-astronomy/swarp/swarp-2.38.0.ebuild 
b/sci-astronomy/swarp/swarp-2.38.0.ebuild
deleted file mode 100644
index 71c254d..000
--- a/sci-astronomy/swarp/swarp-2.38.0.ebuild
+++ /dev/null
@@ -1,41 +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=""
-   AUTOTOOLS_AUTORECONF=1
-else
-   SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils
-
-DESCRIPTION="Resample and coadd astronomical FITS images"
-HOMEPAGE="http://astromatic.iap.fr/software/swarp;
-
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="doc threads"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local myeconfargs=( $(use_enable threads) )
-   autotools-utils_src_configure
-}
-
-src_install () {
-   autotools-utils_src_install
-   use doc && dodoc doc/*
-}

diff --git a/sci-astronomy/swarp/swarp-.ebuild 
b/sci-astronomy/swarp/swarp-.ebuild
index 71c254d..0ba8a64 100644
--- a/sci-astronomy/swarp/swarp-.ebuild
+++ b/sci-astronomy/swarp/swarp-.ebuild
@@ -1,26 +1,18 @@
-# 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=""
-   AUTOTOOLS_AUTORECONF=1
-else
-   SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
+inherit subversion
 
-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="Resample and coadd astronomical FITS images"
-HOMEPAGE="http://astromatic.iap.fr/software/swarp;
+HOMEPAGE="http://www.astromatic.net/software/swarp;
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -30,12 +22,16 @@ IUSE="doc threads"
 RDEPEND=""
 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/*
 }



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

2014-03-22 Thread Justin Lecher
commit: 7490eef4fa913516de9bf03ec72b85a623e0c25a
Author: Sébastien Fabbro bicatali AT gentoo DOT org
AuthorDate: Fri Mar 21 17:05:30 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sat Mar 22 09:44:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7490eef4

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

Package-Manager: portage-2.2.8-prefix

---
 sci-astronomy/swarp/ChangeLog   | 6 ++
 sci-astronomy/swarp/swarp-2.38.0.ebuild | 1 +
 sci-astronomy/swarp/swarp-.ebuild   | 4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/swarp/ChangeLog b/sci-astronomy/swarp/ChangeLog
index f5366c4..5af7527 100644
--- a/sci-astronomy/swarp/ChangeLog
+++ b/sci-astronomy/swarp/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/swarp/ChangeLog,v 1.6 
2011/08/04 18:33:44 bicatali Exp $
 
+*swarp-2.38.0 (21 Mar 2014)
+
+  21 Mar 2014; Sébastien Fabbro bicat...@gentoo.org +swarp-2.38.0.ebuild,
+  swarp-.ebuild:
+  sci-astronomy/swarp: Add new version linked to live one
+
   27 Feb 2014; Sébastien Fabbro bicat...@gentoo.org swarp-.ebuild:
   sci-astronomy/swarp: EAPI-5, autotools-utils
 

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

diff --git a/sci-astronomy/swarp/swarp-.ebuild 
b/sci-astronomy/swarp/swarp-.ebuild
index be98a71..25d68f6 100644
--- a/sci-astronomy/swarp/swarp-.ebuild
+++ b/sci-astronomy/swarp/swarp-.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=
@@ -17,7 +17,7 @@ fi
 
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
-inherit ${_SVN} autotools-utils
+inherit autotools-utils
 
 DESCRIPTION=Resample and coadd astronomical FITS images
 HOMEPAGE=http://astromatic.iap.fr/software/swarp;



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

2014-03-21 Thread Sebastien Fabbro
commit: f32750a435414c4cef5147ebf9d2f72e245470f1
Author: Sébastien Fabbro bicatali AT gentoo DOT org
AuthorDate: Fri Mar 21 17:05:30 2014 +
Commit: Sebastien Fabbro bicatali AT gentoo DOT org
CommitDate: Fri Mar 21 17:05:30 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f32750a4

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

Package-Manager: portage-2.2.8-prefix

---
 sci-astronomy/swarp/ChangeLog   | 6 ++
 sci-astronomy/swarp/swarp-2.38.0.ebuild | 1 +
 sci-astronomy/swarp/swarp-.ebuild   | 4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/swarp/ChangeLog b/sci-astronomy/swarp/ChangeLog
index f5366c4..5af7527 100644
--- a/sci-astronomy/swarp/ChangeLog
+++ b/sci-astronomy/swarp/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/swarp/ChangeLog,v 1.6 
2011/08/04 18:33:44 bicatali Exp $
 
+*swarp-2.38.0 (21 Mar 2014)
+
+  21 Mar 2014; Sébastien Fabbro bicat...@gentoo.org +swarp-2.38.0.ebuild,
+  swarp-.ebuild:
+  sci-astronomy/swarp: Add new version linked to live one
+
   27 Feb 2014; Sébastien Fabbro bicat...@gentoo.org swarp-.ebuild:
   sci-astronomy/swarp: EAPI-5, autotools-utils
 

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

diff --git a/sci-astronomy/swarp/swarp-.ebuild 
b/sci-astronomy/swarp/swarp-.ebuild
index be98a71..25d68f6 100644
--- a/sci-astronomy/swarp/swarp-.ebuild
+++ b/sci-astronomy/swarp/swarp-.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=
@@ -17,7 +17,7 @@ fi
 
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
-inherit ${_SVN} autotools-utils
+inherit autotools-utils
 
 DESCRIPTION=Resample and coadd astronomical FITS images
 HOMEPAGE=http://astromatic.iap.fr/software/swarp;