mgorny      14/06/12 20:14:28

  Modified:             ctdb-9999.ebuild ChangeLog
  Log:
  Multilib the live ebuild as well.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.5                  dev-db/ctdb/ctdb-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild?r1=1.4&r2=1.5

Index: ctdb-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ctdb-9999.ebuild    23 Mar 2012 10:55:46 -0000      1.4
+++ ctdb-9999.ebuild    12 Jun 2014 20:14:28 -0000      1.5
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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-9999.ebuild,v 1.4 
2012/03/23 10:55:46 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild,v 1.5 
2014/06/12 20:14:28 mgorny Exp $
 
-EAPI=4
+EAPI=5
 
 EGIT_REPO_URI="git://git.samba.org/ctdb.git"
-inherit autotools eutils git-2
+inherit autotools eutils git-2 multilib-minimal
 
 DESCRIPTION="A cluster implementation of the TDB database used to store 
temporary data."
 HOMEPAGE="http://ctdb.samba.org/";
@@ -14,7 +14,7 @@
 KEYWORDS=""
 IUSE=""
 
-DEPEND="dev-libs/popt"
+DEPEND="dev-libs/popt[${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
@@ -31,15 +31,22 @@
        eautoconf ${AT_M4DIR}
 }
 
-src_configure() {
+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}"
 }
 
-src_install() {
-       default
-
+multilib_src_install_all() {
+       einstalldocs
        dohtml web/* doc/*.html
 }



1.39                 dev-db/ctdb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   12 Jun 2014 20:06:27 -0000      1.38
+++ ChangeLog   12 Jun 2014 20:14:28 -0000      1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/ctdb
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.39 2014/06/12 
20:14:28 mgorny Exp $
+
+  12 Jun 2014; Michał Górny <[email protected]> ctdb-9999.ebuild:
+  Multilib the live ebuild as well.
 
 *ctdb-1.13-r1 (12 Jun 2014)
 




Reply via email to