diff options
author | Mats Lidell <matsl@gentoo.org> | 2022-08-19 16:13:53 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2022-08-19 16:34:48 +0200 |
commit | a0efa69a03f61ff0b38e2e881770688a51ff889f (patch) | |
tree | 0ba741efa803db685d1d6fb8a0d52933a1c047b0 /app-xemacs | |
parent | dev-python/pyupgrade: update upstream metadata (diff) | |
download | gentoo-a0efa69a03f61ff0b38e2e881770688a51ff889f.tar.gz gentoo-a0efa69a03f61ff0b38e2e881770688a51ff889f.tar.bz2 gentoo-a0efa69a03f61ff0b38e2e881770688a51ff889f.zip |
app-xemacs/debug: drop 1.20
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/debug/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/debug/debug-1.20.ebuild | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/app-xemacs/debug/Manifest b/app-xemacs/debug/Manifest index afbe6d3ad601..8cb45039debd 100644 --- a/app-xemacs/debug/Manifest +++ b/app-xemacs/debug/Manifest @@ -1,2 +1 @@ -DIST debug-1.20-pkg.tar.gz 107953 BLAKE2B 90af70a49f6d62224248a73907dec986ba9671a99782aa84cdf9024426f192fca74781ced10f539da9c3115586cc1fe6ecfbe91fef536228d259280c251fb6f3 SHA512 3985447986f5129a8789d1f9058a662cef5dbbe0e9d565f00973e79a6d32139581fef777f0e6d683ad5338896cc679bea3ffaf18d51976a5a2e27ba5484cd9c9 DIST debug-1.21-pkg.tar.gz 108036 BLAKE2B a713832c1ccb5c17d61b8ddd054db638537bbb8f9d82e59a7caaa623c2fdb1cacd7d6c585fc2ccb25948ed73a578720eae9508fc81b710e0949654891f0919f0 SHA512 91d2597c85ee207b1c28c433aacd856bbdb136d69c1979a6d84a567dcb1b1ac2b09fcc788a784252d4319d52d45788f3570c59fb248c99983144114b31fd7f17 diff --git a/app-xemacs/debug/debug-1.20.ebuild b/app-xemacs/debug/debug-1.20.ebuild deleted file mode 100644 index 7fd65fab4e70..000000000000 --- a/app-xemacs/debug/debug-1.20.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="GUD, gdb, dbx debugging support" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -" -KEYWORDS="~alpha amd64 arm64 ~hppa ppc ppc64 sparc x86" - -inherit xemacs-packages |