From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JBGGm-0002bV-HL for garchives@archives.gentoo.org; Sat, 05 Jan 2008 21:09:28 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id m05L9QtD031908; Sat, 5 Jan 2008 21:09:26 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id m05L9PSv031900 for ; Sat, 5 Jan 2008 21:09:25 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 49FC8B400A for ; Sat, 5 Jan 2008 21:09:25 +0000 (UTC) Received: from mpagano by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JBGGi-0003BB-5q for gentoo-commits@lists.gentoo.org; Sat, 05 Jan 2008 21:09:24 +0000 From: "Mike Pagano (mpagano)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mpagano@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: ChangeLog git-sources-2.6.24_rc6-r12.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog git-sources-2.6.24_rc6-r12.ebuild X-VCS-Directories: sys-kernel/git-sources X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Mike Pagano Date: Sat, 05 Jan 2008 21:09:24 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: e4e1bc7f-7873-4cb7-bf83-7615dc3f65ee X-Archives-Hash: 207352f6ea548d043a34c265d0d0b8fe mpagano 08/01/05 21:09:24 Modified: ChangeLog Added: git-sources-2.6.24_rc6-r12.ebuild Log: Version bump (Portage version: 2.1.3.19) Revision Changes Path 1.144 sys-kernel/git-sources/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.144&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.144&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.143&r2=1.144 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- ChangeLog 5 Jan 2008 01:44:23 -0000 1.143 +++ ChangeLog 5 Jan 2008 21:09:23 -0000 1.144 @@ -1,6 +1,12 @@ # 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.143 2008/01/05 01:44:23 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.144 2008/01/05 21:09:23 mpagano Exp $ + +*git-sources-2.6.24_rc6-r12 (05 Jan 2008) + + 05 Jan 2008; Michael Pagano + +git-sources-2.6.24_rc6-r12.ebuild: + Version bump *git-sources-2.6.24_rc6-r11 (05 Jan 2008) 1.1 sys-kernel/git-sources/git-sources-2.6.24_rc6-r12.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.24_rc6-r12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.24_rc6-r12.ebuild?rev=1.1&content-type=text/plain Index: git-sources-2.6.24_rc6-r12.ebuild =================================================================== # 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.24_rc6-r12.ebuild,v 1.1 2008/01/05 21:09:23 mpagano 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 } -- gentoo-commits@gentoo.org mailing list