backbone-sources 4.4.3 added.

This commit is contained in:
Kolan Sh 2016-02-26 09:30:01 +03:00
parent b24902d2fd
commit 9c302b5ca2
2 changed files with 34 additions and 0 deletions

View File

@ -12,3 +12,4 @@ DIST linux-backbone-4.0.9-r3.tar.gz 126207829 SHA256 59330aec2339936a509b53ced2b
DIST linux-backbone-4.1.18.tar.gz 127426763 SHA256 faf6fb48fc4f5154e063a88f26fd0939392f2dd29b184b6b5027e9c20b2de95f SHA512 cfe4e3e81653defb4781e6623c2a0b35a58c40c3723da6b6128ee96acdca64775699d4aa42492aff40cf901aa17684c9fa3b449a4677866f2d0d9c38fc39f32a WHIRLPOOL c9a2ee44d408c5448c6269562740cab15fe929f1a612dbdd27a556fefbd4f29b00a69cf1cbcfe03d896b1ff9bfa15c17ceba9b2857495454f3609a855d720769
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.3.tar.gz 134841783 SHA256 1c2416400191d60662d479c919d7e184bb6146e5dddd4a3e389a45b05228e962 SHA512 695f95be69a645ce3b0fabc52080df12552877f174fd79c6e2772a49215e526f992ab05d2b925e13993299ba2a28bb457f2ff6d3f34f316fd276b461b4121cd4 WHIRLPOOL 95d24ebd4fa439a462560f7539feccd45f47a9b4a51417dec16c7c4498f9c42ada71ced1dce3844cc6a3e11f3e43463549a96fbeacb5ac5e13db63bf775554f2

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.4"
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
}