diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:18:23 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:33:58 -0700 |
commit | 67447b356553cc2110cf35f55f6969218e5b5af5 (patch) | |
tree | 85dcaabd71d2cc1e033e763a8fc3eb71151044fe /x11-apps | |
parent | x11-apps/xcalc: Version bump to 1.1.1 (diff) | |
download | gentoo-67447b356553cc2110cf35f55f6969218e5b5af5.tar.gz gentoo-67447b356553cc2110cf35f55f6969218e5b5af5.tar.bz2 gentoo-67447b356553cc2110cf35f55f6969218e5b5af5.zip |
x11-apps/editres: Version bump to 1.0.8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/editres/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/editres/editres-1.0.8.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-apps/editres/Manifest b/x11-apps/editres/Manifest index 0b85aac36de1..31319a347bc5 100644 --- a/x11-apps/editres/Manifest +++ b/x11-apps/editres/Manifest @@ -1 +1,2 @@ DIST editres-1.0.7.tar.bz2 166429 BLAKE2B abaa0764bfc3419e17d5cd222bbe20f5591f7bc8431444aa6739cdc067cfb81f606370df19562410aa54820a0249828ccc9d506a9607031b453a7993af634f60 SHA512 b9c928b556116bf50cf4b6ea779bdc9fedf29f5db3e6a8cc75c122578c92e1cc530a81b226ec24aad183b8ebc2de570f200314b0d9ce7883b6e3306007365b32 +DIST editres-1.0.8.tar.xz 158476 BLAKE2B d0b2ef786e68ed6cf37e06bc776f6d6a104a2da2f68dbe27457e31a11d642d3946cd86667bd3ca2ae952c4fcc7162b86a69064a7dcd00ed16bb3e1f1c29e3e54 SHA512 9a007ed7a02abf61af8b65a163a7289a1e960db390db401bdfad162aa642e0eb887ecf85be14093efd8567c68f5e01450bb8321403a203a00065fa21985c7922 diff --git a/x11-apps/editres/editres-1.0.8.ebuild b/x11-apps/editres/editres-1.0.8.ebuild new file mode 100644 index 000000000000..2c956d930245 --- /dev/null +++ b/x11-apps/editres/editres-1.0.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="a dynamic resource editor for X Toolkit applications" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXaw" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |