* [gentoo-commits] gentoo-x86 commit in sci-astronomy/predict: predict-2.2.3-r1.ebuild ChangeLog
@ 2013-06-06 20:52 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-06-06 20:52 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 13/06/06 20:52:50
Modified: predict-2.2.3-r1.ebuild ChangeLog
Log:
fix AM_CONFIG_HEADER issue (bug #469704); fix another buffer warning; tidy epatch work
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 sci-astronomy/predict/predict-2.2.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild?r1=1.2&r2=1.3
Index: predict-2.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- predict-2.2.3-r1.ebuild 7 Aug 2012 04:00:29 -0000 1.2
+++ predict-2.2.3-r1.ebuild 6 Jun 2013 20:52:49 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild,v 1.2 2012/08/07 04:00:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild,v 1.3 2013/06/06 20:52:49 mr_bones_ Exp $
EAPI=4
@@ -31,19 +31,20 @@
debian/patches/140*.diff || die
sed -i -e 's:\(a\|b\)/:predict-2.2.3/:g' \
debian/patches/180*.diff || die
- local p
- for p in $(cat debian/patches/series); do
- epatch -p1 debian/patches/${p}
- done
+ EPATCH_SOURCE=debian/patches epatch -p1 $(cat debian/patches/series)
# fix some further array out of bounds errors
sed -i -e "s/satname\[ 26/satname\[ 25/g" \
clients/gsat-1.1.0/src/db.c || die
sed -i -e "s/satname\[ 26/satname\[ 25/g" \
clients/gsat-1.1.0/src/comms.c || die
+ sed -i -e "s/output\[20\];/output[21];/" \
+ utils/moontracker/moontracker.c || die
# fix underlinking
sed -i -e '/AC_OUTPUT/i \
AC_CHECK_LIB(m,cos) \
-AC_CHECK_LIB(dl,dlclose)' clients/gsat-1.1.0/configure.in || die
+AC_CHECK_LIB(dl,dlclose)' \
+ -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
+ clients/gsat-1.1.0/configure.in || die
sed -i \
-e 's/gcc/$(CC) $(CFLAGS) $(LDFLAGS)/g' \
-e 's/-o/-lm -o/g' \
1.17 sci-astronomy/predict/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 6 Aug 2012 20:23:47 -0000 1.16
+++ ChangeLog 6 Jun 2013 20:52:49 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/predict
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v 1.16 2012/08/06 20:23:47 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v 1.17 2013/06/06 20:52:49 mr_bones_ Exp $
+
+ 06 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> predict-2.2.3-r1.ebuild:
+ fix AM_CONFIG_HEADER issue (bug #469704); fix another buffer warning; tidy
+ epatch work
*predict-2.2.3-r1 (06 Aug 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/predict: predict-2.2.3-r1.ebuild ChangeLog
@ 2013-06-11 17:38 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2013-06-11 17:38 UTC (permalink / raw
To: gentoo-commits
bicatali 13/06/11 17:38:00
Modified: predict-2.2.3-r1.ebuild ChangeLog
Log:
Fixed earthtrack and cleaning, bug #472686 thanks Chema Alonso
(Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.4 sci-astronomy/predict/predict-2.2.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild?r1=1.3&r2=1.4
Index: predict-2.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- predict-2.2.3-r1.ebuild 6 Jun 2013 20:52:49 -0000 1.3
+++ predict-2.2.3-r1.ebuild 11 Jun 2013 17:38:00 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild,v 1.3 2013/06/06 20:52:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild,v 1.4 2013/06/11 17:38:00 bicatali Exp $
EAPI=4
@@ -22,7 +22,7 @@
RDEPEND="sys-libs/ncurses
gtk? ( x11-libs/gtk+:2 )
xforms? ( x11-libs/xforms )
- xplanet? ( x11-misc/xplanet )"
+ xplanet? ( x11-misc/xplanet[truetype] )"
DEPEND="${RDEPEND}"
src_prepare() {
@@ -59,15 +59,15 @@
clients/gsat-1.1.0/src/globals.h || die
if use gtk; then
- cd "${S}"/clients/gsat-*
- rm config.sub missing
+ cd "${S}"/clients/gsat-* || die
+ rm config.sub missing || die
eautoreconf
fi
}
src_configure() {
if use gtk; then
- cd "${S}"/clients/gsat-*
+ cd "${S}"/clients/gsat-* || die
econf $(use_enable nls)
fi
}
@@ -89,7 +89,7 @@
local c
for c in fodtrack geosat moontracker; do
einfo "Compiling ${c}"
- cd "${S}"/utils/${c}*
+ cd "${S}"/utils/${c}* || die
${COMPILER} ${c}.c -lm -o ${c} || die "failed ${c}"
done
einfo "Compiling kep_reload"
@@ -99,21 +99,21 @@
if use xplanet; then
einfo "Compiling earthtrack"
- cd "${S}"/clients/earthtrack
+ cd "${S}"/clients/earthtrack || die
${COMPILER} earthtrack.c \
-lm -o earthtrack || die "failed earthtrack"
fi
if use xforms; then
einfo "Compiling map"
- cd "${S}"/clients/map
+ cd "${S}"/clients/map || die
${COMPILER} map.c map_cb.c map_main.c -lforms -lX11 -lm \
-o map || die "Failed compiling map"
fi
if use gtk; then
einfo "Compiling gsat"
- cd "${S}"/clients/gsat-*
+ cd "${S}"/clients/gsat-* || die
emake
emake -C plugins
fi
@@ -128,44 +128,44 @@
doins default/predict.*
use doc && dodoc docs/pdf/predict.pdf
- cd "${S}"/vocalizer
+ cd "${S}"/vocalizer || die
dobin vocalizer
dosym ../../../bin/vocalizer ${PRED_DIR}/vocalizer/vocalizer
insinto ${PRED_DIR}/vocalizer
doins *.wav
- cd "${S}"/clients/kep_reload
+ cd "${S}"/clients/kep_reload || die
dobin kep_reload
newdoc README README.kep_reload
doman "${S}"/debian/kep_reload.1
- cd "${S}"/utils/fodtrack-0.1
+ cd "${S}"/utils/fodtrack-0.1 || die
insinto /etc
doins fodtrack.conf
doman fodtrack.conf.5 fodtrack.8
dobin fodtrack
newdoc README README.fodtrack
- cd "${S}"/utils/geosat
+ cd "${S}"/utils/geosat || die
dobin geosat
newdoc README README.geosa
newman "${S}"/debian/geosat.man geosat.1
- cd "${S}"/utils/moontracker
+ cd "${S}"/utils/moontracker || die
dobin moontracker
newdoc README README.moontracker
doman "${S}"/debian/moontracker.1
if use xplanet; then
- cd "${S}"/clients/earthtrack
- ln -s earthtrack earthtrack2
+ cd "${S}"/clients/earthtrack || die
+ ln -s earthtrack earthtrack2 || die
dobin earthtrack earthtrack2
newdoc README README.earthtrack
doman "${S}"/debian/earthtrack.1
fi
if use xforms; then
- cd "${S}"/clients/map
+ cd "${S}"/clients/map || die
newbin map predict-map
newdoc CHANGES CHANGES.map
newdoc README README.map
@@ -173,7 +173,7 @@
fi
if use gtk; then
- cd "${S}"/clients/gsat-*
+ cd "${S}"/clients/gsat-* || die
exeinto /usr/$(get_libdir)/gsat/plugins
doexe plugins/radio_{FT736,FT847,ICR10,print,test} plugins/rotor_{print,pictrack}
dobin src/gsat
1.18 sci-astronomy/predict/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 6 Jun 2013 20:52:49 -0000 1.17
+++ ChangeLog 11 Jun 2013 17:38:00 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for sci-astronomy/predict
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v 1.17 2013/06/06 20:52:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v 1.18 2013/06/11 17:38:00 bicatali Exp $
+
+ 11 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> predict-2.2.3-r1.ebuild:
+ Fixed earthtrack and cleaning, bug #472686 thanks Chema Alonso
06 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> predict-2.2.3-r1.ebuild:
fix AM_CONFIG_HEADER issue (bug #469704); fix another buffer warning; tidy
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/predict: predict-2.2.3-r1.ebuild ChangeLog
@ 2013-07-07 10:18 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-07 10:18 UTC (permalink / raw
To: gentoo-commits
ago 13/07/07 10:18:19
Modified: predict-2.2.3-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #472528
(Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 sci-astronomy/predict/predict-2.2.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild?r1=1.6&r2=1.7
Index: predict-2.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- predict-2.2.3-r1.ebuild 18 Jun 2013 18:01:47 -0000 1.6
+++ predict-2.2.3-r1.ebuild 7 Jul 2013 10:18:19 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild,v 1.6 2013/06/18 18:01:47 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3-r1.ebuild,v 1.7 2013/07/07 10:18:19 ago Exp $
EAPI=4
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
IUSE="doc gtk nls xforms xplanet"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
RDEPEND="sys-libs/ncurses
gtk? ( x11-libs/gtk+:2 )
1.21 sci-astronomy/predict/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/predict/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 18 Jun 2013 18:01:47 -0000 1.20
+++ ChangeLog 7 Jul 2013 10:18:19 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for sci-astronomy/predict
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v 1.20 2013/06/18 18:01:47 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v 1.21 2013/07/07 10:18:19 ago Exp $
+
+ 07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> predict-2.2.3-r1.ebuild:
+ Stable for x86, wrt bug #472528
18 Jun 2013; Chema Alonso <nimiux@gentoo.org> predict-2.2.3-r1.ebuild:
Stable for amd64 wrt bug #472528
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-07 10:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-07 10:18 [gentoo-commits] gentoo-x86 commit in sci-astronomy/predict: predict-2.2.3-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-06-11 17:38 Sebastien Fabbro (bicatali)
2013-06-06 20:52 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox