backbone-sources 4.5.7, 4.6.7, 4.7.6 added.

This commit is contained in:
Kolan Sh 2016-10-04 02:21:57 +03:00
parent 6dd3ccff6b
commit 2bca5a5855
4 changed files with 102 additions and 0 deletions

View File

@ -13,3 +13,6 @@ DIST linux-backbone-4.1.33.tar.gz 127481863 SHA256 a7e58115681626efe2ccfd5514f8f
DIST linux-backbone-4.2.8.tar.gz 132173297 SHA256 2570784065bf8cf19096a0134720f636d128e7e2d9cd17d4bae0b775cf42ed71 SHA512 6d7063fb4cc0020f7d97dabd2fa664802b716c74a284336ae2d7e2e14fa2d49f5602f99ea5a6fc83cb3e8a162717e9816c78485c5ddf779b941a97909cfe2579 WHIRLPOOL b46b4ae1d6e75bfd6ee5d9788ee36ba533658a88974d7cdd688c5576b8181ed585b802c26a6f44b8a27ef709741b923ceb42dc1db3f16b7d73ad5c85c3e943cf
DIST linux-backbone-4.3.6.tar.gz 134271659 SHA256 2abcc5ef23f4258642474cdf497e13f47fdac3835c495bd688d7be47023e4b83 SHA512 4a1fa56860efe6ff6a9f5b4483162eb7d15b4fa05851f51f913dd5cd16fa73ee9c4ca0dbb14116a6d42d2782e4aca68dbff807bdcc430508c6a335dd925de4a4 WHIRLPOOL 3cf6d6295b67a78eaa0a4561771f9b38830bacf00504955146614833f3d84f585facb11a0ad99c0343ddf961b0942a4749458f7d37f2a994d39993d24acace22
DIST linux-backbone-4.4.23-r2.tar.gz 134715822 SHA256 13556331b65aa6c822f9ce368f5a49b6671984407e0ee9f14f637fe8584c852f SHA512 1788dc3e01909616b6a6a568b940da1b9a3adc2c95d4c5e36431d6ccc15f7227725ff203a61220d143223ba10191cd6fa2fb8aad2371005fa0fe354da5846c71 WHIRLPOOL 97b703195944b8fa661dbbccdb84d1a9c8a9401081349ef09aca5bbfb7658377e985b039175593174609413e3c6b81724f23f40ee34c90637277b2c64f0bb494
DIST linux-backbone-4.5.7.tar.gz 136384652 SHA256 4ec88bcb76a5252ce1d3d1fce75575115c87eabc01e435e94b2e026b4d8782bc SHA512 9ebec52bc148135d846011621b40c7959f70821e9ae32e8a7b58f7264ddb65e4b076cc213fb9ee51fce4dce746ed3f61ffa66b97a36f3c49a06a723947d8e554 WHIRLPOOL 1be2b21c7a955735ceedbfd59ccd7a4809f7381041d03df911f950b36c192cbc25bf0ff70299370b170f677a4174b1899a568042fed233002adde63f730d209a
DIST linux-backbone-4.6.7.tar.gz 138028042 SHA256 ce48b67be684ae361a398e389bba49d60eb66408b70cda8d0f036c4701bd9621 SHA512 267f0b60f6ae2b4c41499fed9d802ef5c3502cbb20055c4b31c9a9410d381025cef237d930b33bead9dfc53ed11ed690b75e23971c0ed2a209aaa9a13ee5d255 WHIRLPOOL 0c86d2f89b1482d0c6d8fe163bed0fba4ce1663faca2f65693763fc7d9743bd9c8395f3fb92a79a79824552f48470a943692378c2b0d05b7fe45b46d49c486fa
DIST linux-backbone-4.7.6.tar.gz 139642391 SHA256 c5d4dbae54b00091f0f1cb781b57c6cb1396af00e179dd719749377fc943b768 SHA512 06179f623e9e09357382e2e5712193d41b59612db69b3da4b3a5a601249c7db9fc0b8a799a2e1c61175d00cac3274888200fb675695fb32287949f27ec36c67d WHIRLPOOL 42c1b006ad4b7cab372ada2d8f1c41b74c017e72a03fc6b0884aadfdd8ccafb17ae85f0de3ab6af36596640227463a9982a9265712aa45e5c9af80a33b5f86e4

View File

@ -0,0 +1,33 @@
# 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="4.5"
PROVIDE="virtual/linux-sources"
DESCRIPTION="Full kernel sources including Zen, TuxOnIce, Gcc, BLD, cjktty for ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="https://git.backbone.ws/linux/backbone-sources/archive-tarball/v${PVR}.tgz -> linux-backbone-${PVR}.tar.gz"
src_unpack() {
tar -xf ${DISTDIR}/linux-backbone-${PVR}.tar.gz
if [[ ${PR} != "r0" ]]; then REV="-${PR}"; fi
mv ${WORKDIR}/linux-backbone-sources ${WORKDIR}/linux-${PV}-backbone${REV}
}
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,33 @@
# 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="4.6"
PROVIDE="virtual/linux-sources"
DESCRIPTION="Full kernel sources including Zen, TuxOnIce, Gcc, BLD, cjktty for ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="https://git.backbone.ws/linux/backbone-sources/archive-tarball/v${PVR}.tgz -> linux-backbone-${PVR}.tar.gz"
src_unpack() {
tar -xf ${DISTDIR}/linux-backbone-${PVR}.tar.gz
if [[ ${PR} != "r0" ]]; then REV="-${PR}"; fi
mv ${WORKDIR}/linux-backbone-sources ${WORKDIR}/linux-${PV}-backbone${REV}
}
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,33 @@
# 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="4.7"
PROVIDE="virtual/linux-sources"
DESCRIPTION="Full kernel sources including Zen, TuxOnIce, Gcc, BLD, cjktty for ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="https://git.backbone.ws/linux/backbone-sources/archive-tarball/v${PVR}.tgz -> linux-backbone-${PVR}.tar.gz"
src_unpack() {
tar -xf ${DISTDIR}/linux-backbone-${PVR}.tar.gz
if [[ ${PR} != "r0" ]]; then REV="-${PR}"; fi
mv ${WORKDIR}/linux-backbone-sources ${WORKDIR}/linux-${PV}-backbone${REV}
}
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
}