mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
* Updated for newer patches
This commit is contained in:
parent
8914daf8af
commit
c06833bd4c
2 changed files with 31 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ DIST linux-2.6.28.tar.bz2 52665364 RMD160 47e8925220e29e239f9478228fc53543c1f7b3
|
|||
DIST pentoo-patches-2.6.23-5.tar.bz2 259058 RMD160 b1465d16caff11460f2ed5cc5dfb481fa59a621c SHA1 d91ed9f40e0782d3d1c8f1075d03a249844c4d9f SHA256 2f6aca99153e6a0dec1a81d7e28a010cd9183aab1ab8df49ad39942926bf4626
|
||||
DIST pentoo-patches-2.6.26-1.tar.bz2 133360 RMD160 cc65bb52adf826cea9ec390b949abc4b7b0b5900 SHA1 a5c13f046282d6b23eaaf26d39f46af098363de2 SHA256 128fd02f247c0dcd8f4a36019e6018ec19e119bb794f124d8e26b7cc619a00b7
|
||||
DIST pentoo-patches-2.6.28-1.tar.bz2 140670 RMD160 20893011f0f7c5bd26034686e94ca905e7e31b5d SHA1 4ef49a2e6ccd41849cf4d7e8cc789d204e841806 SHA256 9923680474e6e6e87879aaf4bd443d149eaffc2448f6682968100c476728c9c6
|
||||
DIST pentoo-patches-2.6.28-2.tar.bz2 141269 RMD160 05f54f5ea8ff94387d387316ab89da9098dca0ba SHA1 964ed26768de46e085354b04afad9b15bb38a719 SHA256 9ee18458e228be23072c3342a553e58e3e5823aef463d382448b005ccd77f8ce
|
||||
EBUILD pentoo-sources-2.6.23-r5.ebuild 864 RMD160 1021113f3c73dfbaa0ad7ad7feb2fae4a6af78ee SHA1 e443fd4faa12a47671e0a267ff210ce5a794139f SHA256 5f4cd1d90637fd0529d25db9236c90257d361f58cb45687d9550b62733a5a6ef
|
||||
EBUILD pentoo-sources-2.6.26.ebuild 861 RMD160 7b0b227dc586efe9fef4954db111b87cc65e7b46 SHA1 75263c55ceee54be67965c98b9539416cb76b44c SHA256 b05c308dbfc96069122e5eb00a0dcb072f1f12174811744c952b6b2ef09f8e69
|
||||
EBUILD pentoo-sources-2.6.28-r1.ebuild 863 RMD160 9ca568794833ffbf35ee84c93cc72ce7fa7a0a5f SHA1 ce9a1e14cb2c7dd563b96e3fc2a01ce5b753faef SHA256 484eeb4a7c1105b95611b79142a405830979523019e5a6443f0ea6617136f700
|
||||
EBUILD pentoo-sources-2.6.28.ebuild 863 RMD160 b9a884f47177a6151a1d8833abe63e7635211d1d SHA1 ea14a67af6a8efbe202dba7fb6c656a9bcff7439 SHA256 a79917753db774157f84401fd9aea36bc8dabd8b865db3d9c89970ce91459a83
|
||||
|
|
|
|||
29
sys-kernel/pentoo-sources/pentoo-sources-2.6.28-r1.ebuild
Normal file
29
sys-kernel/pentoo-sources/pentoo-sources-2.6.28-r1.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
ETYPE="sources"
|
||||
K_WANT_GENPATCHES="base"
|
||||
K_GENPATCHES_VER="1"
|
||||
inherit kernel-2
|
||||
detect_version
|
||||
detect_arch
|
||||
K_SECURITY_UNSUPPORTED="1"
|
||||
|
||||
KEYWORDS="amd64 hppa ~ia64 ppc ppc64 sparc x86"
|
||||
HOMEPAGE="http://dev.pentoo.ch/~grimmlin/penpatches"
|
||||
|
||||
DESCRIPTION="Full sources including the Pentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
||||
|
||||
PENPATCHES_VER="2"
|
||||
PENPATCHES="pentoo-patches-${PV}-${PENPATCHES_VER}.tar.bz2"
|
||||
PENPATCHES_URI="http://dev.pentoo.ch/~grimmlin/penpatches/${PENPATCHES}"
|
||||
|
||||
UNIPATCH_LIST="${DISTDIR}/${PENPATCHES}"
|
||||
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${PENPATCHES_URI}"
|
||||
|
||||
pkg_postinst() {
|
||||
kernel-2_pkg_postinst
|
||||
einfo "For more info on this patchset, and how to report problems, see:"
|
||||
einfo "${HOMEPAGE}"
|
||||
}
|
||||
Loading…
Reference in a new issue