Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: xfsdump-3.1.4.ebuild ChangeLog
Date: Tue, 02 Sep 2014 10:23:06
Message-Id: 20140902102303.5FD914820@oystercatcher.gentoo.org
1 polynomial-c 14/09/02 10:23:03
2
3 Modified: ChangeLog
4 Added: xfsdump-3.1.4.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.110 sys-fs/xfsdump/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.110&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.110&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.109&r2=1.110
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
20 retrieving revision 1.109
21 retrieving revision 1.110
22 diff -u -r1.109 -r1.110
23 --- ChangeLog 19 Jan 2014 10:28:30 -0000 1.109
24 +++ ChangeLog 2 Sep 2014 10:23:03 -0000 1.110
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-fs/xfsdump
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.109 2014/01/19 10:28:30 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.110 2014/09/02 10:23:03 polynomial-c Exp $
30 +
31 +*xfsdump-3.1.4 (02 Sep 2014)
32 +
33 + 02 Sep 2014; Lars Wendler <polynomial-c@g.o> +xfsdump-3.1.4.ebuild:
34 + Version bump.
35
36 19 Jan 2014; Agostino Sarubbo <ago@g.o> xfsdump-3.1.3.ebuild:
37 Stable for ppc64, wrt bug #495956
38
39
40
41 1.1 sys-fs/xfsdump/xfsdump-3.1.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfsdump-3.1.4.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.4.ebuild,v 1.1 2014/09/02 10:23:03 polynomial-c Exp $
51
52 EAPI="4"
53
54 inherit multilib eutils
55
56 DESCRIPTION="xfs dump/restore utilities"
57 HOMEPAGE="http://oss.sgi.com/projects/xfs"
58 SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
59 ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86"
64 IUSE=""
65
66 RDEPEND="sys-fs/e2fsprogs
67 !<sys-fs/xfsprogs-3
68 sys-apps/dmapi
69 >=sys-apps/attr-2.4.19"
70 DEPEND="${RDEPEND}
71 sys-devel/gettext"
72
73 src_prepare() {
74 sed -i \
75 -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
76 include/builddefs.in \
77 || die
78 epatch "${FILESDIR}"/${PN}-3.0.5-prompt-overflow.patch #335115
79 epatch "${FILESDIR}"/${PN}-3.0.4-no-symlink.patch #311881
80 }
81
82 src_configure() {
83 unset PLATFORM #184564
84 export OPTIMIZER=${CFLAGS}
85 export DEBUG=-DNDEBUG
86
87 econf \
88 --libdir=/$(get_libdir) \
89 --libexecdir=/usr/$(get_libdir) \
90 --sbindir=/sbin
91 }