x11-apps/appres: Version bump to 1.0.5
authorMatt Turner <mattst88@gentoo.org>
Mon, 5 Mar 2018 04:31:13 +0000 (20:31 -0800)
committerMatt Turner <mattst88@gentoo.org>
Mon, 5 Mar 2018 04:39:10 +0000 (20:39 -0800)
x11-apps/appres/Manifest
x11-apps/appres/appres-1.0.5.ebuild [new file with mode: 0644]

index 593584e546cfd3077bc2ce1a984aae069a8722b7..a536fa8209dfaf43f8a3943840b5e0dfba5bca16 100644 (file)
@@ -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 (file)
index 0000000..0500fab
--- /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="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}"