summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-09-29 00:24:13 +0000
committerMike Frysinger <vapier@gentoo.org>2008-09-29 00:24:13 +0000
commita1c83493f244cd65c213584f8d235136c29a2c0e (patch)
tree53798c1a99f51b7e726fcdbbdda6832d1ccd8aa6 /sys-fs/xfsprogs
parentarm/s390/sh stable (diff)
downloadhistorical-a1c83493f244cd65c213584f8d235136c29a2c0e.tar.gz
historical-a1c83493f244cd65c213584f8d235136c29a2c0e.tar.bz2
historical-a1c83493f244cd65c213584f8d235136c29a2c0e.zip
old
Diffstat (limited to 'sys-fs/xfsprogs')
-rw-r--r--sys-fs/xfsprogs/files/xfsprogs-2.8.21-LDFLAGS.patch14
-rw-r--r--sys-fs/xfsprogs/files/xfsprogs-2.8.21-kern-types.patch11
-rw-r--r--sys-fs/xfsprogs/xfsprogs-2.9.4.ebuild59
-rw-r--r--sys-fs/xfsprogs/xfsprogs-2.9.5.ebuild58
-rw-r--r--sys-fs/xfsprogs/xfsprogs-2.9.6.ebuild58
5 files changed, 0 insertions, 200 deletions
diff --git a/sys-fs/xfsprogs/files/xfsprogs-2.8.21-LDFLAGS.patch b/sys-fs/xfsprogs/files/xfsprogs-2.8.21-LDFLAGS.patch
deleted file mode 100644
index f5f1ebb74f12..000000000000
--- a/sys-fs/xfsprogs/files/xfsprogs-2.8.21-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/xfsprogs/files/xfsprogs-2.8.21-kern-types.patch b/sys-fs/xfsprogs/files/xfsprogs-2.8.21-kern-types.patch
deleted file mode 100644
index dd451ac42153..000000000000
--- a/sys-fs/xfsprogs/files/xfsprogs-2.8.21-kern-types.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xfsprogs-2.8.21/configure.in.orig 2007-03-16 02:40:23.000000000 +0000
-+++ xfsprogs-2.8.21/configure.in 2007-06-09 15:39:09.282258693 +0000
-@@ -57,7 +57,7 @@
-
- AC_TYPE_PSINT
- AC_TYPE_PSUNSIGNED
--AC_TYPE_U32
-+AC_CHECK_TYPES(__u32,,,[#include <asm/types.h>])
- AC_SIZEOF_POINTERS_AND_LONG
- AC_MANUAL_FORMAT
-
diff --git a/sys-fs/xfsprogs/xfsprogs-2.9.4.ebuild b/sys-fs/xfsprogs/xfsprogs-2.9.4.ebuild
deleted file mode 100644
index f58c4d1a5b4e..000000000000
--- a/sys-fs/xfsprogs/xfsprogs-2.9.4.ebuild
+++ /dev/null
@@ -1,59 +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/xfsprogs/xfsprogs-2.9.4.ebuild,v 1.11 2007/12/12 00:01:40 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/download/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.8.18-symlinks.patch #166729
- epatch "${FILESDIR}"/${PN}-2.8.21-kern-types.patch #131483
- 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.9.5.ebuild b/sys-fs/xfsprogs/xfsprogs-2.9.5.ebuild
deleted file mode 100644
index abe7507cba65..000000000000
--- a/sys-fs/xfsprogs/xfsprogs-2.9.5.ebuild
+++ /dev/null
@@ -1,58 +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.9.5.ebuild,v 1.8 2008/03/16 08:35:30 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/download/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.8.18-symlinks.patch #166729
- 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.9.6.ebuild b/sys-fs/xfsprogs/xfsprogs-2.9.6.ebuild
deleted file mode 100644
index ebda6e333a0a..000000000000
--- a/sys-fs/xfsprogs/xfsprogs-2.9.6.ebuild
+++ /dev/null
@@ -1,58 +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.9.6.ebuild,v 1.1 2008/02/23 04:24:56 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/download/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.8.18-symlinks.patch #166729
- 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
-}