dlan 14/10/10 02:25:06 Modified: ChangeLog Added: jansson-2.7.ebuild Log: bump per maintainer request, bug 524904 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.19 dev-libs/jansson/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 6 Jun 2014 11:30:25 -0000 1.18 +++ ChangeLog 10 Oct 2014 02:25:06 -0000 1.19 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/jansson # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.18 2014/06/06 11:30:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.19 2014/10/10 02:25:06 dlan Exp $ + +*jansson-2.7 (10 Oct 2014) + + 10 Oct 2014; Yixun Lan <[email protected]> +jansson-2.7.ebuild: + bump per maintainer request, bug 524904 06 Jun 2014; Anthony G. Basile <[email protected]> jansson-2.4.ebuild: Stable on arm, needed for net-libs/libblkmaker 1.1 dev-libs/jansson/jansson-2.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.7.ebuild?rev=1.1&content-type=text/plain Index: jansson-2.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.7.ebuild,v 1.1 2014/10/10 02:25:06 dlan Exp $ EAPI="5" AUTOTOOLS_AUTORECONF=1 inherit autotools-utils DESCRIPTION="C library for encoding, decoding and manipulating JSON data" HOMEPAGE="http://www.digip.org/jansson/" SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="doc static-libs" DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )" RDEPEND="" DOCS=(CHANGES README.rst) src_prepare() { sed -ie 's/-Werror//' src/Makefile.am || die autotools-utils_src_prepare } src_compile() { autotools-utils_src_compile use doc && autotools-utils_src_compile html } src_install() { use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/_build/html/") autotools-utils_src_install }
