diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:23:59 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:29:27 -0800 |
commit | 717d98167351dcc5dd835387dbb17076d647012c (patch) | |
tree | 4328ac9cdd466875e8cf4aa06c119e0f889763f9 /x11-apps/xpr | |
parent | x11-apps/xmessage: Version bump to 1.0.5 (diff) | |
download | gentoo-717d98167351dcc5dd835387dbb17076d647012c.tar.gz gentoo-717d98167351dcc5dd835387dbb17076d647012c.tar.bz2 gentoo-717d98167351dcc5dd835387dbb17076d647012c.zip |
x11-apps/xpr: Version bump to 1.0.5
Diffstat (limited to 'x11-apps/xpr')
-rw-r--r-- | x11-apps/xpr/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xpr/xpr-1.0.5.ebuild | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/x11-apps/xpr/Manifest b/x11-apps/xpr/Manifest index c2ef5a2dee37..a64c91384631 100644 --- a/x11-apps/xpr/Manifest +++ b/x11-apps/xpr/Manifest @@ -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 index 000000000000..06ea06f06277 --- /dev/null +++ b/x11-apps/xpr/xpr-1.0.5.ebuild @@ -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}" |