summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-20 06:18:13 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-20 06:18:13 +0000
commit4463e8a2416fb5b2598c324849780ad55d303bce (patch)
tree81460aeaf75f33687815ac35512a69640925d995 /sys-kernel/sh-sources/sh-sources-2.6.14.ebuild
parentia64 stable for #111133 (diff)
downloadgentoo-2-4463e8a2416fb5b2598c324849780ad55d303bce.tar.gz
gentoo-2-4463e8a2416fb5b2598c324849780ad55d303bce.tar.bz2
gentoo-2-4463e8a2416fb5b2598c324849780ad55d303bce.zip
Version bump.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-kernel/sh-sources/sh-sources-2.6.14.ebuild')
-rw-r--r--sys-kernel/sh-sources/sh-sources-2.6.14.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/sys-kernel/sh-sources/sh-sources-2.6.14.ebuild b/sys-kernel/sh-sources/sh-sources-2.6.14.ebuild
new file mode 100644
index 000000000000..0d25cf275c26
--- /dev/null
+++ b/sys-kernel/sh-sources/sh-sources-2.6.14.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sh-sources/sh-sources-2.6.14.ebuild,v 1.1 2005/11/20 06:18:13 vapier Exp $
+
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras"
+K_GENPATCHES_VER="3"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+STAMP=20051118
+ARCH_URI="mirror://gentoo/linux-${PV}-sh-${STAMP}.patch.bz2"
+UNIPATCH_LIST="${DISTDIR}/linux-${PV}-sh-${STAMP}.patch.bz2"
+
+DESCRIPTION="Full SuperH sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
+HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+KEYWORDS="-* sh"
+IUSE=""
+
+pkg_postinst() {
+ postinst_sources
+
+ echo
+ einfo "For more info on this patchset, and how to report problems, see:"
+ einfo "${HOMEPAGE}"
+}