summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-06 22:41:41 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-06 22:41:41 +0000
commit7265f71e5554a0b5c012b81207dd6bcba1e56a49 (patch)
tree1bf16b834c58f7513357f86d62a312e6f8e5473a /sys-kernel/sh-sources/sh-sources-2.6.13.ebuild
parentparent profile says virtual/linux-sources:sparc-sources, so remove duplicate ... (diff)
downloadhistorical-7265f71e5554a0b5c012b81207dd6bcba1e56a49.tar.gz
historical-7265f71e5554a0b5c012b81207dd6bcba1e56a49.tar.bz2
historical-7265f71e5554a0b5c012b81207dd6bcba1e56a49.zip
initial import
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'sys-kernel/sh-sources/sh-sources-2.6.13.ebuild')
-rw-r--r--sys-kernel/sh-sources/sh-sources-2.6.13.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/sys-kernel/sh-sources/sh-sources-2.6.13.ebuild b/sys-kernel/sh-sources/sh-sources-2.6.13.ebuild
new file mode 100644
index 000000000000..513b5636eafe
--- /dev/null
+++ b/sys-kernel/sh-sources/sh-sources-2.6.13.ebuild
@@ -0,0 +1,29 @@
+# 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.13.ebuild,v 1.1 2005/10/06 22:41:41 vapier Exp $
+
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras"
+K_GENPATCHES_VER="5"
+inherit kernel-2
+detect_version
+detect_arch
+
+STAMP=20051006
+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}"
+}