public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/aufs2: ChangeLog aufs2-0_p20100524.ebuild
@ 2010-06-05 22:55 Thomas Sachau (tommy)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Sachau (tommy) @ 2010-06-05 22:55 UTC (permalink / raw
  To: gentoo-commits

tommy       10/06/05 22:55:07

  Modified:             ChangeLog aufs2-0_p20100524.ebuild
  Log:
  Fix bug 320959
  (Portage version: 2.2_rc67-r7/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 sys-fs/aufs2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	25 May 2010 16:09:36 -0000	1.21
+++ ChangeLog	5 Jun 2010 22:55:07 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/aufs2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.21 2010/05/25 16:09:36 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.22 2010/06/05 22:55:07 tommy Exp $
+
+  05 Jun 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+  aufs2-0_p20100524.ebuild:
+  Fix bug 320959
 
 *aufs2-0_p20100524 (25 May 2010)
 



1.2                  sys-fs/aufs2/aufs2-0_p20100524.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild?r1=1.1&r2=1.2

Index: aufs2-0_p20100524.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aufs2-0_p20100524.ebuild	25 May 2010 16:09:36 -0000	1.1
+++ aufs2-0_p20100524.ebuild	5 Jun 2010 22:55:07 -0000	1.2
@@ -1,6 +1,6 @@
 # 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_p20100524.ebuild,v 1.1 2010/05/25 16:09:36 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild,v 1.2 2010/06/05 22:55:07 tommy Exp $
 
 EAPI="2"
 
@@ -59,7 +59,8 @@
 		sed -i "s:DEBUG = y:DEBUG =:g" config.mk || die
 	fi
 	if use inotify; then
-		sed -i  "s:HNOTIFY =:HNOTIFY = y:g" config.mk || die
+		sed -i  -e "s:AUFS_HNOTIFY =:AUFS_HNOTIFY = y:g" \
+			-e "s:AUFS_HINOTIFY =:AUFS_HINOTIFY = y:g"  config.mk || die
 	fi
 	if use ramfs; then
 		sed -i  "s:RAMFS =:RAMFS = y:g" config.mk || die






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/aufs2: ChangeLog aufs2-0_p20100524.ebuild
@ 2010-06-22 16:58 Thomas Sachau (tommy)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Sachau (tommy) @ 2010-06-22 16:58 UTC (permalink / raw
  To: gentoo-commits

tommy       10/06/22 16:58:38

  Modified:             ChangeLog aufs2-0_p20100524.ebuild
  Log:
  Fix bug 321653, bug 323029 and a compile error with hardened-sources
  (Portage version: 2.2_rc67-r8/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 sys-fs/aufs2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	5 Jun 2010 22:55:07 -0000	1.22
+++ ChangeLog	22 Jun 2010 16:58:38 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/aufs2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.22 2010/06/05 22:55:07 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.23 2010/06/22 16:58:38 tommy Exp $
+
+  22 Jun 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+  aufs2-0_p20100524.ebuild, +files/pax.patch:
+  Fix bug 321653, bug 323029 and a compile error with hardened-sources
 
   05 Jun 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
   aufs2-0_p20100524.ebuild:



1.3                  sys-fs/aufs2/aufs2-0_p20100524.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild?r1=1.2&r2=1.3

Index: aufs2-0_p20100524.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aufs2-0_p20100524.ebuild	5 Jun 2010 22:55:07 -0000	1.2
+++ aufs2-0_p20100524.ebuild	22 Jun 2010 16:58:38 -0000	1.3
@@ -1,6 +1,6 @@
 # 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_p20100524.ebuild,v 1.2 2010/06/05 22:55:07 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild,v 1.3 2010/06/22 16:58:38 tommy Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug inotify kernel-patch nfs ramfs"
+IUSE="debug inotify hardened kernel-patch nfs ramfs"
 
 DEPEND="dev-vcs/git"
 RDEPEND="!sys-fs/aufs"
@@ -65,6 +65,9 @@
 	if use ramfs; then
 		sed -i  "s:RAMFS =:RAMFS = y:g" config.mk || die
 	fi
+	if use hardened ; then
+		epatch "${FILESDIR}"/pax.patch
+	fi
 
 	cd "${WORKDIR}"/${PN}-util
 	sed -i "/LDFLAGS += -static -s/d" Makefile || die
@@ -86,7 +89,7 @@
 	docinto design
 	dodoc design/*.txt || die
 	cd "${WORKDIR}"/${PN}-util
-	emake DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" KDIR=${KV_DIR} install || die
 	docinto
 	newdoc README README-utils || die
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-22 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-05 22:55 [gentoo-commits] gentoo-x86 commit in sys-fs/aufs2: ChangeLog aufs2-0_p20100524.ebuild Thomas Sachau (tommy)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-22 16:58 Thomas Sachau (tommy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox