diff options
author | Mats Lidell <matsl@gentoo.org> | 2023-04-04 23:35:23 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2023-04-04 23:45:19 +0200 |
commit | 305fca0ef749d654782f12b68cae6f5899e1fc44 (patch) | |
tree | 5d0d5b9a2230a23ba7a993d1b42b2f87501d287a /app-xemacs | |
parent | app-xemacs/ilisp: add 1.39 (diff) | |
download | gentoo-305fca0ef749d654782f12b68cae6f5899e1fc44.tar.gz gentoo-305fca0ef749d654782f12b68cae6f5899e1fc44.tar.bz2 gentoo-305fca0ef749d654782f12b68cae6f5899e1fc44.zip |
app-xemacs/psgml-dtds: add 1.06
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.06.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-xemacs/psgml-dtds/Manifest b/app-xemacs/psgml-dtds/Manifest index 93bd7017446e..06f99ac9966f 100644 --- a/app-xemacs/psgml-dtds/Manifest +++ b/app-xemacs/psgml-dtds/Manifest @@ -1 +1,2 @@ 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.06.ebuild b/app-xemacs/psgml-dtds/psgml-dtds-1.06.ebuild new file mode 100644 index 000000000000..36eaec5f3d5c --- /dev/null +++ b/app-xemacs/psgml-dtds/psgml-dtds-1.06.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 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" + +XEMACS_EXPERIMENTAL="true" + +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 |