Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Michael Weber (xmw)" <xmw@g.o>
|
|
Subject:
|
gentoo-x86 commit in net-misc/mosh: mosh-9999.ebuild ChangeLog mosh-1.2.1.ebuild mosh-1.2.0.95.ebuild
|
|
Date:
|
Sun, 27 May 2012 06:21:28 +0000 (UTC)
|
|
xmw 12/05/27 06:21:28
Modified: mosh-9999.ebuild ChangeLog
Added: mosh-1.2.1.ebuild
Removed: mosh-1.2.0.95.ebuild
Log:
Version bump, inherit cleanup
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Revision Changes Path
1.10 net-misc/mosh/mosh-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?r1=1.9&r2=1.10
Index: mosh-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mosh-9999.ebuild 23 May 2012 22:27:31 -0000 1.9
+++ mosh-9999.ebuild 27 May 2012 06:21:28 -0000 1.10
@@ -1,11 +1,11 @@
# 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.9 2012/05/23 22:27:31 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v 1.10 2012/05/27 06:21:28 xmw Exp $
EAPI=4
EGIT_REPO_URI="https://github.com/keithw/mosh.git"
-inherit autotools git-2 toolchain-funcs
+inherit autotools git-2
DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
HOMEPAGE="http://mosh.mit.edu"
1.22 net-misc/mosh/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 23 May 2012 22:27:31 -0000 1.21
+++ ChangeLog 27 May 2012 06:21:28 -0000 1.22
@@ -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.21 2012/05/23 22:27:31 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.22 2012/05/27 06:21:28 xmw Exp $
+
+*mosh-1.2.1 (27 May 2012)
+
+ 27 May 2012; Michael Weber <xmw@g.o> -mosh-1.2.0.95.ebuild,
+ +mosh-1.2.1.ebuild, mosh-9999.ebuild:
+ Version bump, inherit cleanup
*mosh-1.2.0.97 (23 May 2012)
1.1 net-misc/mosh/mosh-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.1.ebuild?rev=1.1&content-type=text/plain
Index: mosh-1.2.1.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.1.ebuild,v 1.1 2012/05/27 06:21:28 xmw Exp $
EAPI=4
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"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bash-completion +client examples +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_configure() {
econf \
$(use_enable test tests) \
$(use_enable bash-completion completion) \
$(use_enable client) \
$(use_enable server) \
$(use_enable examples) \
$(use_enable ufw) \
$(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
}
|
|