summaryrefslogtreecommitdiff
path: root/app-shells
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-10 13:27:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-10 13:27:24 +0100
commit0d7aefa5885e7552b4c2221df9f54e5930696228 (patch)
treeb7f05f240bfd3bc81f87edba206e78a8dc1a664b /app-shells
parent34d9839f7e484ac761071da50298470aa5ef5123 (diff)
gentoo auto-resync : 10:07:2022 - 13:27:24
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/Manifest.gzbin8789 -> 8788 bytes
-rw-r--r--app-shells/push/Manifest2
-rw-r--r--app-shells/push/push-2.0-r1.ebuild19
3 files changed, 0 insertions, 21 deletions
diff --git a/app-shells/Manifest.gz b/app-shells/Manifest.gz
index 8ba99f2c426c..656ff7ca21af 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 e377b88d5107..261c6b1568c3 100644
--- a/app-shells/push/Manifest
+++ b/app-shells/push/Manifest
@@ -1,5 +1,3 @@
-DIST push-2.0.tar.gz 2211 BLAKE2B 5875962c3aaa2e3eec2dcd3b70a0b5325684dffaf0b01b8f336db835bcfc4b24fc5d28817eb9032d8a10c5759089e2bbf42fba058403ebf420a77bb7d2754c95 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff
DIST push-3.4.tar.gz 2839 BLAKE2B cc7dcdb0208b1eb9d36963acbbc1e0c852c4164d5ba2a35bd52848338bab7f66073c9c780c82e28b3f1bdd55d81f26f5281694ba76214fd7631f946e0fdc199c SHA512 aa118f42210b40d790c0b274045ff45c2067cf894731228f5065eb44a723fd813549204797c365329f409e36f564ec22f6d956341b1f2b62964b918e76991344
-EBUILD push-2.0-r1.ebuild 621 BLAKE2B e39739ad26722cbfb26638d9a896f84d3edc82968c9ca181c165c9cc6cfa025c043d1acc2f6051ad3c16bcf66d960c5eaf7ce7ae031ac6d24f0fe755653d1269 SHA512 604731f23b1d82090668971c46030e31c891e049899c87b8d5944905e9ca47e03c8e06febad7847693e406410d93344d823f11e82a8662e3254d5f8555dda214
EBUILD push-3.4.ebuild 645 BLAKE2B b4ec1a727489729476b1a32ce909e74360b9b833d53ab98d055c3c6f8c74f8779073e440d8ef2ccc8e2fefcb288158e324873581b18ef7a3bbd4376df55688a2 SHA512 5655cd8a396720f8650add55874dfa01f38cfb06e8c7af014a15a3a89c14925e730f8607ae89bd42d10cbd2a04ba3678f8a25c2cc66b3d395d6d0178895495e6
MISC metadata.xml 738 BLAKE2B 51c77214d55a2855cf33d25a191c51638fbd34cf4fe9938ba4395ac00272dc9da820ffeb0a8b356bb7a051bddcc1d9d9bdb76ac1f33cae56b1efd70db2dffe5a SHA512 a415c3878bd94c10d242f8ad51820793cbdc7b5103ba7e2a6c6c47674987ffbda48604122893c5ef8a7f754ccdf53e9b7d5839e26b27773dbbb7d570fc502bc4
diff --git a/app-shells/push/push-2.0-r1.ebuild b/app-shells/push/push-2.0-r1.ebuild
deleted file mode 100644
index 0b0c030545bc..000000000000
--- a/app-shells/push/push-2.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE=""
-
-src_install() {
- insinto /usr/share/${PN}
- doins bin/push.sh
- dodoc README
-}