Overlay/sys-kernel/backbone-sources/backbone-sources-5.0.7.ebuild

34 lines
908 B
Bash
Raw Normal View History

2016-02-26 09:30:01 +03:00
# 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/kolan/backbone-sources"
2019-03-15 19:38:45 +03:00
SLOT="5.0"
2016-02-26 09:30:01 +03:00
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/kolan/backbone-sources/archive/v${PVR}.tar.gz -> linux-backbone-${PVR}.tar.gz"
2016-02-26 09:30:01 +03:00
src_unpack() {
tar -xf ${DISTDIR}/linux-backbone-${PVR}.tar.gz
if [[ ${PR} != "r0" ]]; then REV="-${PR}"; fi
2018-03-28 22:00:01 +03:00
mv ${WORKDIR}/backbone-sources ${WORKDIR}/linux-${PV}-backbone${REV}
2016-02-26 09:30:01 +03:00
}
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
}