/[gentoo-x86]/sys-kernel/gentoo-sources/gentoo-sources-3.4.9.ebuild
Gentoo

Contents of /sys-kernel/gentoo-sources/gentoo-sources-3.4.9.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Fri Mar 1 19:14:40 2013 UTC (2 months, 2 weeks ago) by ago
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
FILE REMOVED
Remove old

(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.9.ebuild,v 1.7 2013/03/01 00:26:52 tomwij Exp $
4
5 EAPI="3"
6 ETYPE="sources"
7 K_WANT_GENPATCHES="base extras"
8 K_GENPATCHES_VER="10"
9 K_DEBLOB_AVAILABLE="1"
10 inherit kernel-2
11 detect_version
12 detect_arch
13
14 KEYWORDS="amd64 arm hppa ppc ppc64"
15 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"
16 IUSE="deblob"
17
18 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
19 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
20
21 pkg_postinst() {
22 kernel-2_pkg_postinst
23 einfo "For more info on this patchset, and how to report problems, see:"
24 einfo "${HOMEPAGE}"
25 }
26
27 pkg_postrm() {
28 kernel-2_pkg_postrm
29 }

  ViewVC Help
Powered by ViewVC 1.1.13