commit: 3d6553ced57689b00fb7e084b9400cffb852855a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 04:31:13 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 04:39:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6553ce
x11-apps/appres: Version bump to 1.0.5
x11-apps/appres/Manifest | 1 +
x11-apps/appres/appres-1.0.5.ebuild | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
index 593584e546c..a536fa8209d 100644
--- a/x11-apps/appres/Manifest
+++ b/x11-apps/appres/Manifest
@@ -1 +1,2 @@
DIST appres-1.0.4.tar.bz2 117949 BLAKE2B
a1938ffd3a3ecf279e35fd85c39f79550b9da0d2155d4ba08708fddff0b6cb9cb97a8174fcfb701ff13e929bd551405c3eaeae516d15e4d7ea31ef50aa6a5d29
SHA512
f07e672bd335308e58495685e5e7748684283aac28a96ea716edefe99ff281ec1f9b264e853ec0ce0f64cf54d9208d70dd3112a5a4219e0a38bfdc0fab8c9d98
+DIST appres-1.0.5.tar.bz2 124531 BLAKE2B
0d3e497afb3ab7d3565451c0da6594b4e608fa20e1a225162c4347d672db6a94823b5961c112b414e55c86a6b53a684709ddd109991f0545b6897bf276824da8
SHA512
70825563cd80f0f433c48ab2fdae888072939c1b22fb22340b70b9444c97916275ed92c9e5bf9a06bb76c32a5371b89ff7c0211a9a47a227c88311078c2c4137
diff --git a/x11-apps/appres/appres-1.0.5.ebuild
b/x11-apps/appres/appres-1.0.5.ebuild
new file mode 100644
index 00000000000..0500fab4837
--- /dev/null
+++ b/x11-apps/appres/appres-1.0.5.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="list X application resource database"
+
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris
~x86-winnt"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt"
+DEPEND="${RDEPEND}"