vapier      14/11/05 16:11:10

  Modified:             ChangeLog
  Added:                ski-1.3.2-r1.ebuild
  Log:
  Depend on libltdl rather than libtool #528294 by Pacho Ramos.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.8                  app-emulation/ski/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   19 Aug 2014 06:59:27 -0000      1.7
+++ ChangeLog   5 Nov 2014 16:11:10 -0000       1.8
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/ski
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v 1.7 
2014/08/19 06:59:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v 1.8 
2014/11/05 16:11:10 vapier Exp $
+
+*ski-1.3.2-r1 (05 Nov 2014)
+
+  05 Nov 2014; Mike Frysinger <vap...@gentoo.org> +ski-1.3.2-r1.ebuild:
+  Depend on libltdl rather than libtool #528294 by Pacho Ramos.
 
   19 Aug 2014; Sergei Trofimovich <sly...@gentoo.org>
   +files/ski-1.3.2-binutils.patch, ski-1.3.2.ebuild:



1.1                  app-emulation/ski/ski-1.3.2-r1.ebuild

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

Index: ski-1.3.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ski-1.3.2-r1.ebuild,v 1.1 
2014/11/05 16:11:10 vapier Exp $

EAPI="4"

inherit autotools eutils

DESCRIPTION="ia64 instruction set simulator"
HOMEPAGE="http://ski.sourceforge.net/ 
http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+gtk motif"

RDEPEND="dev-libs/libltdl
        || ( dev-libs/elfutils dev-libs/libelf )
        sys-libs/ncurses
        gtk? (
                gnome-base/libglade:2.0
                gnome-base/libgnomeui
                x11-libs/gtk+:2
        )
        motif? ( x11-libs/motif )"
DEPEND="${RDEPEND}
        sys-devel/bison
        sys-devel/flex
        dev-util/gperf"

PATCHES=(
        "${FILESDIR}"/${P}-syscall-linux-includes.patch
        "${FILESDIR}"/${P}-remove-hayes.patch
        "${FILESDIR}"/${P}-no-local-ltdl.patch
        "${FILESDIR}"/${P}-AC_C_BIGENDIAN.patch
        "${FILESDIR}"/${P}-configure-withval.patch
        "${FILESDIR}"/${P}-binutils.patch
)

src_prepare() {
        epatch "${PATCHES[@]}"

        rm -rf libltdl src/ltdl.[ch] macros/ltdl.m4

        AT_M4DIR="macros" eautoreconf
}

src_configure() {
        econf \
                --without-included-ltdl \
                $(use_with gtk) \
                $(use_with motif x11)
}




Reply via email to