* [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: ChangeLog libssh2-1.2.6.ebuild
@ 2010-07-06 14:26 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-06 14:26 UTC (permalink / raw
To: gentoo-commits
jer 10/07/06 14:26:02
Modified: ChangeLog
Added: libssh2-1.2.6.ebuild
Log:
Version bump by Tim Harder (bug #327115).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.33 net-libs/libssh2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 26 May 2010 17:12:09 -0000 1.32
+++ ChangeLog 6 Jul 2010 14:26:02 -0000 1.33
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libssh2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.32 2010/05/26 17:12:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.33 2010/07/06 14:26:02 jer Exp $
+
+*libssh2-1.2.6 (06 Jul 2010)
+
+ 06 Jul 2010; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.6.ebuild:
+ Version bump by Tim Harder (bug #327115).
*libssh2-1.2.5 (26 May 2010)
1.1 net-libs/libssh2/libssh2-1.2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.2.6.ebuild?rev=1.1&content-type=text/plain
Index: libssh2-1.2.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.2.6.ebuild,v 1.1 2010/07/06 14:26:02 jer Exp $
EAPI="2"
DESCRIPTION="Library implementing the SSH2 protocol"
HOMEPAGE="http://www.libssh2.org/"
SRC_URI="http://www.${PN}.org/download/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="gcrypt zlib"
DEPEND="!gcrypt? ( dev-libs/openssl )
gcrypt? ( dev-libs/libgcrypt )
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"
src_configure() {
local myconf
if use gcrypt; then
myconf="--with-libgcrypt"
else
myconf="--with-openssl"
fi
econf \
$(use_with zlib libz) \
${myconf}
}
src_test() {
if [[ ${EUID} -ne 0 ]]; then #286741
ewarn "Some tests require real user that is allowed to login."
ewarn "ssh2.sh test disabled."
sed -e 's:ssh2.sh::' -i tests/Makefile
fi
emake check || die
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc README
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: ChangeLog libssh2-1.2.6.ebuild
@ 2010-10-02 20:39 Fabian Groffen (grobian)
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2010-10-02 20:39 UTC (permalink / raw
To: gentoo-commits
grobian 10/10/02 20:39:29
Modified: ChangeLog libssh2-1.2.6.ebuild
Log:
Marked ~x64-macos, bug #333981
(Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)
Revision Changes Path
1.34 net-libs/libssh2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 6 Jul 2010 14:26:02 -0000 1.33
+++ ChangeLog 2 Oct 2010 20:39:29 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libssh2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.33 2010/07/06 14:26:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.34 2010/10/02 20:39:29 grobian Exp $
+
+ 02 Oct 2010; Fabian Groffen <grobian@gentoo.org> libssh2-1.2.6.ebuild:
+ Marked ~x64-macos, bug #333981
*libssh2-1.2.6 (06 Jul 2010)
1.2 net-libs/libssh2/libssh2-1.2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.2.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.2.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.2.6.ebuild?r1=1.1&r2=1.2
Index: libssh2-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libssh2-1.2.6.ebuild 6 Jul 2010 14:26:02 -0000 1.1
+++ libssh2-1.2.6.ebuild 2 Oct 2010 20:39:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.2.6.ebuild,v 1.1 2010/07/06 14:26:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.2.6.ebuild,v 1.2 2010/10/02 20:39:29 grobian Exp $
EAPI="2"
@@ -10,7 +10,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-macos ~x86-solaris"
IUSE="gcrypt zlib"
DEPEND="!gcrypt? ( dev-libs/openssl )
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-02 20:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 20:39 [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: ChangeLog libssh2-1.2.6.ebuild Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2010-07-06 14:26 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox