* [gentoo-commits] gentoo-x86 commit in sys-fs/aufs3: ChangeLog aufs3-3_p20130114.ebuild aufs3-3_p20121210.ebuild aufs3-3_p20130107.ebuild
@ 2013-01-16 11:46 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-01-16 11:46 UTC (permalink / raw
To: gentoo-commits
jlec 13/01/16 11:46:41
Modified: ChangeLog aufs3-3_p20130114.ebuild
aufs3-3_p20121210.ebuild aufs3-3_p20130107.ebuild
Log:
sys-fs/aufs3: Include suggestion made by Chema Alonso (nimiux), #451988
(Portage version: 2.2.0_alpha153/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.47 sys-fs/aufs3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 16 Jan 2013 09:29:32 -0000 1.46
+++ ChangeLog 16 Jan 2013 11:46:40 -0000 1.47
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/aufs3
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.46 2013/01/16 09:29:32 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.47 2013/01/16 11:46:40 jlec Exp $
+
+ 16 Jan 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20121210.ebuild,
+ aufs3-3_p20130107.ebuild, aufs3-3_p20130114.ebuild:
+ Include suggestion made by Chema Alonso (nimiux), #451988
16 Jan 2013; Chema Alonso <nimiux@gentoo.org> aufs3-3_p20121210.ebuild:
Marked stable for amd64 wrt bug #451988
1.2 sys-fs/aufs3/aufs3-3_p20130114.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130114.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130114.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130114.ebuild?r1=1.1&r2=1.2
Index: aufs3-3_p20130114.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130114.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aufs3-3_p20130114.ebuild 14 Jan 2013 08:55:06 -0000 1.1
+++ aufs3-3_p20130114.ebuild 16 Jan 2013 11:46:40 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130114.ebuild,v 1.1 2013/01/14 08:55:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130114.ebuild,v 1.2 2013/01/16 11:46:40 jlec Exp $
EAPI=5
-inherit eutils flag-o-matic linux-mod multilib toolchain-funcs
+inherit eutils flag-o-matic linux-info linux-mod multilib toolchain-funcs
AUFS_VERSION="${PV%%_p*}"
# highest branch version
@@ -21,7 +21,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug doc fuse pax_kernel hfs inotify kernel-patch nfs ramfs"
+IUSE="debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs"
DEPEND="
dev-util/patchutils
@@ -126,7 +126,7 @@
sed -i "s:__user::g" include/uapi/linux/aufs_type.h || die
fi
- cd "${WORKDIR}"/${P}/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util || die
einfo "Using for utils building branch ${util_branch}"
git checkout -b local-gentoo ${util_branch} || die
@@ -139,7 +139,7 @@
emake CC=$(tc-getCC) LD=$(tc-getLD) LDFLAGS="$(raw-ldflags)" ARCH=$(tc-arch-kernel) CONFIG_AUFS_FS=m KDIR=${KV_OUT_DIR}
- cd "${WORKDIR}"/${P}/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util || die
emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_OUT_DIR} C_INCLUDE_PATH="${S}"/include
}
@@ -154,7 +154,7 @@
dodoc Documentation/filesystems/aufs/README
- cd "${WORKDIR}"/${P}/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util || die
emake DESTDIR="${D}" KDIR=${KV_OUT_DIR} install
newdoc README README-utils
1.4 sys-fs/aufs3/aufs3-3_p20121210.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121210.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121210.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121210.ebuild?r1=1.3&r2=1.4
Index: aufs3-3_p20121210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121210.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- aufs3-3_p20121210.ebuild 16 Jan 2013 09:29:32 -0000 1.3
+++ aufs3-3_p20121210.ebuild 16 Jan 2013 11:46:40 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121210.ebuild,v 1.3 2013/01/16 09:29:32 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121210.ebuild,v 1.4 2013/01/16 11:46:40 jlec Exp $
EAPI=4
-inherit eutils flag-o-matic linux-mod multilib toolchain-funcs
+inherit eutils flag-o-matic linux-info linux-mod multilib toolchain-funcs
AUFS_VERSION="${PV%%_p*}"
# highest branch version
@@ -21,7 +21,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="debug doc fuse pax_kernel hfs inotify kernel-patch nfs ramfs"
+IUSE="debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs"
DEPEND="dev-vcs/git"
RDEPEND="
@@ -116,7 +116,7 @@
sed -i "s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g" Makefile || die
sed -i "s:__user::g" include/linux/aufs_type.h || die
- cd "${WORKDIR}"/${P}/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util || die
einfo "Using for utils building branch ${util_branch}"
git checkout -b local-gentoo ${util_branch} || die
@@ -129,7 +129,7 @@
emake CC=$(tc-getCC) LD=$(tc-getLD) LDFLAGS="$(raw-ldflags)" ARCH=$(tc-arch-kernel) CONFIG_AUFS_FS=m KDIR=${KV_OUT_DIR}
- cd "${WORKDIR}"/${P}/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util || die
emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_OUT_DIR} C_INCLUDE_PATH="${S}"/include
}
@@ -142,7 +142,7 @@
dodoc Documentation/filesystems/aufs/README
- cd "${WORKDIR}"/${P}/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util || die
emake DESTDIR="${D}" KDIR=${KV_OUT_DIR} install
newdoc README README-utils
1.4 sys-fs/aufs3/aufs3-3_p20130107.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130107.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130107.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130107.ebuild?r1=1.3&r2=1.4
Index: aufs3-3_p20130107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130107.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- aufs3-3_p20130107.ebuild 12 Jan 2013 15:19:03 -0000 1.3
+++ aufs3-3_p20130107.ebuild 16 Jan 2013 11:46:40 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130107.ebuild,v 1.3 2013/01/12 15:19:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130107.ebuild,v 1.4 2013/01/16 11:46:40 jlec Exp $
EAPI=4
-inherit eutils flag-o-matic linux-mod multilib toolchain-funcs
+inherit eutils flag-o-matic linux-info linux-mod multilib toolchain-funcs
AUFS_VERSION="${PV%%_p*}"
# highest branch version
@@ -21,7 +21,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug doc fuse pax_kernel hfs inotify kernel-patch nfs ramfs"
+IUSE="debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs"
DEPEND="dev-vcs/git"
RDEPEND="
@@ -120,7 +120,7 @@
sed -i "s:__user::g" include/uapi/linux/aufs_type.h || die
fi
- cd "${WORKDIR}"/${P}/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util || die
einfo "Using for utils building branch ${util_branch}"
git checkout -b local-gentoo ${util_branch} || die
@@ -133,7 +133,7 @@
emake CC=$(tc-getCC) LD=$(tc-getLD) LDFLAGS="$(raw-ldflags)" ARCH=$(tc-arch-kernel) CONFIG_AUFS_FS=m KDIR=${KV_OUT_DIR}
- cd "${WORKDIR}"/${P}/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util || die
emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_OUT_DIR} C_INCLUDE_PATH="${S}"/include
}
@@ -146,7 +146,7 @@
dodoc Documentation/filesystems/aufs/README
- cd "${WORKDIR}"/${P}/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util || die
emake DESTDIR="${D}" KDIR=${KV_OUT_DIR} install
newdoc README README-utils
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-16 11:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 11:46 [gentoo-commits] gentoo-x86 commit in sys-fs/aufs3: ChangeLog aufs3-3_p20130114.ebuild aufs3-3_p20121210.ebuild aufs3-3_p20130107.ebuild 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