summaryrefslogtreecommitdiff
path: root/x11-apps/xsetroot
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/xsetroot
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-apps/xsetroot')
-rw-r--r--x11-apps/xsetroot/Manifest5
-rw-r--r--x11-apps/xsetroot/metadata.xml8
-rw-r--r--x11-apps/xsetroot/xsetroot-1.1.1.ebuild16
3 files changed, 29 insertions, 0 deletions
diff --git a/x11-apps/xsetroot/Manifest b/x11-apps/xsetroot/Manifest
new file mode 100644
index 000000000000..7648300e8e43
--- /dev/null
+++ b/x11-apps/xsetroot/Manifest
@@ -0,0 +1,5 @@
+DIST xsetroot-1.1.1.tar.bz2 119977 SHA256 ba215daaa78c415fce11b9e58c365d03bb602eaa5ea916578d76861a468cc3d9 SHA512 04834a8ca658a4aabe03e62588353102e8019d424e25fab450d48e6fc4ac358df5bb98a850c82c61e2495faabfe54f3d92d9563e77c83ace7fd69c278edbbd64 WHIRLPOOL 89cec2aabe15f5eb3ce94ff4a78865a119ae2ef914760118399ad997c575b9e87e349891ba2a4c40743116e714ec80278c671484a47dd1816eab8961e096db48
+EBUILD xsetroot-1.1.1.ebuild 422 SHA256 3d553e1ddbfb715612509d533368dfd585e9d15bddd5d371de9816623720c94e SHA512 fd9b0cad752ad6a93e40a3acaea9cb3a67c63d815a1f859999f63ebe2d999ab26e9fae91c22741af19b30cbfa05bce3639b5ef1213a3e473fe4b16077f7c3af2 WHIRLPOOL d5a64a61118b2a90eca1774960158c6a80434e045cb695d1d4b1f273d56b280b4badd5a78b7fdae46ba265f39469f2abeaa2828ec6b31bdd41130f0b9eea3780
+MISC ChangeLog 2430 SHA256 58915b720b7f99aa8b30f4698461502e8bcdbe70528ab3543d6abfcfa0bf02ca SHA512 ea4bf6fa8d4417d95c5ab61ba3ae670926922c628acd417d402410963b82495cd4a256ceffdc4885d9205618a1e209087bf8e4d4bb9f9c50da5325ccbfd80ec6 WHIRLPOOL b6efd6f42ff34c4a7bd12fdb763a74c914c2a7decba866160d08d62c7165526ec393c0da6dca5d6b966e14b82fcc7d0f56f08f800a3101b2bab28a92d90661e6
+MISC ChangeLog-2015 6882 SHA256 b6ee8c49c81f5caf4d6eeb2eec1db45255713a6f1639e88e0b4294201b2e5bb9 SHA512 687a01333e8878c31077e23649187ceaec3aef5af67782309901e560ef3101ba01b8630156fa4b9cd1c36e89525d3bcd96c267dc87b37a5a96eeeaa1872570ce WHIRLPOOL d735bf4cc1891043b7fc2d6ac2937c4b97d25ee51f6cfa78d62f3e9fc48459f891640d0ac23a47f12b6cdb055dfbe772fde51c257332c7475d845c62009b0186
+MISC metadata.xml 230 SHA256 677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 WHIRLPOOL 4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306
diff --git a/x11-apps/xsetroot/metadata.xml b/x11-apps/xsetroot/metadata.xml
new file mode 100644
index 000000000000..e943b72b8a48
--- /dev/null
+++ b/x11-apps/xsetroot/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/xsetroot/xsetroot-1.1.1.ebuild b/x11-apps/xsetroot/xsetroot-1.1.1.ebuild
new file mode 100644
index 000000000000..9837f8afacbd
--- /dev/null
+++ b/x11-apps/xsetroot/xsetroot-1.1.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="X.Org xsetroot application"
+
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+IUSE=""
+RDEPEND="x11-libs/libXmu
+ x11-libs/libX11
+ x11-misc/xbitmaps
+ x11-libs/libXcursor"
+DEPEND="${RDEPEND}"