pinkbyte 15/04/02 19:27:51 Modified: ChangeLog Added: xml-security-c-1.7.3.ebuild Removed: xml-security-c-1.6.1.ebuild Log: Version bump, drop old, wrt bugs #454706 and #474992 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Revision Changes Path 1.7 dev-libs/xml-security-c/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xml-security-c/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xml-security-c/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xml-security-c/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/xml-security-c/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 10 Aug 2014 20:40:37 -0000 1.6 +++ ChangeLog 2 Apr 2015 19:27:51 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/xml-security-c -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xml-security-c/ChangeLog,v 1.6 2014/08/10 20:40:37 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xml-security-c/ChangeLog,v 1.7 2015/04/02 19:27:51 pinkbyte Exp $ + +*xml-security-c-1.7.3 (02 Apr 2015) + + 02 Apr 2015; Sergey Popov <[email protected]> -xml-security-c-1.6.1.ebuild, + +xml-security-c-1.7.3.ebuild: + Version bump, drop old, wrt bugs #454706 and #474992 10 Aug 2014; Sergei Trofimovich <[email protected]> xml-security-c-1.6.1.ebuild: 1.1 dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild?rev=1.1&content-type=text/plain Index: xml-security-c-1.7.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild,v 1.1 2015/04/02 19:27:51 pinkbyte Exp $ EAPI=5 inherit eutils DESCRIPTION="Apache C++ XML security libraries" HOMEPAGE="http://santuario.apache.org/" SRC_URI="mirror://apache/santuario/c-library/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug examples nss static-libs xalan" RDEPEND=">=dev-libs/xerces-c-3.1 dev-libs/openssl nss? ( dev-libs/nss ) xalan? ( dev-libs/xalan-c )" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS=( CHANGELOG.txt NOTICE.txt ) src_prepare() { epatch "${FILESDIR}/1.6.1-nss-compilation-fix.patch" epatch_user } src_configure() { econf \ --with-openssl \ $(use_enable static-libs static) \ $(use_enable debug) \ $(use_with xalan) \ $(use_with nss) } src_install() { default if use examples ; then insinto /usr/share/doc/${PF}/examples doins xsec/samples/*.cpp fi }
