backbone-sources-3.10.10 added

This commit is contained in:
Kolan Sh 2013-08-30 09:35:31 +04:00
parent 262c98aa15
commit de41d69d1f
2 changed files with 33 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST linux-3.10.10-backbone 113417711 SHA256 596192dbcad803d63f7dab6df7c52d18232f88dc1ec2ee17cbf7c3caa3665280 SHA512 c9e3a249fec93341c2bc26e1717fc9733f23f764532a17345f3f99bbc7f8882ca77b13f1f35dfccc6a759d87626d40af7197f51cd308de461bd0212b4b2d8d90 WHIRLPOOL 20a8a1a9d1ae5b4ca7d2d06a1a946c73402675f719a3cdc15361b7ead3d777ae4cb602e09e35c125bffaa1d5373b50c5da353fa9a6d418fde4f4b174d33a39be
DIST linux-3.10.9-backbone 113416054 SHA256 12d384eca89eb4bbf604c0e39846624989087a6ca5d95239a1f0bc7f83b7de22 SHA512 95c281618c41518d24928fd98f649ee83acab8d5800c8faaba3590d8b13d51394e0b2a6eb93ed7f8f71dd0237307ca91927dd7fdb6cd29e96d200334984c8310 WHIRLPOOL 3d184bd09e45f945d5e7c52c884dbb1324e78f20e32948c4c40d8a7f57081f7c5b71f630a5c8b915e26db9b6a533b6e95733efef82afed68cbd312bbcee3020e

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.10"
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/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
}