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.46.ebuild
Date: Thu, 20 Sep 2007 07:25:09
Message-Id: E1IYGF9-0002nr-DB@stork.gentoo.org
1 vapier 07/09/20 07:14:35
2
3 Modified: ChangeLog
4 Added: xfsdump-2.2.46.ebuild
5 Log:
6 Version bump #192647 by Arfrever Frehtes Taifersar Arahesis.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.55 sys-fs/xfsdump/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 25 Aug 2007 18:03:03 -0000 1.54
23 +++ ChangeLog 20 Sep 2007 07:14:34 -0000 1.55
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.54 2007/08/25 18:03:03 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.55 2007/09/20 07:14:34 vapier Exp $
29 +
30 +*xfsdump-2.2.46 (20 Sep 2007)
31 +
32 + 20 Sep 2007; Mike Frysinger <vapier@g.o> +xfsdump-2.2.46.ebuild:
33 + Version bump #192647 by Arfrever Frehtes Taifersar Arahesis.
34
35 25 Aug 2007; Mike Frysinger <vapier@g.o> xfsdump-2.2.45.ebuild:
36 Pull in gettext at build time #161179.
37
38
39
40 1.1 sys-fs/xfsdump/xfsdump-2.2.46.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.46.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.46.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xfsdump-2.2.46.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.46.ebuild,v 1.1 2007/09/20 07:14:34 vapier Exp $
50
51 inherit eutils autotools
52
53 MY_P="${PN}_${PV}-1"
54 DESCRIPTION="xfs dump/restore utilities"
55 HOMEPAGE="http://oss.sgi.com/projects/xfs"
56 SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_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
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 -e '/^GCFLAGS/s:-O1::' \
76 include/builddefs.in \
77 || die
78 epatch "${FILESDIR}"/${PN}-2.2.42-Makefile-deps.patch
79 eautoconf
80 }
81
82 src_compile() {
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 || die
92 emake || die
93 }
94
95 src_install() {
96 emake DIST_ROOT="${D}" install || die
97 prepalldocs
98 }
99
100
101
102 --
103 gentoo-commits@g.o mailing list