* [gentoo-commits] proj/sci:master commit in: sci-astronomy/weightwatcher/files/, sci-astronomy/weightwatcher/
@ 2012-07-09 23:47 Sebastien Fabbro
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro @ 2012-07-09 23:47 UTC (permalink / raw
To: gentoo-commits
commit: 0df5ec71914eb470768f63c1d206b30d7fd9dda3
Author: Sebastien Fabbro <sfabbro <AT> uvic <DOT> ca>
AuthorDate: Mon Jul 9 23:33:51 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jul 9 23:33:51 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0df5ec71
sci-astronomy/weightwatcher: live version, prefix keywording
---
sci-astronomy/weightwatcher/ChangeLog | 10 ++++-
.../files/weightwatcher-1.8.10-configure.patch | 41 ++++++++++++++++++++
sci-astronomy/weightwatcher/metadata.xml | 4 +-
.../weightwatcher/weightwatcher-1.8.10.ebuild | 21 ++++++----
.../weightwatcher/weightwatcher-9999.ebuild | 36 +++++++++++++++++
5 files changed, 101 insertions(+), 11 deletions(-)
diff --git a/sci-astronomy/weightwatcher/ChangeLog b/sci-astronomy/weightwatcher/ChangeLog
index 7588f6b..7f7b9f5 100644
--- a/sci-astronomy/weightwatcher/ChangeLog
+++ b/sci-astronomy/weightwatcher/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for sci-astronomy/weightwatcher
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*weightwatcher-9999 (09 Jul 2012)
+
+ 09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org>
+ weightwatcher-1.8.10.ebuild, +files/weightwatcher-1.8.10-configure.patch,
+ +weightwatcher-9999.ebuild, metadata.xml:
+ Added live version, fixed for respecting flags, keyword amd64-linux,
+ x86-linux
+
04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
Switched herd to sci-astronomy
diff --git a/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch b/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch
new file mode 100644
index 0000000..c86a42b
--- /dev/null
+++ b/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch
@@ -0,0 +1,41 @@
+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/metadata.xml b/sci-astronomy/weightwatcher/metadata.xml
index 4cb9619..f14b078 100644
--- a/sci-astronomy/weightwatcher/metadata.xml
+++ b/sci-astronomy/weightwatcher/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">
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,
diff --git a/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild b/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild
index c4a2770..e8b42de 100644
--- a/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild
+++ b/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
-inherit eutils
+inherit eutils autotools
DESCRIPTION="Combine weight maps and polygon for astronomical images weighting"
HOMEPAGE="http://www.astromatic.net/software/weightwatcher/"
@@ -12,13 +12,18 @@ SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc threads"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-configure.patch
+ eautoreconf
+}
src_install () {
default
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins doc/*.pdf
- fi
+ use doc && dodoc doc/*.pdf
}
diff --git a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
new file mode 100644
index 0000000..0d12ddd
--- /dev/null
+++ b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
@@ -0,0 +1,36 @@
+# 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="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() {
+ eautoreconf
+}
+
+src_install () {
+ default
+ use doc && dodoc doc/*
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/weightwatcher/files/, sci-astronomy/weightwatcher/
@ 2014-03-21 17:10 Sebastien Fabbro
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro @ 2014-03-21 17:10 UTC (permalink / raw
To: gentoo-commits
commit: b4aa2a3f7e2605dbbfb3169a8f87c472cef2df6f
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 17:09:23 2014 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 17:09:23 2014 +0000
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-9999.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 <bicatali@gentoo.org>
+ +weightwatcher-1.12.ebuild, -files/weightwatcher-1.8.10-configure.patch,
+ weightwatcher-9999.ebuild:
+ sci-astronomy/weightwatcher: Add new version linked to live one
+
27 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> -Manifest,
-weightwatcher-1.8.10.ebuild, weightwatcher-9999.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..0000000
--- 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 120000
index 0000000..fedc2e1
--- /dev/null
+++ b/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild
@@ -0,0 +1 @@
+weightwatcher-9999.ebuild
\ No newline at end of file
diff --git a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
index 71aa61c..5fce0b0 100644
--- a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
+++ b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
if [[ ${PV} == "9999" ]] ; 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/"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/weightwatcher/files/, sci-astronomy/weightwatcher/
@ 2014-03-22 9:45 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-03-22 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 33e2880062c955f15004ae318b292be488ee6fed
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 17:09:23 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 09:44:41 2014 +0000
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-9999.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 <bicatali@gentoo.org>
+ +weightwatcher-1.12.ebuild, -files/weightwatcher-1.8.10-configure.patch,
+ weightwatcher-9999.ebuild:
+ sci-astronomy/weightwatcher: Add new version linked to live one
+
27 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> -Manifest,
-weightwatcher-1.8.10.ebuild, weightwatcher-9999.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..0000000
--- 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 120000
index 0000000..fedc2e1
--- /dev/null
+++ b/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild
@@ -0,0 +1 @@
+weightwatcher-9999.ebuild
\ No newline at end of file
diff --git a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
index 71aa61c..5fce0b0 100644
--- a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
+++ b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
if [[ ${PV} == "9999" ]] ; 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/"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-22 9:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-22 9:45 [gentoo-commits] proj/sci:master commit in: sci-astronomy/weightwatcher/files/, sci-astronomy/weightwatcher/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2014-03-21 17:10 Sebastien Fabbro
2012-07-09 23:47 Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox