diff options
author | Mike Pagano <mpagano@gentoo.org> | 2008-02-26 21:46:55 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2008-02-26 21:46:55 +0000 |
commit | df2b8f2f9c1248c887372122f77f784a61fbb661 (patch) | |
tree | 19c06db5083d5fcf1f11db5c1e368331418747af /sys-kernel | |
parent | removing namespaces in order to avoid annoying warning (diff) | |
download | gentoo-2-df2b8f2f9c1248c887372122f77f784a61fbb661.tar.gz gentoo-2-df2b8f2f9c1248c887372122f77f784a61fbb661.tar.bz2 gentoo-2-df2b8f2f9c1248c887372122f77f784a61fbb661.zip |
Version bump and old version cleanup
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/ChangeLog | 9 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25_rc1-r2.ebuild | 31 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.25_rc3-r1.ebuild (renamed from sys-kernel/git-sources/git-sources-2.6.25_rc1-r4.ebuild) | 2 |
3 files changed, 9 insertions, 33 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index cbc8a3da0a70..d9426f422614 100644 --- a/sys-kernel/git-sources/ChangeLog +++ b/sys-kernel/git-sources/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-kernel/git-sources # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.184 2008/02/24 15:22:03 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.185 2008/02/26 21:46:55 mpagano Exp $ + +*git-sources-2.6.25_rc3-r1 (26 Feb 2008) + + 26 Feb 2008; Mike Pagano <mpagano@gentoo.org> + -git-sources-2.6.25_rc1-r2.ebuild, -git-sources-2.6.25_rc1-r4.ebuild, + +git-sources-2.6.25_rc3-r1.ebuild: + Version bump and old version cleanup *git-sources-2.6.25_rc2-r8 (24 Feb 2008) diff --git a/sys-kernel/git-sources/git-sources-2.6.25_rc1-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.25_rc1-r2.ebuild deleted file mode 100644 index dc9965e7663e..000000000000 --- a/sys-kernel/git-sources/git-sources-2.6.25_rc1-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.25_rc1-r2.ebuild,v 1.2 2008/02/15 20:45:24 armin76 Exp $ - -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_NOUSEPR="yes" -K_SECURITY_UNSUPPORTED="yes" -ETYPE="sources" -CKV="${PVR/-r/-git}" -# only use this if it's not an _rc/_pre release -[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" -inherit kernel-2 -detect_version - -DESCRIPTION="The very latest -git version of the Linux kernel" -HOMEPAGE="http://www.kernel.org" -#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2" -SRC_URI="${KERNEL_URI}" -KEYWORDS="-alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and -experimental nature. If you have any issues, try a matching vanilla-sources -ebuild -- if the problem is not there, please contact the upstream kernel -developers at http://bugme.osdl.org and on the linux-kernel mailing list to -report the problem so it can be fixed in time for the next kernel release." - -pkg_postinst() { - postinst_sources -} diff --git a/sys-kernel/git-sources/git-sources-2.6.25_rc1-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.25_rc3-r1.ebuild index eec1aec2319c..f7613df7991f 100644 --- a/sys-kernel/git-sources/git-sources-2.6.25_rc1-r4.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.25_rc3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.25_rc1-r4.ebuild,v 1.1 2008/02/15 20:45:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.25_rc3-r1.ebuild,v 1.1 2008/02/26 21:46:55 mpagano Exp $ UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" |