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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A128D158020 for ; Sat, 29 Oct 2022 17:53:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F03C2E0919; Sat, 29 Oct 2022 17:53:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D79D5E0919 for ; Sat, 29 Oct 2022 17:53:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFF54341007 for ; Sat, 29 Oct 2022 17:53:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 520445E7 for ; Sat, 29 Oct 2022 17:53:04 +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: <1667065972.b26caa6d20b0c91bb718cd31d2222f6532ea289c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/rgb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/rgb/Manifest x11-apps/rgb/rgb-1.1.0.ebuild X-VCS-Directories: x11-apps/rgb/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b26caa6d20b0c91bb718cd31d2222f6532ea289c X-VCS-Branch: master Date: Sat, 29 Oct 2022 17:53:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13521eb3-a09b-4aff-aa17-b7f78d139a56 X-Archives-Hash: 51974303b125a49ce6bede670ff8847b commit: b26caa6d20b0c91bb718cd31d2222f6532ea289c Author: Matt Turner gentoo org> AuthorDate: Sat Oct 29 17:52:29 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 29 17:52:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26caa6d x11-apps/rgb: Version bump to 1.1.0 Signed-off-by: Matt Turner gentoo.org> x11-apps/rgb/Manifest | 1 + x11-apps/rgb/rgb-1.1.0.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/x11-apps/rgb/Manifest b/x11-apps/rgb/Manifest index 7f7da2f2d18b..8ac0dc567b21 100644 --- a/x11-apps/rgb/Manifest +++ b/x11-apps/rgb/Manifest @@ -1 +1,2 @@ DIST rgb-1.0.6.tar.bz2 139225 BLAKE2B 25e20d0be23a46d869869e47169d86dd50a99bc65551bf83800119c7f9cd242f41d5ecdb611467eaf9aeba909cebbfab8f578e0a5dc63380482f324124064bb4 SHA512 92c8885a0e1482065a8b86f7be890859a5eab6b9d57ff219e916cbbd10cd185deec1c5db25dae8c405a343ab0e2ddaba3ddfe0b567d06534405f102e1845654e +DIST rgb-1.1.0.tar.xz 132824 BLAKE2B 117ce69f384066285aef900a135918d58bb7fe27e5c0dc494bb82a9cfbe889f87f856da3a5a04223858e097405593b66aa1e9c9482d075f6a2c40aa9b1268022 SHA512 640888d64b2d328fff4a1652ba1299436e348bc3cbc90710d79c635acfa7f2fce0018adb818123b41ca008197ff1cbf87aab60501de36c163bed2d80d8556008 diff --git a/x11-apps/rgb/rgb-1.1.0.ebuild b/x11-apps/rgb/rgb-1.1.0.ebuild new file mode 100644 index 000000000000..035bb7866080 --- /dev/null +++ b/x11-apps/rgb/rgb-1.1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="uncompile an rgb color-name database" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="x11-misc/util-macros"