diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:27:24 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:27:24 +0200 |
commit | f911acc47da4e767a4c4d56871a1ddbe5c5abb4c (patch) | |
tree | ffda37f1ddc51664492e6960e71e7d5211d41757 /app-xemacs/perl-modes/perl-modes-1.16.ebuild | |
parent | app-xemacs/pgg: version bump (diff) | |
download | gentoo-f911acc47da4e767a4c4d56871a1ddbe5c5abb4c.tar.gz gentoo-f911acc47da4e767a4c4d56871a1ddbe5c5abb4c.tar.bz2 gentoo-f911acc47da4e767a4c4d56871a1ddbe5c5abb4c.zip |
app-xemacs/perl-modes: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/perl-modes/perl-modes-1.16.ebuild')
-rw-r--r-- | app-xemacs/perl-modes/perl-modes-1.16.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-xemacs/perl-modes/perl-modes-1.16.ebuild b/app-xemacs/perl-modes/perl-modes-1.16.ebuild new file mode 100644 index 000000000000..bfbb0ce85ffe --- /dev/null +++ b/app-xemacs/perl-modes/perl-modes-1.16.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Perl support" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xemacs-ispell +app-xemacs/ps-print +app-xemacs/edit-utils +app-xemacs/fsf-compat +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |