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

2020-09-22 Thread Aisha Tammy
commit: d02284fac45b13bd3cc195cb8042674c034b6d6a
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Sep 22 10:23:15 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Sep 22 10:23:15 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d02284fa

sci-astronomy/weightwatcher: drop package

present in ::gentoo

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

 sci-astronomy/weightwatcher/metadata.xml   | 14 --
 .../weightwatcher/weightwatcher-.ebuild| 32 --
 2 files changed, 46 deletions(-)

diff --git a/sci-astronomy/weightwatcher/metadata.xml 
b/sci-astronomy/weightwatcher/metadata.xml
deleted file mode 100644
index 8af502859..0
--- a/sci-astronomy/weightwatcher/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   sci-astron...@gentoo.org
-   Gentoo Astronomy Project
-   
-   
-WeightWatcher is a program that combines weight-maps, flag-maps and
-polygon data in order to produce control maps which can directly be
-used in astronomical image-processing packages like Drizzle,
-sci-astronomy/sextractor or sci-astronomy/swarp.
-
-

diff --git a/sci-astronomy/weightwatcher/weightwatcher-.ebuild 
b/sci-astronomy/weightwatcher/weightwatcher-.ebuild
deleted file mode 100644
index 35633e2d4..0
--- a/sci-astronomy/weightwatcher/weightwatcher-.ebuild
+++ /dev/null
@@ -1,32 +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="Combine weight maps and polygon for astronomical images weighting"
-HOMEPAGE="http://www.astromatic.net/software/weightwatcher/;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   subversion_src_prepare
-}
-
-src_install () {
-   default
-   use doc && dodoc doc/*
-}



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

2016-03-13 Thread Christoph Junghans
commit: 2c96e9024b8b1d8ada042bf78f7344bd9b6d77aa
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Mar  3 00:19:20 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Mar  7 21:04:06 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c96e902

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

 .../weightwatcher/weightwatcher-1.12.ebuild| 35 --
 .../weightwatcher/weightwatcher-.ebuild| 28 -
 2 files changed, 13 insertions(+), 50 deletions(-)

diff --git a/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild 
b/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild
deleted file mode 100644
index 9f90ed1..000
--- a/sci-astronomy/weightwatcher/weightwatcher-1.12.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="Combine weight maps and polygon for astronomical images weighting"
-HOMEPAGE="http://www.astromatic.net/software/weightwatcher/;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_install () {
-   autotools-utils_src_install
-   use doc && dodoc doc/*
-}

diff --git a/sci-astronomy/weightwatcher/weightwatcher-.ebuild 
b/sci-astronomy/weightwatcher/weightwatcher-.ebuild
index 9f90ed1..ec80710 100644
--- a/sci-astronomy/weightwatcher/weightwatcher-.ebuild
+++ b/sci-astronomy/weightwatcher/weightwatcher-.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} == "" ]] ; 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
+ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk;
+ESVN_OPTIONS="--trust-server-cert-failures=unknown-ca"
 
-inherit autotools-utils
+SRC_URI=""
+KEYWORDS=""
 
 DESCRIPTION="Combine weight maps and polygon for astronomical images weighting"
 HOMEPAGE="http://www.astromatic.net/software/weightwatcher/;
@@ -29,7 +22,12 @@ IUSE="doc"
 RDEPEND=""
 DEPEND="${RDEPEND}"
 
+src_prepare() {
+   default
+   subversion_src_prepare
+}
+
 src_install () {
-   autotools-utils_src_install
+   default
use doc && dodoc doc/*
 }



[gentoo-commits] proj/sci:master commit in: sci-astronomy/weightwatcher/files/, sci-astronomy/weightwatcher/

2014-03-22 Thread Justin Lecher
commit: 33e2880062c955f15004ae318b292be488ee6fed
Author: Sébastien Fabbro bicatali AT gentoo DOT org
AuthorDate: Fri Mar 21 17:09:23 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=33e28800

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

Package-Manager: portage-2.2.8-prefix

---
 sci-astronomy/weightwatcher/ChangeLog  |  7 
 .../files/weightwatcher-1.8.10-configure.patch | 41 --
 .../weightwatcher/weightwatcher-1.12.ebuild|  1 +
 .../weightwatcher/weightwatcher-.ebuild|  6 ++--
 4 files changed, 11 insertions(+), 44 deletions(-)

diff --git a/sci-astronomy/weightwatcher/ChangeLog 
b/sci-astronomy/weightwatcher/ChangeLog
index 22ba374..84c950b 100644
--- a/sci-astronomy/weightwatcher/ChangeLog
+++ b/sci-astronomy/weightwatcher/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*weightwatcher-1.12 (21 Mar 2014)
+
+  21 Mar 2014; Sébastien Fabbro bicat...@gentoo.org
+  +weightwatcher-1.12.ebuild, -files/weightwatcher-1.8.10-configure.patch,
+  weightwatcher-.ebuild:
+  sci-astronomy/weightwatcher: Add new version linked to live one
+
   27 Feb 2014; Sébastien Fabbro bicat...@gentoo.org -Manifest,
   -weightwatcher-1.8.10.ebuild, weightwatcher-.ebuild:
   sci-astronomy/weightwatcher: EAPI-5, autotools-utils

diff --git 
a/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch 
b/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch
deleted file mode 100644
index c86a42b..000
--- a/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -Nur weightwatcher-1.8.10.orig/configure.ac 
weightwatcher-1.8.10/configure.ac
 weightwatcher-1.8.10.orig/configure.ac 2012-07-09 16:26:31.554196307 
-0700
-+++ weightwatcher-1.8.10/configure.ac  2012-07-09 16:27:30.044509170 -0700
-@@ -20,36 +20,15 @@
- AC_SUBST(DATE3, $date3)
- 
- # Include macros
--sinclude(acx_prog_cc_optim.m4)
- sinclude(acx_urbi_resolve_dir.m4)
- 
- # Display pakage and version number
- AC_MSG_RESULT([*** Configuring:  $PACKAGE $VERSION ($date) 
**])
- 
--# Initialize the list of compilers to consider
--cclist=cc gcc
--
--# Backup and reset the input CFLAGS and LDFLAGS
--mycflags=$CFLAGS
--CFLAGS=
--myldflags=$LDFLAGS
--LDFLAGS=
--
--# Provide special option for the Linux Intel C compiler
--AC_MSG_CHECKING([for Linux Intel C compiler mode])
--AC_ARG_ENABLE(icc,
--  [AC_HELP_STRING([--enable-icc],
--  [Enable special mode for compilation with the Intel compiler \
--(off by default)])],
--use_icc=yes
--cclist=icc $cclist
--  AC_MSG_RESULT([yes]),
--use_icc=no
--  AC_MSG_RESULT([no]))
- 
- # Checks for programs.
- # GCC is chosen last because it is likely to yield less optimized code
--AC_PROG_CC([$cclist])
-+AC_PROG_CC
- # C Compiler: Check that it is ANSI C
- AM_PROG_CC_STDC
- # C Compiler: Check that it is POSIX-compliant

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

diff --git a/sci-astronomy/weightwatcher/weightwatcher-.ebuild 
b/sci-astronomy/weightwatcher/weightwatcher-.ebuild
index 71aa61c..5fce0b0 100644
--- a/sci-astronomy/weightwatcher/weightwatcher-.ebuild
+++ b/sci-astronomy/weightwatcher/weightwatcher-.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=Combine weight maps and polygon for astronomical images weighting
 HOMEPAGE=http://www.astromatic.net/software/weightwatcher/;



[gentoo-commits] proj/sci:master commit in: sci-astronomy/weightwatcher/files/, sci-astronomy/weightwatcher/

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

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

Package-Manager: portage-2.2.8-prefix

---
 sci-astronomy/weightwatcher/ChangeLog  |  7 
 .../files/weightwatcher-1.8.10-configure.patch | 41 --
 .../weightwatcher/weightwatcher-1.12.ebuild|  1 +
 .../weightwatcher/weightwatcher-.ebuild|  6 ++--
 4 files changed, 11 insertions(+), 44 deletions(-)

diff --git a/sci-astronomy/weightwatcher/ChangeLog 
b/sci-astronomy/weightwatcher/ChangeLog
index 22ba374..84c950b 100644
--- a/sci-astronomy/weightwatcher/ChangeLog
+++ b/sci-astronomy/weightwatcher/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*weightwatcher-1.12 (21 Mar 2014)
+
+  21 Mar 2014; Sébastien Fabbro bicat...@gentoo.org
+  +weightwatcher-1.12.ebuild, -files/weightwatcher-1.8.10-configure.patch,
+  weightwatcher-.ebuild:
+  sci-astronomy/weightwatcher: Add new version linked to live one
+
   27 Feb 2014; Sébastien Fabbro bicat...@gentoo.org -Manifest,
   -weightwatcher-1.8.10.ebuild, weightwatcher-.ebuild:
   sci-astronomy/weightwatcher: EAPI-5, autotools-utils

diff --git 
a/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch 
b/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch
deleted file mode 100644
index c86a42b..000
--- a/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -Nur weightwatcher-1.8.10.orig/configure.ac 
weightwatcher-1.8.10/configure.ac
 weightwatcher-1.8.10.orig/configure.ac 2012-07-09 16:26:31.554196307 
-0700
-+++ weightwatcher-1.8.10/configure.ac  2012-07-09 16:27:30.044509170 -0700
-@@ -20,36 +20,15 @@
- AC_SUBST(DATE3, $date3)
- 
- # Include macros
--sinclude(acx_prog_cc_optim.m4)
- sinclude(acx_urbi_resolve_dir.m4)
- 
- # Display pakage and version number
- AC_MSG_RESULT([*** Configuring:  $PACKAGE $VERSION ($date) 
**])
- 
--# Initialize the list of compilers to consider
--cclist=cc gcc
--
--# Backup and reset the input CFLAGS and LDFLAGS
--mycflags=$CFLAGS
--CFLAGS=
--myldflags=$LDFLAGS
--LDFLAGS=
--
--# Provide special option for the Linux Intel C compiler
--AC_MSG_CHECKING([for Linux Intel C compiler mode])
--AC_ARG_ENABLE(icc,
--  [AC_HELP_STRING([--enable-icc],
--  [Enable special mode for compilation with the Intel compiler \
--(off by default)])],
--use_icc=yes
--cclist=icc $cclist
--  AC_MSG_RESULT([yes]),
--use_icc=no
--  AC_MSG_RESULT([no]))
- 
- # Checks for programs.
- # GCC is chosen last because it is likely to yield less optimized code
--AC_PROG_CC([$cclist])
-+AC_PROG_CC
- # C Compiler: Check that it is ANSI C
- AM_PROG_CC_STDC
- # C Compiler: Check that it is POSIX-compliant

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

diff --git a/sci-astronomy/weightwatcher/weightwatcher-.ebuild 
b/sci-astronomy/weightwatcher/weightwatcher-.ebuild
index 71aa61c..5fce0b0 100644
--- a/sci-astronomy/weightwatcher/weightwatcher-.ebuild
+++ b/sci-astronomy/weightwatcher/weightwatcher-.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=Combine weight maps and polygon for astronomical images weighting
 HOMEPAGE=http://www.astromatic.net/software/weightwatcher/;