public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2.2.ebuild ChangeLog
@ 2012-06-13 10:40 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2012-06-13 10:40 UTC (permalink / raw
  To: gentoo-commits

xmw         12/06/13 10:40:36

  Modified:             ChangeLog
  Added:                mosh-1.2.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 net-misc/mosh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	2 Jun 2012 06:19:23 -0000	1.24
+++ ChangeLog	13 Jun 2012 10:40:36 -0000	1.25
@@ -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.24 2012/06/02 06:19:23 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.25 2012/06/13 10:40:36 xmw Exp $
+
+*mosh-1.2.2 (13 Jun 2012)
+
+  13 Jun 2012; Michael Weber <xmw@gentoo.org> +mosh-1.2.2.ebuild:
+  Version bump
 
   02 Jun 2012; Michael Weber <xmw@gentoo.org> mosh-1.2.1.ebuild:
   Add ~ppc keyword



1.1                  net-misc/mosh/mosh-1.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.1&content-type=text/plain

Index: mosh-1.2.2.ebuild
===================================================================
# 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.2.ebuild,v 1.1 2012/06/13 10:40:36 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/keithw/${PN}/tarball/${P} -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="bash-completion +client examples +mosh-hardening +server ufw +utempter"
REQUIRED_USE="|| ( client server )
	examples? ( client )"

RDEPEND="dev-libs/protobuf
	sys-libs/ncurses:5
	virtual/ssh
	client? ( dev-lang/perl
		dev-perl/IO-Tty )
	utempter? ( sys-libs/libutempter )"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	eautoreconf
}

src_configure() {
	econf \
		$(use_enable test tests) \
		$(use_enable bash-completion completion) \
		$(use_enable client) \
		$(use_enable server) \
		$(use_enable examples) \
		$(use_enable ufw) \
		$(use_enable mosh-hardening hardening) \
		$(use_with utempter)
}

src_compile() {
	emake V=1
}

src_test() {
	einfo "running test encrypt-decrypt"
	./src/tests/encrypt-decrypt -q || die
	einfo "running test ocb-aes"
	./src/tests/ocb-aes -q || die
}

src_install() {
	default

	for myprog in $(find src/examples -type f -perm /0111) ; do
		newbin ${myprog} ${PN}-$(basename ${myprog})
		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
	done
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2.2.ebuild ChangeLog
@ 2012-08-09  2:32 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-09  2:32 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/09 02:32:07

  Modified:             mosh-1.2.2.ebuild ChangeLog
  Log:
  Stable ppc, bug #430404
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/mosh/mosh-1.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?r1=1.1&r2=1.2

Index: mosh-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mosh-1.2.2.ebuild	13 Jun 2012 10:40:36 -0000	1.1
+++ mosh-1.2.2.ebuild	9 Aug 2012 02:32:07 -0000	1.2
@@ -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.2.2.ebuild,v 1.1 2012/06/13 10:40:36 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v 1.2 2012/08/09 02:32:07 blueness Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="bash-completion +client examples +mosh-hardening +server ufw +utempter"
 REQUIRED_USE="|| ( client server )
 	examples? ( client )"



1.26                 net-misc/mosh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	13 Jun 2012 10:40:36 -0000	1.25
+++ ChangeLog	9 Aug 2012 02:32:07 -0000	1.26
@@ -1,6 +1,9 @@
 # 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.25 2012/06/13 10:40:36 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.26 2012/08/09 02:32:07 blueness Exp $
+
+  09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> mosh-1.2.2.ebuild:
+  Stable ppc, bug #430404
 
 *mosh-1.2.2 (13 Jun 2012)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2.2.ebuild ChangeLog
@ 2012-08-09 13:58 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-09 13:58 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/09 13:58:48

  Modified:             mosh-1.2.2.ebuild ChangeLog
  Log:
  Keyword ~mips
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-misc/mosh/mosh-1.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?r1=1.2&r2=1.3

Index: mosh-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mosh-1.2.2.ebuild	9 Aug 2012 02:32:07 -0000	1.2
+++ mosh-1.2.2.ebuild	9 Aug 2012 13:58:48 -0000	1.3
@@ -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.2.2.ebuild,v 1.2 2012/08/09 02:32:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v 1.3 2012/08/09 13:58:48 blueness Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 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 )"



