Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2.ebuild ChangeLog
Date: Tue, 01 May 2012 09:04:37
Message-Id: 20120501090427.01FE62004B@flycatcher.gentoo.org
1 xmw 12/05/01 09:04:26
2
3 Modified: mosh-1.2.ebuild ChangeLog
4 Log:
5 Fix prefix build.
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-misc/mosh/mosh-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: mosh-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mosh-1.2.ebuild 26 Apr 2012 07:58:50 -0000 1.1
23 +++ mosh-1.2.ebuild 1 May 2012 09:04:26 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.ebuild,v 1.1 2012/04/26 07:58:50 xmw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.ebuild,v 1.2 2012/05/01 09:04:26 xmw Exp $
29
30 EAPI=4
31
32 -inherit autotools toolchain-funcs
33 +inherit autotools eutils toolchain-funcs
34
35 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
36 HOMEPAGE="http://mosh.mit.edu"
37 @@ -30,17 +30,16 @@
38 src_prepare() {
39 einfo remove bundled skalibs
40 rm -r third || die
41 - sed -e '/third/d' -i configure.ac
42 - sed -e '/^SUBDIRS/s: third : :' -i Makefile.am
43 -
44 + epatch "${FILESDIR}"/${P}-shared-skalibs.patch
45 eautoreconf
46 + epatch "${FILESDIR}"/${P}-shared-skalibs-fix-configure.patch
47 }
48
49 src_configure() {
50 econf \
51 - --with-skalibs=/ \
52 - --with-skalibs-include=/usr/include/skalibs \
53 - --with-skalibs-libdir=/usr/$(get_libdir)/skalibs \
54 + --with-skalibs="${EPREFIX}"/ \
55 + --with-skalibs-include="${EPREFIX}"/usr/include/skalibs \
56 + --with-skalibs-libdir="${EPREFIX}"/usr/$(get_libdir)/skalibs \
57 $(use_enable client) \
58 $(use_enable server) \
59 $(use_enable examples) \
60
61
62
63 1.15 net-misc/mosh/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.15&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.15&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.14&r2=1.15
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
72 retrieving revision 1.14
73 retrieving revision 1.15
74 diff -u -r1.14 -r1.15
75 --- ChangeLog 30 Apr 2012 22:19:41 -0000 1.14
76 +++ ChangeLog 1 May 2012 09:04:26 -0000 1.15
77 @@ -1,6 +1,11 @@
78 # ChangeLog for net-misc/mosh
79 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.14 2012/04/30 22:19:41 xmw Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.15 2012/05/01 09:04:26 xmw Exp $
82 +
83 + 01 May 2012; Michael Weber <xmw@g.o> mosh-1.2.ebuild,
84 + +files/mosh-1.2-shared-skalibs.patch,
85 + +files/mosh-1.2-shared-skalibs-fix-configure.patch:
86 + Fix prefix build.
87
88 30 Apr 2012; Michael Weber <xmw@g.o> -mosh-1.1.95.ebuild:
89 Remove old version