diff options
author | 2013-03-28 12:47:45 +0000 | |
---|---|---|
committer | 2013-03-28 12:47:45 +0000 | |
commit | 2b0064368987ad00b7e6d3af02308827173186ae (patch) | |
tree | ffdc3d53631c97e18ee043cc60fdab994ddf8911 /sys-kernel | |
parent | Adding some extra options to pecl-memcached (Bug 434968 ++) (diff) | |
download | gentoo-2-2b0064368987ad00b7e6d3af02308827173186ae.tar.gz gentoo-2-2b0064368987ad00b7e6d3af02308827173186ae.tar.bz2 gentoo-2-2b0064368987ad00b7e6d3af02308827173186ae.zip |
Version bump for 3.4
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key BC35D737)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/rt-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/rt-sources/rt-sources-3.4.36_p50.ebuild (renamed from sys-kernel/rt-sources/rt-sources-3.4.33_p47.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-kernel/rt-sources/ChangeLog b/sys-kernel/rt-sources/ChangeLog index 51c08f3debb9..e95d9dfb4221 100644 --- a/sys-kernel/rt-sources/ChangeLog +++ b/sys-kernel/rt-sources/ChangeLog @@ -1,6 +1,12 @@ # 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.21 2013/03/26 14:03:28 psomas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/ChangeLog,v 1.22 2013/03/28 12:47:45 psomas Exp $ + +*rt-sources-3.4.36_p50 (28 Mar 2013) + + 28 Mar 2013; <psomas@gentoo.org> -rt-sources-3.4.33_p47.ebuild, + +rt-sources-3.4.36_p50.ebuild: + Version bump for 3.4 26 Mar 2013; <psomas@gentoo.org> -rt-sources-3.0.27_p46.ebuild, -rt-sources-3.2.14_p24.ebuild: diff --git a/sys-kernel/rt-sources/rt-sources-3.4.33_p47.ebuild b/sys-kernel/rt-sources/rt-sources-3.4.36_p50.ebuild index 03fd423c14bc..b94a22bc0798 100644 --- a/sys-kernel/rt-sources/rt-sources-3.4.33_p47.ebuild +++ b/sys-kernel/rt-sources/rt-sources-3.4.36_p50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.4.33_p47.ebuild,v 1.2 2013/03/09 21:07:33 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rt-sources/rt-sources-3.4.36_p50.ebuild,v 1.1 2013/03/28 12:47:45 psomas Exp $ EAPI="5" ETYPE="sources" @@ -19,7 +19,7 @@ inherit kernel-2 detect_version K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}" -RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.bz2" +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}" DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch" |