diff options
Diffstat (limited to 'app-xemacs/psgml')
-rw-r--r-- | app-xemacs/psgml/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/psgml/psgml-1.50.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-xemacs/psgml/Manifest b/app-xemacs/psgml/Manifest index 738815d97b6d..65093d4bb789 100644 --- a/app-xemacs/psgml/Manifest +++ b/app-xemacs/psgml/Manifest @@ -1,2 +1,3 @@ DIST psgml-1.44-pkg.tar.gz 302065 BLAKE2B 8f183e4b696e5cd14d3037f5360c754ba2a03da8b25bcd13c277aa6c58d0deb127a289c18788bdf05303877f26ff963d2d9d7da14ab2ca67701c39fd75a874ec SHA512 6c58520f6fd4f33e7b19bc01b8172ff670936c8dcab8ea9249ed9553423d581e5634ef09cec53d606f1d5329bbc37b8b286e5eaf689b5f9ad9ea345c37c5e177 DIST psgml-1.45-pkg.tar.gz 307383 BLAKE2B 0d19188b0d21204a1045e792ec53596664a4400785a6f4612248e86676fde59fd6174e5fd1e999521f53c227c4a6e613e468e3a884cb7fed1402bdd8b08f8bfd SHA512 3e2e60a196d923eec5494e11a3690902c7d618d713e6c8df82412359d13d9bef40cac67e08ebc227b0584011fe0affe0c3880638d84ae47dda643b688065e570 +DIST psgml-1.50-pkg.tar.gz 307252 BLAKE2B f846105420b201bcc17c06781f0746dd9f30824c066c2689d40902353c8a158867088ee4a4152128c1a3ecfab3e834c8069ed0d972c19f9140f362b9c585957b SHA512 92c598586e761bae229f0496ee07790809f9b98901465d078c7ec43750cb473b1b9c32edae1ef9c61f4f4847a9dd84bd8c4d7854a51784f1c91bf3e77fd2a079 diff --git a/app-xemacs/psgml/psgml-1.50.ebuild b/app-xemacs/psgml/psgml-1.50.ebuild new file mode 100644 index 000000000000..a35003ab590a --- /dev/null +++ b/app-xemacs/psgml/psgml-1.50.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Validated HTML/SGML editing" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/edit-utils +app-xemacs/edebug +app-xemacs/xemacs-devel +app-xemacs/mail-lib +app-xemacs/fsf-compat +app-xemacs/xemacs-eterm +app-xemacs/sh-script +app-xemacs/ps-print +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |