sys-kernel/geos_one-sources: Bump genpatches
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2116 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
05b3d94f6a
commit
8e6dcfc7cf
@ -2,6 +2,10 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
25 Apr 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+geos_one-sources-2.6.33-r1.ebuild:
|
||||
Bump genpatches
|
||||
|
||||
05 Apr 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
geos_one-sources-2.6.33.ebuild:
|
||||
add ls-xhl patch
|
||||
|
@ -40,5 +40,5 @@ EBUILD geos_one-sources-2.6.32-r3.ebuild 1498 RMD160 14d258105056d4ec09d16fb7b47
|
||||
EBUILD geos_one-sources-2.6.32.ebuild 1498 RMD160 7d6b2c1a43c0bc810b91e32ad07bb22d9720bf4f SHA1 923c8666b891c84ef5819a4de62728ab3ca1c167 SHA256 37293dc6fd4aaa465bfbed327c5350d7ca122aefc2651ff8af232a6e90f550ef
|
||||
EBUILD geos_one-sources-2.6.33-r1.ebuild 1551 RMD160 ed9678de641d03b55de1439016785189d3b0f9f4 SHA1 7bf5f90cbd6afe4066dfb82426678596ed3da067 SHA256 e69896e1c0d8e7afd203a092990acab5a0b1a74e83d0e072e3a46b83f5da8455
|
||||
EBUILD geos_one-sources-2.6.33.ebuild 1471 RMD160 43ac0d209153c225099eb3df0759365e0fdd7ea2 SHA1 994fabb15b2e26e9ad4164e6430920460decaa61 SHA256 ef380b5fb98f76c3b323631471899939697da94ff2844bb370544665f9dcdc9b
|
||||
MISC ChangeLog 10325 RMD160 4b3c5f91f1f9031b264e440687af080a6893fe46 SHA1 22b2bbb472898d377ac0bfc3c32644a9fa3bd40c SHA256 c60e1eaaf8651a61ced1ed0e40b227479a8639e1fc29f034ac42ffd9cd1640d7
|
||||
MISC ChangeLog 10433 RMD160 cc0515ac317f205989f46a2e07c6b0f1767fb234 SHA1 7b336a2288318a6dd0e5635ba34489822a5ba395 SHA256 5fa7a140c3135ad853cb2b19a421226e537b3b29daa416dfee059ae2823a7eb6
|
||||
MISC metadata.xml 413 RMD160 7e4e48d47e48804072f4ce93e1948fda82433a90 SHA1 cd61cf36ba79f6635ab7b7957f31609ecf52cc90 SHA256 74fe6520890eaf800a1759f3e4f772fd0e433e5de9cf775a50c7af95b199518b
|
||||
|
@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
ETYPE="sources"
|
||||
K_WANT_GENPATCHES="base extras"
|
||||
K_GENPATCHES_VER="2"
|
||||
|
||||
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-p3"
|
||||
GOPATCHES="geos_one-patches-${PV}-${GOPATCHES_VER}.tar.bz2"
|
||||
GOPATCHES_URI="http://ftp.disconnected-by-peer.at/go/${GOPATCHES}"
|
||||
|
||||
inherit kernel-2
|
||||
detect_version
|
||||
detect_arch
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~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="4200_fbcondecor-0.9.6.patch 6012_thinkpad-acpi-0.24-20100220_v2.6.33.patch 6019_linux-2.6.33-imq-test1.diff"
|
||||
|
||||
src_unpack() {
|
||||
kernel-2_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."
|
||||
}
|
Loading…
Reference in New Issue
Block a user