diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-07-10 21:25:59 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-10 21:57:53 -0700 |
commit | 0df8ad7b262e484744653fe34a250c337a719532 (patch) | |
tree | ba1ea8c928dd1157c60960acce9d119afa3f8463 /x11-apps/xcmsdb | |
parent | x11-apps/xclipboard: Version bump to 1.1.4 (diff) | |
download | gentoo-0df8ad7b262e484744653fe34a250c337a719532.tar.gz gentoo-0df8ad7b262e484744653fe34a250c337a719532.tar.bz2 gentoo-0df8ad7b262e484744653fe34a250c337a719532.zip |
x11-apps/xcmsdb: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xcmsdb')
-rw-r--r-- | x11-apps/xcmsdb/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xcmsdb/xcmsdb-1.0.6.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xcmsdb/Manifest b/x11-apps/xcmsdb/Manifest index aff9d5a4f3fe..2bd9a10337e7 100644 --- a/x11-apps/xcmsdb/Manifest +++ b/x11-apps/xcmsdb/Manifest @@ -1 +1,2 @@ DIST xcmsdb-1.0.5.tar.bz2 145419 BLAKE2B 41269ca270e4b11838f54669900a074dfbbc7339af84db8638498e220eb7abac2fe055ca003dba326babf368d26137eabc0f0bae9f69233d9c91f7e727c3ba30 SHA512 e47bfce87d7531e7809c300e01120c3e8d6001130d9a6c9f6de5bc19651d8712d273a6f54452223bd8c4bff4612b5ecae8db45eddb022da945ed6e14c9c84ae4 +DIST xcmsdb-1.0.6.tar.xz 136708 BLAKE2B 847a29251d781cf616a7b74abb9130da08d2dd56d42db61923c9e82848bff12ff7c5f8ba3c9635b2a572116bb19ce0637432ea9c6fdaf5b76d7f7ae8e176be64 SHA512 e47d9498ce496effbc44a66e70af91d9fe65c344a17916fd4990a4c84fa8879aa09b6695aeb6ef595f475c16a13c7c31d4c48449234564de7de38d7436764fae diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.6.ebuild b/x11-apps/xcmsdb/xcmsdb-1.0.6.ebuild new file mode 100644 index 000000000000..bab254e72f70 --- /dev/null +++ b/x11-apps/xcmsdb/xcmsdb-1.0.6.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="Device Color Characterization utility for X Color Management System" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |