remove old sources

This commit is contained in:
Mario Fetka 2013-11-06 12:05:35 +01:00
parent 90bd1d78e2
commit 01da7573bd
3 changed files with 0 additions and 44 deletions

View File

@ -1,10 +0,0 @@
# ChangeLog for sys-kernel/omap4-sources
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*omap4-sources-3.5.0.213.20 (26 Oct 2012)
26 Oct 2012; Mario Fetka <mario.fetka@gmail.com>
+omap4-sources-3.5.0.213.20.ebuild:
Bump

View File

@ -1,3 +0,0 @@
DIST linux-ti-omap4_3.5.0-213.20.tar.gz 108447454 SHA256 e038f1e88821c8a90d571b90c84c59c0cd0b7479c9a9d778fd981e085a7c9381 SHA512 c9b4ecab6034ec9fb0aef74a8d26266980294d057a52ab2ca1343ca0626dd65b8410f8832483da3c84421fdf3afca0b7e4ab7a3e1151ef2aa7776eb5a34d63fd WHIRLPOOL 9759ba4209c9e3fed977423bb263b1ee84645b963726aeee01c6bd04eae84ff9156a779d657d420bd2c9bd8887bc62b283114e4b0f5ff91576dcb500c66d612f
EBUILD omap4-sources-3.5.0.213.20.ebuild 570 SHA256 513210abc4474348b1f3ec1de4b16915354104c40a2cd47056b0c34fc2b74506 SHA512 018b96b1d332a7c6bc67dfca494e4cc3a7ca6830c9d1269df0b2e702335a547068e7293ccb48b6af7d871a8a8182074783e04b6033241bfb40a30c48d9fd9ef2 WHIRLPOOL 50c18877dd12d44dd55cd06679d476eff8cb59db13f59f3baee8d8b6f907c386d5b7a876f5ea438a96b0a9f1484c2f5fc0e44b3e13f907a28693dfb3856956aa
MISC ChangeLog 265 SHA256 baa55a4683f4db149aeeb3ee449c330f14872c33a41f9888fcf2c263ca684188 SHA512 32b88fd3be1875cb1af370fa6a3b3749ea811e8a2f3cfc945d434d8a3ce8b359f3ad04263225e34cec7c82ef99425559494f7b7c5edd1ba780c3d3479ece5728 WHIRLPOOL b872f7b9880f101b0e936fa02b7749c86a8d04866f456158b3f636136f890f36c6951c40d3f8d8032dd6ee791e7a65a74f417a72f9fbef8c933c00983ca9f74d

View File

@ -1,31 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
ETYPE="sources"
inherit kernel-2 versionator
detect_version
MY_PV="$(get_version_component_range 1-3)-$(get_version_component_range 4-5)"
DESCRIPTION="OMAP4 sources"
HOMEPAGE=""
SRC_URI="http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-ti-omap4/linux-ti-omap4_${MY_PV}.tar.gz"
KEYWORDS="arm"
S="${WORKDIR}"
src_unpack() {
unpack ${A}
mv ubuntu-* linux-${PV}-omap4
}
src_install() {
insinto /usr/src/
doins -r linux-${PV}-omap4
}