* [gentoo-commits] gentoo-x86 commit in x11-misc/xfractint: ChangeLog xfractint-20.04_p09-r1.ebuild
@ 2010-09-30 10:50 Michael Januszewski (spock)
0 siblings, 0 replies; only message in thread
From: Michael Januszewski (spock) @ 2010-09-30 10:50 UTC (permalink / raw
To: gentoo-commits
spock 10/09/30 10:50:53
Modified: ChangeLog
Added: xfractint-20.04_p09-r1.ebuild
Log:
Respect LDFLAGS in the ebuild, switch to EAPI 2 (bug #336340).
(Portage version: 2.1.9.12/cvs/Linux x86_64)
Revision Changes Path
1.55 x11-misc/xfractint/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfractint/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfractint/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfractint/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 15 Oct 2008 17:29:01 -0000 1.54
+++ ChangeLog 30 Sep 2010 10:50:53 -0000 1.55
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xfractint
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v 1.54 2008/10/15 17:29:01 spock Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v 1.55 2010/09/30 10:50:53 spock Exp $
+
+*xfractint-20.04_p09-r1 (30 Sep 2010)
+
+ 30 Sep 2010; Michał Januszewski <spock@gentoo.org>
+ +xfractint-20.04_p09-r1.ebuild, +files/xfractint-20.04p09-ldflags.patch:
+ Respect LDFLAGS in the ebuild, switch to EAPI 2 (bug #336340).
15 Oct 2008; Michał Januszewski <spock@gentoo.org>
-files/xfractint-20.4.03-makefile.patch, -xfractint-20.04_p03.ebuild:
1.1 x11-misc/xfractint/xfractint-20.04_p09-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p09-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p09-r1.ebuild?rev=1.1&content-type=text/plain
Index: xfractint-20.04_p09-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p09-r1.ebuild,v 1.1 2010/09/30 10:50:53 spock Exp $
EAPI=2
inherit eutils toolchain-funcs
MY_P=${P/_}
DESCRIPTION="a fractal generator"
HOMEPAGE="http://www.fractint.org"
SRC_URI="http://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
LICENSE="freedist"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"
# x86? ( dev-lang/nasm )"
S="${WORKDIR}/${MY_P}"
src_prepare() {
epatch "${FILESDIR}/xfractint-20.04p09-ldflags.patch"
}
src_compile() {
# Untested, any x86 archteam dev. is allowed to uncomment this.
local myasm="foo"
# use x86 && myasm="/usr/bin/nasm"
emake CC="$(tc-getCC)" AS="${myasm}" OPT="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed."
}
src_install() {
emake DESTDIR="${D}/usr" STRIP="true" install || die "emake install failed."
newenvd "${FILESDIR}"/xfractint.envd 60xfractint
}
pkg_postinst() {
elog "XFractInt requires the FRACTDIR variable to be set in order to start."
elog "Please re-login or \`source /etc/profile\` to have this variable set."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-30 10:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 10:50 [gentoo-commits] gentoo-x86 commit in x11-misc/xfractint: ChangeLog xfractint-20.04_p09-r1.ebuild Michael Januszewski (spock)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox