Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xfractint: ChangeLog xfractint-20.04_p08.ebuild
Date: Sat, 13 Sep 2008 22:21:22
Message-Id: E1KedUV-00075S-Ft@stork.gentoo.org
1 spock 08/09/13 22:21:19
2
3 Modified: ChangeLog
4 Added: xfractint-20.04_p08.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
8
9 Revision Changes Path
10 1.51 x11-misc/xfractint/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfractint/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfractint/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfractint/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 13 Sep 2008 09:22:17 -0000 1.50
23 +++ ChangeLog 13 Sep 2008 22:21:18 -0000 1.51
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/xfractint
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v 1.50 2008/09/13 09:22:17 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v 1.51 2008/09/13 22:21:18 spock Exp $
29 +
30 +*xfractint-20.04_p08 (13 Sep 2008)
31 +
32 + 13 Sep 2008; MichaƂ Januszewski <spock@g.o>
33 + +files/xfractint-20.04p08-Makefile.patch, +xfractint-20.04_p08.ebuild:
34 + Version bump.
35
36 13 Sep 2008; nixnut <nixnut@g.o> xfractint-20.04_p07.ebuild:
37 Stable on ppc wrt bug 237004
38
39
40
41 1.1 x11-misc/xfractint/xfractint-20.04_p08.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p08.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p08.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfractint-20.04_p08.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p08.ebuild,v 1.1 2008/09/13 22:21:18 spock Exp $
51
52 inherit eutils toolchain-funcs
53
54 MY_P=${P/_}
55
56 DESCRIPTION="a fractal generator"
57 HOMEPAGE="http://www.fractint.org"
58 SRC_URI="http://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
59
60 LICENSE="freedist"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND="x11-libs/libX11"
66 DEPEND="${RDEPEND}"
67 # x86? ( dev-lang/nasm )"
68
69 S="${WORKDIR}/${MY_P}"
70
71 src_unpack() {
72 unpack ${A}
73 cd "${S}"
74 epatch "${FILESDIR}/xfractint-20.04p08-Makefile.patch"
75 }
76
77 src_compile() {
78 # Untested, any x86 archteam dev. is allowed to uncomment this.
79 local myasm="foo"
80 # use x86 && myasm="/usr/bin/nasm"
81 emake CC="$(tc-getCC)" AS="${myasm}" || die "emake failed."
82 }
83
84 src_install() {
85 emake DESTDIR="${D}/usr" STRIP="true" install || die "emake install failed."
86 newenvd "${FILESDIR}"/xfractint.envd 60xfractint
87 }
88
89 pkg_postinst() {
90 elog "XFractInt requires the FRACTDIR variable to be set in order to start."
91 elog "Please re-login or \`source /etc/profile\` to have this variable set."
92 }