public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: sys-kernel/aufs-sources/
@ 2012-11-13 17:42 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2012-11-13 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     22a004882658b792a87ae12b1b970a74e9ac5714
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 17:42:43 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 17:42:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=22a00488

sys-kernel/aufs-sources: New addition

Package-Manager: portage-2.2.0_alpha142

---
 sys-kernel/aufs-sources/ChangeLog                 |   10 ++++
 sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild |   56 +++++++++++++++++++++
 sys-kernel/aufs-sources/metadata.xml              |   10 ++++
 3 files changed, 76 insertions(+), 0 deletions(-)

diff --git a/sys-kernel/aufs-sources/ChangeLog b/sys-kernel/aufs-sources/ChangeLog
new file mode 100644
index 0000000..3068def
--- /dev/null
+++ b/sys-kernel/aufs-sources/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-kernel/aufs-sources
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*aufs-sources-3.6.6 (13 Nov 2012)
+
+  13 Nov 2012; Justin Lecher <jlec@gentoo.org> +aufs-sources-3.6.6.ebuild,
+  +metadata.xml:
+  New addition
+

diff --git a/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild
new file mode 100644
index 0000000..635cb26
--- /dev/null
+++ b/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.6.6.ebuild,v 1.1 2012/11/06 02:00:57 mpagano Exp $
+
+EAPI=5
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras"
+K_GENPATCHES_VER="8"
+K_DEBLOB_AVAILABLE="1"
+inherit kernel-2 eutils
+detect_version
+detect_arch
+
+AUFS_TARBALL="${P}.tar.xz"
+
+# git archive -v --remote=git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git aufs3.6 ${AUFS_TARBALL}
+AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
+IUSE="deblob"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${AUFS_URI}"
+
+UNIPATCH_LIST="
+	"${WORKDIR}"/aufs3-kbuild.patch
+	"${WORKDIR}"/aufs3-base.patch"
+#	${WORKDIR}/aufs3-proc_map.patch"
+
+src_unpack() {
+	unpack ${AUFS_TARBALL}
+	kernel-2_src_unpack
+}
+
+src_prepare() {
+	cp -i "${WORKDIR}"/include/linux/aufs_type.h include/linux/aufs_type.h || die
+	cp -ri "${WORKDIR}"/{Documentation,fs} . || die
+	sed -i "s:__user::g" include/linux/aufs_type.h || die
+}
+
+src_install() {
+	insinto /usr/include/linux
+	doins include/linux/aufs_type.h
+	kernel-2_src_install
+}
+
+pkg_postinst() {
+	kernel-2_pkg_postinst
+	einfo "For more info on this patchset, and how to report problems, see:"
+	einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+	kernel-2_pkg_postrm
+}

diff --git a/sys-kernel/aufs-sources/metadata.xml b/sys-kernel/aufs-sources/metadata.xml
new file mode 100644
index 0000000..ed52f34
--- /dev/null
+++ b/sys-kernel/aufs-sources/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>maintainer-wanted@gentoo.org</email>
+	</maintainer>
+	<use>
+		<flag name="deblob">Remove binary blobs from kernel sources to provide libre license compliance.</flag>
+	</use>
+</pkgmetadata>


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

* [gentoo-commits] proj/betagarden:master commit in: sys-kernel/aufs-sources/
@ 2012-12-17 11:47 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2012-12-17 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1d75b8952aaf8ffe908fd22aa00ecffd2e679e3f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 11:47:45 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 11:47:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=1d75b895

in cvs
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

---
 sys-kernel/aufs-sources/ChangeLog                 |   10 ----
 sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild |   56 ---------------------
 sys-kernel/aufs-sources/metadata.xml              |   10 ----
 3 files changed, 0 insertions(+), 76 deletions(-)

