summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-12-13 13:56:31 +0000
committerMike Frysinger <vapier@gentoo.org>2010-12-13 13:56:31 +0000
commit29688374767cb969442f065709155ea2c9b5ce45 (patch)
treede73b864ad8cbf6abd7a1fcf5b3534f5d21c2d7f /sys-fs
parentremove old vulnerable versions (diff)
downloadgentoo-2-29688374767cb969442f065709155ea2c9b5ce45.tar.gz
gentoo-2-29688374767cb969442f065709155ea2c9b5ce45.tar.bz2
gentoo-2-29688374767cb969442f065709155ea2c9b5ce45.zip
old
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xfsprogs/files/xfsprogs-2.10.1-headers.patch10
-rw-r--r--sys-fs/xfsprogs/files/xfsprogs-2.10.1-parallelmake.patch26
-rw-r--r--sys-fs/xfsprogs/files/xfsprogs-2.8.18-symlinks.patch20
-rw-r--r--sys-fs/xfsprogs/files/xfsprogs-3.0.0-parallel-build.patch30
-rw-r--r--sys-fs/xfsprogs/xfsprogs-2.10.1.ebuild60
-rw-r--r--sys-fs/xfsprogs/xfsprogs-2.10.2.ebuild61
6 files changed, 0 insertions, 207 deletions
diff --git a/sys-fs/xfsprogs/files/xfsprogs-2.10.1-headers.patch b/sys-fs/xfsprogs/files/xfsprogs-2.10.1-headers.patch
deleted file mode 100644
index 3e6e92a3799f..000000000000
--- a/sys-fs/xfsprogs/files/xfsprogs-2.10.1-headers.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- libxfs/xfs_dir2.c
-+++ libxfs/xfs_dir2.c
-@@ -22,6 +22,7 @@
- */
-
- #include <xfs.h>
-+#include <ctype.h> /* for tolower() */
-
- extern const struct xfs_nameops xfs_default_nameops;
-
diff --git a/sys-fs/xfsprogs/files/xfsprogs-2.10.1-parallelmake.patch b/sys-fs/xfsprogs/files/xfsprogs-2.10.1-parallelmake.patch
deleted file mode 100644
index 49db2123f331..000000000000
--- a/sys-fs/xfsprogs/files/xfsprogs-2.10.1-parallelmake.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: xfsprogs-2.10.1/include/buildmacros
-===================================================================
---- xfsprogs-2.10.1.orig/include/buildmacros
-+++ xfsprogs-2.10.1/include/buildmacros
-@@ -124,7 +124,7 @@ INSTALL_LINGUAS = \
- endif
-
- SUBDIRS_MAKERULE = \
-- @for d in $(SUBDIRS) ""; do \
-+ +@for d in $(SUBDIRS) ""; do \
- if test -d "$$d" -a ! -z "$$d"; then \
- $(ECHO) === $$d ===; \
- $(MAKEF) -C $$d $@ || exit $$?; \
-@@ -139,10 +139,10 @@ MAN_MAKERULE = \
- done
-
- DIST_MAKERULE = \
-- $(MAKEF) -C build dist
-+ +$(MAKEF) -C build dist
-
- SOURCE_MAKERULE = \
-- @test -z "$$DIR" && DIR="."; \
-+ +@test -z "$$DIR" && DIR="."; \
- for f in $(SRCFILES) ""; do \
- test -z "$$f" && break; \
- test -L "$$f" || $(ECHO) $$DIR/$$f; \
diff --git a/sys-fs/xfsprogs/files/xfsprogs-2.8.18-symlinks.patch b/sys-fs/xfsprogs/files/xfsprogs-2.8.18-symlinks.patch
deleted file mode 100644
index 6e163c8eb125..000000000000
--- a/sys-fs/xfsprogs/files/xfsprogs-2.8.18-symlinks.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Fix installing in parallel
-
-http://bugs.gentoo.org/166729
-
---- include/Makefile
-+++ include/Makefile
-@@ -37,10 +37,9 @@
- LSRCFILES += command.h input.h path.h project.h
- LDIRT = xfs disk
-
--default install :
-- rm -f xfs disk
-- $(LN_S) . xfs
-- $(LN_S) . disk
-+xfs disk:
-+ $(LN_S) . $@
-+default install : xfs disk
-
- include $(BUILDRULES)
-
diff --git a/sys-fs/xfsprogs/files/xfsprogs-3.0.0-parallel-build.patch b/sys-fs/xfsprogs/files/xfsprogs-3.0.0-parallel-build.patch
deleted file mode 100644
index 612719b35aa6..000000000000
--- a/sys-fs/xfsprogs/files/xfsprogs-3.0.0-parallel-build.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-http://bugs.gentoo.org/260005
-
---- a/Makefile
-+++ b/Makefile
-@@ -15,11 +15,11 @@
- LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
- Logs/* built .census install.* install-dev.* *.gz
-
--LIB_SUBDIRS = include libxfs libxlog libxcmd libhandle libdisk
-+LIB_SUBDIRS = libxfs libxlog libxcmd libhandle libdisk
- TOOL_SUBDIRS = copy db estimate fsck fsr growfs io logprint mkfs quota \
- mdrestore repair rtcp m4 man doc po debian build
-
--SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
-+SUBDIRS = include $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
-
- default: include/builddefs include/platform_defs.h
- ifeq ($(HAVE_BUILDDEFS), no)
-@@ -29,9 +29,10 @@
- endif
-
- # tool/lib dependencies
--libxcmd: include
-+$(LIB_SUBDIRS) $(TOOL_SUBDIRS): include
- copy mdrestore: libxfs
- db logprint: libxfs libxlog
-+fsr: libhandle
- growfs: libxfs libxcmd
- io: libxcmd libhandle
- mkfs: libxfs libdisk
diff --git a/sys-fs/xfsprogs/xfsprogs-2.10.1.ebuild b/sys-fs/xfsprogs/xfsprogs-2.10.1.ebuild
deleted file mode 100644
index 3248dd7c2b1b..000000000000
--- a/sys-fs/xfsprogs/xfsprogs-2.10.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.10.1.ebuild,v 1.10 2009/02/14 16:13:24 armin76 Exp $
-
-inherit eutils toolchain-funcs autotools
-
-MY_P="${PN}_${PV}-1"
-DESCRIPTION="xfs filesystem utilities"
-HOMEPAGE="http://oss.sgi.com/projects/xfs/"
-SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sh sparc x86"
-IUSE="nls"
-
-RDEPEND="sys-fs/e2fsprogs"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-2.10.1-headers.patch
- epatch "${FILESDIR}"/${PN}-2.8.18-symlinks.patch #166729
- epatch "${FILESDIR}"/${P}-parallelmake.patch # Upstream bug #797
- sed -i \
- -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
- include/builddefs.in \
- || die "sed include/builddefs.in failed"
- # We'll handle /lib versus /usr/lib install
- sed -i -e '/INSTALL.* -S .*LIBNAME/d' \
- include/buildmacros || die "sed symlinks"
- eautoconf
-}
-
-src_compile() {
- export DEBUG=-DNDEBUG
- export OPTIMIZER=${CFLAGS}
- unset PLATFORM # if set in user env, this breaks configure
- econf \
- --bindir=/usr/bin \
- --sbindir=/sbin \
- --libexecdir=/usr/$(get_libdir) \
- $(use_enable nls gettext) \
- || die "config failed"
- emake || die
-}
-
-src_install() {
- emake DIST_ROOT="${D}" install install-dev || die "make install failed"
-
- # shared in /lib, static in /usr/lib, ldscript fun too
- dodir /$(get_libdir)
- mv "${D}"/usr/$(get_libdir)/lib*.so* "${D}"/$(get_libdir)/
- dosym libhandle.so.1 /$(get_libdir)/libhandle.so
- gen_usr_ldscript libhandle.so
-
- prepalldocs
-}
diff --git a/sys-fs/xfsprogs/xfsprogs-2.10.2.ebuild b/sys-fs/xfsprogs/xfsprogs-2.10.2.ebuild
deleted file mode 100644
index 1de5aaafaec0..000000000000
--- a/sys-fs/xfsprogs/xfsprogs-2.10.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.10.2.ebuild,v 1.1 2008/12/22 06:03:31 vapier Exp $
-
-inherit eutils toolchain-funcs autotools
-
-MY_P="${PN}_${PV}-1"
-DESCRIPTION="xfs filesystem utilities"
-HOMEPAGE="http://oss.sgi.com/projects/xfs/"
-SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${MY_P}.tar.gz
- ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="nls"
-
-RDEPEND="sys-fs/e2fsprogs"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-2.10.1-headers.patch
- epatch "${FILESDIR}"/${PN}-2.8.18-symlinks.patch #166729
- epatch "${FILESDIR}"/${PN}-2.10.1-parallelmake.patch # Upstream bug #797
- sed -i \
- -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
- include/builddefs.in \
- || die "sed include/builddefs.in failed"
- # We'll handle /lib versus /usr/lib install
- sed -i -e '/INSTALL.* -S .*LIBNAME/d' \
- include/buildmacros || die "sed symlinks"
- eautoconf
-}
-
-src_compile() {
- export DEBUG=-DNDEBUG
- export OPTIMIZER=${CFLAGS}
- unset PLATFORM # if set in user env, this breaks configure
- econf \
- --bindir=/usr/bin \
- --sbindir=/sbin \
- --libexecdir=/usr/$(get_libdir) \
- $(use_enable nls gettext) \
- || die "config failed"
- emake || die
-}
-
-src_install() {
- emake DIST_ROOT="${D}" install install-dev || die "make install failed"
-
- # shared in /lib, static in /usr/lib, ldscript fun too
- dodir /$(get_libdir)
- mv "${D}"/usr/$(get_libdir)/lib*.so* "${D}"/$(get_libdir)/
- dosym libhandle.so.1 /$(get_libdir)/libhandle.so
- gen_usr_ldscript libhandle.so
-
- prepalldocs
-}