1.27                 net-misc/mosh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	9 Aug 2012 02:32:07 -0000	1.26
+++ ChangeLog	9 Aug 2012 13:58:48 -0000	1.27
@@ -1,6 +1,9 @@
 # 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.26 2012/08/09 02:32:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.27 2012/08/09 13:58:48 blueness Exp $
+
+  09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> mosh-1.2.2.ebuild:
+  Keyword ~mips
 
   09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> mosh-1.2.2.ebuild:
   Stable ppc, bug #430404





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2.2.ebuild ChangeLog
@ 2012-08-11 21:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-11 21:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/11 21:23:29

  Modified:             mosh-1.2.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #430404
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-misc/mosh/mosh-1.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?r1=1.3&r2=1.4

Index: mosh-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mosh-1.2.2.ebuild	9 Aug 2012 13:58:48 -0000	1.3
+++ mosh-1.2.2.ebuild	11 Aug 2012 21:23:29 -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-1.2.2.ebuild,v 1.3 2012/08/09 13:58:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v 1.4 2012/08/11 21:23:29 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ppc ~x86"
+KEYWORDS="amd64 ~mips ppc ~x86"
 IUSE="bash-completion +client examples +mosh-hardening +server ufw +utempter"
 REQUIRED_USE="|| ( client server )
 	examples? ( client )"



1.28                 net-misc/mosh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	9 Aug 2012 13:58:48 -0000	1.27
+++ ChangeLog	11 Aug 2012 21:23:29 -0000	1.28
@@ -1,6 +1,9 @@
 # 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.27 2012/08/09 13:58:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.28 2012/08/11 21:23:29 ago Exp $
+
+  11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> mosh-1.2.2.ebuild:
+  Stable for amd64, wrt bug #430404
 
   09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> mosh-1.2.2.ebuild:
   Keyword ~mips





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2.2.ebuild ChangeLog
@ 2012-08-21 14:17 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-08-21 14:17 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/21 14:17:21

  Modified:             mosh-1.2.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #430404
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-misc/mosh/mosh-1.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?r1=1.4&r2=1.5

Index: mosh-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mosh-1.2.2.ebuild	11 Aug 2012 21:23:29 -0000	1.4
+++ mosh-1.2.2.ebuild	21 Aug 2012 14:17:21 -0000	1.5
@@ -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.2.2.ebuild,v 1.4 2012/08/11 21:23:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v 1.5 2012/08/21 14:17:21 johu Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~mips ppc ~x86"
+KEYWORDS="amd64 ~mips ppc x86"
 IUSE="bash-completion +client examples +mosh-hardening +server ufw +utempter"
 REQUIRED_USE="|| ( client server )
 	examples? ( client )"



1.29                 net-misc/mosh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	11 Aug 2012 21:23:29 -0000	1.28
+++ ChangeLog	21 Aug 2012 14:17:21 -0000	1.29
@@ -1,6 +1,9 @@
 # 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.28 2012/08/11 21:23:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.29 2012/08/21 14:17:21 johu Exp $
+
+  21 Aug 2012; Johannes Huber <johu@gentoo.org> mosh-1.2.2.ebuild:
+  Stable for x86, wrt bug #430404
 
   11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> mosh-1.2.2.ebuild:
   Stable for amd64, wrt bug #430404





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-21 14:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 10:40 [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2.2.ebuild ChangeLog Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-09  2:32 Anthony G. Basile (blueness)
2012-08-09 13:58 Anthony G. Basile (blueness)
2012-08-11 21:23 Agostino Sarubbo (ago)
2012-08-21 14:17 Johannes Huber (johu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox