summaryrefslogtreecommitdiff
path: root/app-shells
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/Manifest.gzbin7314 -> 7323 bytes
-rw-r--r--app-shells/push/Manifest3
-rw-r--r--app-shells/push/push-1.6.ebuild20
-rw-r--r--app-shells/push/push-2.0.ebuild19
-rw-r--r--app-shells/quoter/Manifest1
-rw-r--r--app-shells/quoter/quoter-3.0_p2.ebuild18
6 files changed, 0 insertions, 61 deletions
diff --git a/app-shells/Manifest.gz b/app-shells/Manifest.gz
index 6efbeb518c45..281215e5e148 100644
--- a/app-shells/Manifest.gz
+++ b/app-shells/Manifest.gz
Binary files differ
diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest
index ba6085d51e8e..c67e3d03ce99 100644
--- a/app-shells/push/Manifest
+++ b/app-shells/push/Manifest
@@ -1,6 +1,3 @@
-DIST push-1.6.tar.gz 1955 SHA256 713dea172ede55971ff82da932782503c2aa6703eba73c1ac317ec4c8eb22e80 SHA512 4623f51249138bacb7251fb5d5d1ae8dd070de7ce628e42b6eed90a4b6ffd36d28eb58b116f5b1833bc1affa8db539da9b94d104ffe03c6bd1e294b56c393c86 WHIRLPOOL 787f65542e92fd10c411969d03ec17b45a90b35e9c8e17b9fb3e732fb1d97813f04c3a03cc329a469a5bea2a194f879f4c600e2e534dd8c778f7f712d4c171b1
DIST push-2.0.tar.gz 2211 SHA256 2d5e1c5b580f77ac9fb65b7b75c6220ee88687b6e7340ccc746e42e5632604b0 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff WHIRLPOOL 6abbad060edbb3d9873c24b73bc61f38f6a4fd38633021e66f8d3a5a04b61dfcdec4c68afed5e8fe06f817cf924adfafb439ddb415c71fc4e1b52ce561ec6fa1
-EBUILD push-1.6.ebuild 661 BLAKE2B ed72161f63dec65422b932d9c2190946dd9726c9ae94254fa005c2edb78fca063d2af0fd991b25019cac228ff640fb659a5f99e16ca2c5011e792857b1d28cac SHA512 0ea7a9793359168d5b07d8a7cffb157cc472e6cc1afffe8f3be57cb65b6572e5a096c3f85b99421817f7e798c30352817ac7ca1eefae76641698708c6c641cc1
EBUILD push-2.0-r1.ebuild 695 BLAKE2B 54c53e98f0d164deb7988e1399d67bd20417da4ff911bf5df7cbcc93a8b7cfcf92cf1fdaa3b56e751ca2c3877dcb6950e1deed5632e05fb537b3fa75ec31270e SHA512 ff9fcff067758d21b560399cd9434d33a2d49d523b5de3699e00c24d14dc0d049e2e3395f1683aa6f36350fd727d0344eee3d5ac691ce61e67e480ca2fb72cec
-EBUILD push-2.0.ebuild 656 BLAKE2B 43cd9c247570378f37ecc33573fcb6a71bbf1930d299bcdc4083ee2cc1682a2fecf49ed7bbd11bf3e2cb939653f5d33c2e27247fc294be8a9b3f9fbc73c40d70 SHA512 3b931ab3ab95d5fe39d7ce75284509c12978da5cc8628ca3b68672595d98ebad9cba9f00b5c8f4138bb8a27f0908e3a9cee34123215433387088f224c400b798
MISC metadata.xml 694 BLAKE2B d2b14b7d662ec3a49f74130054af3b3914ad497af6a222b26a1b4aec0510fe3521b29cc00c4ff059b44f3ab325a90166f7f9b369198fbecfc54753fb2b227f22 SHA512 af064b9c47b99ebb159da58edf5b950b5bdead3cbafbef2dcd7ac622009d9164308ca18e9898d42ba51b9aa4056631edf4280eff3cfa546837c5df5dfbe93216
diff --git a/app-shells/push/push-1.6.ebuild b/app-shells/push/push-1.6.ebuild
deleted file mode 100644
index ff5477353fcd..000000000000
--- a/app-shells/push/push-1.6.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit vcs-snapshot
-
-DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args"
-HOMEPAGE="https://github.com/vaeth/push/"
-SRC_URI="https://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE=""
-
-src_install() {
- insinto /usr/bin
- doins push.sh
- dodoc README
-}
diff --git a/app-shells/push/push-2.0.ebuild b/app-shells/push/push-2.0.ebuild
deleted file mode 100644
index 4311d1b624b7..000000000000
--- a/app-shells/push/push-2.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit vcs-snapshot
-
-DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args"
-HOMEPAGE="https://github.com/vaeth/push/"
-SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE=""
-
-src_install() {
- dobin bin/push.sh
- dodoc README
-}
diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest
index 3f054525b6fe..d01ad7398249 100644
--- a/app-shells/quoter/Manifest
+++ b/app-shells/quoter/Manifest
@@ -1,4 +1,3 @@
DIST quoter-3.0_p2.tar.gz 10691 SHA256 19a335095991c8fa0f637c81b7e8b9a262af67e230507af87f3c113228965732 SHA512 23d77105fa05d79a7d0bcaa3f6aead25b7cb3b6f459d2740314616da587e03cd3e6b0b1e8af8f79904309bbe76603db848d42996ed7ae5ef779e27184a434fb5 WHIRLPOOL 1c083d7dc9bc8e1e4719b6e4c03087f39d4324df3aa70011e84087c7de3145f932ca3ae9fc1057b17dbe9471592c5d32ac99dff63b7962fb3c7548b31aa2a225
EBUILD quoter-3.0_p2-r1.ebuild 763 BLAKE2B 678c9dd846eee927297b1c4c7c83c7ab678120f26a25590f8eba8a647473891d1645b9c45daf761dba98268995ac05a803a312f8c6b0d96d39be7e64fa5539af SHA512 86229152dba6ac93ee22a80564c907d90bd927400108707594b390ae927699d597db3283092e3f980cfb6e9b3ff07992e476ff6d7aa0de062af3ff85f451cb3c
-EBUILD quoter-3.0_p2.ebuild 652 BLAKE2B aebe58dcaf7608e004cee19eb762b6e3a2d40be2b968e4c1cbd9f3776da88c1e071adeba44dff0238ba352b32c93495b448eeed554e39e82bf94f90cd1cad284 SHA512 0196c51aaf96642caad2a0263cbec45ba86f74dda973f0bfd959ac8a644812a389f3f79b83892bff9535b1fb0bb28aa0e9479bf4d4b0f73681971aaa88237663
MISC metadata.xml 696 BLAKE2B dd6a68084f8a93ba5cd9d358c260bbf93bc8515c6610ae8d73004b53b7173e47103d9189123515e607826f1b8226fe909a17442ae3c89832a21f2686ed13c8c0 SHA512 30cfae6f7af84bdde697740d3d03d27ddaaed81cd631a9fb8e2b12f11e8acb0de2680437b5679def2c8e3bb09bd69c26651e89d4f67e46b2e72e6e8274cee358
diff --git a/app-shells/quoter/quoter-3.0_p2.ebuild b/app-shells/quoter/quoter-3.0_p2.ebuild
deleted file mode 100644
index 301d3e31d460..000000000000
--- a/app-shells/quoter/quoter-3.0_p2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2016-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit vcs-snapshot
-
-DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval"
-HOMEPAGE="https://github.com/vaeth/quoter/"
-SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${ED}" install
-}