nimiux      14/11/27 10:13:48

  Modified:             ChangeLog
  Added:                free42-1.5.5.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  Changes    Path
1.27                 app-emulation/free42/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   30 Oct 2014 09:57:57 -0000      1.26
+++ ChangeLog   27 Nov 2014 10:13:48 -0000      1.27
@@ -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.26 
2014/10/30 09:57:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v 1.27 
2014/11/27 10:13:48 nimiux Exp $
+
+*free42-1.5.5 (27 Nov 2014)
+
+  27 Nov 2014; Chema Alonso <[email protected]> +free42-1.5.5.ebuild,
+  +files/free42-1.5.5-fix-makefile.patch:
+  Version Bump
 
   30 Oct 2014; Agostino Sarubbo <[email protected]> free42-1.5.4.ebuild:
   Stable for x86, wrt bug #526764



1.1                  app-emulation/free42/free42-1.5.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/free42-1.5.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/free42-1.5.5.ebuild?rev=1.1&content-type=text/plain

Index: free42-1.5.5.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.5.ebuild,v 
1.1 2014/11/27 10:13:48 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
}




Reply via email to