diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:34:23 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:34:23 +0200 |
commit | 5b9ca8077ada964f143e28962d936c71d0ea2a11 (patch) | |
tree | 98f7b3fae0f00d0c89744db2db3fbcdf623281bb /app-xemacs | |
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')
-rw-r--r-- | app-xemacs/sh-script/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/sh-script/sh-script-1.26.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-xemacs/sh-script/Manifest b/app-xemacs/sh-script/Manifest index 61f22fc3e327..47c246a5ff1f 100644 --- a/app-xemacs/sh-script/Manifest +++ b/app-xemacs/sh-script/Manifest @@ -1,2 +1,3 @@ DIST sh-script-1.22-pkg.tar.gz 70396 BLAKE2B a4f1f5394ec7bb80dbb0469883fd471bc3479bb886112e4eca7b97bef39e33018d98d56b02ce8e04f2d84a1794c0f97ddc139f330be985ae4a1a5f8e74989b4f SHA512 2eee3fb6f000469e2802f55971299901d044e9206372650ab8691789ccabc21601335c6dd2e7cf233c10209d6632959fce11e854ad9565e27d4688ddfc8e2d1a DIST sh-script-1.24-pkg.tar.gz 70667 BLAKE2B aa1290823da1d23a1eea030ae68fa5d1458d248f2635ff4c88557456e9f2ca8b55dc293746f66d2e7cd057c39f0cd5859364b33730b417aea762148f95828884 SHA512 b39fbec933b73a21e340a47e24058cb2fd741b0bd4868aa880f171a5a164aba8f6c8e708f70a775f6e74f120254f4c283ac98ee1d3ea532e3eee95c05e960c4f +DIST sh-script-1.26-pkg.tar.gz 70687 BLAKE2B 59c9f37a7e90cddc5968aea984348e8cfa366f51b59d5ba23be27d5f5b37bc02d9da879b011619cd8595613d1f5a760b9b325570ec95c45c5122aa9c622b1d34 SHA512 fed9b6796cb22838e40d400b8f21ce275540c8e9ae7b779b8cd214a2f16887fb6fe9bea985898fd4e8d0410d60dd20796690dca5d0a0cc019a26f757517711d8 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 |