summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2010-03-06 22:03:27 +0000
committerMark Loeser <halcy0n@gentoo.org>2010-03-06 22:03:27 +0000
commitbb43485e5b5ba6907aaa5d73c03627b28aac590f (patch)
treeedf1888504bc68f470933261c390a034bd867107 /sys-fs
parent do not try to install *.css which are not available, #305543, thanks Christo... (diff)
downloadgentoo-2-bb43485e5b5ba6907aaa5d73c03627b28aac590f.tar.gz
gentoo-2-bb43485e5b5ba6907aaa5d73c03627b28aac590f.tar.bz2
gentoo-2-bb43485e5b5ba6907aaa5d73c03627b28aac590f.zip
Binary files shouldn't be in the tree. Uncompressing small patch
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/aufs2/ChangeLog9
-rw-r--r--sys-fs/aufs2/aufs2-0_p20090916-r1.ebuild6
-rw-r--r--sys-fs/aufs2/files/aufs2-0_p20090916-makefile.patch12
-rw-r--r--sys-fs/aufs2/files/aufs2-0_p20090916-makefile.patch.bz2bin252 -> 0 bytes
4 files changed, 22 insertions, 5 deletions
diff --git a/sys-fs/aufs2/ChangeLog b/sys-fs/aufs2/ChangeLog
index 73c4d94e8e9e..f270c6d9f48d 100644
--- a/sys-fs/aufs2/ChangeLog
+++ b/sys-fs/aufs2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/aufs2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.13 2009/12/18 17:32:10 tommy Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.14 2010/03/06 22:03:26 halcy0n Exp $
+
+ 06 Mar 2010; Mark Loeser <halcy0n@gentoo.org> aufs2-0_p20090916-r1.ebuild,
+ +files/aufs2-0_p20090916-makefile.patch,
+ -files/aufs2-0_p20090916-makefile.patch.bz2:
+ Binary files shouldn't be in the tree. Uncompressing small patch
*aufs2-0_p20091214 (18 Dec 2009)
diff --git a/sys-fs/aufs2/aufs2-0_p20090916-r1.ebuild b/sys-fs/aufs2/aufs2-0_p20090916-r1.ebuild
index e544bf2bb8b4..d32b8f0f5bf0 100644
--- a/sys-fs/aufs2/aufs2-0_p20090916-r1.ebuild
+++ b/sys-fs/aufs2/aufs2-0_p20090916-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20090916-r1.ebuild,v 1.2 2009/11/27 14:14:40 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20090916-r1.ebuild,v 1.3 2010/03/06 22:03:26 halcy0n Exp $
EAPI="2"
@@ -66,7 +66,7 @@ src_prepare() {
cd "${WORKDIR}"/${PN}-util
sed -i "/LDFLAGS += -static -s/d" Makefile || die
- epatch "${FILESDIR}"/{${P}-makefile.patch.bz2,utils-2.6.31.patch}
+ epatch "${FILESDIR}"/{${P}-makefile.patch,utils-2.6.31.patch}
}
src_compile() {
diff --git a/sys-fs/aufs2/files/aufs2-0_p20090916-makefile.patch b/sys-fs/aufs2/files/aufs2-0_p20090916-makefile.patch
new file mode 100644
index 000000000000..091df6b3cb8a
--- /dev/null
+++ b/sys-fs/aufs2/files/aufs2-0_p20090916-makefile.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile b/Makefile
+index 9b8dec7..cca9c4f 100644
+--- a/Makefile
++++ b/Makefile
+@@ -44,6 +44,7 @@ ${BinObj}: %.o: %.c ${LibUtilHdr} ${LibUtil}
+
+ ${LibUtilObj}: %.o: %.c ${LibUtilHdr}
+ ${LibUtil}: ${LibUtil}(${LibUtilObj})
++.NOTPARALLEL: ${LibUtil}
+
+ # this is unnecessary on 64bit system?
+ rdu64.c: rdu.c
diff --git a/sys-fs/aufs2/files/aufs2-0_p20090916-makefile.patch.bz2 b/sys-fs/aufs2/files/aufs2-0_p20090916-makefile.patch.bz2
deleted file mode 100644
index 6d9be72b5b5e..000000000000
--- a/sys-fs/aufs2/files/aufs2-0_p20090916-makefile.patch.bz2
+++ /dev/null
Binary files differ