summaryrefslogtreecommitdiff
path: root/x11-apps/xstdcmap
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-apps/xstdcmap
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-apps/xstdcmap')
-rw-r--r--x11-apps/xstdcmap/Manifest5
-rw-r--r--x11-apps/xstdcmap/metadata.xml8
-rw-r--r--x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild13
3 files changed, 26 insertions, 0 deletions
diff --git a/x11-apps/xstdcmap/Manifest b/x11-apps/xstdcmap/Manifest
new file mode 100644
index 000000000000..b362fe458a7f
--- /dev/null
+++ b/x11-apps/xstdcmap/Manifest
@@ -0,0 +1,5 @@
+DIST xstdcmap-1.0.3.tar.bz2 117491 SHA256 f648e2b0cf16aa29856de998e2c7204be39dc1f8daeda9464d32288e0b580fc1 SHA512 8037ddb9c6b8f3a65d35637a1fca2b1b6c7e76afce5c13b1947cf72c3ca87679aa2ed05caf308d90549432b7fe029a522a99f32701bd0087c140bf4fafdb4d49 WHIRLPOOL 507a82f9692767318ba3cc0c484e7cf71fa2fa5005945f8e8146c160dc215a273a640505dd3476579fb5807e7bcbab8480377ab035f53f51d265a2f3245a3cf7
+EBUILD xstdcmap-1.0.3.ebuild 308 SHA256 ecc6207900e20fbceca7fa3ff1452714fd29eb61e0c8efe24f8fc3be3deff245 SHA512 dada4e88db321dc4f7c43a6b5bbb5c946c8a86fb543a835d6648233919e74c9b10f674210a1ddce7d70ec09d0669f35845631e6f60cb167dc724d60a6dc3c9da WHIRLPOOL 303fc07871645423c1d9982ccc66b14dd9d4b5063faafc6f9363306b70ecdb784ffc4f6673140d129b68f62a9a7edb42e8955e89772c85b8fd020b96c4b769bb
+MISC ChangeLog 2430 SHA256 329d677655b58fb7a92852a08c3637a7749419a6967ff47aadf539141481a40e SHA512 5a0a9f4c17fd911e74d6c94f99bb3bdbc3c996d72fde23287a3ea51d40a6dd12307a1222d3d20f93f0302754950525072c93f21dae6ab68f51ab1897db741118 WHIRLPOOL bbd1ab0cb3e76cee2263900c6721db01e47ba0c5c750f08ee28871bed4c60fc109cdc0874bc4e2c31d83082f9182fc539e828ce50c130831ce4c270dd150426f
+MISC ChangeLog-2015 4226 SHA256 48e5802b64c595ce66d10e3282038049bc5e6a43b09edbbb3aa47dd89898f31a SHA512 8357516aef0cec0a3abc63344c90b0af769b3f8dd2d2fb7fb2789c78e8436df49756350651e6a42505e288830c5ffb9496f19e7fc1b9cab189804f47a3c36b07 WHIRLPOOL a6140d7b659187fd3b32ac111e217a89dfc1f490508f00bd4334fe0d6f9ae6ca0b91cedb9ded8663c2e2228d0938ce066b5a19c5f148031bc7a852b9965e9e91
+MISC metadata.xml 230 SHA256 677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 WHIRLPOOL 4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306
diff --git a/x11-apps/xstdcmap/metadata.xml b/x11-apps/xstdcmap/metadata.xml
new file mode 100644
index 000000000000..e943b72b8a48
--- /dev/null
+++ b/x11-apps/xstdcmap/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>x11@gentoo.org</email>
+ <name>X11</name>
+</maintainer>
+</pkgmetadata>
diff --git a/x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild b/x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild
new file mode 100644
index 000000000000..1609cc4d3a80
--- /dev/null
+++ b/x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="X standard colormap utility"
+KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+IUSE=""
+RDEPEND="x11-libs/libXmu
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"