summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-03-09 18:51:03 -0800
committerMatt Turner <mattst88@gentoo.org>2018-03-09 18:51:03 -0800
commit4a0281d5425b04e56df5d9ce2614c46bde1c4771 (patch)
treecb100e7dfccf20b92ba69bbb6421d48e75d2db85 /x11-apps/xrdb
parentx11-apps/xprop: Version bump to 1.2.3 (diff)
downloadgentoo-4a0281d5425b04e56df5d9ce2614c46bde1c4771.tar.gz
gentoo-4a0281d5425b04e56df5d9ce2614c46bde1c4771.tar.bz2
gentoo-4a0281d5425b04e56df5d9ce2614c46bde1c4771.zip
x11-apps/xrdb: Version bump to 1.1.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-apps/xrdb')
-rw-r--r--x11-apps/xrdb/Manifest1
-rw-r--r--x11-apps/xrdb/xrdb-1.1.1.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xrdb/Manifest b/x11-apps/xrdb/Manifest
index f4b5cb3e4d16..61aafa3232c5 100644
--- a/x11-apps/xrdb/Manifest
+++ b/x11-apps/xrdb/Manifest
@@ -1 +1,2 @@
DIST xrdb-1.1.0.tar.bz2 138035 BLAKE2B 62cea13d943692cf8be654b53c89751925c0e1b07c84cbe954070c109a5792908bb3642b208ac2da151f8416ab645c05d3d54084424d9fc9d5aba4efc99604e6 SHA512 8e2a177653d5aa895c71ed3640e0f1dd9fe8bf5cd6f0c6ff7e372394a2a41c3aa2286905fd9c69e3d140024d235b81a1f32b5d4012b1ac5ac1ed945599dee407
+DIST xrdb-1.1.1.tar.bz2 141950 BLAKE2B bfd0e384e4bdbae3209caf4e729a8151ec174ca1a461d3dd5a357b8a383fcf7da072741e539a8830434b416c894684e20cde8bde11fb211420d5796c2c08298b SHA512 20c342004ef911fc4d3ef4ac3ac15d1c30bb946b8156f3a6916c242e470be0cb63261563462fd1e2e07b1a7cc527b8cacf5f913e31b02196629a95043cf8d13f
diff --git a/x11-apps/xrdb/xrdb-1.1.1.ebuild b/x11-apps/xrdb/xrdb-1.1.1.ebuild
new file mode 100644
index 000000000000..0432cd1c5911
--- /dev/null
+++ b/x11-apps/xrdb/xrdb-1.1.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="X server resource database utility"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libXmu
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"