* [gentoo-commits] gentoo-x86 commit in games-misc/gpe-julia: gpe-julia-0.0.6.ebuild ChangeLog
@ 2009-07-27 15:26 Angelo Arrifano (miknix)
0 siblings, 0 replies; 2+ messages in thread
From: Angelo Arrifano (miknix) @ 2009-07-27 15:26 UTC (permalink / raw
To: gentoo-commits
miknix 09/07/27 15:26:51
Modified: gpe-julia-0.0.6.ebuild ChangeLog
Log:
Add die statements for sed, remove unneeded $IUSE.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.2 games-misc/gpe-julia/gpe-julia-0.0.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild?r1=1.1&r2=1.2
Index: gpe-julia-0.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpe-julia-0.0.6.ebuild 27 Jul 2009 15:00:41 -0000 1.1
+++ gpe-julia-0.0.6.ebuild 27 Jul 2009 15:26:51 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild,v 1.1 2009/07/27 15:00:41 miknix Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild,v 1.2 2009/07/27 15:26:51 miknix Exp $
GPE_TARBALL_SUFFIX="gz"
GPE_MIRROR="http://gpe.linuxtogo.org/download/source"
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
-IUSE="${IUSE}"
+IUSE=""
RDEPEND="${RDEPEND}
gpe-base/libgpewidget"
@@ -21,12 +21,15 @@
src_unpack() {
gpe_src_unpack "$@"
- sed -i -e s@'#include <gpe/render.h>'@@ "${S}"/main.c
+ sed -i -e s@'#include <gpe/render.h>'@@ "${S}"/main.c \
+ || die "main.c sed failed"
# miknix: nls is incomplete
- sed -i -e 's;include $(BUILD)/Makefile.translation;;' Makefile
+ sed -i -e 's;include $(BUILD)/Makefile.translation;;' Makefile \
+ || die "Makefile sed failed"
# miknix: This packages doesn't currrently support autotools
mv -f gpe-julia.desktop.in gpe-julia.desktop
- sed -i -e 's/^_//' gpe-julia.desktop
+ sed -i -e 's/^_//' gpe-julia.desktop \
+ || die ".desktop sed failed"
}
1.2 games-misc/gpe-julia/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gpe-julia/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gpe-julia/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gpe-julia/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 27 Jul 2009 15:00:41 -0000 1.1
+++ ChangeLog 27 Jul 2009 15:26:51 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/gpe-julia
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/ChangeLog,v 1.1 2009/07/27 15:00:41 miknix Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/ChangeLog,v 1.2 2009/07/27 15:26:51 miknix Exp $
+
+ 27 Jul 2009; Angelo Arrifano <miknix@gentoo.org> gpe-julia-0.0.6.ebuild:
+ Add die statements for sed, remove unneeded $IUSE
*gpe-julia-0.0.6 (27 Jul 2009)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-misc/gpe-julia: gpe-julia-0.0.6.ebuild ChangeLog
@ 2015-02-06 5:33 Alfredo Tupone (tupone)
0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-02-06 5:33 UTC (permalink / raw
To: gentoo-commits
tupone 15/02/06 05:33:40
Modified: gpe-julia-0.0.6.ebuild ChangeLog
Log:
Fix underlink
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path
1.3 games-misc/gpe-julia/gpe-julia-0.0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild?r1=1.2&r2=1.3
Index: gpe-julia-0.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gpe-julia-0.0.6.ebuild 27 Jul 2009 15:26:51 -0000 1.2
+++ gpe-julia-0.0.6.ebuild 6 Feb 2015 05:33:40 -0000 1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild,v 1.2 2009/07/27 15:26:51 miknix Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild,v 1.3 2015/02/06 05:33:40 tupone Exp $
+EAPI=5
GPE_TARBALL_SUFFIX="gz"
GPE_MIRROR="http://gpe.linuxtogo.org/download/source"
-inherit gpe
+inherit eutils gpe
DESCRIPTION="A Julia/Mandelbrot set generator for GPE"
@@ -20,7 +20,9 @@
src_unpack() {
gpe_src_unpack "$@"
+}
+src_prepare() {
sed -i -e s@'#include <gpe/render.h>'@@ "${S}"/main.c \
|| die "main.c sed failed"
@@ -32,4 +34,5 @@
mv -f gpe-julia.desktop.in gpe-julia.desktop
sed -i -e 's/^_//' gpe-julia.desktop \
|| die ".desktop sed failed"
+ epatch "${FILESDIR}"/${P}-underlink.patch
}
1.3 games-misc/gpe-julia/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 27 Jul 2009 15:26:51 -0000 1.2
+++ ChangeLog 6 Feb 2015 05:33:40 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/gpe-julia
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/ChangeLog,v 1.2 2009/07/27 15:26:51 miknix Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/ChangeLog,v 1.3 2015/02/06 05:33:40 tupone Exp $
+
+ 05 Feb 2015; Tupone Alfredo <tupone@gentoo.org> gpe-julia-0.0.6.ebuild:
+ Fix underlink
27 Jul 2009; Angelo Arrifano <miknix@gentoo.org> gpe-julia-0.0.6.ebuild:
Add die statements for sed, remove unneeded $IUSE
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-06 5:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 5:33 [gentoo-commits] gentoo-x86 commit in games-misc/gpe-julia: gpe-julia-0.0.6.ebuild ChangeLog Alfredo Tupone (tupone)
-- strict thread matches above, loose matches on Subject: below --
2009-07-27 15:26 Angelo Arrifano (miknix)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox