sys-kernel/raspberrypi-sources: Add new versions

Also migrate all to git-r3 eclass

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Alexey Shvetsov
2017-10-01 08:44:31 +03:00
parent c40af766d9
commit 52b506bae2
7 changed files with 65 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ inherit kernel-2
detect_version
detect_arch
inherit git-2 versionator
inherit git-r3 versionator
EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
EGIT_PROJECT="raspberrypi-linux.git"
EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
@@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
KEYWORDS=""
src_unpack() {
git-2_src_unpack
git-r3_src_unpack
unpack_set_extraversion
}

View File

@@ -11,7 +11,7 @@ inherit kernel-2
detect_version
detect_arch
inherit git-2 versionator
inherit git-r3 versionator
EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
EGIT_PROJECT="raspberrypi-linux.git"
EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
@@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
KEYWORDS=""
src_unpack() {
git-2_src_unpack
git-r3_src_unpack
unpack_set_extraversion
}

View File

@@ -11,7 +11,7 @@ inherit kernel-2
detect_version
detect_arch
inherit git-2 versionator
inherit git-r3 versionator
EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
EGIT_PROJECT="raspberrypi-linux.git"
EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
@@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
KEYWORDS=""
src_unpack() {
git-2_src_unpack
git-r3_src_unpack
unpack_set_extraversion
}

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
ETYPE=sources
K_DEFCONFIG="bcmrpi_defconfig"
K_SECURITY_UNSUPPORTED=1
EXTRAVERSION="-${PN}/-*"
inherit kernel-2
detect_version
detect_arch
inherit git-r3 versionator
EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
EGIT_PROJECT="raspberrypi-linux.git"
EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
DESCRIPTION="Raspberry PI kernel sources"
HOMEPAGE="https://github.com/raspberrypi/linux"
KEYWORDS=""
src_unpack() {
git-r3_src_unpack
unpack_set_extraversion
}

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
ETYPE=sources
K_DEFCONFIG="bcmrpi_defconfig"
K_SECURITY_UNSUPPORTED=1
EXTRAVERSION="-${PN}/-*"
inherit kernel-2
detect_version
detect_arch
inherit git-r3 versionator
EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
EGIT_PROJECT="raspberrypi-linux.git"
EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
DESCRIPTION="Raspberry PI kernel sources"
HOMEPAGE="https://github.com/raspberrypi/linux"
KEYWORDS=""
src_unpack() {
git-r3_src_unpack
unpack_set_extraversion
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ inherit kernel-2
detect_version
detect_arch
inherit git-2 versionator
inherit git-r3 versionator
EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
EGIT_PROJECT="raspberrypi-linux.git"
EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
@@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
KEYWORDS=""
src_unpack() {
git-2_src_unpack
git-r3_src_unpack
unpack_set_extraversion
}

View File

@@ -11,7 +11,7 @@ inherit kernel-2
detect_version
detect_arch
inherit git-2 versionator
inherit git-r3 versionator
EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
EGIT_PROJECT="raspberrypi-linux.git"
EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
@@ -22,6 +22,6 @@ HOMEPAGE="https://github.com/raspberrypi/linux"
KEYWORDS=""
src_unpack() {
git-2_src_unpack
git-r3_src_unpack
unpack_set_extraversion
}