From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24169138334 for ; Thu, 9 Aug 2018 02:00:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ACB2E08F1; Thu, 9 Aug 2018 02:00:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECF94E08F6 for ; Thu, 9 Aug 2018 02:00:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3122233F6A5 for ; Wed, 8 Aug 2018 19:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFA6A3A7 for ; Wed, 8 Aug 2018 19:25:48 +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: <1533756313.6e7330148089130941f91786a94eee9dc0da9e17.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-r128/Manifest x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild X-VCS-Directories: x11-drivers/xf86-video-r128/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6e7330148089130941f91786a94eee9dc0da9e17 X-VCS-Branch: master Date: Wed, 8 Aug 2018 19:25:48 +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: 2ad96ede-72eb-4a45-b713-d0abbef65c12 X-Archives-Hash: 6b58f838c85db7df76f40e5dbe9d5db4 commit: 6e7330148089130941f91786a94eee9dc0da9e17 Author: Matt Turner gentoo org> AuthorDate: Wed Aug 8 19:18:57 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 8 19:25:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e733014 x11-drivers/xf86-video-r128: Version bump to 6.11.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-drivers/xf86-video-r128/Manifest | 1 + .../xf86-video-r128/xf86-video-r128-6.11.0.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest index 087bb4b9eb6..31f1991892a 100644 --- a/x11-drivers/xf86-video-r128/Manifest +++ b/x11-drivers/xf86-video-r128/Manifest @@ -1 +1,2 @@ DIST xf86-video-r128-6.10.2.tar.bz2 504031 BLAKE2B 3d74d0aa82167f8e883b0a92e6d57cf688f36a45971b03327a2fb8171133fc155cd0f233b854f3c3f9713b478c1ac2cb0b4cac124d49431c8429a954a71c68dd SHA512 564b65454ee538c1b9dc5d22a52a57bdff0c1f94e1832719a8310699cee7167c1ca8fcd26243dfc4089832b1fcbab9efafb69c9061b328532f689d02a0acac23 +DIST xf86-video-r128-6.11.0.tar.bz2 482903 BLAKE2B 04222bab109be719cd8cbb4d759d0ba98563e2348b95bce30c48e65d2da0964386d46ce57ade9162e817b6db797cab330fb454e363304479cb87e30d8404f310 SHA512 1211cac52f65010aa4e168a173660186ad2b8595688a910ac545b0321d0d6879e02284b3bb26779faf3cf5b3b3031f33adb63ff596fb55a8f7a1f465ca0db1ba diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild new file mode 100644 index 00000000000..c967882ffe8 --- /dev/null +++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +XORG_DRI=dri + +inherit flag-o-matic xorg-2 + +DESCRIPTION="ATI Rage128 video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="dri" + +RDEPEND=">=x11-base/xorg-server-1.2" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}"/${P}-fix-stdint_h.patch ) + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable dri) + ) +} + +src_configure() { + # always use C11 semantics + append-cflags -std=gnu11 + + xorg-2_src_configure +}