summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2014-06-15 17:03:46 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2014-06-15 17:03:46 +0000
commit875af2bce7aeb39e10ed3fb3b504b6d2c5826f64 (patch)
tree40cd510c0b775251b5056e2ae2b37651a902d9d5 /sys-kernel/pf-sources
parentfixes for bug 513086 CVE-2014-3476 (diff)
downloadgentoo-2-875af2bce7aeb39e10ed3fb3b504b6d2c5826f64.tar.gz
gentoo-2-875af2bce7aeb39e10ed3fb3b504b6d2c5826f64.tar.bz2
gentoo-2-875af2bce7aeb39e10ed3fb3b504b6d2c5826f64.zip
Version bump. Remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'sys-kernel/pf-sources')
-rw-r--r--sys-kernel/pf-sources/ChangeLog9
-rw-r--r--sys-kernel/pf-sources/pf-sources-3.14_p2.ebuild66
-rw-r--r--sys-kernel/pf-sources/pf-sources-3.14_p3.ebuild66
-rw-r--r--sys-kernel/pf-sources/pf-sources-3.15_p1.ebuild (renamed from sys-kernel/pf-sources/pf-sources-3.14_p1.ebuild)2
4 files changed, 9 insertions, 134 deletions
diff --git a/sys-kernel/pf-sources/ChangeLog b/sys-kernel/pf-sources/ChangeLog
index e1fd1ee75a7c..a17817c6b363 100644
--- a/sys-kernel/pf-sources/ChangeLog
+++ b/sys-kernel/pf-sources/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-kernel/pf-sources
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.117 2014/06/15 11:06:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.118 2014/06/15 17:03:46 hwoarang Exp $
+
+*pf-sources-3.15_p1 (15 Jun 2014)
+
+ 15 Jun 2014; Markos Chandras <hwoarang@gentoo.org> +pf-sources-3.15_p1.ebuild,
+ -pf-sources-3.14_p1.ebuild, -pf-sources-3.14_p2.ebuild,
+ -pf-sources-3.14_p3.ebuild:
+ Version bump. Remove old
*pf-sources-3.14_p4 (15 Jun 2014)
diff --git a/sys-kernel/pf-sources/pf-sources-3.14_p2.ebuild b/sys-kernel/pf-sources/pf-sources-3.14_p2.ebuild
deleted file mode 100644
index c1eda592dbe9..000000000000
--- a/sys-kernel/pf-sources/pf-sources-3.14_p2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2014 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.14_p2.ebuild,v 1.1 2014/05/01 16:34:10 hwoarang Exp $
-
-EAPI="5"
-inherit readme.gentoo versionator
-
-COMPRESSTYPE=".xz"
-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 UKSM"
-HOMEPAGE="http://pf.natalenko.name/"
-
-PF_VERS="1"
-PF_FILE="patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}"
-PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
-SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-KV_FULL="${PVR}-pf"
-S="${WORKDIR}"/linux-"${KV_FULL}"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-${P} has the following optional runtime dependencies:
-- sys-apps/tuxonice-userui: provides minimal userspace progress
-information related to suspending and resuming process.
-- sys-power/hibernate-script or sys-power/pm-utils: runtime utilities
-for hibernating and suspending your computer."
-
-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}"
-}
-
-src_install() {
- kernel-2_src_install
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- kernel-2_pkg_postinst
- readme.gentoo_print_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.14_p3.ebuild b/sys-kernel/pf-sources/pf-sources-3.14_p3.ebuild
deleted file mode 100644
index 3936d7fce4eb..000000000000
--- a/sys-kernel/pf-sources/pf-sources-3.14_p3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2014 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.14_p3.ebuild,v 1.1 2014/05/19 18:42:39 hwoarang Exp $
-
-EAPI="5"
-inherit readme.gentoo versionator
-
-COMPRESSTYPE=".xz"
-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 UKSM"
-HOMEPAGE="http://pf.natalenko.name/"
-
-PF_VERS="1"
-PF_FILE="patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}"
-PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
-SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-KV_FULL="${PVR}-pf"
-S="${WORKDIR}"/linux-"${KV_FULL}"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-${P} has the following optional runtime dependencies:
-- sys-apps/tuxonice-userui: provides minimal userspace progress
-information related to suspending and resuming process.
-- sys-power/hibernate-script or sys-power/pm-utils: runtime utilities
-for hibernating and suspending your computer."
-
-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}"
-}
-
-src_install() {
- kernel-2_src_install
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- kernel-2_pkg_postinst
- readme.gentoo_print_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.14_p1.ebuild b/sys-kernel/pf-sources/pf-sources-3.15_p1.ebuild
index 1b8092e158f0..e02f625a23a4 100644
--- a/sys-kernel/pf-sources/pf-sources-3.14_p1.ebuild
+++ b/sys-kernel/pf-sources/pf-sources-3.15_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.14_p1.ebuild,v 1.1 2014/04/12 15:51:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.15_p1.ebuild,v 1.1 2014/06/15 17:03:46 hwoarang Exp $
EAPI="5"
inherit readme.gentoo versionator