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 1SKnNk-0005IL-Ts for garchives@archives.gentoo.org; Thu, 19 Apr 2012 09:10:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B61DE01F1; Thu, 19 Apr 2012 09:10:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DC671E01F1 for ; Thu, 19 Apr 2012 09:10:15 +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 0C36E64194 for ; Thu, 19 Apr 2012 09:10:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2275) id B12CA2004B; Thu, 19 Apr 2012 09:10:13 +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-9999.ebuild ChangeLog mosh-1.1.94.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: mosh-9999.ebuild ChangeLog mosh-1.1.94.ebuild X-VCS-Directories: net-misc/mosh X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber Content-Type: text/plain; charset=utf8 Message-Id: <20120419091013.B12CA2004B@flycatcher.gentoo.org> Date: Thu, 19 Apr 2012 09:10:13 +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: 06d3ea35-af99-463e-901d-c9e11b2403ba X-Archives-Hash: 20ad4b1567802f6486a15b632ed9a34d xmw 12/04/19 09:10:13 Modified: mosh-9999.ebuild ChangeLog mosh-1.1.94.ebuild Log: Rev-add dev-libs/skalibs dep (thanks Martin V=C3=A4th, bug 412561) =20 (Portage version: 2.1.10.49/cvs/Linux x86_64) Revision Changes Path 1.4 net-misc/mosh/mosh-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh= -9999.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh= -9999.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh= -9999.ebuild?r1=3D1.3&r2=3D1.4 Index: mosh-9999.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-9999.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mosh-9999.ebuild 18 Apr 2012 15:43:01 -0000 1.3 +++ mosh-9999.ebuild 19 Apr 2012 09:10:13 -0000 1.4 @@ -1,6 +1,6 @@ # 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-9999.ebuild,v 1.3 = 2012/04/18 15:43:01 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v 1.4 = 2012/04/19 09:10:13 xmw Exp $ =20 EAPI=3D4 EGIT_REPO_URI=3D"https://github.com/keithw/mosh.git" @@ -18,6 +18,7 @@ examples? ( client )" =20 RDEPEND=3D"dev-libs/protobuf + dev-libs/skalibs sys-libs/ncurses:5 virtual/ssh client? ( dev-lang/perl @@ -27,6 +28,11 @@ dev-util/pkgconfig" =20 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 + eautoreconf } =20 1.8 net-misc/mosh/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/Chan= geLog?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/Chan= geLog?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/Chan= geLog?r1=3D1.7&r2=3D1.8 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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 18 Apr 2012 15:43:01 -0000 1.7 +++ ChangeLog 19 Apr 2012 09:10:13 -0000 1.8 @@ -1,6 +1,10 @@ # 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.7 2012/04= /18 15:43:01 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.8 2012/04= /19 09:10:13 xmw Exp $ + + 19 Apr 2012; Michael Weber mosh-1.1.94.ebuild, + mosh-9999.ebuild: + Rev-add dev-libs/skalibs dep (thanks Martin V=C3=A4th, bug 412561) =20 18 Apr 2012; Michael Weber mosh-1.1.94.ebuild, mosh-9999.ebuild: 1.6 net-misc/mosh/mosh-1.1.94.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh= -1.1.94.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh= -1.1.94.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh= -1.1.94.ebuild?r1=3D1.5&r2=3D1.6 Index: mosh-1.1.94.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.1.94.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mosh-1.1.94.ebuild 18 Apr 2012 15:43:01 -0000 1.5 +++ mosh-1.1.94.ebuild 19 Apr 2012 09:10:13 -0000 1.6 @@ -1,6 +1,6 @@ # 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.1.94.ebuild,v 1.= 5 2012/04/18 15:43:01 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.1.94.ebuild,v 1.= 6 2012/04/19 09:10:13 xmw Exp $ =20 EAPI=3D4 =20 @@ -18,6 +18,7 @@ examples? ( client )" =20 RDEPEND=3D"dev-libs/protobuf + dev-libs/skalibs sys-libs/ncurses:5 virtual/ssh client? ( dev-lang/perl @@ -32,6 +33,11 @@ } =20 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 + eautoreconf } =20