minipli-sources-4.9.74 added

This commit is contained in:
Kolan Sh 2018-01-29 03:07:23 +03:00
parent a3d2c6993d
commit 853cfa9a01
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST linux-minipli-4.9.74.tar.gz 144289334 SHA256 72fc5af8dda9807c351ce53e53d5470d908f6367c08f35b4c12a56a5e98b6497 SHA512 d58ca166b08e8b7fc9c70c1f98998be2991117c25a10b5171a1cddd5ba0c5e486d90da573a98f7b4bd24368466dd89ba3088ef0ab0847e96818801874acc786a WHIRLPOOL 3068b4c8119d73281e9135033e4cd665d9bcdce211a667d238f86f04ea2ba05cd7994b2ec304d10b41bb0f8cd86cff1bf529a1271f70409aca26fe7742407d69

View File

@ -0,0 +1,33 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
ETYPE="sources"
inherit kernel-2
detect_version
detect_arch
KEYWORDS="-* ~amd64 ~x86"
HOMEPAGE="https://github.com/minipli/linux-unofficial_grsec"
SLOT="4.9"
PROVIDE="virtual/linux-sources"
DESCRIPTION="Unofficial forward ports of the last publicly available grsecurity patch for ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="https://github.com/minipli/linux-unofficial_grsec/archive/v${PVR}-unofficial_grsec.tar.gz -> linux-minipli-${PVR}.tar.gz"
src_unpack() {
tar -xf ${DISTDIR}/linux-minipli-${PVR}.tar.gz
if [[ ${PR} != "r0" ]]; then REV="-${PR}"; fi
mv ${WORKDIR}/linux-unofficial_grsec-${PVR}-unofficial_grsec ${WORKDIR}/linux-${PV}-minipli${REV}
}
pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}
pkg_postrm() {
kernel-2_pkg_postrm
}