summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-10 03:34:23 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-10 03:34:23 +0000
commit9d835832f6cdfe28b8b0ead466a9c91679b8da97 (patch)
tree7761876069487d8df0b31b21036120fc5ffc61a0 /sys-fs
parentmore digests (diff)
downloadhistorical-9d835832f6cdfe28b8b0ead466a9c91679b8da97.tar.gz
historical-9d835832f6cdfe28b8b0ead466a9c91679b8da97.tar.bz2
historical-9d835832f6cdfe28b8b0ead466a9c91679b8da97.zip
old
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xfsdump/files/digest-xfsdump-2.2.333
-rw-r--r--sys-fs/xfsdump/xfsdump-2.2.33.ebuild48
2 files changed, 0 insertions, 51 deletions
diff --git a/sys-fs/xfsdump/files/digest-xfsdump-2.2.33 b/sys-fs/xfsdump/files/digest-xfsdump-2.2.33
deleted file mode 100644
index 461b64880e81..000000000000
--- a/sys-fs/xfsdump/files/digest-xfsdump-2.2.33
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d891a6f0215f4ad33840ddf60a295ec7 xfsdump-2.2.33.src.tar.gz 576941
-RMD160 d192bd114a07ea532ebc64d4474be4ce206ae51e xfsdump-2.2.33.src.tar.gz 576941
-SHA256 444ace415cacaf79b0329d53df9ed3949072adc8363b28ce1fa14892c7d5296d xfsdump-2.2.33.src.tar.gz 576941
diff --git a/sys-fs/xfsdump/xfsdump-2.2.33.ebuild b/sys-fs/xfsdump/xfsdump-2.2.33.ebuild
deleted file mode 100644
index 9bcb47b699b9..000000000000
--- a/sys-fs/xfsdump/xfsdump-2.2.33.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.ebuild,v 1.3 2006/06/07 17:31:51 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="xfs dump/restore utilities"
-HOMEPAGE="http://oss.sgi.com/projects/xfs"
-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"
-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}"/xfsdump-2.2.33-no-compress-docs.patch
- epatch "${FILESDIR}"/${P}-LDFLAGS.patch #126825
- sed -i \
- -e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \
- -e '/^GCFLAGS/s:-O1::' \
- include/builddefs.in \
- || die
-}
-
-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
-}