radhermit 14/10/10 04:09:55 Modified: ChangeLog Added: libntlm-1.4.ebuild Log: Version bump, add static-libs use flag. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.40 net-libs/libntlm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libntlm/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libntlm/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libntlm/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 20 Oct 2012 15:31:53 -0000 1.39 +++ ChangeLog 10 Oct 2014 04:09:55 -0000 1.40 @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libntlm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.39 2012/10/20 15:31:53 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.40 2014/10/10 04:09:55 radhermit Exp $ + +*libntlm-1.4 (10 Oct 2014) + + 10 Oct 2014; Tim Harder <[email protected]> +libntlm-1.4.ebuild: + Version bump, add static-libs use flag. 20 Oct 2012; Sergey Popov <[email protected]> libntlm-1.3.ebuild: Keyword ~amd64-linux 1.1 net-libs/libntlm/libntlm-1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libntlm/libntlm-1.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libntlm/libntlm-1.4.ebuild?rev=1.1&content-type=text/plain Index: libntlm-1.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.4.ebuild,v 1.1 2014/10/10 04:09:55 radhermit Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="Microsoft's NTLM authentication (libntlm) library" HOMEPAGE="http://www.nongnu.org/libntlm/" SRC_URI="http://www.nongnu.org/${PN}/releases/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" IUSE="static-libs"
