From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SP90e-0002SK-TS for garchives@archives.gentoo.org; Tue, 01 May 2012 09:04:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56299E07B2; Tue, 1 May 2012 09:04:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 17B6EE07B2 for ; Tue, 1 May 2012 09:04:29 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 445771B401E for ; Tue, 1 May 2012 09:04:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2275) id 01FE62004B; Tue, 1 May 2012 09:04:27 +0000 (UTC) From: "Michael Weber (xmw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xmw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mosh-1.2.ebuild ChangeLog X-VCS-Directories: net-misc/mosh X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber Content-Type: text/plain; charset=utf8 Message-Id: <20120501090427.01FE62004B@flycatcher.gentoo.org> Date: Tue, 1 May 2012 09:04:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4af0a5e9-a2d8-403f-a7a0-d378b3fdc539 X-Archives-Hash: 4deb2fab0ff9698600c5c4a64b1b62d2 xmw 12/05/01 09:04:26 Modified: mosh-1.2.ebuild ChangeLog Log: Fix prefix build. =20 (Portage version: 2.1.10.49/cvs/Linux x86_64) Revision Changes Path 1.2 net-misc/mosh/mosh-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh= -1.2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh= -1.2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh= -1.2.ebuild?r1=3D1.1&r2=3D1.2 Index: mosh-1.2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mosh-1.2.ebuild 26 Apr 2012 07:58:50 -0000 1.1 +++ mosh-1.2.ebuild 1 May 2012 09:04:26 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.ebuild,v 1.1 2= 012/04/26 07:58:50 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.ebuild,v 1.2 2= 012/05/01 09:04:26 xmw Exp $ =20 EAPI=3D4 =20 -inherit autotools toolchain-funcs +inherit autotools eutils toolchain-funcs =20 DESCRIPTION=3D"Mobile shell that supports roaming and intelligent local = echo" HOMEPAGE=3D"http://mosh.mit.edu" @@ -30,17 +30,16 @@ src_prepare() { einfo remove bundled skalibs rm -r third || die - sed -e '/third/d' -i configure.ac - sed -e '/^SUBDIRS/s: third : :' -i Makefile.am - + epatch "${FILESDIR}"/${P}-shared-skalibs.patch eautoreconf + epatch "${FILESDIR}"/${P}-shared-skalibs-fix-configure.patch } =20 src_configure() { econf \ - --with-skalibs=3D/ \ - --with-skalibs-include=3D/usr/include/skalibs \ - --with-skalibs-libdir=3D/usr/$(get_libdir)/skalibs \ + --with-skalibs=3D"${EPREFIX}"/ \ + --with-skalibs-include=3D"${EPREFIX}"/usr/include/skalibs \ + --with-skalibs-libdir=3D"${EPREFIX}"/usr/$(get_libdir)/skalibs \ $(use_enable client) \ $(use_enable server) \ $(use_enable examples) \ 1.15 net-misc/mosh/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/Chan= geLog?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/Chan= geLog?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/Chan= geLog?r1=3D1.14&r2=3D1.15 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 30 Apr 2012 22:19:41 -0000 1.14 +++ ChangeLog 1 May 2012 09:04:26 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/mosh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.14 2012/0= 4/30 22:19:41 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.15 2012/0= 5/01 09:04:26 xmw Exp $ + + 01 May 2012; Michael Weber mosh-1.2.ebuild, + +files/mosh-1.2-shared-skalibs.patch, + +files/mosh-1.2-shared-skalibs-fix-configure.patch: + Fix prefix build. =20 30 Apr 2012; Michael Weber -mosh-1.1.95.ebuild: Remove old version