mpentoo-sources: remove old and unneeded sources

This commit is contained in:
Zero_Chaos 2013-01-11 21:12:02 +00:00
parent fea901a412
commit 025bf93cf4
2 changed files with 0 additions and 41 deletions

View file

@ -1,2 +0,0 @@
DIST linux-2.6.37.tar.gz 93867884 RMD160 064df99118dd8949691f962abcda0789c1f842ed SHA1 b3068ec4a117d2f7ecb3bbe99afb5b834ae3b9f8 SHA256 d8311d66024bdf17664477af2bdbba2bd915fb326ad1ebb9da2cd7135ad1c756
EBUILD mpentoo-sources-2.6.37.ebuild 923 RMD160 a8fe7180538b9cdbab892a372177b608da676248 SHA1 aa83f4a576e52a1f1be17d6153c59006fb6cefe2 SHA256 0fbe811c39b9e10508f9aa722bfc6435f5ccdf3d3d56472767d4d5d41366e729

View file

@ -1,39 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=1
ETYPE="sources"
#K_WANT_GENPATCHES="base extras"
#K_GENPATCHES_VER="5"
#PENPATCHES_VER="3"
inherit kernel-2
detect_version
detect_arch
K_SECURITY_UNSUPPORTED="1"
KEYWORDS="arm"
HOMEPAGE="http://dev.pentoo.ch/~grimmlin/n900"
IUSE=""
DESCRIPTION="Full sources from meego for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="http://dev.pentoo.ch/~grimmlin/n900/linux-2.6.37.tar.gz"
src_unpack() {
cd "${WORKDIR}"
unpack "${A}"
if [[ -d "linux" ]]; then
mv linux linux-${KV_FULL} \
|| die "Unable to move source tree to ${KV_FULL}."
elif [[ "${OKV}" != "${KV_FULL}" ]]; then
mv linux-${OKV} linux-${KV_FULL} \
|| die "Unable to move source tree to ${KV_FULL}."
fi
cd "${S}"
# remove all backup files
find . -iname "*~" -exec rm {} \; 2> /dev/null
unpack_set_extraversion
}