summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-03-04 20:32:20 -0800
committerMatt Turner <mattst88@gentoo.org>2018-03-04 20:39:11 -0800
commit5eaf78044d45b07f73e321bf594f385b5357170e (patch)
tree1ef11a52f942549c2f1f48816e54030c12cb677b /x11-apps
parentx11-apps/appres: Version bump to 1.0.5 (diff)
downloadgentoo-5eaf78044d45b07f73e321bf594f385b5357170e.tar.gz
gentoo-5eaf78044d45b07f73e321bf594f385b5357170e.tar.bz2
gentoo-5eaf78044d45b07f73e321bf594f385b5357170e.zip
x11-apps/listres: Version bump to 1.0.4
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/listres/Manifest1
-rw-r--r--x11-apps/listres/listres-1.0.4.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/listres/Manifest b/x11-apps/listres/Manifest
index 0a2150d93f1a..efcac735daf5 100644
--- a/x11-apps/listres/Manifest
+++ b/x11-apps/listres/Manifest
@@ -1 +1,2 @@
DIST listres-1.0.3.tar.bz2 115429 BLAKE2B e4cc1e627d2331595e88ce6610c5cffa50eed0f2f8c898b3b9bfd93d1aeb66346d33079b1c25fd23e6694f47d5f7a3484ffac2f0dfb2043d6688820dded3eb89 SHA512 999156e9fcf1636fd4a398dc3940749eeab3b514141b9dc5125bbbb4c611c0fca9d4afa7e3b127bd9e7d3e3f94b942ef3be6aa79636eaf89bef75353c8203c22
+DIST listres-1.0.4.tar.bz2 125472 BLAKE2B 99865e682eb2894b7af1a84a6fd29bf16f0345b8660bbb61060dbb7927bf376591c7403356b97cff13ff3392321d52f34388f49fd2aac6dab52592317818010c SHA512 925bceab6ff96fcf91f58ba2f858905d6e2eff7074ba29cfc02def7c19fb493545837884f1070dc004422451f749cd459000c01e8c9bb51a7cce7f7ab4067b8a
diff --git a/x11-apps/listres/listres-1.0.4.ebuild b/x11-apps/listres/listres-1.0.4.ebuild
new file mode 100644
index 000000000000..5e74d8d310e1
--- /dev/null
+++ b/x11-apps/listres/listres-1.0.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="list resources in widgets"
+KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXmu
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}"