summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-04-16 17:23:23 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-04-16 17:23:23 +0000
commit618cff1447f3eef802e707bcd7a80adf663b505b (patch)
treeabd12215668f0ac7f818949dae9fa5e26c871e65
parentMarking libpng-1.5.10 ppc for bug 410153 (diff)
downloadhistorical-618cff1447f3eef802e707bcd7a80adf663b505b.tar.gz
historical-618cff1447f3eef802e707bcd7a80adf663b505b.tar.bz2
historical-618cff1447f3eef802e707bcd7a80adf663b505b.zip
remove old
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
-rw-r--r--sys-kernel/pf-sources/ChangeLog8
-rw-r--r--sys-kernel/pf-sources/pf-sources-3.2.1-r2.ebuild58
-rw-r--r--sys-kernel/pf-sources/pf-sources-3.2.2.ebuild57
-rw-r--r--sys-kernel/pf-sources/pf-sources-3.2.3.ebuild62
-rw-r--r--sys-kernel/pf-sources/pf-sources-3.2.4.ebuild70
-rw-r--r--sys-kernel/pf-sources/pf-sources-3.2.5.ebuild70
-rw-r--r--sys-kernel/pf-sources/pf-sources-3.2.6.ebuild70
-rw-r--r--sys-kernel/zen-sources/ChangeLog8
-rw-r--r--sys-kernel/zen-sources/zen-sources-2.6.38_p20110404.ebuild50
-rw-r--r--sys-kernel/zen-sources/zen-sources-2.6.38_p20110501.ebuild50
10 files changed, 13 insertions, 490 deletions
diff --git a/sys-kernel/pf-sources/ChangeLog b/sys-kernel/pf-sources/ChangeLog
index cf57fa6c26f2..8514dfd5310e 100644
--- a/sys-kernel/pf-sources/ChangeLog
+++ b/sys-kernel/pf-sources/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-kernel/pf-sources
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.57 2012/04/16 11:21:03 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.58 2012/04/16 17:22:13 hwoarang Exp $
+
+ 16 Apr 2012; Markos Chandras <hwoarang@gentoo.org>
+ -pf-sources-3.2.1-r2.ebuild, -pf-sources-3.2.2.ebuild,
+ -pf-sources-3.2.3.ebuild, -pf-sources-3.2.4.ebuild, -pf-sources-3.2.5.ebuild,
+ -pf-sources-3.2.6.ebuild:
+ remove old
*pf-sources-3.3.2 (16 Apr 2012)
diff --git a/sys-kernel/pf-sources/pf-sources-3.2.1-r2.ebuild b/sys-kernel/pf-sources/pf-sources-3.2.1-r2.ebuild
deleted file mode 100644
index c0c3d39c69d7..000000000000
--- a/sys-kernel/pf-sources/pf-sources-3.2.1-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.2.1-r2.ebuild,v 1.1 2012/01/24 15:05:15 wired Exp $
-
-EAPI="2"
-
-inherit versionator
-
-COMPRESSTYPE=".bz2"
-K_USEPV="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-
-CKV="$(get_version_component_range 1-2)"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-K_NOSETEXTRAVERSION="don't_set_it"
-
-DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and LinuxIMQ"
-HOMEPAGE="http://pf.natalenko.name/"
-
-PF_FILE="patch-${PV}-pf${COMPRESSTYPE}"
-PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
-EXPERIMENTAL_PATCHES=(
- # http://ck-hack.blogspot.com/2010/11/create-task-groups-by-tty-comment.html
- # http://ck.kolivas.org/patches/bfs/bfs357-penalise_fork_depth_account_threads.patch
-)
-EXPERIMENTAL_URI="
- experimental? (
- ${EXPERIMENTAL_PATCHES[@]}
- )
-"
-SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-IUSE="" # experimental
-
-KV_FULL="${PVR}-pf"
-S="${WORKDIR}"/linux-"${KV_FULL}"
-
-pkg_setup(){
- ewarn
- ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
- ewarn "If you need support, please contact the pf developers directly."
- ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
- ewarn "the ebuilds. Thank you."
- ewarn
- kernel-2_pkg_setup
-}
-
-src_prepare(){
- epatch "${DISTDIR}"/"${PF_FILE}"
- epatch "${FILESDIR}"/2100_proc-mem-handling-fix.patch
-}
-
-K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: \
-${HOMEPAGE}."
diff --git a/sys-kernel/pf-sources/pf-sources-3.2.2.ebuild b/sys-kernel/pf-sources/pf-sources-3.2.2.ebuild
deleted file mode 100644
index 5fddf188a3fa..000000000000
--- a/sys-kernel/pf-sources/pf-sources-3.2.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.2.2.ebuild,v 1.1 2012/01/27 21:20:08 wired Exp $
-
-EAPI="2"
-
-inherit versionator
-
-COMPRESSTYPE=".bz2"
-K_USEPV="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-
-CKV="$(get_version_component_range 1-2)"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-K_NOSETEXTRAVERSION="don't_set_it"
-
-DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and LinuxIMQ"
-HOMEPAGE="http://pf.natalenko.name/"
-
-PF_FILE="patch-${PV}-pf${COMPRESSTYPE}"
-PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
-EXPERIMENTAL_PATCHES=(
- # http://ck-hack.blogspot.com/2010/11/create-task-groups-by-tty-comment.html
- # http://ck.kolivas.org/patches/bfs/bfs357-penalise_fork_depth_account_threads.patch
-)
-EXPERIMENTAL_URI="
- experimental? (
- ${EXPERIMENTAL_PATCHES[@]}
- )
-"
-SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-IUSE="" # experimental
-
-KV_FULL="${PVR}-pf"
-S="${WORKDIR}"/linux-"${KV_FULL}"
-
-pkg_setup(){
- ewarn
- ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
- ewarn "If you need support, please contact the pf developers directly."
- ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
- ewarn "the ebuilds. Thank you."
- ewarn
- kernel-2_pkg_setup
-}
-
-src_prepare(){
- epatch "${DISTDIR}"/"${PF_FILE}"
-}
-
-K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: \
-${HOMEPAGE}."
diff --git a/sys-kernel/pf-sources/pf-sources-3.2.3.ebuild b/sys-kernel/pf-sources/pf-sources-3.2.3.ebuild
deleted file mode 100644
index df917215c128..000000000000
--- a/sys-kernel/pf-sources/pf-sources-3.2.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.2.3.ebuild,v 1.2 2012/02/04 23:59:25 mr_bones_ Exp $
-
-EAPI="2"
-
-inherit versionator
-
-COMPRESSTYPE=".bz2"
-K_USEPV="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-
-CKV="$(get_version_component_range 1-2)"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-K_NOSETEXTRAVERSION="don't_set_it"
-
-DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and LinuxIMQ"
-HOMEPAGE="http://pf.natalenko.name/"
-
-PF_FILE="patch-${PV}-pf${COMPRESSTYPE}"
-PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
-EXPERIMENTAL_PATCHES=(
- # http://ck-hack.blogspot.com/2010/11/create-task-groups-by-tty-comment.html
- # http://ck.kolivas.org/patches/bfs/bfs357-penalise_fork_depth_account_threads.patch
-)
-EXPERIMENTAL_URI="
- experimental? (
- ${EXPERIMENTAL_PATCHES[@]}
- )
-"
-SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-IUSE="" # experimental
-
-KV_FULL="${PVR}-pf"
-S="${WORKDIR}"/linux-"${KV_FULL}"
-
-pkg_setup(){
- ewarn
- ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
- ewarn "If you need support, please contact the pf developers directly."
- ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
- ewarn "the ebuilds. Thank you."
- ewarn
- kernel-2_pkg_setup
-}
-
-src_prepare(){
- epatch "${DISTDIR}"/"${PF_FILE}"
-}
-
-K_EXTRAEINFO="${P} can use the following runtime dependencies:
-sys-apps/tuxonice-userui for minimal userspace progress information related to
-suspending and resuming process, and sys-power/hibernate-script or sys-power/pm-utils
-which are runtime utilites for hibernating and suspending your computer.
-
-For more info on pf-sources and details on how to report problems, see:
-${HOMEPAGE}."
diff --git a/sys-kernel/pf-sources/pf-sources-3.2.4.ebuild b/sys-kernel/pf-sources/pf-sources-3.2.4.ebuild
deleted file mode 100644
index 57ca44df51d1..000000000000
--- a/sys-kernel/pf-sources/pf-sources-3.2.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.2.4.ebuild,v 1.1 2012/02/08 09:25:11 wired Exp $
-
-EAPI="2"
-
-inherit versionator
-
-COMPRESSTYPE=".bz2"
-K_USEPV="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-
-CKV="$(get_version_component_range 1-2)"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-K_NOSETEXTRAVERSION="don't_set_it"
-
-DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and LinuxIMQ"
-HOMEPAGE="http://pf.natalenko.name/"
-
-PF_FILE="patch-${PV}-pf${COMPRESSTYPE}"
-PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
-EXPERIMENTAL_PATCHES=(
- # http://ck-hack.blogspot.com/2010/11/create-task-groups-by-tty-comment.html
- # http://ck.kolivas.org/patches/bfs/bfs357-penalise_fork_depth_account_threads.patch
-)
-EXPERIMENTAL_URI="
- experimental? (
- ${EXPERIMENTAL_PATCHES[@]}
- )
-"
-SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-IUSE="" # experimental
-
-KV_FULL="${PVR}-pf"
-S="${WORKDIR}"/linux-"${KV_FULL}"
-
-pkg_setup(){
- ewarn
- ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
- ewarn "If you need support, please contact the pf developers directly."
- ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
- ewarn "the ebuilds. Thank you."
- ewarn
- kernel-2_pkg_setup
-}
-
-src_prepare(){
- epatch "${DISTDIR}"/"${PF_FILE}"
-}
-
-pkg_postinst() {
- kernel-2_pkg_postinst
-
- elog
- elog "${P} has the following optional runtime dependencies:"
- elog " sys-apps/tuxonice-userui"
- elog " provides minimal userspace progress information related to"
- elog " suspending and resuming process"
- elog " sys-power/hibernate-script or sys-power/pm-utils"
- elog " runtime utilites for hibernating and suspending your computer"
- elog
-}
-
-K_EXTRAEINFO="For more info on pf-sources and details on how to report problems,
-see: ${HOMEPAGE}."
diff --git a/sys-kernel/pf-sources/pf-sources-3.2.5.ebuild b/sys-kernel/pf-sources/pf-sources-3.2.5.ebuild
deleted file mode 100644
index 442f79f696bc..000000000000
--- a/sys-kernel/pf-sources/pf-sources-3.2.5.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.2.5.ebuild,v 1.1 2012/02/16 15:15:54 wired Exp $
-
-EAPI="2"
-
-inherit versionator
-
-COMPRESSTYPE=".bz2"
-K_USEPV="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-
-CKV="$(get_version_component_range 1-2)"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-K_NOSETEXTRAVERSION="don't_set_it"
-
-DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and LinuxIMQ"
-HOMEPAGE="http://pf.natalenko.name/"
-
-PF_FILE="patch-${PV}-pf${COMPRESSTYPE}"
-PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
-EXPERIMENTAL_PATCHES=(
- # http://ck-hack.blogspot.com/2010/11/create-task-groups-by-tty-comment.html
- # http://ck.kolivas.org/patches/bfs/bfs357-penalise_fork_depth_account_threads.patch
-)
-EXPERIMENTAL_URI="
- experimental? (
- ${EXPERIMENTAL_PATCHES[@]}
- )
-"
-SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-IUSE="" # experimental
-
-KV_FULL="${PVR}-pf"
-S="${WORKDIR}"/linux-"${KV_FULL}"
-
-pkg_setup(){
- ewarn
- ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
- ewarn "If you need support, please contact the pf developers directly."
- ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
- ewarn "the ebuilds. Thank you."
- ewarn
- kernel-2_pkg_setup
-}
-
-src_prepare(){
- epatch "${DISTDIR}"/"${PF_FILE}"
-}
-
-pkg_postinst() {
- kernel-2_pkg_postinst
-
- elog
- elog "${P} has the following optional runtime dependencies:"
- elog " sys-apps/tuxonice-userui"
- elog " provides minimal userspace progress information related to"
- elog " suspending and resuming process"
- elog " sys-power/hibernate-script or sys-power/pm-utils"
- elog " runtime utilites for hibernating and suspending your computer"
- elog
-}
-
-K_EXTRAEINFO="For more info on pf-sources and details on how to report problems,
-see: ${HOMEPAGE}."
diff --git a/sys-kernel/pf-sources/pf-sources-3.2.6.ebuild b/sys-kernel/pf-sources/pf-sources-3.2.6.ebuild
deleted file mode 100644
index e8e2023b29de..000000000000
--- a/sys-kernel/pf-sources/pf-sources-3.2.6.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.2.6.ebuild,v 1.1 2012/03/06 18:52:29 wired Exp $
-
-EAPI="2"
-
-inherit versionator
-
-COMPRESSTYPE=".bz2"
-K_USEPV="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-
-CKV="$(get_version_component_range 1-2)"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-K_NOSETEXTRAVERSION="don't_set_it"
-
-DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and LinuxIMQ"
-HOMEPAGE="http://pf.natalenko.name/"
-
-PF_FILE="patch-${PV}-pf${COMPRESSTYPE}"
-PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
-EXPERIMENTAL_PATCHES=(
- # http://ck-hack.blogspot.com/2010/11/create-task-groups-by-tty-comment.html
- # http://ck.kolivas.org/patches/bfs/bfs357-penalise_fork_depth_account_threads.patch
-)
-EXPERIMENTAL_URI="
- experimental? (
- ${EXPERIMENTAL_PATCHES[@]}
- )
-"
-SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-IUSE="" # experimental
-
-KV_FULL="${PVR}-pf"
-S="${WORKDIR}"/linux-"${KV_FULL}"
-
-pkg_setup(){
- ewarn
- ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
- ewarn "If you need support, please contact the pf developers directly."
- ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
- ewarn "the ebuilds. Thank you."
- ewarn
- kernel-2_pkg_setup
-}
-
-src_prepare(){
- epatch "${DISTDIR}"/"${PF_FILE}"
-}
-
-pkg_postinst() {
- kernel-2_pkg_postinst
-
- elog
- elog "${P} has the following optional runtime dependencies:"
- elog " sys-apps/tuxonice-userui"
- elog " provides minimal userspace progress information related to"
- elog " suspending and resuming process"
- elog " sys-power/hibernate-script or sys-power/pm-utils"
- elog " runtime utilites for hibernating and suspending your computer"
- elog
-}
-
-K_EXTRAEINFO="For more info on pf-sources and details on how to report problems,
-see: ${HOMEPAGE}."
diff --git a/sys-kernel/zen-sources/ChangeLog b/sys-kernel/zen-sources/ChangeLog
index 08bdf9ce7c3b..514b3be1bb46 100644
--- a/sys-kernel/zen-sources/ChangeLog
+++ b/sys-kernel/zen-sources/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-kernel/zen-sources
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/ChangeLog,v 1.53 2011/10/17 18:46:00 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/ChangeLog,v 1.54 2012/04/16 17:23:23 hwoarang Exp $
+
+ 16 Apr 2012; Markos Chandras <hwoarang@gentoo.org>
+ -zen-sources-2.6.38_p20110404.ebuild, -zen-sources-2.6.38_p20110501.ebuild:
+ remove old
17 Oct 2011; Markos Chandras <hwoarang@gentoo.org> zen-sources-9999.ebuild,
metadata.xml:
diff --git a/sys-kernel/zen-sources/zen-sources-2.6.38_p20110404.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.38_p20110404.ebuild
deleted file mode 100644
index a1740ff9247c..000000000000
--- a/sys-kernel/zen-sources/zen-sources-2.6.38_p20110404.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.38_p20110404.ebuild,v 1.1 2011/04/04 12:00:30 hwoarang Exp $
-
-EAPI="2"
-
-COMPRESSTYPE=".lzma"
-K_USEPV="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-
-CKV="${PV/_p[0-9]*}"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-K_NOSETEXTRAVERSION="don't_set_it"
-
-DESCRIPTION="The Zen Kernel Sources v2.6"
-HOMEPAGE="http://zen-kernel.org"
-
-ZEN_FILE="zen-patch-${PV}.diff.gz"
-ZEN_URI="http://dev.gentoo.org/~hwoarang/distfiles/${ZEN_FILE}"
-SRC_URI="${KERNEL_URI} ${ZEN_URI}"
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )"
-RDEPEND=""
-
-KV_FULL="${PVR/_p/-zen}"
-S="${WORKDIR}"/linux-"${KV_FULL}"
-
-pkg_setup(){
- ewarn
- ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
- ewarn "If you need support, please contact the Zen developers directly."
- ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
- ewarn "the ebuilds. Thank you."
- ewarn
- ebeep 8
- kernel-2_pkg_setup
-}
-
-src_prepare(){
- epatch "${DISTDIR}"/"${ZEN_FILE}"
-}
-
-K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \
-${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net"
diff --git a/sys-kernel/zen-sources/zen-sources-2.6.38_p20110501.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.38_p20110501.ebuild
deleted file mode 100644
index 898dfa5bb749..000000000000
--- a/sys-kernel/zen-sources/zen-sources-2.6.38_p20110501.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.38_p20110501.ebuild,v 1.1 2011/05/01 19:38:57 hwoarang Exp $
-
-EAPI="2"
-
-COMPRESSTYPE=".lzma"
-K_USEPV="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-
-CKV="${PV/_p[0-9]*}"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-K_NOSETEXTRAVERSION="don't_set_it"
-
-DESCRIPTION="The Zen Kernel Sources v2.6"
-HOMEPAGE="http://zen-kernel.org"
-
-ZEN_FILE="zen-patch-${PV}.diff.gz"
-ZEN_URI="http://dev.gentoo.org/~hwoarang/distfiles/${ZEN_FILE}"
-SRC_URI="${KERNEL_URI} ${ZEN_URI}"
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )"
-RDEPEND=""
-
-KV_FULL="${PVR/_p/-zen}"
-S="${WORKDIR}"/linux-"${KV_FULL}"
-
-pkg_setup(){
- ewarn
- ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
- ewarn "If you need support, please contact the Zen developers directly."
- ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
- ewarn "the ebuilds. Thank you."
- ewarn
- ebeep 8
- kernel-2_pkg_setup
-}
-
-src_prepare(){
- epatch "${DISTDIR}"/"${ZEN_FILE}"
-}
-
-K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \
-${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net"