diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:52:29 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:52:52 -0400 |
commit | b26caa6d20b0c91bb718cd31d2222f6532ea289c (patch) | |
tree | b0c8ae383a2fb4f42b65a4a5b882c5931587df75 /x11-apps/rgb | |
parent | net-misc/curl: fix quiche dep, quiche_recv_info.to_len added in quiche-0.15. (diff) | |
download | gentoo-b26caa6d20b0c91bb718cd31d2222f6532ea289c.tar.gz gentoo-b26caa6d20b0c91bb718cd31d2222f6532ea289c.tar.bz2 gentoo-b26caa6d20b0c91bb718cd31d2222f6532ea289c.zip |
x11-apps/rgb: Version bump to 1.1.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/rgb')
-rw-r--r-- | x11-apps/rgb/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/rgb/rgb-1.1.0.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
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" |