diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-10 03:44:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-10 03:44:47 +0000 |
commit | efb95d04b7a50095a59e9cec62f6c55a92341182 (patch) | |
tree | 92164d48c6ceb3548119820e277ae4d36dd676f5 /sys-fs/xfsdump | |
parent | Version bump #143377 by Christian Hesse. (diff) | |
download | gentoo-2-efb95d04b7a50095a59e9cec62f6c55a92341182.tar.gz gentoo-2-efb95d04b7a50095a59e9cec62f6c55a92341182.tar.bz2 gentoo-2-efb95d04b7a50095a59e9cec62f6c55a92341182.zip |
Version bump.
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'sys-fs/xfsdump')
-rw-r--r-- | sys-fs/xfsdump/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/xfsdump/files/digest-xfsdump-2.2.38 | 3 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-2.2.38.ebuild | 55 |
4 files changed, 67 insertions, 3 deletions
diff --git a/sys-fs/xfsdump/ChangeLog b/sys-fs/xfsdump/ChangeLog index e342b14689f2..f09b4638c8f5 100644 --- a/sys-fs/xfsdump/ChangeLog +++ b/sys-fs/xfsdump/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/xfsdump # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.33 2006/08/09 20:06:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.34 2006/08/10 03:44:47 vapier Exp $ + +*xfsdump-2.2.38 (10 Aug 2006) + + 10 Aug 2006; Mike Frysinger <vapier@gentoo.org> xfsdump-2.2.33-r1.ebuild, + +xfsdump-2.2.38.ebuild: + Version bump. 09 Aug 2006; Brent Baude <ranger@gentoo.org> xfsdump-2.2.30.ebuild: Marking xfsdump-2.2.30 ~ppc64 as a dep to support bug #142829 diff --git a/sys-fs/xfsdump/files/digest-xfsdump-2.2.38 b/sys-fs/xfsdump/files/digest-xfsdump-2.2.38 new file mode 100644 index 000000000000..4e8e79f4d05f --- /dev/null +++ b/sys-fs/xfsdump/files/digest-xfsdump-2.2.38 @@ -0,0 +1,3 @@ +MD5 e71615e95bc01b937041f11cc45d22e7 xfsdump_2.2.38-1.tar.gz 566119 +RMD160 96f33c81ea73dff36092e16086eeff67441ae4e6 xfsdump_2.2.38-1.tar.gz 566119 +SHA256 15ed877e9ed25dfdaf0a3490e80822223934cb46b28557bf4c7f7ac71fc476f7 xfsdump_2.2.38-1.tar.gz 566119 diff --git a/sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild b/sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild index 282312ff21f4..105d29472d1f 100644 --- a/sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild +++ b/sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild,v 1.1 2006/06/11 12:19:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild,v 1.2 2006/08/10 03:44:47 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc -sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86" IUSE="" DEPEND="sys-fs/e2fsprogs diff --git a/sys-fs/xfsdump/xfsdump-2.2.38.ebuild b/sys-fs/xfsdump/xfsdump-2.2.38.ebuild new file mode 100644 index 000000000000..c7eaef0f55cb --- /dev/null +++ b/sys-fs/xfsdump/xfsdump-2.2.38.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.38.ebuild,v 1.1 2006/08/10 03:44:47 vapier Exp $ + +inherit eutils autotools + +MY_P="${PN}_${PV}-1" +DESCRIPTION="xfs dump/restore utilities" +HOMEPAGE="http://oss.sgi.com/projects/xfs" +SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86" +IUSE="" + +DEPEND="sys-fs/e2fsprogs + sys-fs/xfsprogs + sys-apps/dmapi + >=sys-apps/attr-2.4.19" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-2.2.33-no-compress-docs.patch + sed -i \ + -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \ + -e '/^GCFLAGS/s:-O1::' \ + include/builddefs.in \ + || die + epatch "${FILESDIR}"/${PN}-2.2.33-Makefile-deps.patch + for i in restore dump invutil ; do + sed -i \ + -e 's|@$(RM) $@; $(LN_S)|$(RM) $@; $(LN_S)|g' \ + "${S}"/${i}/Makefile || die + done + eautoconf +} + +src_compile() { + export OPTIMIZER=${CFLAGS} + export DEBUG=-DNDEBUG + + econf \ + --libdir=/$(get_libdir) \ + --libexecdir=/usr/$(get_libdir) \ + --sbindir=/sbin \ + || die + emake || die +} + +src_install() { + make DIST_ROOT="${D}" install || die + prepalldocs +} |