summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-13 11:44:17 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-13 11:44:17 +0000
commit90733ec21131ab0b29e5e30ce604d2fad9a1b6b8 (patch)
treee97290ccbd6aa94b5f4890b6f970c24aa098b1a7 /sys-fs
parentmips stable (diff)
downloadgentoo-2-90733ec21131ab0b29e5e30ce604d2fad9a1b6b8.tar.gz
gentoo-2-90733ec21131ab0b29e5e30ce604d2fad9a1b6b8.tar.bz2
gentoo-2-90733ec21131ab0b29e5e30ce604d2fad9a1b6b8.zip
old
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xfsdump/files/digest-xfsdump-2.2.303
-rw-r--r--sys-fs/xfsdump/files/digest-xfsdump-2.2.33-r13
-rw-r--r--sys-fs/xfsdump/files/digest-xfsdump-2.2.383
-rw-r--r--sys-fs/xfsdump/files/xfsdump-2.2.30-docs.patch18
-rw-r--r--sys-fs/xfsdump/files/xfsdump-2.2.33-LDFLAGS.patch26
-rw-r--r--sys-fs/xfsdump/files/xfsdump-2.2.33-Makefile-deps.patch28
-rw-r--r--sys-fs/xfsdump/xfsdump-2.2.30.ebuild52
-rw-r--r--sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild54
-rw-r--r--sys-fs/xfsdump/xfsdump-2.2.38.ebuild55
9 files changed, 0 insertions, 242 deletions
diff --git a/sys-fs/xfsdump/files/digest-xfsdump-2.2.30 b/sys-fs/xfsdump/files/digest-xfsdump-2.2.30
deleted file mode 100644
index 8f43b5f66588..000000000000
--- a/sys-fs/xfsdump/files/digest-xfsdump-2.2.30
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f9ae54ddebf9f158bef0b15049d26dfa xfsdump-2.2.30.src.tar.gz 589913
-RMD160 c8099c2b0f1f5cc2eacac420f316e31296b6aa96 xfsdump-2.2.30.src.tar.gz 589913
-SHA256 ec1b347ee782556e4f12572196d4a05075ecd8a5f41d9c5a308f6e367443d2d8 xfsdump-2.2.30.src.tar.gz 589913
diff --git a/sys-fs/xfsdump/files/digest-xfsdump-2.2.33-r1 b/sys-fs/xfsdump/files/digest-xfsdump-2.2.33-r1
deleted file mode 100644
index 461b64880e81..000000000000
--- a/sys-fs/xfsdump/files/digest-xfsdump-2.2.33-r1
+++ /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/files/digest-xfsdump-2.2.38 b/sys-fs/xfsdump/files/digest-xfsdump-2.2.38
deleted file mode 100644
index 4e8e79f4d05f..000000000000
--- a/sys-fs/xfsdump/files/digest-xfsdump-2.2.38
+++ /dev/null
@@ -1,3 +0,0 @@
-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/files/xfsdump-2.2.30-docs.patch b/sys-fs/xfsdump/files/xfsdump-2.2.30-docs.patch
deleted file mode 100644
index 5abfc78f346a..000000000000
--- a/sys-fs/xfsdump/files/xfsdump-2.2.30-docs.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- doc/Makefile
-+++ doc/Makefile
-@@ -52,13 +52,8 @@
- CHANGES.gz:
- $(ZIP) --best -c < CHANGES > $@
-
--install: default
-+install:
- $(INSTALL) -m 755 -d $(PKG_DOC_DIR)
-- $(INSTALL) -m 644 PORTING CHANGES.gz $(README) $(PKG_DOC_DIR)
--ifeq ($(PKG_DISTRIBUTION), debian)
-- $(INSTALL) -S CHANGES.gz $(PKG_DOC_DIR)/changelog.gz
--else
-- $(INSTALL) -m 644 COPYING $(PKG_DOC_DIR)
--endif
-+ $(INSTALL) -m 644 PORTING CHANGES $(README) $(PKG_DOC_DIR)
-
- install-dev:
diff --git a/sys-fs/xfsdump/files/xfsdump-2.2.33-LDFLAGS.patch b/sys-fs/xfsdump/files/xfsdump-2.2.33-LDFLAGS.patch
deleted file mode 100644
index 9ed5d29bbf2f..000000000000
--- a/sys-fs/xfsdump/files/xfsdump-2.2.33-LDFLAGS.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Respect user LDFLAGS
-
-http://bugs.gentoo.org/126825
-
---- include/buildmacros
-+++ include/buildmacros
-@@ -9,7 +9,8 @@
- # $(CXXFILES), or $(HFILES) and is used to construct the manifest list
- # during the "dist" phase (packaging).
-
--LDFLAGS = $(LLDFLAGS)
-+LDFLAGS += $(LDFLAGS_OPT) $(LLDFLAGS)
-+LTLDFLAGS += $(LDFLAGS_OPT)
- LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCLIB)
-
- MAKEOPTS = --no-print-directory
---- include/builddefs.in
-+++ include/builddefs.in
-@@ -9,6 +9,7 @@
-
- DEBUG = @debug_build@
- OPTIMIZER = @opt_build@
-+LDFLAGS_OPT = @LDFLAGS@
- MALLOCLIB = @malloc_lib@
-
- LIBATTR = $(TOPDIR)/libattr/libattr.la
diff --git a/sys-fs/xfsdump/files/xfsdump-2.2.33-Makefile-deps.patch b/sys-fs/xfsdump/files/xfsdump-2.2.33-Makefile-deps.patch
deleted file mode 100644
index 6bb6394c23f8..000000000000
--- a/sys-fs/xfsdump/files/xfsdump-2.2.33-Makefile-deps.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Fix parallel build
-
-http://bugs.gentoo.org/136373
-
---- xfsdump-2.2.33/dump/Makefile
-+++ xfsdump-2.2.33/dump/Makefile
-@@ -106,3 +106,5 @@
-
- $(INVINCL) $(INVCOMMON):
- @$(RM) $@; $(LN_S) ../inventory/$@ $@
-+
-+$(LOCALS): $(LINKS)
---- xfsdump-2.2.33/invutil/Makefile
-+++ xfsdump-2.2.33/invutil/Makefile
-@@ -70,3 +70,5 @@
-
- $(INVINCL) $(INVCOMMON):
- @$(RM) $@; $(LN_S) ../inventory/$@ $@
-+
-+$(LOCALS): $(LINKS)
---- xfsdump-2.2.33/restore/Makefile
-+++ xfsdump-2.2.33/restore/Makefile
-@@ -116,3 +116,5 @@
-
- $(INVINCL) $(INVCOMMON):
- @$(RM) $@; $(LN_S) ../inventory/$@ $@
-+
-+$(LOCALS): $(LINKS)
diff --git a/sys-fs/xfsdump/xfsdump-2.2.30.ebuild b/sys-fs/xfsdump/xfsdump-2.2.30.ebuild
deleted file mode 100644
index 6888e2c093f2..000000000000
--- a/sys-fs/xfsdump/xfsdump-2.2.30.ebuild
+++ /dev/null
@@ -1,52 +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.30.ebuild,v 1.10 2006/08/09 20:06:13 ranger 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 ~ppc64 -sparc x86"
-IUSE="debug"
-
-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.30-docs.patch
- sed -i \
- -e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \
- -e '/^GCFLAGS/s:-O1::' \
- include/builddefs.in \
- || die
-}
-
-src_compile() {
- if use debug; then
- export DEBUG=-DDEBUG
- else
- export DEBUG=-DNDEBUG
- fi
- export OPTIMIZER="${CFLAGS}"
-
- econf \
- --libdir=/$(get_libdir) \
- --libexecdir=/usr/$(get_libdir) \
- --sbindir=/sbin \
- || die
- emake || die
-}
-
-src_install() {
- make DIST_ROOT="${D}" install || die
- dosym /sbin/xfsdq /usr/bin/xfsdq
- prepalldocs
-}
diff --git a/sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild b/sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild
deleted file mode 100644
index 03a7d388c9d9..000000000000
--- a/sys-fs/xfsdump/xfsdump-2.2.33-r1.ebuild
+++ /dev/null
@@ -1,54 +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-r1.ebuild,v 1.7 2006/09/05 05:16:52 kumba 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 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}"/${P}-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
- epatch "${FILESDIR}"/${P}-Makefile-deps.patch
- for i in restore dump invutil ; do
- sed -i.orig \
- -e 's|@$(RM) $@; $(LN_S)|$(RM) $@; $(LN_S)|g' \
- ${S}/${i}/Makefile || die
- done
-}
-
-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
-}
diff --git a/sys-fs/xfsdump/xfsdump-2.2.38.ebuild b/sys-fs/xfsdump/xfsdump-2.2.38.ebuild
deleted file mode 100644
index c7eaef0f55cb..000000000000
--- a/sys-fs/xfsdump/xfsdump-2.2.38.ebuild
+++ /dev/null
@@ -1,55 +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.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
-}