backbone-sources 3.10.29, 3.12.10, 3.13.2 added
This commit is contained in:
parent
bd2deda3be
commit
746200951d
|
@ -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="3.10.29"
|
||||
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
|
||||
}
|
|
@ -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="3.12.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/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
|
||||
}
|
|
@ -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="3.13.2"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue