aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2014-03-21 10:09:23 -0700
committerJustin Lecher <jlec@gentoo.org>2014-03-22 10:44:41 +0100
commit33e2880062c955f15004ae318b292be488ee6fed (patch)
tree72e3ad15c860eaf043cb8c0bcb76f6a1259b2c44 /sci-astronomy
parentsci-astronomy/swarp: Add new version linked to live one (diff)
downloadsci-33e2880062c955f15004ae318b292be488ee6fed.tar.gz
sci-33e2880062c955f15004ae318b292be488ee6fed.tar.bz2
sci-33e2880062c955f15004ae318b292be488ee6fed.zip
sci-astronomy/weightwatcher: Add new version linked to live one
Package-Manager: portage-2.2.8-prefix
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/weightwatcher/ChangeLog7
-rw-r--r--sci-astronomy/weightwatcher/Manifest1
-rw-r--r--sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch41
l---------sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild1
-rw-r--r--sci-astronomy/weightwatcher/weightwatcher-9999.ebuild6
5 files changed, 12 insertions, 44 deletions
diff --git a/sci-astronomy/weightwatcher/ChangeLog b/sci-astronomy/weightwatcher/ChangeLog
index 22ba374f5..84c950b3a 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/Manifest b/sci-astronomy/weightwatcher/Manifest
new file mode 100644
index 000000000..7e5aadecc
--- /dev/null
+++ b/sci-astronomy/weightwatcher/Manifest
@@ -0,0 +1 @@
+DIST weightwatcher-1.12.tar.gz 460583 SHA256 5730a923d7a4544fc66f21ad7b1f105108a5dca4038b74b5e4ecdd9c1a6a58fd SHA512 392ca6442de96e6c35447b7b34c67b22e7793831337aaf0f06e45d40e63f8c5e9605649fe39a67a5baf9eadcb79fa9f5d998fcb9504f85606f75071d672b0ada WHIRLPOOL fc5bbdfb3caf487941b173bb6e8725c922592a8cff5af2a482839df0d334fc34470536deb71c50deaee85b06521ef6df07b24dbee2456779813d75937fe7fd44
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 c86a42b78..000000000
--- 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 000000000..fedc2e16f
--- /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 71aa61c05..5fce0b093 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/"