diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /app-shells/quoter | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'app-shells/quoter')
-rw-r--r-- | app-shells/quoter/Manifest | 4 | ||||
-rw-r--r-- | app-shells/quoter/quoter-3.0_p2-r1.ebuild | 25 | ||||
-rw-r--r-- | app-shells/quoter/quoter-4.2.ebuild | 2 |
3 files changed, 2 insertions, 29 deletions
diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest index 09e9aaaa1006..86b981ee16c4 100644 --- a/app-shells/quoter/Manifest +++ b/app-shells/quoter/Manifest @@ -1,5 +1,3 @@ -DIST quoter-3.0_p2.tar.gz 10691 BLAKE2B 2fb196977c5c16654813e6077c148577e4629da25fb1aaf2131c19e33fbfbc670ad4d9af87611405f0b45a1365bc7b4b3f1b8cad47573ffae4939cc0329d50a4 SHA512 23d77105fa05d79a7d0bcaa3f6aead25b7cb3b6f459d2740314616da587e03cd3e6b0b1e8af8f79904309bbe76603db848d42996ed7ae5ef779e27184a434fb5 DIST quoter-4.2.tar.gz 11128 BLAKE2B 6b13a8eabae57c50c12dcbf9a65e28990ee6d74ee2c45c4a6127f5ed98c2ae029fd5d00f82444c46ab6a21057c6279e9f3d19c432f921d04ca3bf3eaa9507cb0 SHA512 0080ae6d5f5308b9e2f9e414619049f10246c221a9524f9f0dc0d329af3592694ae9d6ef6a086615b895c5f6598fbed7ec7164b5a847d11108fbe3687316c02d -EBUILD quoter-3.0_p2-r1.ebuild 759 BLAKE2B 834746ed908c95f45f09c08e4a93a1e0a054b606628f79a10a48be823660cc73ff2f4157d51438ffb2ac92f6e0fb48559db69025832a994029448b6e6816973d SHA512 8da8ce840b416bfa2ce03e653e33d0ca06dec49b6a43016ef69a164c95b1ac54650e6e4b88432e888536b8e2a2b27c2620dd4dfd5219f028460e7b979051c447 -EBUILD quoter-4.2.ebuild 760 BLAKE2B f42451c8e5f1bf953ef42d36a75c383d04b2286917568677664233471e79b11c57a3fd8752b5e33576ec1d743ea3a86c6bf6ae0ae8fae5c9d424af2a28f2cc1b SHA512 4115e6b4d9b2a2ea6eb0966cdc8d6639dc9ae9b7d861547d29ff91e62f9d63c8d7c76f4d49e410ea5a796ace7e9035538d563b22f36afaf1c8cfc6ec3787589b +EBUILD quoter-4.2.ebuild 759 BLAKE2B 46db09fbc3854265f1cba391a41b8cc5b1bbe193235e282d4a7c7da37cf9f41d248791278d0cec2d875ac2e1b339ef3a6c743531f6aed4b5c051a3555780c13d SHA512 f4c05519ff13f23a96a842a394f1ef10d16ca891914c95f384b1cef3889ed3ce58b5e426129e9482745ba746f3afac11ab0ca52f8a74449c3504de8fd5e63779 MISC metadata.xml 700 BLAKE2B 6dc4829d807dbc1ed2a511689c3fbe3ceb322236525770a55c86ddb3956bf974a58dedc1c0a7ff74b936e76c8729e1e2463ee0a51ac9e51ac89472a28dcee63f SHA512 c3cda33bc2aedb177d4734ad02cb2dbe0b2d52bc73406ee5277b7db57ff73c047cc174514c516ba3486c1ad5d93d414f77d2655c9cbff9de1820effac312a284 diff --git a/app-shells/quoter/quoter-3.0_p2-r1.ebuild b/app-shells/quoter/quoter-3.0_p2-r1.ebuild deleted file mode 100644 index 8807c9311811..000000000000 --- a/app-shells/quoter/quoter-3.0_p2-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2016-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -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 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" - -src_configure() { - tc-export CC -} - -src_install() { - emake DESTDIR="${ED}" install - - rm -f "${ED}"/usr/bin/quoter_pipe.sh || die - insinto /usr/share/${PN} - doins bin/quoter_pipe.sh -} diff --git a/app-shells/quoter/quoter-4.2.ebuild b/app-shells/quoter/quoter-4.2.ebuild index 88f395fbbcf9..e598e12f30ef 100644 --- a/app-shells/quoter/quoter-4.2.ebuild +++ b/app-shells/quoter/quoter-4.2.ebuild @@ -10,7 +10,7 @@ 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 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" src_configure() { tc-export CC |