mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
n900-sources: they are buggy and obsolete, will add again once I cleaned them up
This commit is contained in:
parent
8b664e97b3
commit
f043723d68
2 changed files with 0 additions and 45 deletions
|
|
@ -1,4 +0,0 @@
|
|||
DIST genpatches-2.6.28-7.extras.tar.bz2 42243 RMD160 d83c72599a0718c605433040d26ca2eec8dbff11 SHA1 2504ac8a94fa163cc15d819ab84b0a0a984114ea SHA256 f40b1ec84f4c9ba5808854d9b9f79af725e728fef223cc38b4db5f59c7e9a80a
|
||||
DIST linux-2.6.28.tar.bz2 55008963 RMD160 0c3809636f5edaebb534abd95a169b6c4a97cfa9 SHA1 5586961868370ece562c812b6beb0930b9723153 SHA256 f22ed5f74ffef65e609c169335226eb9f0c7b98d07830e269c0c0db639504ac1
|
||||
DIST penpatches-2.6.28-5.tar.bz2 153474 RMD160 116defdbc5f3696f18b1d7de5b0370fb01fa34d9 SHA1 de1b91537b41439833d9c4d7247cb59104e94e82 SHA256 ca12b54b8a2cca06f8b8cd7c1511de0c7ccb4b68c624db5f9d34143ed6cc9ce2
|
||||
EBUILD n900-sources-2.6.28.ebuild 1025 RMD160 c1d550e6c0cb752a8dccec1580b0a661556ae529 SHA1 a7376fc6a5b946f76aa34800d68bcdee4c539893 SHA256 e0d3292a9f3b12cef2f11fa6cbf08dd5a5ffcb60f12df50766eeb65acc697e5c
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
|
||||
ETYPE="sources"
|
||||
K_WANT_GENPATCHES="extras"
|
||||
K_GENPATCHES_VER="7"
|
||||
PENPATCHES_VER="5"
|
||||
|
||||
inherit kernel-2
|
||||
|
||||
detect_version
|
||||
detect_arch
|
||||
K_SECURITY_UNSUPPORTED="1"
|
||||
|
||||
PENPATCHES="penpatches-${PV}-${PENPATCHES_VER}.tar.bz2"
|
||||
PENPATCHES_URI="http://dev.pentoo.ch/~grimmlin/penpatches/${PENPATCHES}"
|
||||
KERNEL_URI="http://chaox.net/~jens/linux-2.6.28.tar.bz2"
|
||||
|
||||
DESCRIPTION="Full sources including the Pentoo patchset and Nokia N900 patches for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
||||
HOMEPAGE="http://dev.pentoo.ch/~grimmlin/penpatches http://maemo.org"
|
||||
SRC_URI="${PENPATCHES_URI} ${GENPATCHES_URI} ${KERNEL_URI}"
|
||||
UNIPATCH_LIST="${UNIPATCH_LIST} ${DISTDIR}/${PENPATCHES}"
|
||||
RESTRICT="mirror"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~arm"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
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