x11-apps/xbiff: Version bump to 1.0.4
authorMatt Turner <mattst88@gentoo.org>
Sun, 14 Jul 2019 20:46:01 +0000 (13:46 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sun, 14 Jul 2019 20:49:47 +0000 (13:49 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-apps/xbiff/Manifest
x11-apps/xbiff/xbiff-1.0.4.ebuild [new file with mode: 0644]

index 9d2ad6adeb9e17c75e5b71aca51b7c8bc21df1cb..73cce0d40daa4c0b58c978c1d13d184100ebe3c4 100644 (file)
@@ -1 +1,2 @@
 DIST xbiff-1.0.3.tar.bz2 116043 BLAKE2B 9ed9c77e8017e36170087a5d45bc1b68383b9cb0b32c8a951050ee00bf6ccbffc868626e8c362fec5ed28c6c4a5a06010d9a975b45b51300bfbc27a9112edfc8 SHA512 e9fa72817cae5fd6c052a4a59fcd6c696ae9d3f5fd8eecb0e9b0d8994258201cf5f4ae99845dd03e3da56e378eb214658e4450c9291a29399d9ece8af3b9f9e9
+DIST xbiff-1.0.4.tar.bz2 133455 BLAKE2B ce79afefbd394b32fd543b64e966276cddc551bfacdf25e80a3463e65eb538469e252d105aeddb60a16227c30a5abfa996af89718d77e075f85b70d71e45710f SHA512 0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac
diff --git a/x11-apps/xbiff/xbiff-1.0.4.ebuild b/x11-apps/xbiff/xbiff-1.0.4.ebuild
new file mode 100644 (file)
index 0000000..11f26b5
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="mailbox flag for X"
+
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+       x11-libs/libXmu
+       x11-libs/libX11
+       x11-misc/xbitmaps
+       x11-libs/libXext"
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto"