public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/aufs-util: aufs-util-3.7-r1.ebuild ChangeLog
@ 2013-01-23  9:17 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-01-23  9:17 UTC (permalink / raw
  To: gentoo-commits

jlec        13/01/23 09:17:13

  Modified:             ChangeLog
  Added:                aufs-util-3.7-r1.ebuild
  Log:
  sys-fs/aufs-util: Do not depend on a kernel source at buildtime, #452996
  
  (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.6                  sys-fs/aufs-util/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	14 Jan 2013 09:17:22 -0000	1.5
+++ ChangeLog	23 Jan 2013 09:17:12 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/aufs-util
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.5 2013/01/14 09:17:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.6 2013/01/23 09:17:12 jlec Exp $
+
+*aufs-util-3.7-r1 (23 Jan 2013)
+
+  23 Jan 2013; Justin Lecher <jlec@gentoo.org> +aufs-util-3.7-r1.ebuild:
+  Do not depend on a kernel source at buildtime, #452996
 
 *aufs-util-3.7 (14 Jan 2013)
 



1.1                  sys-fs/aufs-util/aufs-util-3.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/aufs-util-3.7-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/aufs-util-3.7-r1.ebuild?rev=1.1&content-type=text/plain

Index: aufs-util-3.7-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/aufs-util-3.7-r1.ebuild,v 1.1 2013/01/23 09:17:12 jlec Exp $

EAPI=5

inherit flag-o-matic linux-info multilib toolchain-funcs

AUFS_VERSION=3.7.3
AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"

DESCRIPTION="Utilities are always necessary for aufs"
HOMEPAGE="http://aufs.sourceforge.net/"
SRC_URI="
	${AUFS_URI}
	http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
# git archive -v --prefix=aufs-util-3.7/ \
# --remote=git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git aufs3.0 \
# -o aufs-util-3.7.tar && xz -ve9 aufs-util-3.7.tar

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
	!sys-fs/aufs2
	!sys-fs/aufs3
	sys-kernel/aufs-sources"
DEPEND="${RDEPEND}"

CONFIG_CHECK="~AUFS_FS"
ERROR_AUFS_FS="In order to mount aufs you need to enable CONFIG_AUFS_FS in your kernel"

src_prepare() {
	append-cppflags -I"${WORKDIR}/include"
	sed \
		-e "/LDFLAGS += -static -s/d" \
		-e "/CFLAGS/s:-O::g" \
		-i Makefile || die
	sed \
		-e "s:m 644 -s:m 644:g" \
		-e "s:/usr/lib:/usr/$(get_libdir):g" \
		-i libau/Makefile || die

	sed -i "s:__user::g" "${WORKDIR}"/include/uapi/linux/aufs_type.h || die

	tc-export CC AR
	export HOSTCC=$(tc-getCC)
}





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/aufs-util: aufs-util-3.7-r1.ebuild ChangeLog
@ 2013-01-23 10:02 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-01-23 10:02 UTC (permalink / raw
  To: gentoo-commits

jlec        13/01/23 10:02:41

  Modified:             aufs-util-3.7-r1.ebuild ChangeLog
  Log:
  sys-fs/aufs-util: Don't depend on the kernel sources
  
  (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.2                  sys-fs/aufs-util/aufs-util-3.7-r1.ebuild

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

Index: aufs-util-3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/aufs-util-3.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aufs-util-3.7-r1.ebuild	23 Jan 2013 09:17:12 -0000	1.1
+++ aufs-util-3.7-r1.ebuild	23 Jan 2013 10:02:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/aufs-util-3.7-r1.ebuild,v 1.1 2013/01/23 09:17:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/aufs-util-3.7-r1.ebuild,v 1.2 2013/01/23 10:02:41 jlec Exp $
 
 EAPI=5
 
@@ -26,8 +26,7 @@
 
 RDEPEND="
 	!sys-fs/aufs2
-	!sys-fs/aufs3
-	sys-kernel/aufs-sources"
+	!sys-fs/aufs3"
 DEPEND="${RDEPEND}"
 
 CONFIG_CHECK="~AUFS_FS"



1.7                  sys-fs/aufs-util/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	23 Jan 2013 09:17:12 -0000	1.6
+++ ChangeLog	23 Jan 2013 10:02:41 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/aufs-util
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.6 2013/01/23 09:17:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.7 2013/01/23 10:02:41 jlec Exp $
+
+  23 Jan 2013; Justin Lecher <jlec@gentoo.org> aufs-util-3.7-r1.ebuild:
+  Don't depend on the kernel sources
 
 *aufs-util-3.7-r1 (23 Jan 2013)
 





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

end of thread, other threads:[~2013-01-23 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23  9:17 [gentoo-commits] gentoo-x86 commit in sys-fs/aufs-util: aufs-util-3.7-r1.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-23 10:02 Justin Lecher (jlec)

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