summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-08 13:37:16 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-08 13:37:16 +0000
commit3cd22d7fa456ef890efda021831b8327b6bbfbd5 (patch)
treeb00453578ca64e2cacd56a70dafb6fa0ecdb4bcf /sys-fs
parentneed to keep in sync with other xfs apps (Manifest recommit) (diff)
downloadgentoo-2-3cd22d7fa456ef890efda021831b8327b6bbfbd5.tar.gz
gentoo-2-3cd22d7fa456ef890efda021831b8327b6bbfbd5.tar.bz2
gentoo-2-3cd22d7fa456ef890efda021831b8327b6bbfbd5.zip
old
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xfsdump/files/digest-xfsdump-2.2.161
-rw-r--r--sys-fs/xfsdump/xfsdump-2.2.16.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/sys-fs/xfsdump/files/digest-xfsdump-2.2.16 b/sys-fs/xfsdump/files/digest-xfsdump-2.2.16
deleted file mode 100644
index 435fd2d369c9..000000000000
--- a/sys-fs/xfsdump/files/digest-xfsdump-2.2.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1f18386b64d34bf330c3c739f219c060 xfsdump-2.2.16.src.tar.gz 584832
diff --git a/sys-fs/xfsdump/xfsdump-2.2.16.ebuild b/sys-fs/xfsdump/xfsdump-2.2.16.ebuild
deleted file mode 100644
index fce9eccc76f7..000000000000
--- a/sys-fs/xfsdump/xfsdump-2.2.16.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.16.ebuild,v 1.10 2004/08/21 04:49:05 vapier Exp $
-
-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="x86 ppc -sparc ~mips alpha amd64 ia64"
-IUSE=""
-
-DEPEND="sys-fs/e2fsprogs
- sys-fs/xfsprogs
- sys-apps/dmapi
- sys-apps/attr"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \
- -e '/^GCFLAGS/s:-O1::' \
- -e '/^PKG_[A-Z]*_DIR/s:= := $(DESTDIR):' \
- include/builddefs.in \
- || die
-}
-
-src_compile() {
- export OPTIMIZER="${CFLAGS}"
- export DEBUG=-DNDEBUG
- use sparc && unset PLATFORM
-
- econf \
- --libdir=/lib \
- --sbindir=/sbin \
- --libexecdir=/usr/lib \
- || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- rm -f ${D}/usr/bin/xfsrestore
- rm -f ${D}/usr/bin/xfsdump
- dosym /sbin/xfsrestore /usr/bin/xfsrestore
- dosym /sbin/xfsdump /usr/bin/xfsdump
-}