delete old ebuild

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2645 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-11-01 06:54:17 +00:00
parent 62aa435d44
commit 6fe85224e9
4 changed files with 0 additions and 76 deletions

View File

@ -1,7 +0,0 @@
# ChangeLog for sys-kernel/geos_one_orion5x-sources
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
10 Feb 2010; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
initial package

View File

@ -1,10 +0,0 @@
DIST apparmor-patches-2.6.32-2.3-p1.tar.bz2 37377 RMD160 09410df488783d2ed023937644db30a100cbe284 SHA1 6425f903b675ee0147366ae139d0350d0110407d SHA256 1153e6570cc0bc2bddd701612f9b83c920b2b766911717259de9297651478155
DIST deblob-2.6.32 84094 RMD160 394f46ec5b869638a7bc2e87beb118167c9bd6cb SHA1 1a2a1efb72126609d9e3b9be99ae5be2751efd06 SHA256 de625f0bd221c9c38d4453f1b709622f222d86a0ae9350d2b7b0e17795e6de6d
DIST deblob-check-2.6.32 247608 RMD160 840bf8a229ea79810519eee6241edb85b78a6562 SHA1 d45a24eb16e5ac956c0fcddbc1ac4d67e326c7b8 SHA256 da1aecdf3ab7f1207b90642d303e52262ccc2ed9e49739b729512b88950d17f3
DIST genpatches-2.6.32-4.base.tar.bz2 176587 RMD160 bf80bb33db3252d8c64a41f740d57dee71559bfc SHA1 e282a90bef2ca4da5ad5d282380544f45b115680 SHA256 3e33de8583918c40edc3e0eacfaf8b90a5d703708d39626a819e0a0c79fa7284
DIST genpatches-2.6.32-4.extras.tar.bz2 24907 RMD160 eeec9ff9413181898d3d237be297f6429f2ec995 SHA1 59fb77c4b30cbf817cbcf97a73c5202ea3dcb6d3 SHA256 a37454100106e4e725ac92e5dac488c7dad5af765a90ce04e2cee9f47b37dd9e
DIST geos_one-patches-2.6.32-2-p7.tar.bz2 791083 RMD160 8b1bc4d1174be84aeb156dbe5fba9c822a392cb7 SHA1 63dea277f5c614133a9a18a565aa8e0a305a4650 SHA256 771d256304ea901dfaef4b091d9b4019e0c0675215e975bdff034298c4e8a298
DIST linux-2.6.32.tar.bz2 64424138 RMD160 b93742cbaf8174f2200d2dbef0d47a26c618039c SHA1 410b4fc818023bfef60064e973ff0ab46d3bfb19 SHA256 5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e
EBUILD geos_one_orion5x-sources-2.6.32.ebuild 1527 RMD160 3681534a9bf4568d76b7a55aefc91af1084adcc8 SHA1 182023098bd1e134f1b217ef1e62152621e742a6 SHA256 47bfe5d35ac1d10f6739d185d0accda0b7d1cb26327397bf415ac647042e1642
MISC ChangeLog 217 RMD160 8c616143c2738c9c8ca935520c742e742b0ae02c SHA1 65d55703b888a29ed4ef66fc306dada86a2585ea SHA256 3ad5b78581c6b942ae2e42b33854f7471bb8243e10427bfe4a5004f8fc61eb1e
MISC metadata.xml 413 RMD160 7e4e48d47e48804072f4ce93e1948fda82433a90 SHA1 cd61cf36ba79f6635ab7b7957f31609ecf52cc90 SHA256 74fe6520890eaf800a1759f3e4f772fd0e433e5de9cf775a50c7af95b199518b

View File

@ -1,48 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="4"
AAPATCHES_VER="2.3-p1"
AAPATCHES="apparmor-patches-${PV}-${AAPATCHES_VER}.tar.bz2"
AAPATCHES_URI="http://ftp.disconnected-by-peer.at/apparmor/${AAPATCHES}"
GOPATCHES_VER="2-p7"
GOPATCHES="geos_one-patches-${PV}-${GOPATCHES_VER}.tar.bz2"
GOPATCHES_URI="http://ftp.disconnected-by-peer.at/go/${GOPATCHES}"
inherit orion5x-kernel
detect_version
detect_arch
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches http://forge.novell.com/modules/xfmod/project/?apparmor"
DESCRIPTION="Full sources including the Gentoo & AppArmor patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${GOPATCHES_URI} ${AAPATCHES_URI}"
UNIPATCH_LIST="${DISTDIR}/${GOPATCHES} ${DISTDIR}/${AAPATCHES} "
#UNIPATCH_EXCLUDE="6012_UnionFS_2.5.1-1-AppArmor_2.3.patch 6013_fix-unionfs-for-2.6.28.1.patch"
src_unpack() {
orion5x-kernel_src_unpack
find "${WORKDIR}" -iname "*.orig" -exec rm {} \; 2> /dev/null
}
pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
einfo
einfo "Make sure that your kernel configuration file is set with:"
einfo " CONFIG_SECURITY=y"
einfo " CONFIG_SECURITY_APPARMOR=y"
einfo "Without these, apparmor will not function."
}

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>linahm</herd>
<maintainer>
<email>mario.fetka@gmail.com</email>
<name>Mario Fetka</name>
<description>Primary Maintainer</description>
</maintainer>
<longdescription lang="en">Patched kernel sources containing. Based on gentoo-sources kernel.</longdescription>
</pkgmetadata>