diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-01-23 09:44:23 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-01-23 09:48:50 -0500 |
commit | 292475ba2b94eef0f5a8b7dfbd9687e61b0d38ce (patch) | |
tree | 42f87a14ad0fe6887a0a17d51bf18ec060d6ca67 /x11-apps | |
parent | media-libs/gmmlib: Version bump to 22.3.17 (diff) | |
download | gentoo-292475ba2b94eef0f5a8b7dfbd9687e61b0d38ce.tar.gz gentoo-292475ba2b94eef0f5a8b7dfbd9687e61b0d38ce.tar.bz2 gentoo-292475ba2b94eef0f5a8b7dfbd9687e61b0d38ce.zip |
x11-apps/xbiff: Version bump to 1.0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xbiff/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xbiff/xbiff-1.0.5.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-apps/xbiff/Manifest b/x11-apps/xbiff/Manifest index 9e047636dbdc..963c4cd6fdfa 100644 --- a/x11-apps/xbiff/Manifest +++ b/x11-apps/xbiff/Manifest @@ -1 +1,2 @@ DIST xbiff-1.0.4.tar.bz2 133455 BLAKE2B ce79afefbd394b32fd543b64e966276cddc551bfacdf25e80a3463e65eb538469e252d105aeddb60a16227c30a5abfa996af89718d77e075f85b70d71e45710f SHA512 0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac +DIST xbiff-1.0.5.tar.xz 128432 BLAKE2B 8e6b438720d4c1fe669a4505350ca8e98d779288ca453610764924c755e5ce22a807abd784187f57be224c34ceeec493ce232f83c08ee2868811ce495a1597f7 SHA512 4dd8943daf670dffb6e108b192977f6ad313d6b0535da0c809699e05f0509aba45be81c72af341e1fef31f59d0a5f209d87441230b3fdcecb4a7a8fe7a9c0658 diff --git a/x11-apps/xbiff/xbiff-1.0.5.ebuild b/x11-apps/xbiff/xbiff-1.0.5.ebuild new file mode 100644 index 000000000000..ad2413f63d0e --- /dev/null +++ b/x11-apps/xbiff/xbiff-1.0.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_TARBALL_SUFFIX="xz" + +inherit xorg-3 + +DESCRIPTION="mailbox flag for X" + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-misc/xbitmaps + x11-libs/libXext + x11-libs/libX11 +" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |