summaryrefslogtreecommitdiff
path: root/app-xemacs/sh-script
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-xemacs/sh-script
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-xemacs/sh-script')
-rw-r--r--app-xemacs/sh-script/Manifest5
-rw-r--r--app-xemacs/sh-script/metadata.xml8
-rw-r--r--app-xemacs/sh-script/sh-script-1.22.ebuild14
-rw-r--r--app-xemacs/sh-script/sh-script-1.24.ebuild14
4 files changed, 41 insertions, 0 deletions
diff --git a/app-xemacs/sh-script/Manifest b/app-xemacs/sh-script/Manifest
new file mode 100644
index 000000000000..1f748f2cd7de
--- /dev/null
+++ b/app-xemacs/sh-script/Manifest
@@ -0,0 +1,5 @@
+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
+EBUILD sh-script-1.22.ebuild 302 BLAKE2B 3ca1b4fda2b78792a2e792dedffa954c365ce59c3bd87ca6ba432bd58271eca8b8452c59beffb37f874c5bf16772a9c397c9f5493191fda99a275a0629190544 SHA512 67921ac348d705374c0333bd40e7e3bbd0e335dd6794756283dd9f2ede1b86098d06b1c50fcf484435a3353c396debbd4c528581e366750d83f7ef6f42d7a4d9
+EBUILD sh-script-1.24.ebuild 307 BLAKE2B 5dc98cf4cbc2929080098fdbfaba1b863696273d39b3e847ad41cf42553537f93ff785a877e8d6b837d65c6a5e724e33a19a958a55bf0250693d6bda55151de8 SHA512 6b2470c568159de4c31824810917ad6f3fefffbf2d865528b8fe27269cb063b67d4e57b30351294272bd68fbaabc42a0f0ff797cc72b0f50184658a088ab1f3a
+MISC metadata.xml 261 BLAKE2B 2bc0ee46f3970104b4897908fe0ed8532badcb765971ce704f7d2b06e3556a066f0ca41c2a60e7612352167338ff88e579c89be7ff229de9d8722aef3ca9ca05 SHA512 02e04fab2304da6c05c55b2aeb44563d99a7a6db37ada15993575509ed47fc7f4eb97b6a03fd30535aeb5e30f57ee908917b9c25841fd3619914360b0629f20a
diff --git a/app-xemacs/sh-script/metadata.xml b/app-xemacs/sh-script/metadata.xml
new file mode 100644
index 000000000000..c7dd5514fddf
--- /dev/null
+++ b/app-xemacs/sh-script/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>xemacs@gentoo.org</email>
+ <name>Gentoo XEmacs project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-xemacs/sh-script/sh-script-1.22.ebuild b/app-xemacs/sh-script/sh-script-1.22.ebuild
new file mode 100644
index 000000000000..affaf81527a3
--- /dev/null
+++ b/app-xemacs/sh-script/sh-script-1.22.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 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 ppc ppc64 sparc x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/sh-script/sh-script-1.24.ebuild b/app-xemacs/sh-script/sh-script-1.24.ebuild
new file mode 100644
index 000000000000..aa9278b4563f
--- /dev/null
+++ b/app-xemacs/sh-script/sh-script-1.24.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 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