mgorny 14/06/12 20:06:28 Modified: ChangeLog Added: ctdb-1.13-r1.ebuild Log: Enable multilib support, needed by sys-fs/samba. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.38 dev-db/ctdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 7 Nov 2013 03:15:25 -0000 1.37 +++ ChangeLog 12 Jun 2014 20:06:27 -0000 1.38 @@ -1,6 +1,11 @@ # ChangeLog for dev-db/ctdb -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.37 2013/11/07 03:15:25 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.38 2014/06/12 20:06:27 mgorny Exp $ + +*ctdb-1.13-r1 (12 Jun 2014) + + 12 Jun 2014; Michał Górny <[email protected]> +ctdb-1.13-r1.ebuild: + Enable multilib support, needed by sys-fs/samba. 07 Nov 2013; Patrick Lauer <[email protected]> ctdb-1.0.114_p1.ebuild, ctdb-1.0.73.ebuild, ctdb-1.0.88.ebuild: 1.1 dev-db/ctdb/ctdb-1.13-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.1&content-type=text/plain Index: ctdb-1.13-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.1 2014/06/12 20:06:27 mgorny Exp $ EAPI=5 inherit eutils multilib-minimal DESCRIPTION="A cluster implementation of the TDB database used to store temporary data." HOMEPAGE="http://ctdb.samba.org/" # upstream is too sexy for releases, grab tags from: # http://git.samba.org/?p=ctdb.git;a=summary SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="dev-libs/popt[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-ldflags.patch" ) src_prepare() { epatch "${PATCHES[@]}" epatch_user # custom, broken Makefile multilib_copy_sources } multilib_src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --localstatedir="${EPREFIX}/var/lib" \ --with-logdir="${EPREFIX}/var/log/${PN}" } multilib_src_install_all() { einstalldocs dohtml web/* doc/*.html }
