tomjbe      15/02/23 15:05:30

  Modified:             bacula-5.2.13-r3.ebuild bacula-5.0.3-r4.ebuild
                        bacula-5.0.3-r3.ebuild ChangeLog
                        bacula-7.0.5.ebuild bacula-5.2.13.ebuild
                        bacula-7.0.5-r1.ebuild
  Log:
  Update bundled libtools (bug 466696)
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  Changes    Path
1.2                  app-backup/bacula/bacula-5.2.13-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13-r3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13-r3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13-r3.ebuild?r1=1.1&r2=1.2

Index: bacula-5.2.13-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bacula-5.2.13-r3.ebuild     23 Feb 2015 14:37:31 -0000      1.1
+++ bacula-5.2.13-r3.ebuild     23 Feb 2015 15:05:30 -0000      1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13-r3.ebuild,v 
1.1 2015/02/23 14:37:31 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13-r3.ebuild,v 
1.2 2015/02/23 15:05:30 tomjbe Exp $
 
 EAPI="5"
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
 
-inherit eutils multilib python-single-r1 qt4-r2 systemd user
+inherit eutils multilib python-single-r1 qt4-r2 systemd user libtool
 
 MY_PV=${PV/_beta/-b}
 MY_P=${PN}-${MY_PV}
@@ -153,6 +153,12 @@
        sed -i -e '/StandardOutput/d' platforms/systemd/*.service.in || die
        # bug 504370
        sed -i -e '/Alias=bacula-dir/d' platforms/systemd/bacula-dir.service.in 
|| die
+
+       # fix bundled libtool (bug 466696)
+       # But first move directory with M4 macros out of the way.
+       # It is only needed by i autoconf and gives errors during elibtoolize.
+       mv autoconf/libtool autoconf/libtool1 || die
+       elibtoolize
 }
 
 src_configure() {



1.2                  app-backup/bacula/bacula-5.0.3-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r4.ebuild?r1=1.1&r2=1.2

Index: bacula-5.0.3-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bacula-5.0.3-r4.ebuild      23 Feb 2015 14:37:31 -0000      1.1
+++ bacula-5.0.3-r4.ebuild      23 Feb 2015 15:05:30 -0000      1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r4.ebuild,v 
1.1 2015/02/23 14:37:31 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r4.ebuild,v 
1.2 2015/02/23 15:05:30 tomjbe Exp $
 
 EAPI="5"
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
 
-inherit eutils multilib python-single-r1 qt4-r2 user
+inherit eutils multilib python-single-r1 qt4-r2 user libtool
 
 MY_PV=${PV/_beta/-b}
 MY_P=${PN}-${MY_PV}
@@ -142,6 +142,12 @@
 
        # fix CVE-2012-4430
        epatch "${FILESDIR}"/${PV}/${P}-cve.patch
+
+       # fix bundled libtool (bug 466696)
+       # But first move directory with M4 macros out of the way.
+       # It is only needed by i autoconf and gives errors during elibtoolize.
+       mv autoconf/libtool autoconf/libtool1 || die
+       elibtoolize
 }
 
 src_configure() {



1.23                 app-backup/bacula/bacula-5.0.3-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild?r1=1.22&r2=1.23

Index: bacula-5.0.3-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- bacula-5.0.3-r3.ebuild      28 Dec 2014 14:42:00 -0000      1.22
+++ bacula-5.0.3-r3.ebuild      23 Feb 2015 15:05:30 -0000      1.23
@@ -1,13 +1,13 @@
-# 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/app-backup/bacula/bacula-5.0.3-r3.ebuild,v 
1.22 2014/12/28 14:42:00 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild,v 
1.23 2015/02/23 15:05:30 tomjbe Exp $
 
 EAPI="5"
 PYTHON_DEPEND="python? 2"
 PYTHON_USE_WITH="threads"
 PYTHON_USE_WITH_OPT="python"
 
-inherit eutils multilib python qt4-r2 user
+inherit eutils multilib python qt4-r2 user libtool
 
 MY_PV=${PV/_beta/-b}
 MY_P=${PN}-${MY_PV}
@@ -142,6 +142,12 @@
 
        # fix CVE-2012-4430
        epatch "${FILESDIR}"/${PV}/${P}-cve.patch
+
+       # fix bundled libtool (bug 466696)
+       # But first move directory with M4 macros out of the way.
+       # It is only needed by i autoconf and gives errors during elibtoolize.
+       mv autoconf/libtool autoconf/libtool1 || die
+       elibtoolize
 }
 
 src_configure() {



1.173                app-backup/bacula/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/ChangeLog?rev=1.173&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/ChangeLog?rev=1.173&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/ChangeLog?r1=1.172&r2=1.173

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   23 Feb 2015 14:37:31 -0000      1.172
+++ ChangeLog   23 Feb 2015 15:05:30 -0000      1.173
@@ -1,6 +1,11 @@
 # ChangeLog for app-backup/bacula
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.172 
2015/02/23 14:37:31 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.173 
2015/02/23 15:05:30 tomjbe Exp $
+
+  23 Feb 2015; Thomas Beierlein <[email protected]> bacula-5.0.3-r3.ebuild,
+  bacula-5.0.3-r4.ebuild, bacula-5.2.13.ebuild, bacula-5.2.13-r3.ebuild,
+  bacula-7.0.5.ebuild, bacula-7.0.5-r1.ebuild:
+  Update bundled libtools (bug #466696)
 
 *bacula-5.2.13-r3 (23 Feb 2015)
 *bacula-5.0.3-r4 (23 Feb 2015)



1.4                  app-backup/bacula/bacula-7.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-7.0.5.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-7.0.5.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-7.0.5.ebuild?r1=1.3&r2=1.4

Index: bacula-7.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-7.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bacula-7.0.5.ebuild 28 Dec 2014 14:42:00 -0000      1.3
+++ bacula-7.0.5.ebuild 23 Feb 2015 15:05:30 -0000      1.4
@@ -1,10 +1,10 @@
-# 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/app-backup/bacula/bacula-7.0.5.ebuild,v 1.3 
2014/12/28 14:42:00 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-7.0.5.ebuild,v 1.4 
2015/02/23 15:05:30 tomjbe Exp $
 
 EAPI="5"
 
-inherit eutils multilib qt4-r2 systemd user
+inherit eutils multilib qt4-r2 systemd user libtool
 
 MY_PV=${PV/_beta/-b}
 MY_P=${PN}-${MY_PV}
@@ -142,6 +142,12 @@
        sed -i -e '/StandardOutput/d' platforms/systemd/*.service.in || die
        # bug 504370
        sed -i -e '/Alias=bacula-dir/d' platforms/systemd/bacula-dir.service.in 
|| die
+
+       # fix bundled libtool (bug 466696)
+       # But first move directory with M4 macros out of the way.
+       # It is only needed by i autoconf and gives errors during elibtoolize.
+       mv autoconf/libtool autoconf/libtool1 || die
+       elibtoolize
 }
 
 src_configure() {



1.11                 app-backup/bacula/bacula-5.2.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild?r1=1.10&r2=1.11

Index: bacula-5.2.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bacula-5.2.13.ebuild        28 Dec 2014 14:42:00 -0000      1.10
+++ bacula-5.2.13.ebuild        23 Feb 2015 15:05:30 -0000      1.11
@@ -1,13 +1,13 @@
-# 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/app-backup/bacula/bacula-5.2.13.ebuild,v 
1.10 2014/12/28 14:42:00 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13.ebuild,v 
1.11 2015/02/23 15:05:30 tomjbe Exp $
 
 EAPI="4"
 PYTHON_DEPEND="python? 2"
 PYTHON_USE_WITH="threads"
 PYTHON_USE_WITH_OPT="python"
 
-inherit eutils multilib python qt4-r2 user
+inherit eutils multilib python qt4-r2 user libtool
 
 MY_PV=${PV/_beta/-b}
 MY_P=${PN}-${MY_PV}
@@ -146,6 +146,12 @@
 
        # fix file not found error during make depend
        epatch "${FILESDIR}"/5.2.12/${PN}-5.2.12-depend.patch
+
+       # fix bundled libtool (bug 466696)
+       # But first move directory with M4 macros out of the way.
+       # It is only needed by i autoconf and gives errors during elibtoolize.
+       mv autoconf/libtool autoconf/libtool1 || die
+       elibtoolize
 }
 
 src_configure() {



1.4                  app-backup/bacula/bacula-7.0.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-7.0.5-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-7.0.5-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-7.0.5-r1.ebuild?r1=1.3&r2=1.4

Index: bacula-7.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-7.0.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bacula-7.0.5-r1.ebuild      31 Jan 2015 14:12:00 -0000      1.3
+++ bacula-7.0.5-r1.ebuild      23 Feb 2015 15:05:30 -0000      1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-7.0.5-r1.ebuild,v 
1.3 2015/01/31 14:12:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-7.0.5-r1.ebuild,v 
1.4 2015/02/23 15:05:30 tomjbe Exp $
 
 EAPI="5"
 
-inherit eutils multilib qt4-r2 systemd user
+inherit eutils multilib qt4-r2 systemd user libtool
 
 MY_PV=${PV/_beta/-b}
 MY_P=${PN}-${MY_PV}
@@ -149,6 +149,12 @@
        if use bacula-clientonly; then
                sed -i -e 's/bacula/root/' platforms/systemd/bacula.conf.in || 
die
        fi
+
+       # fix bundled libtool (bug 466696)
+       # But first move directory with M4 macros out of the way.
+       # It is only needed by i autoconf and gives errors during elibtoolize.
+       mv autoconf/libtool autoconf/libtool1 || die
+       elibtoolize
 }
 
 src_configure() {




Reply via email to