jer         15/01/03 09:50:51

  Modified:             parted-3.2.ebuild ChangeLog
  Log:
  Fix deferred mandir definition using $(mandir) by Maksym Sditanov (bug 
#534116).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.13                 sys-block/parted/parted-3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.2.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.2.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.2.ebuild?r1=1.12&r2=1.13

Index: parted-3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- parted-3.2.ebuild   4 Dec 2014 08:34:38 -0000       1.12
+++ parted-3.2.ebuild   3 Jan 2015 09:50:51 -0000       1.13
@@ -1,9 +1,9 @@
-# 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/sys-block/parted/parted-3.2.ebuild,v 1.12 
2014/12/04 08:34:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.13 
2015/01/03 09:50:51 jer Exp $
 
 EAPI=5
-inherit eutils
+inherit autotools eutils
 
 DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
 HOMEPAGE="http://www.gnu.org/software/parted";
@@ -32,6 +32,9 @@
 
 src_prepare() {
        epatch "${FILESDIR}"/${PN}-3.2-devmapper.patch
+
+       epatch "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch
+       eautoreconf
 }
 
 src_configure() {



1.59                 sys-block/parted/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.59&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.59&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   4 Dec 2014 08:34:38 -0000       1.58
+++ ChangeLog   3 Jan 2015 09:50:51 -0000       1.59
@@ -1,6 +1,11 @@
 # ChangeLog for sys-block/parted
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.58 
2014/12/04 08:34:38 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.59 
2015/01/03 09:50:51 jer Exp $
+
+  03 Jan 2015; Jeroen Roovers <j...@gentoo.org> parted-3.2.ebuild,
+  +files/parted-3.2-po4a-mandir.patch:
+  Fix deferred mandir definition using $(mandir) by Maksym Sditanov (bug
+  #534116).
 
   04 Dec 2014; Agostino Sarubbo <a...@gentoo.org> parted-3.2.ebuild:
   Stable for ppc64, wrt bug #527846




Reply via email to