diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-03 13:52:18 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-03 13:55:56 -0800 |
commit | 4f22a7adab3aab9fb3690cf95ba7ab16fdc6092a (patch) | |
tree | 8253ad8e2dffbc4d3e3e11099322ede8f4b454a2 /x11-apps | |
parent | x11-apps/xlogo: Version bump to 1.0.5 (diff) | |
download | gentoo-4f22a7adab3aab9fb3690cf95ba7ab16fdc6092a.tar.gz gentoo-4f22a7adab3aab9fb3690cf95ba7ab16fdc6092a.tar.bz2 gentoo-4f22a7adab3aab9fb3690cf95ba7ab16fdc6092a.zip |
x11-apps/xmore: Version bump to 1.0.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xmore/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xmore/xmore-1.0.3.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xmore/Manifest b/x11-apps/xmore/Manifest index f32c7ac3401d..e2dc64a5ce04 100644 --- a/x11-apps/xmore/Manifest +++ b/x11-apps/xmore/Manifest @@ -1 +1,2 @@ DIST xmore-1.0.2.tar.bz2 107340 BLAKE2B 35dd82edf2f00d861d4b8df4175626fe7c72f2e27b0a0621184f86bdd57d84406fbd1d4724466779e31ae58b0045bb71b669b0524d2909c9a87f28598d14ee5f SHA512 718ad254beaae57475cead3815fc7625692699c76749c64e3aeb722daf5e1cecbea9d1207e3427d6a5d0aa240a6aaf678ea1656d6731b9f47e1a8045d62c3efb +DIST xmore-1.0.3.tar.bz2 127587 BLAKE2B f59c9b6b7a134694dc7df5540c75a4331785ef7da0c5b40618923a3d1d53a543f7a54b7b8383f2e816b4f478056f6c0b1c6a4ce212c50b4fca75a307057c3f54 SHA512 e3e44831cd87a54bb585f80ef0d87f69dc35f6c834a73241aad9f6e2b0999b53c51a0a3f915a94ae4d6dc9bdfb9f60b6576f0bdcec441443abd98efa6c51b1d3 diff --git a/x11-apps/xmore/xmore-1.0.3.ebuild b/x11-apps/xmore/xmore-1.0.3.ebuild new file mode 100644 index 000000000000..48c94ef7a873 --- /dev/null +++ b/x11-apps/xmore/xmore-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="plain text display program for the X Window System" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXt +" +DEPEND="${RDEPEND}" |