From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh: ChangeLog libssh-0.5.2.ebuild
Date: Sat, 17 Sep 2011 23:24:03 +0000 (UTC) [thread overview]
Message-ID: <20110917232403.7FD4F2004C@flycatcher.gentoo.org> (raw)
radhermit 11/09/17 23:24:03
Modified: ChangeLog
Added: libssh-0.5.2.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Revision Changes Path
1.56 net-libs/libssh/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 16 Sep 2011 13:00:01 -0000 1.55
+++ ChangeLog 17 Sep 2011 23:24:03 -0000 1.56
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libssh
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.55 2011/09/16 13:00:01 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.56 2011/09/17 23:24:03 radhermit Exp $
+
+*libssh-0.5.2 (17 Sep 2011)
+
+ 17 Sep 2011; Tim Harder <radhermit@gentoo.org> +libssh-0.5.2.ebuild:
+ Version bump.
16 Sep 2011; Tony Vroon <chainsaw@gentoo.org> libssh-0.5.1.ebuild:
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
1.1 net-libs/libssh/libssh-0.5.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.5.2.ebuild?rev=1.1&content-type=text/plain
Index: libssh-0.5.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.2.ebuild,v 1.1 2011/09/17 23:24:03 radhermit Exp $
EAPI=4
inherit eutils cmake-utils
DESCRIPTION="Access a working SSH implementation by means of a library"
HOMEPAGE="http://www.libssh.org/"
SRC_URI="https://red.libssh.org/attachments/download/27/${P}.tar.gz"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="debug doc examples gcrypt pcap +sftp ssh1 server static-libs test zlib"
# Maintainer: check IUSE-defaults at DefineOptions.cmake
RDEPEND="
zlib? ( >=sys-libs/zlib-1.2 )
!gcrypt? ( >=dev-libs/openssl-0.9.8 )
gcrypt? ( >=dev-libs/libgcrypt-1.4 )
"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
test? ( dev-util/cmockery )
"
REQUIRED_USE="test? ( static-libs )"
DOCS=( AUTHORS README ChangeLog )
src_prepare() {
# just install the examples do not compile them
sed -i \
-e '/add_subdirectory(examples)/s/^/#DONOTWANT/' \
CMakeLists.txt || die
epatch "${FILESDIR}"/${PN}-0.5.0-no-pdf-doc.patch \
"${FILESDIR}"/${PN}-0.5.0-tests.patch
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with debug DEBUG_CALLTRACE)
$(cmake-utils_use_with debug DEBUG_CRYPTO)
$(cmake-utils_use_with gcrypt)
$(cmake-utils_use_with pcap)
$(cmake-utils_use_with server)
$(cmake-utils_use_with sftp)
$(cmake-utils_use_with ssh1)
$(cmake-utils_use_with static-libs STATIC_LIB)
$(cmake-utils_use_with test TESTING)
$(cmake-utils_use_with zlib LIBZ)
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
use doc && cmake-utils_src_compile doc
}
src_install() {
cmake-utils_src_install
use doc && dohtml -r "${CMAKE_BUILD_DIR}"/doc/html/*
if use examples; then
docinto examples
dodoc examples/*.{c,h,cpp}
fi
}
next reply other threads:[~2011-09-17 23:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-17 23:24 Tim Harder (radhermit) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-04 19:30 [gentoo-commits] gentoo-x86 commit in net-libs/libssh: ChangeLog libssh-0.5.2.ebuild Agostino Sarubbo (ago)
2012-06-06 6:14 Jeff Horelick (jdhore)
2012-06-07 22:00 Brent Baude (ranger)
2013-01-15 23:50 Tim Harder (radhermit)
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=20110917232403.7FD4F2004C@flycatcher.gentoo.org \
--to=radhermit@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