diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-23 04:27:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-23 04:27:13 +0000 |
commit | 625d48f13ae9c0e4a7d486b828ec4e314780b45b (patch) | |
tree | 385eede3747a509672aa4787d853513441b3fcb3 /sys-fs | |
parent | Version bump #211113 by Raúl Porcel. (diff) | |
download | gentoo-2-625d48f13ae9c0e4a7d486b828ec4e314780b45b.tar.gz gentoo-2-625d48f13ae9c0e4a7d486b828ec4e314780b45b.tar.bz2 gentoo-2-625d48f13ae9c0e4a7d486b828ec4e314780b45b.zip |
old
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/xfsdump/files/xfsdump-2.2.33-no-compress-docs.patch | 23 | ||||
-rw-r--r-- | sys-fs/xfsdump/files/xfsdump-2.2.45-LDFLAGS.patch | 14 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-2.2.42.ebuild | 50 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-2.2.45.ebuild | 52 |
4 files changed, 0 insertions, 139 deletions
diff --git a/sys-fs/xfsdump/files/xfsdump-2.2.33-no-compress-docs.patch b/sys-fs/xfsdump/files/xfsdump-2.2.33-no-compress-docs.patch deleted file mode 100644 index 1e53181738b6..000000000000 --- a/sys-fs/xfsdump/files/xfsdump-2.2.33-no-compress-docs.patch +++ /dev/null @@ -1,23 +0,0 @@ -let portage compress CHANGES - ---- doc/Makefile -+++ doc/Makefile -@@ -17,16 +17,13 @@ - - LDIRT = *.gz - --default: CHANGES.gz -+default: - - include $(BUILDRULES) - --CHANGES.gz: -- $(ZIP) --best -c < CHANGES > $@ -- - install: default - $(INSTALL) -m 755 -d $(PKG_DOC_DIR) -- $(INSTALL) -m 644 PORTING CHANGES.gz $(README) $(PKG_DOC_DIR) -+ $(INSTALL) -m 644 PORTING CHANGES $(README) $(PKG_DOC_DIR) - ifeq ($(PKG_DISTRIBUTION), debian) - $(INSTALL) -S CHANGES.gz $(PKG_DOC_DIR)/changelog.gz - else diff --git a/sys-fs/xfsdump/files/xfsdump-2.2.45-LDFLAGS.patch b/sys-fs/xfsdump/files/xfsdump-2.2.45-LDFLAGS.patch deleted file mode 100644 index f5f1ebb74f12..000000000000 --- a/sys-fs/xfsdump/files/xfsdump-2.2.45-LDFLAGS.patch +++ /dev/null @@ -1,14 +0,0 @@ -make sure the library link respects LDFLAGS - -http://oss.sgi.com/bugzilla/show_bug.cgi?id=642 - ---- include/buildmacros -+++ include/buildmacros -@@ -10,6 +10,7 @@ - # during the "dist" phase (packaging). - - LDFLAGS += $(LOADERFLAGS) $(LLDFLAGS) -+LTLDFLAGS += $(LOADERFLAGS) - LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCLIB) - - MAKEOPTS = --no-print-directory diff --git a/sys-fs/xfsdump/xfsdump-2.2.42.ebuild b/sys-fs/xfsdump/xfsdump-2.2.42.ebuild deleted file mode 100644 index 362ca2085dde..000000000000 --- a/sys-fs/xfsdump/xfsdump-2.2.42.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.42.ebuild,v 1.9 2007/02/13 11:42:10 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 hppa 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.42-Makefile-deps.patch - 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 -} diff --git a/sys-fs/xfsdump/xfsdump-2.2.45.ebuild b/sys-fs/xfsdump/xfsdump-2.2.45.ebuild deleted file mode 100644 index 15638dea975c..000000000000 --- a/sys-fs/xfsdump/xfsdump-2.2.45.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.45.ebuild,v 1.9 2007/09/20 07:15:25 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 hppa ia64 mips ppc ppc64 -sparc x86" -IUSE="" - -RDEPEND="sys-fs/e2fsprogs - sys-fs/xfsprogs - sys-apps/dmapi - >=sys-apps/attr-2.4.19" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-2.2.45-LDFLAGS.patch - sed -i \ - -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \ - -e '/^GCFLAGS/s:-O1::' \ - include/builddefs.in \ - || die - epatch "${FILESDIR}"/${PN}-2.2.42-Makefile-deps.patch - eautoconf -} - -src_compile() { - export OPTIMIZER=${CFLAGS} - export DEBUG=-DNDEBUG - - econf \ - --libdir=/$(get_libdir) \ - --libexecdir=/usr/$(get_libdir) \ - --sbindir=/sbin \ - || die - emake || die -} - -src_install() { - emake DIST_ROOT="${D}" install || die - prepalldocs -} |