diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-07-10 21:34:27 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-10 21:57:54 -0700 |
commit | d083311201aaf7a6b632dbb3e7cee22e0785cecc (patch) | |
tree | 3e04d29b2eb09e9478726f23697a56c346221c8e /x11-apps/xpr | |
parent | x11-apps/xmodmap: Version bump to 1.0.11 (diff) | |
download | gentoo-d083311201aaf7a6b632dbb3e7cee22e0785cecc.tar.gz gentoo-d083311201aaf7a6b632dbb3e7cee22e0785cecc.tar.bz2 gentoo-d083311201aaf7a6b632dbb3e7cee22e0785cecc.zip |
x11-apps/xpr: Version bump to 1.1.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xpr')
-rw-r--r-- | x11-apps/xpr/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xpr/xpr-1.1.0.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xpr/Manifest b/x11-apps/xpr/Manifest index 211e8b2fa350..3ab52d4af715 100644 --- a/x11-apps/xpr/Manifest +++ b/x11-apps/xpr/Manifest @@ -1 +1,2 @@ DIST xpr-1.0.5.tar.bz2 150714 BLAKE2B 89d20134a3a9a12e319d343ae20c3aac71d1d2d2cbbffe1ff71375211efb3a4b22c2d99099fb1621fba838778702cca8c088181218c5d2c5fcb6af706d23b359 SHA512 d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967 +DIST xpr-1.1.0.tar.xz 140244 BLAKE2B b3525415b18615abe489466965fa414ee343d0ea2ebbad4e75e943a0e19fc29cb2a2cce4fde07c345d84f2c53eeb47c0162719d7322a93ddacfa80452153f45b SHA512 53eb896cf1844036a13b1018ffcecbc6a0a56eebe0d7cb6331dbe691207498d2c41f3791655b7fc081acfef2ed9904987f363b710bf0eeff6c8d33f819a951cb diff --git a/x11-apps/xpr/xpr-1.1.0.ebuild b/x11-apps/xpr/xpr-1.1.0.ebuild new file mode 100644 index 000000000000..ca37c48d598a --- /dev/null +++ b/x11-apps/xpr/xpr-1.1.0.ebuild @@ -0,0 +1,16 @@ +# 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="X.Org xpr application" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXmu" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |