diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:28:48 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:28:48 +0200 |
commit | 31ce3b642eee3ac502106725d1e880c9dfa7ab73 (patch) | |
tree | 3c406bd94fe79bd8edc63c23e5d93e13f7ee5fbb /app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild | |
parent | app-xemacs/ps-print: version bump (diff) | |
download | gentoo-31ce3b642eee3ac502106725d1e880c9dfa7ab73.tar.gz gentoo-31ce3b642eee3ac502106725d1e880c9dfa7ab73.tar.bz2 gentoo-31ce3b642eee3ac502106725d1e880c9dfa7ab73.zip |
app-xemacs/psgml-dtds: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild')
-rw-r--r-- | app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild b/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild new file mode 100644 index 000000000000..b94533967f1d --- /dev/null +++ b/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~sparc ~x86" + +inherit xemacs-packages |