public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: ChangeLog libssh2-1.2.7.ebuild
@ 2010-10-04 11:59 99% Jeroen Roovers (jer)
  0 siblings, 0 replies; 1+ results
From: Jeroen Roovers (jer) @ 2010-10-04 11:59 UTC (permalink / raw
  To: gentoo-commits

jer         10/10/04 11:59:57

  Modified:             ChangeLog
  Added:                libssh2-1.2.7.ebuild
  Log:
  Version bump (bug #339683).
  
  (Portage version: 2.2_rc88/cvs/Linux i686)

Revision  Changes    Path
1.35                 net-libs/libssh2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	2 Oct 2010 20:39:29 -0000	1.34
+++ ChangeLog	4 Oct 2010 11:59:57 -0000	1.35
@@ -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.34 2010/10/02 20:39:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.35 2010/10/04 11:59:57 jer Exp $
+
+*libssh2-1.2.7 (04 Oct 2010)
+
+  04 Oct 2010; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.7.ebuild:
+  Version bump (bug #339683).
 
   02 Oct 2010; Fabian Groffen <grobian@gentoo.org> libssh2-1.2.6.ebuild:
   Marked ~x64-macos, bug #333981



1.1                  net-libs/libssh2/libssh2-1.2.7.ebuild

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

Index: libssh2-1.2.7.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.7.ebuild,v 1.1 2010/10/04 11:59:57 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 ~x64-macos ~x86-solaris"
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	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-04 11:59 99% [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: ChangeLog libssh2-1.2.7.ebuild 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