zlogene 15/02/07 09:22:33 Modified: ChangeLog Added: redland-bindings-1.0.14.1-r2.ebuild Removed: redland-bindings-1.0.14.1-r1.ebuild Log: Revbump: subslot dev-lang/perl dependency (bug #526366) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.42 dev-libs/redland-bindings/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland-bindings/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland-bindings/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland-bindings/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland-bindings/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 30 Nov 2014 15:48:48 -0000 1.41 +++ ChangeLog 7 Feb 2015 09:22:33 -0000 1.42 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/redland-bindings -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland-bindings/ChangeLog,v 1.41 2014/11/30 15:48:48 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland-bindings/ChangeLog,v 1.42 2015/02/07 09:22:33 zlogene Exp $ + +*redland-bindings-1.0.14.1-r2 (07 Feb 2015) + + 07 Feb 2015; Mikle Kolyada <[email protected]> + +redland-bindings-1.0.14.1-r2.ebuild, -redland-bindings-1.0.14.1-r1.ebuild: + Revbump: subslot dev-lang/perl dependency (bug #526366) *redland-bindings-1.0.14.1-r1 (30 Nov 2014) 1.1 dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild?rev=1.1&content-type=text/plain Index: redland-bindings-1.0.14.1-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild,v 1.1 2015/02/07 09:22:33 zlogene Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit multilib python-single-r1 DESCRIPTION="Language bindings for Redland" HOMEPAGE="http://librdf.org/bindings/" SRC_URI="http://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux ~ppc-macos" IUSE="lua perl python php ruby" RDEPEND=">=dev-libs/redland-1.0.14 lua? ( >=dev-lang/lua-5.1 ) perl? ( dev-lang/perl:= ) php? ( dev-lang/php ) python? ( ${PYTHON_DEPS} ) ruby? ( dev-lang/ruby dev-ruby/log4r )" DEPEND="${RDEPEND} virtual/pkgconfig >=dev-lang/swig-2 sys-apps/sed" pkg_setup() { use python && python-single-r1_pkg_setup } src_configure() { econf \ $(use_with lua) \ $(use_with perl) \ $(use_with python) \ $(use_with php) \ $(use_with ruby) } src_install() { emake DESTDIR="${D}" INSTALLDIRS=vendor luadir=/usr/$(get_libdir)/lua/5.1 install if use perl; then find "${ED}" -type f -name perllocal.pod -delete find "${ED}" -depth -mindepth 1 -type d -empty -delete fi use python && python_optimize dodoc AUTHORS ChangeLog NEWS README TODO dohtml {NEWS,README,RELEASE,TODO}.html }
