diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-03 20:22:14 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-03 21:36:04 -0500 |
commit | 82323c1f38fb4611b51c96d758830e56815755d0 (patch) | |
tree | 8b480cc279bf48b5f202eec406977857a1ffb87e /x11-apps | |
parent | x11-apps/x11perf: Drop old versions (diff) | |
download | gentoo-82323c1f38fb4611b51c96d758830e56815755d0.tar.gz gentoo-82323c1f38fb4611b51c96d758830e56815755d0.tar.bz2 gentoo-82323c1f38fb4611b51c96d758830e56815755d0.zip |
x11-apps/xditview: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xditview/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xditview/xditview-1.0.5.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/x11-apps/xditview/Manifest b/x11-apps/xditview/Manifest index ede1b4289604..61479e94719c 100644 --- a/x11-apps/xditview/Manifest +++ b/x11-apps/xditview/Manifest @@ -1,2 +1 @@ -DIST xditview-1.0.5.tar.bz2 151313 BLAKE2B 53d96b874230dde6f4f13a7a61420e1b9da86fea18e49e7084212353d9de64aab30bda6bc790282127af961db66873d6fafec1f6c7a986776c30eaad260ad98f SHA512 e20c903f38394b496111267e142d84d11e69a3b89f91869652d1f2ee5c997a13f90bfa2966651b42cd3979a330b348a6e397cc6a74c45b1f3f91643e7c06765d DIST xditview-1.0.6.tar.xz 143848 BLAKE2B bf832e17631a12f58ad194b1ddcf7a63a31e04f005ce883798f892284c8ad64ae40f15f5c1d781179333ce212e989de9b45cc53881079818e5c2f0b6087e3b5c SHA512 249769d27980e9a69ac8f056f329dfa514f3ab6267d6ed69814c5695f315d2a7021c560a0e26fdd2568290a071793d7f2eafdd92f9981ed556047deb244ebf5a diff --git a/x11-apps/xditview/xditview-1.0.5.ebuild b/x11-apps/xditview/xditview-1.0.5.ebuild deleted file mode 100644 index 4f07d90eb4dd..000000000000 --- a/x11-apps/xditview/xditview-1.0.5.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="display ditroff output" -KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" - -RDEPEND="x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11" -DEPEND="${RDEPEND}" |