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-2.2.48.ebuild
Date: Sat, 23 Feb 2008 04:27:59
Message-Id: E1JSlzN-00029H-Nr@stork.gentoo.org
1 vapier 08/02/23 04:27:53
2
3 Modified: ChangeLog
4 Added: xfsdump-2.2.48.ebuild
5 Log:
6 Version bump #211113 by Raúl Porcel.
7 (Portage version: 2.2_pre2)
8
9 Revision Changes Path
10 1.62 sys-fs/xfsdump/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.62&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.62&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.61&r2=1.62
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
19 retrieving revision 1.61
20 retrieving revision 1.62
21 diff -u -r1.61 -r1.62
22 --- ChangeLog 19 Nov 2007 06:42:36 -0000 1.61
23 +++ ChangeLog 23 Feb 2008 04:27:53 -0000 1.62
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/xfsdump
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.61 2007/11/19 06:42:36 kumba Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.62 2008/02/23 04:27:53 vapier Exp $
30 +
31 +*xfsdump-2.2.48 (23 Feb 2008)
32 +
33 + 23 Feb 2008; Mike Frysinger <vapier@g.o> +xfsdump-2.2.48.ebuild:
34 + Version bump #211113 by Raúl Porcel.
35
36 19 Nov 2007; Joshua Kinard <kumba@g.o> xfsdump-2.2.46.ebuild:
37 Stable on mips, per #197204.
38
39
40
41 1.1 sys-fs/xfsdump/xfsdump-2.2.48.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.48.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.48.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfsdump-2.2.48.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.48.ebuild,v 1.1 2008/02/23 04:27:53 vapier Exp $
51
52 inherit eutils autotools
53
54 MY_P="${PN}_${PV}-1"
55 DESCRIPTION="xfs dump/restore utilities"
56 HOMEPAGE="http://oss.sgi.com/projects/xfs"
57 SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86"
62 IUSE=""
63
64 RDEPEND="sys-fs/e2fsprogs
65 sys-fs/xfsprogs
66 sys-apps/dmapi
67 >=sys-apps/attr-2.4.19"
68 DEPEND="${RDEPEND}
69 sys-devel/gettext"
70
71 src_unpack() {
72 unpack ${A}
73 cd "${S}"
74 sed -i \
75 -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
76 -e '/^GCFLAGS/s:-O1::' \
77 include/builddefs.in \
78 || die
79 epatch "${FILESDIR}"/${PN}-2.2.42-Makefile-deps.patch
80 eautoconf
81 }
82
83 src_compile() {
84 unset PLATFORM #184564
85 export OPTIMIZER=${CFLAGS}
86 export DEBUG=-DNDEBUG
87
88 econf \
89 --libdir=/$(get_libdir) \
90 --libexecdir=/usr/$(get_libdir) \
91 --sbindir=/sbin \
92 || die
93 emake || die
94 }
95
96 src_install() {
97 emake DIST_ROOT="${D}" install || die
98 prepalldocs
99 }
100
101
102
103 --
104 gentoo-commits@l.g.o mailing list