summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-03-04 20:31:13 -0800
committerMatt Turner <mattst88@gentoo.org>2018-03-04 20:39:10 -0800
commit3d6553ced57689b00fb7e084b9400cffb852855a (patch)
treeac57cd6395cc3daaffc4067af5032b9de208263d /x11-apps/appres
parentx11-apps/editres: Version bump to 1.0.7 (diff)
downloadgentoo-3d6553ced57689b00fb7e084b9400cffb852855a.tar.gz
gentoo-3d6553ced57689b00fb7e084b9400cffb852855a.tar.bz2
gentoo-3d6553ced57689b00fb7e084b9400cffb852855a.zip
x11-apps/appres: Version bump to 1.0.5
Diffstat (limited to 'x11-apps/appres')
-rw-r--r--x11-apps/appres/Manifest1
-rw-r--r--x11-apps/appres/appres-1.0.5.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
index 593584e546cf..a536fa8209df 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 000000000000..0500fab48375
--- /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}"