summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-10-06 09:34:02 +0000
committerMichael Weber <xmw@gentoo.org>2012-10-06 09:34:02 +0000
commitf5047741d2f4bf3adc63b9de824948d8c81e0cf7 (patch)
tree49bddff5923f29badf6d20c594dd5ce7e9014aeb /net-misc/mosh
parentarm stable, bug #427544 (diff)
downloadgentoo-2-f5047741d2f4bf3adc63b9de824948d8c81e0cf7.tar.gz
gentoo-2-f5047741d2f4bf3adc63b9de824948d8c81e0cf7.tar.bz2
gentoo-2-f5047741d2f4bf3adc63b9de824948d8c81e0cf7.zip
Version bump, drop old.
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/mosh')
-rw-r--r--net-misc/mosh/ChangeLog8
-rw-r--r--net-misc/mosh/mosh-1.2.2.95_rc1.ebuild (renamed from net-misc/mosh/mosh-1.2.1.ebuild)12
2 files changed, 16 insertions, 4 deletions
diff --git a/net-misc/mosh/ChangeLog b/net-misc/mosh/ChangeLog
index 4001224b7d4d..e18a5aed0fe0 100644
--- a/net-misc/mosh/ChangeLog
+++ b/net-misc/mosh/ChangeLog
@@ -1,6 +1,12 @@
# 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.29 2012/08/21 14:17:21 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.30 2012/10/06 09:34:02 xmw Exp $
+
+*mosh-1.2.2.95_rc1 (06 Oct 2012)
+
+ 06 Oct 2012; Michael Weber <xmw@gentoo.org> -mosh-1.2.1.ebuild,
+ +mosh-1.2.2.95_rc1.ebuild:
+ Version bump, drop old.
21 Aug 2012; Johannes Huber <johu@gentoo.org> mosh-1.2.2.ebuild:
Stable for x86, wrt bug #430404
diff --git a/net-misc/mosh/mosh-1.2.1.ebuild b/net-misc/mosh/mosh-1.2.2.95_rc1.ebuild
index 6762d7c00e68..712f70f47211 100644
--- a/net-misc/mosh/mosh-1.2.1.ebuild
+++ b/net-misc/mosh/mosh-1.2.2.95_rc1.ebuild
@@ -1,16 +1,18 @@
# 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.1.ebuild,v 1.3 2012/06/02 06:19:23 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.95_rc1.ebuild,v 1.1 2012/10/06 09:34:02 xmw Exp $
EAPI=4
+inherit autotools vcs-snapshot
+
DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
HOMEPAGE="http://mosh.mit.edu"
-SRC_URI="https://github.com/downloads/keithw/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/downloads/keithw/${PN}/${P/_/}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~mips ~ppc ~x86"
IUSE="bash-completion +client examples +mosh-hardening +server ufw +utempter"
REQUIRED_USE="|| ( client server )
examples? ( client )"
@@ -24,6 +26,10 @@ RDEPEND="dev-libs/protobuf
DEPEND="${RDEPEND}
virtual/pkgconfig"
+src_prepare() {
+ eautoreconf
+}
+
src_configure() {
econf \
$(use_enable test tests) \