diff options
author | 2018-08-11 08:34:23 +0200 | |
---|---|---|
committer | 2018-08-11 08:34:23 +0200 | |
commit | 5b9ca8077ada964f143e28962d936c71d0ea2a11 (patch) | |
tree | 98f7b3fae0f00d0c89744db2db3fbcdf623281bb /app-xemacs/sh-script/sh-script-1.26.ebuild | |
parent | app-xemacs/sgml: version bump (diff) | |
download | gentoo-5b9ca8077ada964f143e28962d936c71d0ea2a11.tar.gz gentoo-5b9ca8077ada964f143e28962d936c71d0ea2a11.tar.bz2 gentoo-5b9ca8077ada964f143e28962d936c71d0ea2a11.zip |
app-xemacs/sh-script: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/sh-script/sh-script-1.26.ebuild')
-rw-r--r-- | app-xemacs/sh-script/sh-script-1.26.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-xemacs/sh-script/sh-script-1.26.ebuild b/app-xemacs/sh-script/sh-script-1.26.ebuild new file mode 100644 index 000000000000..c5ad020627e0 --- /dev/null +++ b/app-xemacs/sh-script/sh-script-1.26.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Support for editing shell scripts" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |