diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:41:30 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:41:30 +0200 |
commit | e557bfc7ad01489983d885a17d153bcd6b87c9dc (patch) | |
tree | fb150035b83b7a34563c9f39b56a7b055672e49d /app-xemacs/text-modes/text-modes-2.06.ebuild | |
parent | app-xemacs/texinfo: version bump (diff) | |
download | gentoo-e557bfc7ad01489983d885a17d153bcd6b87c9dc.tar.gz gentoo-e557bfc7ad01489983d885a17d153bcd6b87c9dc.tar.bz2 gentoo-e557bfc7ad01489983d885a17d153bcd6b87c9dc.zip |
app-xemacs/text-modes: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/text-modes/text-modes-2.06.ebuild')
-rw-r--r-- | app-xemacs/text-modes/text-modes-2.06.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-xemacs/text-modes/text-modes-2.06.ebuild b/app-xemacs/text-modes/text-modes-2.06.ebuild new file mode 100644 index 000000000000..4ecfd2585c61 --- /dev/null +++ b/app-xemacs/text-modes/text-modes-2.06.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Miscellaneous support for editing text files" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-ispell +app-xemacs/fsf-compat +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |