summaryrefslogtreecommitdiff
path: root/x11-apps/appres
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/appres
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/appres')
-rw-r--r--x11-apps/appres/Manifest1
-rw-r--r--x11-apps/appres/appres-1.0.5-r1.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
index 1263cab3b1ca..b2bce7bd5236 100644
--- a/x11-apps/appres/Manifest
+++ b/x11-apps/appres/Manifest
@@ -1,3 +1,4 @@
DIST appres-1.0.5.tar.bz2 124531 BLAKE2B 0d3e497afb3ab7d3565451c0da6594b4e608fa20e1a225162c4347d672db6a94823b5961c112b414e55c86a6b53a684709ddd109991f0545b6897bf276824da8 SHA512 70825563cd80f0f433c48ab2fdae888072939c1b22fb22340b70b9444c97916275ed92c9e5bf9a06bb76c32a5371b89ff7c0211a9a47a227c88311078c2c4137
+EBUILD appres-1.0.5-r1.ebuild 413 BLAKE2B 354b9e46453ae39cff3e3e66ab7abc885078ee3e19ef3586ead633da7506aebee4d7a78220878d193e5d991d1f1aebabd3d958c2452ca863437b8f840c39809a SHA512 0b9d540cd558a7d44b01fac9fcde490dc22db2a28ea51de9c5aab55ec7faa6f6302d3e38d77bef2e7899b3cfe34b05bcfa13f9407e8315b317be3b54f9a955ba
EBUILD appres-1.0.5.ebuild 390 BLAKE2B dd2777b0787ae95e36bf11b10924ad175f36573d84a8d326fcfd1de2030012ac56f66811664c8a3c60e2f631a2404ae25440ff5de069227ca5b51df946b80bc6 SHA512 defdbb32abc88776106c212722758e17d0941f7451def6d7907bc11b750b4a73b73efc6f5585b18cbd2ce24997cfdc748b059a772112734c73f9a29caf09a920
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/appres/appres-1.0.5-r1.ebuild b/x11-apps/appres/appres-1.0.5-r1.ebuild
new file mode 100644
index 000000000000..cafaa058a220
--- /dev/null
+++ b/x11-apps/appres/appres-1.0.5-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="list X application resource database"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXt"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"