diff options
author | 2018-08-11 00:17:49 +0200 | |
---|---|---|
committer | 2018-08-11 00:17:49 +0200 | |
commit | 904fa581297042ca933ed7434982a09b516979f7 (patch) | |
tree | 252683f54e9fbe9d19e70c8a2ca815c8ded23031 /app-xemacs/pcomplete/pcomplete-1.08.ebuild | |
parent | app-xemacs/pcl-cvs: version bump (diff) | |
download | gentoo-904fa581297042ca933ed7434982a09b516979f7.tar.gz gentoo-904fa581297042ca933ed7434982a09b516979f7.tar.bz2 gentoo-904fa581297042ca933ed7434982a09b516979f7.zip |
app-xemacs/pcomplete: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/pcomplete/pcomplete-1.08.ebuild')
-rw-r--r-- | app-xemacs/pcomplete/pcomplete-1.08.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-xemacs/pcomplete/pcomplete-1.08.ebuild b/app-xemacs/pcomplete/pcomplete-1.08.ebuild new file mode 100644 index 000000000000..cfaa2cec88c2 --- /dev/null +++ b/app-xemacs/pcomplete/pcomplete-1.08.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Provides programmatic completion" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/sh-script +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |