backbone-sources 3.10.11 and 3.11 added

This commit is contained in:
Kolan Sh 2013-09-09 11:09:35 +04:00
parent 2f348d150e
commit db38f971ae
3 changed files with 66 additions and 0 deletions

View File

@ -1,2 +1,4 @@
DIST linux-3.10.10-backbone 113423565 SHA256 bafb06525602d29f10dd02cecf29dd1181d59812aed8aad9f067b768dd4254a0 SHA512 19459afb0da5b3680408f746531f22377f89a72496f0093532511a64a7e80ba416bfc53a8b135674116498f0e8c9696b7c527dbb1c37468cd4349a8dce94fd8d WHIRLPOOL 35f979a5eae01342d6d0ab6d8fee99846647e25318db05d48bdfd466fd1e6a3a413a12e946d1f2155868d1fa78b24f4b87eb5e08006c7272ff6c67251d72e2c4
DIST linux-3.10.11-backbone 113425588 SHA256 f87696f0fb51a50a1b3cc9e0a1fbc263f0480da51a6b39f5ff72d32128d7f109 SHA512 0c72292af50721f01a9de93e8800e070dee6a9cfb594def417abe8e4d3fa771e810693cf979600295f2dbe23d52bafe0b5de920b8ad23fe1d7d4abe8d559d959 WHIRLPOOL a17399daf245fe36f7a239c25d2427951727fa7fbeeeebe72336f4051d1908514992cb50990b068fec7a75f27e19be28c2e941ff927d5732518e69c0210d2b3e
DIST linux-3.10.9-backbone 113416054 SHA256 12d384eca89eb4bbf604c0e39846624989087a6ca5d95239a1f0bc7f83b7de22 SHA512 95c281618c41518d24928fd98f649ee83acab8d5800c8faaba3590d8b13d51394e0b2a6eb93ed7f8f71dd0237307ca91927dd7fdb6cd29e96d200334984c8310 WHIRLPOOL 3d184bd09e45f945d5e7c52c884dbb1324e78f20e32948c4c40d8a7f57081f7c5b71f630a5c8b915e26db9b6a533b6e95733efef82afed68cbd312bbcee3020e
DIST linux-3.11-backbone 116303803 SHA256 2a5a97d339249b196337a1bc3657eea78edcb5738ddda9e89abe862ed0ff796f SHA512 46ff7036b3cf7c6cc2ebf626fd13a3d688e8e967fca98450a0bd9d290fdffdc3d5d64eb93e4088874399eff31507711eeb6a74e03a6b9d10091678ca608460ca WHIRLPOOL 0cc811befdd2cfa2259f26c68342e8b8c0432cae1f4ebfe13eb66dc1c8a55ed24342e5b68ae430866918d0315a47a856174977435554f47284da4266b63d9e42

View File

@ -0,0 +1,32 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
ETYPE="sources"
inherit kernel-2
detect_version
detect_arch
KEYWORDS="-* ~amd64 ~x86"
HOMEPAGE="https://git.backbone.ws/linux/backbone-sources"
SLOT="3.10.11"
PROVIDE="virtual/linux-sources"
DESCRIPTION="Full kernel sources including Zen, TuxOnIce, Gcc, cjktty for ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="https://git.backbone.ws/linux/backbone-sources/archive-tarball/linux-${PVR}-backbone"
src_unpack() {
tar -xf ${DISTDIR}/linux-${PVR}-backbone
mv ${WORKDIR}/linux-backbone-sources ${WORKDIR}/linux-${PVR}-backbone
}
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
}

View File

@ -0,0 +1,32 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
ETYPE="sources"
inherit kernel-2
detect_version
detect_arch
KEYWORDS="-* ~amd64 ~x86"
HOMEPAGE="https://git.backbone.ws/linux/backbone-sources"
SLOT="3.11"
PROVIDE="virtual/linux-sources"
DESCRIPTION="Full kernel sources including Zen, TuxOnIce, Gcc, cjktty for ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="https://git.backbone.ws/linux/backbone-sources/archive-tarball/linux-${PVR}-backbone"
src_unpack() {
tar -xf ${DISTDIR}/linux-${PVR}-backbone
mv ${WORKDIR}/linux-backbone-sources ${WORKDIR}/linux-${PVR}-backbone
}
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
}