summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStratos Psomadakis <psomas@gentoo.org>2011-11-27 20:54:37 +0000
committerStratos Psomadakis <psomas@gentoo.org>2011-11-27 20:54:37 +0000
commit1908667e96e0bcd7e289d84e6bdbb51ff7a60205 (patch)
treedd7140f570858d247573fb6710452f078f819efd /sys-kernel
parentVersion bump (diff)
downloadgentoo-2-1908667e96e0bcd7e289d84e6bdbb51ff7a60205.tar.gz
gentoo-2-1908667e96e0bcd7e289d84e6bdbb51ff7a60205.tar.bz2
gentoo-2-1908667e96e0bcd7e289d84e6bdbb51ff7a60205.zip
Old version cleanup
(Portage version: 2.1.10.37/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/rt-sources/ChangeLog6
-rw-r--r--sys-kernel/rt-sources/rt-sources-3.0.3_p12-r1.ebuild50
-rw-r--r--sys-kernel/rt-sources/rt-sources-3.0.8_p22.ebuild52
3 files changed, 5 insertions, 103 deletions
diff --git a/sys-kernel/rt-sources/ChangeLog b/sys-kernel/rt-sources/ChangeLog
index baac8d512f8d..1add58cc05ea 100644
--- a/sys-kernel/rt-sources/ChangeLog
+++ b/sys-kernel/rt-sources/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-kernel/rt-sources
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.8 2011/11/27 20:52:08 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.9 2011/11/27 20:54:37 psomas Exp $
+
+ 27 Nov 2011; Stratos Psomadakis <psomas@gentoo.org>
+ -rt-sources-3.0.3_p12-r1.ebuild, -rt-sources-3.0.8_p22.ebuild:
+ Old version cleanup
*rt-sources-3.0.10_p27 (27 Nov 2011)
diff --git a/sys-kernel/rt-sources/rt-sources-3.0.3_p12-r1.ebuild b/sys-kernel/rt-sources/rt-sources-3.0.3_p12-r1.ebuild
deleted file mode 100644
index 0c81c4abf1ed..000000000000
--- a/sys-kernel/rt-sources/rt-sources-3.0.3_p12-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:
-
-EAPI="2"
-
-COMPRESSTYPE=".bz2"
-K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="4"
-K_SECURITY_UNSUPPORTED="yes"
-K_DEBLOB_AVAILABLE="1"
-
-ETYPE="sources"
-inherit kernel-2
-detect_version
-detect_arch
-
-RT_PATCHSET="${PV/*_p}"
-RT_KERNEL="${PV/_p[0-9]*}"
-RT_KERNEL="${RT_KERNEL/_/-}"
-RT_FILE="patch-${RT_KERNEL}-rt${RT_PATCHSET}.patch${COMPRESSTYPE}"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${RT_FILE}"
-
-DESCRIPTION="Real-time patchset for the Linux Kernel"
-HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${RT_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="deblob"
-
-KV_FULL="${PVR/_p/-rt}"
-EXTRAVERSION="-rt${RT_PATCHSET}"
-S="${WORKDIR}/linux-${KV_FULL}"
-
-pkg_setup(){
- ewarn
- ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any way."
- ewarn "If you need support, please contact the RT project developers directly."
- ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
- ewarn "the ebuilds."
- ewarn
- kernel-2_pkg_setup
-}
-
-src_prepare(){
- epatch "${DISTDIR}"/"${RT_FILE}"
-}
-
-K_EXTRAEINFO="For more info on rt-sources and details on how to report problems, see: \
-${HOMEPAGE}."
diff --git a/sys-kernel/rt-sources/rt-sources-3.0.8_p22.ebuild b/sys-kernel/rt-sources/rt-sources-3.0.8_p22.ebuild
deleted file mode 100644
index dcf904256141..000000000000
--- a/sys-kernel/rt-sources/rt-sources-3.0.8_p22.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:
-
-EAPI="2"
-
-inherit versionator
-
-COMPRESSTYPE=".gz"
-K_USEPV="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="yes"
-K_DEBLOB_AVAILABLE="1"
-
-CKV="$(get_version_component_range 1-3)"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-
-RT_PATCHSET="${PV/*_p}"
-RT_KERNEL="${PV/_p[0-9]*}"
-RT_KERNEL="${RT_KERNEL/_/-}"
-RT_FILE="patch-${RT_KERNEL}-rt${RT_PATCHSET}.patch${COMPRESSTYPE}"
-RT_URI="http://dev.gentoo.org/~psomas/${RT_FILE}"
-
-DESCRIPTION="Real-time patchset for the Linux Kernel"
-HOMEPAGE="https://tglx.de/~tglx/rt/"
-SRC_URI="${KERNEL_URI} ${RT_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="deblob"
-
-KV_FULL="${PVR/_p/-rt}"
-EXTRAVERSION="-rt${RT_PATCHSET}"
-S="${WORKDIR}/linux-${KV_FULL}"
-
-pkg_setup(){
- ewarn
- ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any way."
- ewarn "If you need support, please contact the RT project developers directly."
- ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
- ewarn "the ebuilds."
- ewarn
- kernel-2_pkg_setup
-}
-
-src_prepare(){
- epatch "${DISTDIR}"/"${RT_FILE}"
-}
-
-K_EXTRAEINFO="For more info on rt-sources and details on how to report problems, see: \
-${HOMEPAGE}."