diff options
author | Michael Weber <xmw@gentoo.org> | 2012-04-19 09:10:13 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-04-19 09:10:13 +0000 |
commit | 77e91510f3729e1df5f145a022ab43fded2ad47c (patch) | |
tree | 66f173e5dcccc80f5558b9c909d91ac19d90094a /net-misc/mosh | |
parent | Bump (diff) | |
download | gentoo-2-77e91510f3729e1df5f145a022ab43fded2ad47c.tar.gz gentoo-2-77e91510f3729e1df5f145a022ab43fded2ad47c.tar.bz2 gentoo-2-77e91510f3729e1df5f145a022ab43fded2ad47c.zip |
Rev-add dev-libs/skalibs dep (thanks Martin Väth, bug 412561)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/mosh')
-rw-r--r-- | net-misc/mosh/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/mosh/mosh-1.1.94.ebuild | 8 | ||||
-rw-r--r-- | net-misc/mosh/mosh-9999.ebuild | 8 |
3 files changed, 19 insertions, 3 deletions
diff --git a/net-misc/mosh/ChangeLog b/net-misc/mosh/ChangeLog index 93f4423af607..27f2c70912ce 100644 --- a/net-misc/mosh/ChangeLog +++ b/net-misc/mosh/ChangeLog @@ -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 <xmw@gentoo.org> mosh-1.1.94.ebuild, + mosh-9999.ebuild: + Rev-add dev-libs/skalibs dep (thanks Martin Väth, bug 412561) 18 Apr 2012; Michael Weber <xmw@gentoo.org> mosh-1.1.94.ebuild, mosh-9999.ebuild: diff --git a/net-misc/mosh/mosh-1.1.94.ebuild b/net-misc/mosh/mosh-1.1.94.ebuild index 550793479cc5..10805510b496 100644 --- a/net-misc/mosh/mosh-1.1.94.ebuild +++ b/net-misc/mosh/mosh-1.1.94.ebuild @@ -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 $ EAPI=4 @@ -18,6 +18,7 @@ REQUIRED_USE="|| ( client server ) examples? ( client )" RDEPEND="dev-libs/protobuf + dev-libs/skalibs sys-libs/ncurses:5 virtual/ssh client? ( dev-lang/perl @@ -32,6 +33,11 @@ src_unpack() { } 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 } diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild index 71a44068e229..834458b9b9ed 100644 --- a/net-misc/mosh/mosh-9999.ebuild +++ b/net-misc/mosh/mosh-9999.ebuild @@ -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 $ EAPI=4 EGIT_REPO_URI="https://github.com/keithw/mosh.git" @@ -18,6 +18,7 @@ REQUIRED_USE="|| ( client server ) examples? ( client )" RDEPEND="dev-libs/protobuf + dev-libs/skalibs sys-libs/ncurses:5 virtual/ssh client? ( dev-lang/perl @@ -27,6 +28,11 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" 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 } |