diff --git a/sys-kernel/aufs-sources/ChangeLog b/sys-kernel/aufs-sources/ChangeLog
deleted file mode 100644
index 3068def..0000000
--- a/sys-kernel/aufs-sources/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for sys-kernel/aufs-sources
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*aufs-sources-3.6.6 (13 Nov 2012)
-
-  13 Nov 2012; Justin Lecher <jlec@gentoo.org> +aufs-sources-3.6.6.ebuild,
-  +metadata.xml:
-  New addition
-

diff --git a/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild
deleted file mode 100644
index 635cb26..0000000
--- a/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.6.6.ebuild,v 1.1 2012/11/06 02:00:57 mpagano Exp $
-
-EAPI=5
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="8"
-K_DEBLOB_AVAILABLE="1"
-inherit kernel-2 eutils
-detect_version
-detect_arch
-
-AUFS_TARBALL="${P}.tar.xz"
-
-# git archive -v --remote=git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git aufs3.6 ${AUFS_TARBALL}
-AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
-IUSE="deblob"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${AUFS_URI}"
-
-UNIPATCH_LIST="
-	"${WORKDIR}"/aufs3-kbuild.patch
-	"${WORKDIR}"/aufs3-base.patch"
-#	${WORKDIR}/aufs3-proc_map.patch"
-
-src_unpack() {
-	unpack ${AUFS_TARBALL}
-	kernel-2_src_unpack
-}
-
-src_prepare() {
-	cp -i "${WORKDIR}"/include/linux/aufs_type.h include/linux/aufs_type.h || die
-	cp -ri "${WORKDIR}"/{Documentation,fs} . || die
-	sed -i "s:__user::g" include/linux/aufs_type.h || die
-}
-
-src_install() {
-	insinto /usr/include/linux
-	doins include/linux/aufs_type.h
-	kernel-2_src_install
-}
-
-pkg_postinst() {
-	kernel-2_pkg_postinst
-	einfo "For more info on this patchset, and how to report problems, see:"
-	einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-	kernel-2_pkg_postrm
-}

diff --git a/sys-kernel/aufs-sources/metadata.xml b/sys-kernel/aufs-sources/metadata.xml
deleted file mode 100644
index ed52f34..0000000
--- a/sys-kernel/aufs-sources/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer>
-		<email>maintainer-wanted@gentoo.org</email>
-	</maintainer>
-	<use>
-		<flag name="deblob">Remove binary blobs from kernel sources to provide libre license compliance.</flag>
-	</use>
-</pkgmetadata>


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

* [gentoo-commits] proj/betagarden:master commit in: sys-kernel/aufs-sources/
@ 2012-12-21 17:49 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2012-12-21 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     890f3861af989851676da962f5b19f4c6085b57f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 26 20:49:03 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 26 20:49:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=890f3861

Moved to tree

---
 sys-kernel/aufs-sources/ChangeLog                 |   13 -----
 sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild |   59 ---------------------
 sys-kernel/aufs-sources/metadata.xml              |   10 ----
 3 files changed, 0 insertions(+), 82 deletions(-)

diff --git a/sys-kernel/aufs-sources/ChangeLog b/sys-kernel/aufs-sources/ChangeLog
deleted file mode 100644
index 42c80a7..0000000
--- a/sys-kernel/aufs-sources/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for sys-kernel/aufs-sources
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  19 Nov 2012; Justin Lecher <jlec@gentoo.org> aufs-sources-3.6.6.ebuild:
-  Add sys-fs/aufs-util as dependency
-
-*aufs-sources-3.6.6 (13 Nov 2012)
-
-  13 Nov 2012; Justin Lecher <jlec@gentoo.org> +aufs-sources-3.6.6.ebuild,
-  +metadata.xml:
-  New addition
-

