diff options
author | Michael Weber <xmw@gentoo.org> | 2013-07-22 06:12:32 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-07-22 06:12:32 +0000 |
commit | 2de658153f911e3f131e1b4e5707943b5703555f (patch) | |
tree | e15c26c5a2447c716c45e39f29b6bd347548c67a /sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild | |
parent | x11-libs/cairo: Fix typo, #477690 (diff) | |
download | gentoo-2-2de658153f911e3f131e1b4e5707943b5703555f.tar.gz gentoo-2-2de658153f911e3f131e1b4e5707943b5703555f.tar.bz2 gentoo-2-2de658153f911e3f131e1b4e5707943b5703555f.zip |
sanitize version scheme
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild')
-rw-r--r-- | sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild new file mode 100644 index 000000000000..088364000a22 --- /dev/null +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild,v 1.1 2013/07/22 06:12:32 xmw Exp $ + +EAPI=5 + +ETYPE=sources +K_DEFCONFIG="bcmrpi_cutdown_defconfig" +K_SECURITY_UNSUPPORTED=1 +EXTRAVERSION="-${PN}/-*" +inherit kernel-2 +detect_version +detect_arch + +inherit git-2 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-2_src_unpack + unpack_set_extraversion +} |