x11-apps/xpr: Version bump to 1.0.5
authorMatt Turner <mattst88@gentoo.org>
Sat, 10 Mar 2018 02:23:59 +0000 (18:23 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sat, 10 Mar 2018 02:29:27 +0000 (18:29 -0800)
x11-apps/xpr/Manifest
x11-apps/xpr/xpr-1.0.5.ebuild [new file with mode: 0644]

index c2ef5a2dee37aaf43e606d17e45b8281e1503d44..a64c91384631bda5b90550692fd59cfe7660658f 100644 (file)
@@ -1 +1,2 @@
 DIST xpr-1.0.4.tar.bz2 143144 BLAKE2B 0c336de348effdd7594e499fd6516c62bb7769f0e8437a446a16433beaf4a8e237f3f054f73dc56bd333579331edf0fead46e158d9c1f401f3c56f2d9957c978 SHA512 4b88b71a6da835b8f27b185510cff6bc6b260e009b31b9118f12d77d37e660606654ff7ebd50014ff13f15ca74011cd3ffc12a417cea5e38d6d29ccc820a2957
+DIST xpr-1.0.5.tar.bz2 150714 BLAKE2B 89d20134a3a9a12e319d343ae20c3aac71d1d2d2cbbffe1ff71375211efb3a4b22c2d99099fb1621fba838778702cca8c088181218c5d2c5fcb6af706d23b359 SHA512 d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967
diff --git a/x11-apps/xpr/xpr-1.0.5.ebuild b/x11-apps/xpr/xpr-1.0.5.ebuild
new file mode 100644 (file)
index 0000000..06ea06f
--- /dev/null
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="X.Org xpr application"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+RDEPEND="x11-libs/libXmu
+       x11-libs/libX11"
+DEPEND="${RDEPEND}"