summaryrefslogtreecommitdiff
path: root/x11-apps/xstdcmap
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-04 09:02:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-04 09:02:03 +0000
commitacf34cb86be38d3601273c231058d3fda627e618 (patch)
tree73d77f0d1f7bec82f0b43678f9aa87f0b359cd91 /x11-apps/xstdcmap
parent0b0f15411ade2ffeba5d057f14bd8bc7dfdcf440 (diff)
gentoo auto-resync : 04:12:2022 - 09:02:03
Diffstat (limited to 'x11-apps/xstdcmap')
-rw-r--r--x11-apps/xstdcmap/Manifest2
-rw-r--r--x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild15
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xstdcmap/Manifest b/x11-apps/xstdcmap/Manifest
index 3f30ea9fe958..3e83cbe7c465 100644
--- a/x11-apps/xstdcmap/Manifest
+++ b/x11-apps/xstdcmap/Manifest
@@ -1,3 +1,5 @@
DIST xstdcmap-1.0.4.tar.bz2 126269 BLAKE2B 5c2fccbc374871738ae03d722a045cc3ffd6bc431774d76525653e70c5ddb9a4281b2372996ff492807f9d4aee414eac1016f2696ea4e1979407a5b7cf37e1b5 SHA512 2adbb0aec1766341e04090efa962241ff6c9e32c612851b7221cec0ee16852107d406a08ec5251070f39df882c13e3c8c9edcd88f278187a9f373e1727643a8f
+DIST xstdcmap-1.0.5.tar.xz 120796 BLAKE2B 0b36b787ba6f69f944598ae3d94418cf7775e22279070db9471738709639ca3552d985525d05c750399d29e1b58a152da0d37be8bff3479a05265e45d85bf554 SHA512 3f2047af1d328a34d38ededc13de00298db3300eab1d1dbdff7d2aa4a3cd543a79305bfbd2e6424c5e023cf866a4f7a70aa9a3014444d543268d2f812a322a49
EBUILD xstdcmap-1.0.4.ebuild 302 BLAKE2B 15a03780278eb9af6b3a77193db49c20f048546bbea905be08122486ca8af141998855700750474d2382e84b5d4334ccb590e49816dd52824d51986e57891006 SHA512 039ba92d34171f7d8c269636e50d9ab3c26004c35a8ade26e286349af106bf27ee87c0d38f3ad06a6cb7f79bbb48e7430a3b331df6d12b696b6e86762c8823b9
+EBUILD xstdcmap-1.0.5.ebuild 346 BLAKE2B f1a6928fb85f3eb9824384901bec7420d0a0a8527b3136be101aa7825f9f0ddeaf7d4ddfe3c80a9e8fc0a88a9708939fb40a318c75c6fe1aeec2d8236b4a4dd1 SHA512 dfa293168bf9959323894a6aa884187194252fb51ea9f7293a15eebab01f259018621ee9f037f3dbdbfaf347c90151653067a13590c99c12f83e9c1699a03e03
MISC metadata.xml 339 BLAKE2B f26dc73fbaa175ceb478adcb596265c742db7b21996b4a7ca19ec6dea9a71c42de14574b7805c1f63e848208cf9afc4efda2ea0efb86db1356fbd742f5d06ffb SHA512 2dbdeaf1c60d66f0aafe578fd8b9c32aed6dfbb513c7312af0df5e23770ddf8041434023952b0df99c3f41dabf1dee82198d59473387bc70d1c0d13ae3851b27
diff --git a/x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild b/x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild
new file mode 100644
index 000000000000..231c6c848861
--- /dev/null
+++ b/x11-apps/xstdcmap/xstdcmap-1.0.5.ebuild
@@ -0,0 +1,15 @@
+# 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="X standard colormap utility"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libXmu
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"