nimiux 14/06/24 08:47:11 Modified: ChangeLog Added: free42-1.5.3a.ebuild Log: Version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Revision Changes Path 1.20 app-emulation/free42/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 23 Jun 2014 21:49:31 -0000 1.19 +++ ChangeLog 24 Jun 2014 08:47:11 -0000 1.20 @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/free42 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v 1.19 2014/06/23 21:49:31 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v 1.20 2014/06/24 08:47:11 nimiux Exp $ + +*free42-1.5.3a (24 Jun 2014) + + 24 Jun 2014; Chema Alonso <[email protected]> +free42-1.5.3a.ebuild, + +files/free42-1.5.3a-fix-makefile.patch: + Version bump 23 Jun 2014; Chema Alonso <[email protected]> -free42-1.4.75.ebuild, -files/free42-1.4.75-fix-alsa.patch: 1.1 app-emulation/free42/free42-1.5.3a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/free42-1.5.3a.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/free42-1.5.3a.ebuild?rev=1.1&content-type=text/plain Index: free42-1.5.3a.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/free42-1.5.3a.ebuild,v 1.1 2014/06/24 08:47:11 nimiux Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="An HP-42S Calculator Simulator" HOMEPAGE="http://thomasokken.com/free42/" SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="alsa" DEPEND="dev-libs/atk x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/pango alsa? ( media-libs/alsa-lib )" RDEPEND="${DEPEND} x11-libs/libX11 x11-libs/libXmu" S="${WORKDIR}/${PN}-nologo-${PV}" src_prepare() { sed -i -e 's/print_gif_name\[FILENAMELEN\]/print_gif_name\[1000\]/' \ "${S}/gtk/shell_main.cc" || die epatch "${FILESDIR}"/${P}-fix-makefile.patch } src_compile() { local myconf use alsa && myconf="AUDIO_ALSA=yes" emake CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C "${S}/gtk" } src_install() { dodoc CREDITS HISTORY README TODO dobin gtk/free42dec }
