From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EB1C51381FA for ; Sat, 21 Jul 2012 20:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBEE0E0667; Sat, 21 Jul 2012 20:40:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B9CF5E0667 for ; Sat, 21 Jul 2012 20:40:10 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24AFC1B4001 for ; Sat, 21 Jul 2012 20:40:10 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id BD0B62004B; Sat, 21 Jul 2012 20:40:08 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-voodoo: xf86-video-voodoo-1.2.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xf86-video-voodoo-1.2.5.ebuild ChangeLog X-VCS-Directories: x11-drivers/xf86-video-voodoo X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120721204008.BD0B62004B@flycatcher.gentoo.org> Date: Sat, 21 Jul 2012 20:40:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c3cc145a-6ed2-47b4-a0d7-5532d1390283 X-Archives-Hash: f9e3e07222dd23581b5cd6981b01025e chithanh 12/07/21 20:40:08 Modified: ChangeLog Added: xf86-video-voodoo-1.2.5.ebuild Log: Version bump. (Portage version: 2.2.0_alpha115/cvs/Linux x86_64) Revision Changes Path 1.56 x11-drivers/xf86-video-voodoo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 21 Oct 2010 15:29:51 -0000 1.55 +++ ChangeLog 21 Jul 2012 20:40:08 -0000 1.56 @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-voodoo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.55 2010/10/21 15:29:51 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.56 2012/07/21 20:40:08 chithanh Exp $ + +*xf86-video-voodoo-1.2.5 (21 Jul 2012) + + 21 Jul 2012; Chí-Thanh Christopher Nguyễn + +xf86-video-voodoo-1.2.5.ebuild: + Version bump. 21 Oct 2010; Tomáš Chvátal -xf86-video-voodoo-1.2.3.ebuild: @@ -243,4 +249,3 @@ 08 Aug 2005; Donnie Berkholz ; +xf86-video-voodoo-1.0.0.ebuild: Initial commit for modular X. - 1.1 x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild?rev=1.1&content-type=text/plain Index: xf86-video-voodoo-1.2.5.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild,v 1.1 2012/07/21 20:40:08 chithanh Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="Voodoo video driver" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/xf86dgaproto"