Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: ChangeLog xfsdump-3.0.1.ebuild
Date: Thu, 25 Jun 2009 22:55:46
Message-Id: E1MJxr6-0003Po-HV@stork.gentoo.org
1 vapier 09/06/25 22:55:44
2
3 Modified: ChangeLog
4 Added: xfsdump-3.0.1.ebuild
5 Log:
6 Version bump #275405 by Lars Wendler.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.71 sys-fs/xfsdump/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.71&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.71&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.70&r2=1.71
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
19 retrieving revision 1.70
20 retrieving revision 1.71
21 diff -u -r1.70 -r1.71
22 --- ChangeLog 24 Feb 2009 03:48:57 -0000 1.70
23 +++ ChangeLog 25 Jun 2009 22:55:44 -0000 1.71
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/xfsdump
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.70 2009/02/24 03:48:57 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.71 2009/06/25 22:55:44 vapier Exp $
29 +
30 +*xfsdump-3.0.1 (25 Jun 2009)
31 +
32 + 25 Jun 2009; Mike Frysinger <vapier@g.o> +xfsdump-3.0.1.ebuild:
33 + Version bump #275405 by Lars Wendler.
34
35 24 Feb 2009; Mike Frysinger <vapier@g.o> xfsdump-3.0.0.ebuild:
36 Apply blocker as some binaries have moved from xfsdump to xfsprogs #259966
37
38
39
40 1.1 sys-fs/xfsdump/xfsdump-3.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/xfsdump-3.0.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/xfsdump-3.0.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xfsdump-3.0.1.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.0.1.ebuild,v 1.1 2009/06/25 22:55:44 vapier Exp $
50
51 inherit multilib
52
53 DESCRIPTION="xfs dump/restore utilities"
54 HOMEPAGE="http://oss.sgi.com/projects/xfs"
55 SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
56 ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz"
57
58 LICENSE="LGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86"
61 IUSE=""
62
63 RDEPEND="sys-fs/e2fsprogs
64 !<sys-fs/xfsprogs-3
65 sys-apps/dmapi
66 >=sys-apps/attr-2.4.19"
67 DEPEND="${RDEPEND}
68 sys-devel/gettext"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 sed -i \
74 -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
75 include/builddefs.in \
76 || die
77 }
78
79 src_compile() {
80 unset PLATFORM #184564
81 export OPTIMIZER=${CFLAGS}
82 export DEBUG=-DNDEBUG
83
84 econf \
85 --libdir=/$(get_libdir) \
86 --libexecdir=/usr/$(get_libdir) \
87 --sbindir=/sbin \
88 || die
89 emake || die
90 }
91
92 src_install() {
93 emake DIST_ROOT="${D}" install || die
94 prepalldocs
95 }