diff --git a/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild
deleted file mode 100644
index cd4a4cb..0000000
--- a/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.6.6.ebuild,v 1.1 2012/11/06 02:00:57 mpagano Exp $
-
-EAPI=5
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="8"
-K_DEBLOB_AVAILABLE="1"
-inherit kernel-2 eutils
-detect_version
-detect_arch
-
-AUFS_TARBALL="${P}.tar.xz"
-
-# git archive -v --remote=git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git aufs3.6 ${AUFS_TARBALL}
-AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
-
-KEYWORDS="~amd64 ~x86"
-HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
-IUSE="deblob"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${AUFS_URI}"
-
-UNIPATCH_LIST="
-	"${WORKDIR}"/aufs3-kbuild.patch
-	"${WORKDIR}"/aufs3-base.patch"
-#	${WORKDIR}/aufs3-proc_map.patch"
-
-RDEPEND="sys-fs/aufs-util"
-DEPEND=""
-
-src_unpack() {
-	unpack ${AUFS_TARBALL}
-	kernel-2_src_unpack
-}
-
-src_prepare() {
-	cp -i "${WORKDIR}"/include/linux/aufs_type.h include/linux/aufs_type.h || die
-	cp -ri "${WORKDIR}"/{Documentation,fs} . || die
-	sed -i "s:__user::g" include/linux/aufs_type.h || die
-}
-
-src_install() {
-	insinto /usr/include/linux
-	doins include/linux/aufs_type.h
-	kernel-2_src_install
-}
-
-pkg_postinst() {
-	kernel-2_pkg_postinst
-	einfo "For more info on this patchset, and how to report problems, see:"
-	einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-	kernel-2_pkg_postrm
-}

diff --git a/sys-kernel/aufs-sources/metadata.xml b/sys-kernel/aufs-sources/metadata.xml
deleted file mode 100644
index ed52f34..0000000
--- a/sys-kernel/aufs-sources/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer>
-		<email>maintainer-wanted@gentoo.org</email>
-	</maintainer>
-	<use>
-		<flag name="deblob">Remove binary blobs from kernel sources to provide libre license compliance.</flag>
-	</use>
-</pkgmetadata>


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

* [gentoo-commits] proj/betagarden:master commit in: sys-kernel/aufs-sources/
@ 2012-12-21 17:49 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2012-12-21 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     dacbd1045dbfcc71864a2e6830479b523be1a16c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 19 12:34:36 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 19 12:34:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=dacbd104

sys-kernel/aufs-sources: Add sys-fs/aufs-util as dependency

Package-Manager: portage-2.2.0_alpha142

---
 sys-kernel/aufs-sources/ChangeLog                 |    3 +++
 sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/sys-kernel/aufs-sources/ChangeLog b/sys-kernel/aufs-sources/ChangeLog
index 3068def..42c80a7 100644
--- a/sys-kernel/aufs-sources/ChangeLog
+++ b/sys-kernel/aufs-sources/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Nov 2012; Justin Lecher <jlec@gentoo.org> aufs-sources-3.6.6.ebuild:
+  Add sys-fs/aufs-util as dependency
+
 *aufs-sources-3.6.6 (13 Nov 2012)
 
   13 Nov 2012; Justin Lecher <jlec@gentoo.org> +aufs-sources-3.6.6.ebuild,

diff --git a/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild
index 635cb26..cd4a4cb 100644
--- a/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild
+++ b/sys-kernel/aufs-sources/aufs-sources-3.6.6.ebuild
@@ -16,7 +16,7 @@ AUFS_TARBALL="${P}.tar.xz"
 # git archive -v --remote=git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git aufs3.6 ${AUFS_TARBALL}
 AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~x86"
 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/"
 IUSE="deblob"
 
@@ -28,6 +28,9 @@ UNIPATCH_LIST="
 	"${WORKDIR}"/aufs3-base.patch"
 #	${WORKDIR}/aufs3-proc_map.patch"
 
+RDEPEND="sys-fs/aufs-util"
+DEPEND=""
+
 src_unpack() {
 	unpack ${AUFS_TARBALL}
 	kernel-2_src_unpack


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

end of thread, other threads:[~2012-12-21 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 17:49 [gentoo-commits] proj/betagarden:master commit in: sys-kernel/aufs-sources/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2012-12-21 17:49 Justin Lecher
2012-12-17 11:47 Justin Lecher
2012-11-13 17:42 Justin Lecher

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