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

index 2d0020bce20b4219857a28ccdd8adc423f617550..4aa3eefad573d0535343cad7021cd4921909cdb9 100644 (file)
@@ -1 +1,2 @@
 DIST editres-1.0.6.tar.bz2 156155 BLAKE2B b36ba85cd7c58a580e682e058d81af1d0f7bef044334fb0bb799fef7778af53055b592e0c67ee1b8c116573585d7699aaf2050310994b76c9b4aef1e43d9cd47 SHA512 c070709ce926802696d43d27256cea125c04021ad7555e1ea6c90650bf9e9fdd8da7786ebc99d6cf6a2dac73db041d489d34e6b2f6ceb6b396b6e96711b1c510
+DIST editres-1.0.7.tar.bz2 166429 BLAKE2B abaa0764bfc3419e17d5cd222bbe20f5591f7bc8431444aa6739cdc067cfb81f606370df19562410aa54820a0249828ccc9d506a9607031b453a7993af634f60 SHA512 b9c928b556116bf50cf4b6ea779bdc9fedf29f5db3e6a8cc75c122578c92e1cc530a81b226ec24aad183b8ebc2de570f200314b0d9ce7883b6e3306007365b32
diff --git a/x11-apps/editres/editres-1.0.7.ebuild b/x11-apps/editres/editres-1.0.7.ebuild
new file mode 100644 (file)
index 0000000..464eec9
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="a dynamic resource editor for X Toolkit applications"
+
+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}"