diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:27:18 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:33:59 -0700 |
commit | 64d99447eb16ea7acd448c20d1cb8d3691c0097d (patch) | |
tree | 7bfbcb301bf8bb8741f4ce053f6c5bfa1be9a239 /x11-apps/xedit | |
parent | x11-apps/xclock: Version bump to 1.1.0 (diff) | |
download | gentoo-64d99447eb16ea7acd448c20d1cb8d3691c0097d.tar.gz gentoo-64d99447eb16ea7acd448c20d1cb8d3691c0097d.tar.bz2 gentoo-64d99447eb16ea7acd448c20d1cb8d3691c0097d.zip |
x11-apps/xedit: Version bump to 1.2.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xedit')
-rw-r--r-- | x11-apps/xedit/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xedit/xedit-1.2.3.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest index 482d9970402c..20c4fb029c19 100644 --- a/x11-apps/xedit/Manifest +++ b/x11-apps/xedit/Manifest @@ -1 +1,2 @@ DIST xedit-1.2.2.tar.bz2 525861 BLAKE2B 608f3f2b06d14f99a71d9eaf45114ba71271957f584c685236bd78e2f7c9a6e969ce15de72a7530a41835b951caa800a7cb0c45d71a4790aab5fe703d654e912 SHA512 24d8e23a2ad1a2e81f6606928bb032f25b70b76da83b65341367bc4111d011abe89f9e30402d057854f2ccdaa9c1ef0d7c55bf29b81ab2d050a8f448cf3eeb5d +DIST xedit-1.2.3.tar.xz 480288 BLAKE2B 15dabc6952228246b2fcd67c33298ce75ebd3a943e930d3e5110c4b32a8c5b7340f5127b64d9bda9819fa3bcb4bebe870e4bcca0ecf5310f4b765f488d88c61d SHA512 1089c35ef961e53f74cc7d892960e1ee7f0da17529e3173e7f7764b0eb4ee94d1e068cb177d8502ca55c1dd6808962d4b1427e303adc7e6db80be8828557f45a diff --git a/x11-apps/xedit/xedit-1.2.3.ebuild b/x11-apps/xedit/xedit-1.2.3.ebuild new file mode 100644 index 000000000000..decfcc8270fb --- /dev/null +++ b/x11-apps/xedit/xedit-1.2.3.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="simple text editor for X" + +KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXt + x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |