x11-apps/xrdb: Version bump to 1.1.1
authorMatt Turner <mattst88@gentoo.org>
Sat, 10 Mar 2018 02:51:03 +0000 (18:51 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sat, 10 Mar 2018 02:51:03 +0000 (18:51 -0800)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

x11-apps/xrdb/Manifest
x11-apps/xrdb/xrdb-1.1.1.ebuild [new file with mode: 0644]

index f4b5cb3e4d1676be6949cb2b31c7e1eb67db5ef8..61aafa3232c58f18afcaca85b5b9cdfe26cc99a2 100644 (file)
@@ -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 (file)
index 0000000..0432cd1
--- /dev/null
@@ -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}"