summaryrefslogtreecommitdiff
path: root/x11-apps/xconsole
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/xconsole
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-apps/xconsole')
-rw-r--r--x11-apps/xconsole/Manifest5
-rw-r--r--x11-apps/xconsole/metadata.xml8
-rw-r--r--x11-apps/xconsole/xconsole-1.0.7.ebuild15
3 files changed, 28 insertions, 0 deletions
diff --git a/x11-apps/xconsole/Manifest b/x11-apps/xconsole/Manifest
new file mode 100644
index 000000000000..9be22e1f97cb
--- /dev/null
+++ b/x11-apps/xconsole/Manifest
@@ -0,0 +1,5 @@
+DIST xconsole-1.0.7.tar.bz2 134832 SHA256 d1144882df207378381bc83927906559defbf7b83a01d52c50ad44234c5851e0 SHA512 89f391058ea99904587bd1dac9e31fa3ff06cf63b899abe6c06e4897bbc9919500dd4773873b1a452de4f54cc6999bd496022b6d8df9d4147804448abbdca2f9 WHIRLPOOL 5acd8714444e3e3ec911f562fc6f4004891e8c39a4435d3e7dba04d02439a85883e6bed034dbc90e6d6cb8cffb2494d948941f6e3720635e4aa09957cb768087
+EBUILD xconsole-1.0.7.ebuild 379 SHA256 e6e717952c6b46eb3eb7d2678c53b777cabd947a5196c21a1d92c872ab70413c SHA512 cf8503622080ce051d32267a2075c1fe008dc12c143b14ca7e364e9a843b585cd4c5b4c324d3553474a817f376cf9818ae109bfb61350a0baca7fbad46174258 WHIRLPOOL 8052225a0d8107715916fc512c503e1763a29cce02e927aa175770a01ee406b3e75fc4b917e92e9b2d1e6502697e5d556d7cd19636e7955b0fac85ce02d2173b
+MISC ChangeLog 2430 SHA256 99b63dcda40d8907ac1f000ea3b76787d5ae4f277709704f791a6d2a0c57a602 SHA512 e2d1f948ae670abd936af18660631973b6a85ebf623584fa6bd7d7c81c90c26e48442d5d8e2ee2fe5919a1a74f3c2395ae3cab77bd694006d8fa40553f2e32cb WHIRLPOOL 686f06ffe3c65ef53b85d017b39d43a5b2095729638301f62e0c9f57f5c1a95d0c486796dc33901a3fcdedc3db5a7cefc051402a4305afe459147e4937395e93
+MISC ChangeLog-2015 6478 SHA256 2dff2158f4c1f4eb24108ad16d3ae170616353c5e450232e91ae160387f8b008 SHA512 19e9756ac04644ebb54d6f404c2ba1d3013f841f7b5244309f614ca6942d39635cf09d290bee562fe72fbf69e9f76776c3cf9cf8398ac3d6b035d0cc2d3bf225 WHIRLPOOL 3da6cb95224d535477b0388cab9e3ca93f5111689a3ede39090095a5fc8f728ef89d9f842a878fca879b55966c5dec64855a558b79dc359a556cf957e4cd2ffc
+MISC metadata.xml 230 SHA256 677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 WHIRLPOOL 4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306
diff --git a/x11-apps/xconsole/metadata.xml b/x11-apps/xconsole/metadata.xml
new file mode 100644
index 000000000000..e943b72b8a48
--- /dev/null
+++ b/x11-apps/xconsole/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/xconsole/xconsole-1.0.7.ebuild b/x11-apps/xconsole/xconsole-1.0.7.ebuild
new file mode 100644
index 000000000000..7c43b2c2694b
--- /dev/null
+++ b/x11-apps/xconsole/xconsole-1.0.7.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="monitor system console messages with X"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+IUSE=""
+RDEPEND="x11-libs/libXaw
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"