From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: ChangeLog libssh2-1.2.6.ebuild
Date: Tue, 6 Jul 2010 14:26:02 +0000 (UTC) [thread overview]
Message-ID: <20100706142602.848062CE14@corvid.gentoo.org> (raw)
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
}
next reply other threads:[~2010-07-06 14:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-06 14:26 Jeroen Roovers (jer) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-10-02 20:39 [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: ChangeLog libssh2-1.2.6.ebuild Fabian Groffen (grobian)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100706142602.848062CE14@corvid.gentoo.org \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox