| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/Attic/hardened-sources-3.5.4-r1.ebuild,v 1.1 2012/09/21 23:36:37 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/Attic/hardened-sources-3.5.4-r1.ebuild,v 1.2 2012/09/30 13:57:37 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | ETYPE="sources" |
7 | ETYPE="sources" |
| 8 | K_WANT_GENPATCHES="base extras" |
8 | K_WANT_GENPATCHES="base extras" |
| … | |
… | |
| 21 | |
21 | |
| 22 | DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})" |
22 | DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})" |
| 23 | HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" |
23 | HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" |
| 24 | IUSE="deblob" |
24 | IUSE="deblob" |
| 25 | |
25 | |
| 26 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" |
26 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" |
| 27 | |
27 | |
| 28 | RDEPEND=">=sys-devel/gcc-4.5" |
28 | RDEPEND=">=sys-devel/gcc-4.5" |
| 29 | |
29 | |
| 30 | pkg_postinst() { |
30 | pkg_postinst() { |
| 31 | kernel-2_pkg_postinst |
31 | kernel-2_pkg_postinst |