mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
odroid-sources: I hate dealing with git branches so let portage do it
This commit is contained in:
parent
6c9dc7c979
commit
3d943acb9f
2 changed files with 22 additions and 0 deletions
1
sys-kernel/odroid-sources/Manifest
Normal file
1
sys-kernel/odroid-sources/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD odroid-sources-9999.ebuild 485 SHA256 4eca347d061293c55b6fe210f1aa6f387774f7a1fff24f8a9c53b6d0377590e8 SHA512 39b3557eb02309a8ac0a7ea32f17c07d16bcb6408d70959d9923d565a38073c5350d2d25a42f436f4504c642569887a1ed8f6a1cb75b44595d6ebc43d14eb0be WHIRLPOOL 3521df6d305be67235e6d12aa4916b016657bc778f044fb11136e9f997939e0f5b3dcf87821f582f73eda6044098dcdd946efc4736d63421b620b0c1ac2e7f8e
|
||||
21
sys-kernel/odroid-sources/odroid-sources-9999.ebuild
Normal file
21
sys-kernel/odroid-sources/odroid-sources-9999.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
#K_NOUSENAME="yes"
|
||||
#K_NOSETEXTRAVERSION="yes"
|
||||
K_SECURITY_UNSUPPORTED="1"
|
||||
K_DEBLOB_AVAILABLE="1"
|
||||
ETYPE="sources"
|
||||
CKV='3.0.99'
|
||||
inherit kernel-2 git-2
|
||||
detect_version
|
||||
|
||||
DESCRIPTION="Full sources for the Linux kernel"
|
||||
HOMEPAGE="http://www.kernel.org"
|
||||
EGIT_REPO_URI="https://github.com/hardkernel/linux.git"
|
||||
EGIT_BRANCH="odroid-3.0.y"
|
||||
|
||||
KEYWORDS=""
|
||||
IUSE="deblob"
|
||||
Loading…
Reference in a new issue