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 C8546139BC7 for ; Sat, 26 Sep 2015 16:41:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65F6F21C026; Sat, 26 Sep 2015 16:41:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD9E621C026 for ; Sat, 26 Sep 2015 16:41:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB48B3406DD for ; Sat, 26 Sep 2015 16:41:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A445B23A for ; Sat, 26 Sep 2015 16:41:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1443285640.09b46616861529fb329d50165f008ec26a1bb53a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-s3virge/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-s3virge/Manifest x11-drivers/xf86-video-s3virge/xf86-video-s3virge-1.10.7.ebuild X-VCS-Directories: x11-drivers/xf86-video-s3virge/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 09b46616861529fb329d50165f008ec26a1bb53a X-VCS-Branch: master Date: Sat, 26 Sep 2015 16:41:15 +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: 5e584f3d-b51e-4328-b4ae-a8fcd4b294de X-Archives-Hash: 72321d37cd19d792320705bf6d9509c6 commit: 09b46616861529fb329d50165f008ec26a1bb53a Author: Matt Turner gentoo org> AuthorDate: Sat Sep 26 16:39:31 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 26 16:40:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b46616 x11-drivers/xf86-video-s3virge: Version bump to 0.10.7, straight to stable. Bug: https://bugs.gentoo.org/548838 x11-drivers/xf86-video-s3virge/Manifest | 1 + .../xf86-video-s3virge/xf86-video-s3virge-1.10.7.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/x11-drivers/xf86-video-s3virge/Manifest b/x11-drivers/xf86-video-s3virge/Manifest index 01f1b8f..1c179a3 100644 --- a/x11-drivers/xf86-video-s3virge/Manifest +++ b/x11-drivers/xf86-video-s3virge/Manifest @@ -1 +1,2 @@ DIST xf86-video-s3virge-1.10.6.tar.bz2 349790 SHA256 85e1f6bdd3f39d0348c53602f481b974c13fc752c94931882817751c8ec8363e SHA512 3de4806c42ec07767459e5ea703fd6106e4c8a90f67636f2d58d3a5745ae4beeafb51e1c8e09a74694dc246db4c7dd1c119c91d92b101be4db7b9c59d7f9e0ab WHIRLPOOL 7f17c87986d8151ac4e29f342de40230cc709d11067f9bd690f9992fae41bd1eef7b3419558eab2cf3556624a20038d326b02d9f2aaa5685061a35e572dec467 +DIST xf86-video-s3virge-1.10.7.tar.bz2 374129 SHA256 5dbe68de05483f902fdc48e97ce8d9fdd1d2ade14cb53c0c3642f0259f65a4da SHA512 bbeb3af1558eeb25768ec86e14687d442d54046913af6f4f4eb49c0b9641377b0d6f0e85629b16e46db07adb2358053cbfbe7b366d0cb9a817a011a1c7703e57 WHIRLPOOL 5ad4e0b3019bc54217adc59de73fd53870f31a5085d677a54a3a69fe472b4f6e68798ec505e06fb37ba8a519a333a6eb4e01b9f9be37958ac6d0644daf333c23 diff --git a/x11-drivers/xf86-video-s3virge/xf86-video-s3virge-1.10.7.ebuild b/x11-drivers/xf86-video-s3virge/xf86-video-s3virge-1.10.7.ebuild new file mode 100644 index 0000000..74ed573 --- /dev/null +++ b/x11-drivers/xf86-video-s3virge/xf86-video-s3virge-1.10.7.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="S3 ViRGE video driver" + +KEYWORDS="alpha amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND}"