[gentoo-commits] gentoo-x86 commit in sys-kernel/rt-sources: rt-sources-3.14.46_p46.ebuild ChangeLog rt-sources-4.0.5_p4.ebuild rt-sources-3.18.17_p14.ebuild rt-sources-3.18.11_p7.ebuild rt-sources-3.

2015-07-08 Thread Stratos Psomadakis (psomas)
psomas  15/07/08 13:14:57

  Modified: ChangeLog
  Added:rt-sources-3.14.46_p46.ebuild
rt-sources-4.0.5_p4.ebuild
rt-sources-3.18.17_p14.ebuild
  Removed:  rt-sources-3.18.11_p7.ebuild
rt-sources-3.14.36_p34.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
BC35D737)

Revision  ChangesPath
1.33 sys-kernel/rt-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   15 Apr 2015 10:15:55 -  1.32
+++ ChangeLog   8 Jul 2015 13:14:57 -   1.33
@@ -1,6 +1,16 @@
 # ChangeLog for sys-kernel/rt-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.32 
2015/04/15 10:15:55 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.33 
2015/07/08 13:14:57 psomas Exp $
+
+*rt-sources-4.0.5_p4 (08 Jul 2015)
+*rt-sources-3.18.17_p14 (08 Jul 2015)
+*rt-sources-3.14.46_p46 (08 Jul 2015)
+
+  08 Jul 2015; Stratos Psomadakis 
+  -rt-sources-3.14.36_p34.ebuild, +rt-sources-3.14.46_p46.ebuild,
+  -rt-sources-3.18.11_p7.ebuild, +rt-sources-3.18.17_p14.ebuild,
+  +rt-sources-4.0.5_p4.ebuild:
+  Version bump
 
   15 Apr 2015; Stratos Psomadakis 
   -rt-sources-3.10.6_p3.ebuild, -rt-sources-3.12.31_p45.ebuild,



1.1  sys-kernel/rt-sources/rt-sources-3.14.46_p46.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.46_p46.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.46_p46.ebuild?rev=1.1&content-type=text/plain

Index: rt-sources-3.14.46_p46.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.46_p46.ebuild,v 
1.1 2015/07/08 13:14:57 psomas Exp $

EAPI="5"
ETYPE="sources"
KEYWORDS="~amd64"

HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/";

inherit versionator

CKV="$(get_version_component_range 1-3)"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE="1"
RT_PATCHSET="${PV/*_p}"

inherit kernel-2
detect_version

K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \

mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"

DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"

KV_FULL="${PVR/_p/-rt}"
S="${WORKDIR}/linux-${KV_FULL}"

UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
UNIPATCH_STRICTORDER="yes"

pkg_postinst(){

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
}

K_EXTRAEINFO="For more info on rt-sources and details on how to report 
problems, see: \
${HOMEPAGE}."



1.1  sys-kernel/rt-sources/rt-sources-4.0.5_p4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-4.0.5_p4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-4.0.5_p4.ebuild?rev=1.1&content-type=text/plain

Index: rt-sources-4.0.5_p4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/rt-sources/rt-sources-4.0.5_p4.ebuild,v 1.1 
2015/07/08 13:14:57 psomas Exp $

EAPI="5"
ETYPE="sources"
KEYWORDS="~amd64"

HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/";

inherit versionator

CKV="$(get_version_component_range 1-3)"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE="1"
RT_PATCHSET="${PV/*_p}"

inherit kernel-2
detect_version

K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
RT_URI="mirror://kernel/linux/kernel

[gentoo-commits] gentoo-x86 commit in sys-kernel/rt-sources: ChangeLog rt-sources-3.14.25_p22.ebuild rt-sources-3.12.31_p45.ebuild rt-sources-3.14.23_p20.ebuild rt-sources-3.10.6_p3.ebuild rt-sources-

2015-04-15 Thread Stratos Psomadakis (psomas)
psomas  15/04/15 10:15:55

  Modified: ChangeLog
  Removed:  rt-sources-3.14.25_p22.ebuild
rt-sources-3.12.31_p45.ebuild
rt-sources-3.14.23_p20.ebuild
rt-sources-3.10.6_p3.ebuild
rt-sources-3.14.12_p9.ebuild
  Log:
  Remove old ebuilds
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BC35D737)

Revision  ChangesPath
1.32 sys-kernel/rt-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   15 Apr 2015 10:11:36 -  1.31
+++ ChangeLog   15 Apr 2015 10:15:55 -  1.32
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/rt-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.31 
2015/04/15 10:11:36 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.32 
2015/04/15 10:15:55 psomas Exp $
+
+  15 Apr 2015; Stratos Psomadakis 
+  -rt-sources-3.10.6_p3.ebuild, -rt-sources-3.12.31_p45.ebuild,
+  -rt-sources-3.14.12_p9.ebuild, -rt-sources-3.14.23_p20.ebuild,
+  -rt-sources-3.14.25_p22.ebuild:
+  Remove old ebuilds
 
 *rt-sources-3.18.11_p7 (15 Apr 2015)
 *rt-sources-3.14.36_p34 (15 Apr 2015)






[gentoo-commits] gentoo-x86 commit in sys-kernel/rt-sources: ChangeLog rt-sources-3.18.11_p7.ebuild rt-sources-3.14.36_p34.ebuild

2015-04-15 Thread Stratos Psomadakis (psomas)
psomas  15/04/15 10:11:36

  Modified: ChangeLog
  Added:rt-sources-3.18.11_p7.ebuild
rt-sources-3.14.36_p34.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BC35D737)

Revision  ChangesPath
1.31 sys-kernel/rt-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   12 Dec 2014 16:01:39 -  1.30
+++ ChangeLog   15 Apr 2015 10:11:36 -  1.31
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/rt-sources
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.30 
2014/12/12 16:01:39 psomas Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.31 
2015/04/15 10:11:36 psomas Exp $
+
+*rt-sources-3.18.11_p7 (15 Apr 2015)
+*rt-sources-3.14.36_p34 (15 Apr 2015)
+
+  15 Apr 2015; Stratos Psomadakis 
+  +rt-sources-3.14.36_p34.ebuild, +rt-sources-3.18.11_p7.ebuild:
+  Version bump
 
 *rt-sources-3.14.25_p22 (12 Dec 2014)
 



1.1  sys-kernel/rt-sources/rt-sources-3.18.11_p7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.18.11_p7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.18.11_p7.ebuild?rev=1.1&content-type=text/plain

Index: rt-sources-3.18.11_p7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.18.11_p7.ebuild,v 
1.1 2015/04/15 10:11:36 psomas Exp $

EAPI="5"
ETYPE="sources"
KEYWORDS="~amd64"

HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/";

inherit versionator

CKV="$(get_version_component_range 1-3)"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE="1"
RT_PATCHSET="${PV/*_p}"

inherit kernel-2
detect_version

K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \

mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"

DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"

KV_FULL="${PVR/_p/-rt}"
S="${WORKDIR}/linux-${KV_FULL}"

UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
UNIPATCH_STRICTORDER="yes"

pkg_postinst(){

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
}

K_EXTRAEINFO="For more info on rt-sources and details on how to report 
problems, see: \
${HOMEPAGE}."



1.1  sys-kernel/rt-sources/rt-sources-3.14.36_p34.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.36_p34.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.36_p34.ebuild?rev=1.1&content-type=text/plain

Index: rt-sources-3.14.36_p34.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.36_p34.ebuild,v 
1.1 2015/04/15 10:11:36 psomas Exp $

EAPI="5"
ETYPE="sources"
KEYWORDS="~amd64"

HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/";

inherit versionator

CKV="$(get_version_component_range 1-3)"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE="1"
RT_PATCHSET="${PV/*_p}"

inherit kernel-2
detect_version

K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \

mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"

DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"

KV_FULL="${PVR/_p

[gentoo-commits] gentoo-x86 commit in sys-kernel/rt-sources: ChangeLog rt-sources-3.14.25_p22.ebuild

2014-12-12 Thread Stratos Psomadakis (psomas)
psomas  14/12/12 16:01:39

  Modified: ChangeLog
  Added:rt-sources-3.14.25_p22.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BC35D737)

Revision  ChangesPath
1.30 sys-kernel/rt-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   11 Nov 2014 11:47:14 -  1.29
+++ ChangeLog   12 Dec 2014 16:01:39 -  1.30
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/rt-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.29 
2014/11/11 11:47:14 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.30 
2014/12/12 16:01:39 psomas Exp $
+
+*rt-sources-3.14.25_p22 (12 Dec 2014)
+
+  12 Dec 2014;  +rt-sources-3.14.25_p22.ebuild:
+  Version bump
 
 *rt-sources-3.14.23_p20 (11 Nov 2014)
 *rt-sources-3.12.31_p45 (11 Nov 2014)



1.1  sys-kernel/rt-sources/rt-sources-3.14.25_p22.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.25_p22.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.25_p22.ebuild?rev=1.1&content-type=text/plain

Index: rt-sources-3.14.25_p22.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.25_p22.ebuild,v 
1.1 2014/12/12 16:01:39 psomas Exp $

EAPI="5"
ETYPE="sources"
KEYWORDS="~amd64"

HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/";

inherit versionator

CKV="$(get_version_component_range 1-3)"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE="1"
RT_PATCHSET="${PV/*_p}"

inherit kernel-2
detect_version

K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \

mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"

DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"

KV_FULL="${PVR/_p/-rt}"
S="${WORKDIR}/linux-${KV_FULL}"

UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
UNIPATCH_STRICTORDER="yes"

pkg_postinst(){

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
}

K_EXTRAEINFO="For more info on rt-sources and details on how to report 
problems, see: \
${HOMEPAGE}."






[gentoo-commits] gentoo-x86 commit in sys-kernel/rt-sources: ChangeLog rt-sources-3.12.31_p45.ebuild rt-sources-3.14.23_p20.ebuild

2014-11-11 Thread Stratos Psomadakis (psomas)
psomas  14/11/11 11:47:14

  Modified: ChangeLog
  Added:rt-sources-3.12.31_p45.ebuild
rt-sources-3.14.23_p20.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 
BC35D737)

Revision  ChangesPath
1.29 sys-kernel/rt-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   22 Aug 2014 11:39:58 -  1.28
+++ ChangeLog   11 Nov 2014 11:47:14 -  1.29
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/rt-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.28 
2014/08/22 11:39:58 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.29 
2014/11/11 11:47:14 psomas Exp $
+
+*rt-sources-3.14.23_p20 (11 Nov 2014)
+*rt-sources-3.12.31_p45 (11 Nov 2014)
+
+  11 Nov 2014;  +rt-sources-3.12.31_p45.ebuild,
+  +rt-sources-3.14.23_p20.ebuild:
+  Version bump
 
   22 Aug 2014;  -rt-sources-3.4.57_p72.ebuild,
   -rt-sources-3.8.13_p15.ebuild:



1.1  sys-kernel/rt-sources/rt-sources-3.12.31_p45.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.12.31_p45.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.12.31_p45.ebuild?rev=1.1&content-type=text/plain

Index: rt-sources-3.12.31_p45.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.12.31_p45.ebuild,v 
1.1 2014/11/11 11:47:14 psomas Exp $

EAPI="5"
ETYPE="sources"
KEYWORDS="~amd64"

HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/";

inherit versionator

CKV="$(get_version_component_range 1-3)"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE="1"
RT_PATCHSET="${PV/*_p}"

inherit kernel-2
detect_version

K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \

mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"

DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"

KV_FULL="${PVR/_p/-rt}"
S="${WORKDIR}/linux-${KV_FULL}"

UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
UNIPATCH_STRICTORDER="yes"

pkg_postinst(){

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
}

K_EXTRAEINFO="For more info on rt-sources and details on how to report 
problems, see: \
${HOMEPAGE}."



1.1  sys-kernel/rt-sources/rt-sources-3.14.23_p20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.23_p20.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.23_p20.ebuild?rev=1.1&content-type=text/plain

Index: rt-sources-3.14.23_p20.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.23_p20.ebuild,v 
1.1 2014/11/11 11:47:14 psomas Exp $

EAPI="5"
ETYPE="sources"
KEYWORDS="~amd64"

HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/";

inherit versionator

CKV="$(get_version_component_range 1-3)"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE="1"
RT_PATCHSET="${PV/*_p}"

inherit kernel-2
detect_version

K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \

mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"

DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"

KV_FULL="${PVR/_p/-rt}"
S="${WORKDIR}/linux-${KV_FULL}"

[gentoo-commits] gentoo-x86 commit in sys-kernel/rt-sources: ChangeLog rt-sources-3.8.13_p15.ebuild rt-sources-3.4.57_p72.ebuild

2014-08-22 Thread Stratos Psomadakis (psomas)
psomas  14/08/22 11:39:58

  Modified: ChangeLog
  Removed:  rt-sources-3.8.13_p15.ebuild
rt-sources-3.4.57_p72.ebuild
  Log:
  Remove old ebuilds
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
BC35D737)

Revision  ChangesPath
1.28 sys-kernel/rt-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   22 Aug 2014 11:38:12 -  1.27
+++ ChangeLog   22 Aug 2014 11:39:58 -  1.28
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/rt-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.27 
2014/08/22 11:38:12 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.28 
2014/08/22 11:39:58 psomas Exp $
+
+  22 Aug 2014;  -rt-sources-3.4.57_p72.ebuild,
+  -rt-sources-3.8.13_p15.ebuild:
+  Remove old ebuilds
 
 *rt-sources-3.14.12_p9 (22 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/rt-sources: ChangeLog rt-sources-3.14.12_p9.ebuild

2014-08-22 Thread Stratos Psomadakis (psomas)
psomas  14/08/22 11:38:12

  Modified: ChangeLog
  Added:rt-sources-3.14.12_p9.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
BC35D737)

Revision  ChangesPath
1.27 sys-kernel/rt-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   19 Aug 2013 12:09:31 -  1.26
+++ ChangeLog   22 Aug 2014 11:38:12 -  1.27
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/rt-sources
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.26 
2013/08/19 12:09:31 psomas Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.27 
2014/08/22 11:38:12 psomas Exp $
+
+*rt-sources-3.14.12_p9 (22 Aug 2014)
+
+  22 Aug 2014;  +rt-sources-3.14.12_p9.ebuild:
+  Version bump
 
 *rt-sources-3.10.6_p3 (19 Aug 2013)
 *rt-sources-3.8.13_p15 (19 Aug 2013)



1.1  sys-kernel/rt-sources/rt-sources-3.14.12_p9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.12_p9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.12_p9.ebuild?rev=1.1&content-type=text/plain

Index: rt-sources-3.14.12_p9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.14.12_p9.ebuild,v 
1.1 2014/08/22 11:38:12 psomas Exp $

EAPI="5"
ETYPE="sources"
KEYWORDS="~amd64"

HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/";

inherit versionator

CKV="$(get_version_component_range 1-3)"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE="1"
RT_PATCHSET="${PV/*_p}"

inherit kernel-2
detect_version

K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \

mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"

DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"

KV_FULL="${PVR/_p/-rt}"
S="${WORKDIR}/linux-${KV_FULL}"

UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
UNIPATCH_STRICTORDER="yes"

pkg_postinst(){

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
}

K_EXTRAEINFO="For more info on rt-sources and details on how to report 
problems, see: \
${HOMEPAGE}."