mgorny 15/01/03 00:11:15 Modified: serd-0.18.2.ebuild serd-0.20.0.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 dev-libs/serd/serd-0.18.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/serd-0.18.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/serd-0.18.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/serd-0.18.2.ebuild?r1=1.1&r2=1.2 Index: serd-0.18.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.18.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- serd-0.18.2.ebuild 13 Jan 2013 21:08:17 -0000 1.1 +++ serd-0.18.2.ebuild 3 Jan 2015 00:11:15 -0000 1.2 @@ -1,10 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.18.2.ebuild,v 1.1 2013/01/13 21:08:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.18.2.ebuild,v 1.2 2015/01/03 00:11:15 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' +inherit python-any-r1 waf-utils DESCRIPTION="Library for RDF syntax which supports reading and writing Turtle and NTriples" HOMEPAGE="http://drobilla.net/software/serd/" @@ -17,6 +19,7 @@ RDEPEND="" DEPEND="${RDEPEND} + ${PYTHON_DEPS} doc? ( app-doc/doxygen )" DOCS=( "AUTHORS" "NEWS" "README" ) 1.2 dev-libs/serd/serd-0.20.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/serd-0.20.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/serd-0.20.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/serd-0.20.0.ebuild?r1=1.1&r2=1.2 Index: serd-0.20.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.20.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- serd-0.20.0.ebuild 2 Nov 2014 18:45:36 -0000 1.1 +++ serd-0.20.0.ebuild 3 Jan 2015 00:11:15 -0000 1.2 @@ -1,10 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.20.0.ebuild,v 1.1 2014/11/02 18:45:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.20.0.ebuild,v 1.2 2015/01/03 00:11:15 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' +inherit python-any-r1 waf-utils DESCRIPTION="Library for RDF syntax which supports reading and writing Turtle and NTriples" HOMEPAGE="http://drobilla.net/software/serd/" @@ -17,6 +19,7 @@ RDEPEND="" DEPEND="${RDEPEND} + ${PYTHON_DEPS} doc? ( app-doc/doxygen )" DOCS=( "AUTHORS" "NEWS" "README" ) 1.13 dev-libs/serd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/serd/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 2 Nov 2014 18:45:36 -0000 1.12 +++ ChangeLog 3 Jan 2015 00:11:15 -0000 1.13 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/serd -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/ChangeLog,v 1.12 2014/11/02 18:45:36 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/ChangeLog,v 1.13 2015/01/03 00:11:15 mgorny Exp $ + + 03 Jan 2015; Michał Górny <[email protected]> serd-0.18.2.ebuild, + serd-0.20.0.ebuild: + Use python-any-r1 for waf. *serd-0.20.0 (02 Nov 2014) @@ -51,4 +55,3 @@ 27 May 2011; Alexis Ballier <[email protected]> +serd-0.4.2.ebuild, +files/ldconfig.patch, +metadata.xml: initial import, ebuild by me -
