# ChangeLog for sys-kernel/git-sources
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1262 2011/09/14 16:36:22 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1263 2011/09/14 16:56:53 mpagano Exp $
+
+*git-sources-3.1_rc6 (14 Sep 2011)
+
+ 14 Sep 2011; Michael Pagano <mpagano@gentoo.org> +git-sources-3.1_rc6.ebuild:
+ Version bump
*git-sources-3.1_rc5 (14 Sep 2011)
EBUILD git-sources-3.1_rc4-r2.ebuild 1275 RMD160 7b88596563ac566aa55011b5dcf35c0141fc5c1e SHA1 fc77177c8672808cfb28d915826feaef5d692075 SHA256 a61cef808522bb46b77c1650f372fc65b62d8b62c59dbba16e19a3822cec506b
EBUILD git-sources-3.1_rc4.ebuild 1272 RMD160 82b801c0d7d10d260c1cd1dff00cd97533deb9bd SHA1 c160c3818b99ffaf9cb6a43a9b79ab05b5c21ec5 SHA256 22e84a8e36f1e30df6766c8336510eb1230817c616f9a691c781800029e363db
EBUILD git-sources-3.1_rc5.ebuild 1254 RMD160 c4c209a74bb2bd14d4193a8b0421fe8c7e6f4b3e SHA1 a2d71362cdbd93cf0859f0f888a9f63908ac50f5 SHA256 a202a1251c3a04ebe931beb223483e9de0284fd817ef5a6d0b9a39c6f41d0c70
-MISC ChangeLog 105939 RMD160 ecfd3dd7a4e8d8fa0c8d40f0b175f5d411aa5a84 SHA1 1e97db73123167151070e0fc8a6fba6725dd4916 SHA256 708fedc79496d9543d6c0ec40e7fcdbf469d55c2a5932240df7a2ce7d7b3c3f7
+EBUILD git-sources-3.1_rc6.ebuild 1254 RMD160 b1ce45a9aaa15a897e1d05840c6b76b421070df9 SHA1 8f096a366680d9de3312ba19a425592494327837 SHA256 d98d04981bfb3138280f93cf31396597db83d273b9ea57fba607920162af3514
+MISC ChangeLog 106071 RMD160 5c2e02e9df272c690ca1a90da60fd2548f35a8c4 SHA1 d4e5d18da7ebc2e84b78980b1c5eb8e21099f109 SHA256 8df025dc000b538153b0d4dd1bdee42090932eeb068421b5e07b0dc9c7091a19
MISC metadata.xml 460 RMD160 a96aabd76f2d713116e9c2b131da3a5a2b09065f SHA1 c050d9450624357dfd0db2b82e16717da7cbca29 SHA256 1cb771bf1cf049ed4ecb8b27e0efd74c765fb016a024403abbfa8a956b842b92
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iEYEAREIAAYFAk5w2AwACgkQPDPGULV25OMImACgo8LpaCcA99ILjJZ9NElnCv+7
-4IsAnRtfxdMif9ox/xnfLGrYcIRWaNp7
-=vdpN
+iEYEAREIAAYFAk5w3NYACgkQPDPGULV25ONyOwCgo0KToYqY7tBq2dNSeaBJ3GPw
+kiIAoJUoux2Kp8/Xk/yLIFLwTjO+6p/O
+=ap+L
-----END PGP SIGNATURE-----
--- /dev/null
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.1_rc6.ebuild,v 1.1 2011/09/14 16:56:53 mpagano Exp $
+
+EAPI="4"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE=0
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2 git-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="http://www.kernel.org"
+EGIT_REPO_URI="https://github.com/torvalds/linux.git"
+${PN}_LIVE_COMMIT="${PV}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
+report the problem so it can be fixed in time for the next kernel release."
+
+pkg_postinst() {
+ postinst_sources
+}