Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/weightwatcher/files/, sci-astronomy/weightwatcher/
Date: Sat, 22 Mar 2014 09:45:33
Message-Id: 1395481481.33e2880062c955f15004ae318b292be488ee6fed.jlec@gentoo
1 commit: 33e2880062c955f15004ae318b292be488ee6fed
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 21 17:09:23 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 22 09:44:41 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=33e28800
7
8 sci-astronomy/weightwatcher: Add new version linked to live one
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-astronomy/weightwatcher/ChangeLog | 7 ++++
14 .../files/weightwatcher-1.8.10-configure.patch | 41 ----------------------
15 .../weightwatcher/weightwatcher-1.12.ebuild | 1 +
16 .../weightwatcher/weightwatcher-9999.ebuild | 6 ++--
17 4 files changed, 11 insertions(+), 44 deletions(-)
18
19 diff --git a/sci-astronomy/weightwatcher/ChangeLog b/sci-astronomy/weightwatcher/ChangeLog
20 index 22ba374..84c950b 100644
21 --- a/sci-astronomy/weightwatcher/ChangeLog
22 +++ b/sci-astronomy/weightwatcher/ChangeLog
23 @@ -2,6 +2,13 @@
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*weightwatcher-1.12 (21 Mar 2014)
28 +
29 + 21 Mar 2014; Sébastien Fabbro <bicatali@g.o>
30 + +weightwatcher-1.12.ebuild, -files/weightwatcher-1.8.10-configure.patch,
31 + weightwatcher-9999.ebuild:
32 + sci-astronomy/weightwatcher: Add new version linked to live one
33 +
34 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> -Manifest,
35 -weightwatcher-1.8.10.ebuild, weightwatcher-9999.ebuild:
36 sci-astronomy/weightwatcher: EAPI-5, autotools-utils
37
38 diff --git a/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch b/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch
39 deleted file mode 100644
40 index c86a42b..0000000
41 --- a/sci-astronomy/weightwatcher/files/weightwatcher-1.8.10-configure.patch
42 +++ /dev/null
43 @@ -1,41 +0,0 @@
44 -diff -Nur weightwatcher-1.8.10.orig/configure.ac weightwatcher-1.8.10/configure.ac
45 ---- weightwatcher-1.8.10.orig/configure.ac 2012-07-09 16:26:31.554196307 -0700
46 -+++ weightwatcher-1.8.10/configure.ac 2012-07-09 16:27:30.044509170 -0700
47 -@@ -20,36 +20,15 @@
48 - AC_SUBST(DATE3, "$date3")
49 -
50 - # Include macros
51 --sinclude(acx_prog_cc_optim.m4)
52 - sinclude(acx_urbi_resolve_dir.m4)
53 -
54 - # Display pakage and version number
55 - AC_MSG_RESULT([*********** Configuring: $PACKAGE $VERSION ($date) **********])
56 -
57 --# Initialize the list of compilers to consider
58 --cclist="cc gcc"
59 --
60 --# Backup and reset the input CFLAGS and LDFLAGS
61 --mycflags="$CFLAGS"
62 --CFLAGS=""
63 --myldflags="$LDFLAGS"
64 --LDFLAGS=""
65 --
66 --# Provide special option for the Linux Intel C compiler
67 --AC_MSG_CHECKING([for Linux Intel C compiler mode])
68 --AC_ARG_ENABLE(icc,
69 -- [AC_HELP_STRING([--enable-icc],
70 -- [Enable special mode for compilation with the Intel compiler \
71 --(off by default)])],
72 -- use_icc="yes"
73 -- cclist="icc $cclist"
74 -- AC_MSG_RESULT([yes]),
75 -- use_icc="no"
76 -- AC_MSG_RESULT([no]))
77 -
78 - # Checks for programs.
79 - # GCC is chosen last because it is likely to yield less optimized code
80 --AC_PROG_CC([$cclist])
81 -+AC_PROG_CC
82 - # C Compiler: Check that it is ANSI C
83 - AM_PROG_CC_STDC
84 - # C Compiler: Check that it is POSIX-compliant
85
86 diff --git a/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild b/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild
87 new file mode 120000
88 index 0000000..fedc2e1
89 --- /dev/null
90 +++ b/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild
91 @@ -0,0 +1 @@
92 +weightwatcher-9999.ebuild
93 \ No newline at end of file
94
95 diff --git a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
96 index 71aa61c..5fce0b0 100644
97 --- a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
98 +++ b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
99 @@ -5,7 +5,7 @@
100 EAPI=5
101
102 if [[ ${PV} == "9999" ]] ; then
103 - _SVN=subversion
104 + inherit subversion
105 ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
106 SRC_URI=""
107 KEYWORDS=""
108 @@ -14,10 +14,10 @@ else
109 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
110 fi
111
112 -AUTOTOOLS_AUTORECONF=1
113 +#AUTOTOOLS_AUTORECONF=1
114 AUTOTOOLS_IN_SOURCE_BUILD=1
115
116 -inherit ${_SVN} autotools-utils
117 +inherit autotools-utils
118
119 DESCRIPTION="Combine weight maps and polygon for astronomical images weighting"
120 HOMEPAGE="http://www.astromatic.net/software/weightwatcher/"