backbone-sources-3.10.9 added
This commit is contained in:
parent
3510dad449
commit
df31d12e42
|
@ -0,0 +1 @@
|
|||
DIST linux-3.10.9-backbone.tar.gz 113420171 SHA256 23d3d258a07f0ec086b6f433ba009053016c1e72071d0379464a9fae5088b6ec SHA512 cffaee28e9bc34e8c6b51953137ee527aa4081ea776d4a7fb7ed3c779be4ad4f6583c3a608cbd90ee665b3c0a6c4e322ef280ec8dcdea7dd13ccde6b6ac99fbd WHIRLPOOL c16f16c632773d2ba7e45d066a59b7687e3c8e517c59b96581c2ffb8e7a533379437289e7f18f43558c580e9c26a489b88119d3a8d6055a041ff646bc547a399
|
|
@ -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 eutils kernel-2
|
||||
detect_version
|
||||
detect_arch
|
||||
|
||||
KEYWORDS="-* ~amd64 ~x86"
|
||||
HOMEPAGE="https://git.backbone.ws/linux/backbone-sources"
|
||||
IUSE="deblob"
|
||||
SLOT="3.10.9"
|
||||
|
||||
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
|
||||
-> linux-${PVR}-backbone.tar.gz"
|
||||
|
||||
src_unpack() {
|
||||
unpack linux-${PVR}-backbone.tar.gz
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue