diff options
author | Mats Lidell <matsl@gentoo.org> | 2024-01-24 21:17:43 +0100 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2024-01-24 21:24:31 +0100 |
commit | c4e3090ca0475230ced76daa38e65ef586412555 (patch) | |
tree | 5fd45a987226741f36504a3853181d8707bf38e9 /app-xemacs | |
parent | app-xemacs/ilisp: drop 1.38 (diff) | |
download | gentoo-c4e3090ca0475230ced76daa38e65ef586412555.tar.gz gentoo-c4e3090ca0475230ced76daa38e65ef586412555.tar.bz2 gentoo-c4e3090ca0475230ced76daa38e65ef586412555.zip |
app-xemacs/psgml-dtds: drop 1.05
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/psgml-dtds/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/app-xemacs/psgml-dtds/Manifest b/app-xemacs/psgml-dtds/Manifest index 06f99ac9966f..2cddc28fe229 100644 --- a/app-xemacs/psgml-dtds/Manifest +++ b/app-xemacs/psgml-dtds/Manifest @@ -1,2 +1 @@ -DIST psgml-dtds-1.05-pkg.tar.gz 367368 BLAKE2B fe845e58c281909e43c2c7f9372f6b55da4133835df08dddd7f91881a48e73f4afd329ef02a445206c41466b5368c5fa8571a1e3d95a799ce6902245c12731e7 SHA512 700f1db7dff467987ddd9dabca48479f231c81486ea72129db5bf24f0583c0ae197fcf0477c7092e89c0edd7a0465f4e7c736bb95647a254d56dad9aa0935eb0 DIST psgml-dtds-1.06-pkg.tar.gz 317773 BLAKE2B d8f1b28e734e34f1f1b05dfbf9164ea3d8bcb7c8aa2837a2c73bbcbd075340a872f69bb61b7720793ee40078fd45398f42c7056ea43c7e2428eff2b6538e65b7 SHA512 90dece611a228ff3705e7d61415e821781fd42d9750cc52db6a4ed7b0e5c55a858101df0efdbdb5d2b4818d18e0f0609bd43abb556a2ccb933a07298c71f0786 diff --git a/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild b/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild deleted file mode 100644 index 0a156eff7a5b..000000000000 --- a/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -SLOT="0" -DESCRIPTION="Deprecated collection of DTDs for psgml" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/psgml -app-xemacs/edit-utils -app-xemacs/mail-lib -app-xemacs/fsf-compat -app-xemacs/xemacs-eterm -app-xemacs/sh-script -" -KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86" - -inherit xemacs-packages |