From 88124f780d9e4119de01b2dcb98c780f13c39fdf Mon Sep 17 00:00:00 2001 From: layman Date: Sun, 5 Aug 2018 03:46:42 -0700 Subject: [PATCH] delete zsh-syntax-highlighting old ebuilds --- app-shells/zsh-syntax-highlighting/Manifest | 2 - .../zsh-syntax-highlighting-20171017.ebuild | 45 ------------------- .../zsh-syntax-highlighting-20171217.ebuild | 45 ------------------- 3 files changed, 92 deletions(-) delete mode 100644 app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-20171017.ebuild delete mode 100644 app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-20171217.ebuild diff --git a/app-shells/zsh-syntax-highlighting/Manifest b/app-shells/zsh-syntax-highlighting/Manifest index 8de0254..8049f4c 100644 --- a/app-shells/zsh-syntax-highlighting/Manifest +++ b/app-shells/zsh-syntax-highlighting/Manifest @@ -1,7 +1,5 @@ DIST zsh-syntax-highlighting-0.6.0.tar.gz 111534 BLAKE2B 0d52f462075106dca4b0675b6d1e10b257fa1e0e6415c4f8bac7e1b4d9c94d606362624ff11d071eb565f17c3c81a25ae1f8bd0b44a3239ba747638aeab7ef1f SHA512 bb83f41336e9010aa78ee5adc9a216ee53f3b4347041d1b273083940d9db4d0e4acd960150b28c41f6e5e8d00b029f00fca6f9a46955892e4547a9f2345e3b85 EBUILD zsh-syntax-highlighting-0.6.0.ebuild 1109 BLAKE2B f0b1bc0fcd302c97368816a2447139531a83ca8cf7776e0447b6d1ccb6ca610c64b3f58cfddd3abe690bcacf2075dc1dca8304bdc95c327e29367281c537174b SHA512 f3ce5890412733621636e65232907edd4ffc90f939ab57433d48c423741212ab21e7e86423d53ce6396dfb39e4bddd17b6effd1e3decebe6eee519af86cb3f95 -EBUILD zsh-syntax-highlighting-20171017.ebuild 960 BLAKE2B 8a6f27a78523cc085b6087cea85422298a948f9d75df8a4bcec0ee445acd34bcd612c0b440a8391654b9a2d78ac6d2eab654a8e62311edea899a1e1e34db42c2 SHA512 8c4f123e09712543bd4dbd1715c569b7bbdbe45818b7ba8de6167a15b504d690af5244763052083a3f8feb9c7dfe6c0e6632476fa2a65653547e3576693dc8fb -EBUILD zsh-syntax-highlighting-20171217.ebuild 960 BLAKE2B b7476ae9c173d79cb21807282e7bb5a63407b8ece75f75ba5a1fda08d5ca968e711126a8d5d35d083638ec52a2ea3648a74b8ab043f48bd95628f81d34324114 SHA512 72af3698b48304d2175a6c9a8428791c8c9eea1b21ed71b57d1db1d3221adc22c7186578318aad78131b002b039b42942f81316e48fd7b5380f5cdef90f346e9 EBUILD zsh-syntax-highlighting-20180219-r1.ebuild 1129 BLAKE2B 9be13b4b1003d8b1903e330fff3ce9a220fa796cc1ac2e4139b4eb0b2d1313f1f027b664086c45ba6694293006419807f148ee05a6ced91acb623f804f573c27 SHA512 5a0f2a4f7f248327fcd7f9988dbd10f319970a2fbdfcf75516f84e3fb87c73e25af95cd8e1c9d3b26ba079d597cd9e8ef4cd65632ecaf0286b60638999ce8576 EBUILD zsh-syntax-highlighting-20180612-r1.ebuild 1129 BLAKE2B fb739f55bb4702bc5be31ff2323846d99d5c354753d1b9f75c3bcbafaa69dee88d62fcf2f1e676f7576c0b53d10806f9928fafc7f6913f18dfbad1e889d576bc SHA512 d35ecbaefd8580c21ed3d65087d6503b70e53006d6ae3f4fe12a2bc98362b543e83ff24c0e53d8f9290fcec0790d2533619b1647eaff63e15eb5ff1b3380776e MISC README.md 113 BLAKE2B a534676440654cc1c66a30ae58d61f74be16545ade8430d5fbf80b56084857ecbcf2a9307c4b8dd79fe6a4ef185986cbeb2ce03679016c211bf387ad3cc4e74a SHA512 35ccccbf60e7f523bdc218ba111c370ce7715f9bd33152c690d6f7ddac3e6239be6e556fca0a8a1e39ea17db81a24b256438593ea337660efcc602b4a5d850aa diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-20171017.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-20171017.ebuild deleted file mode 100644 index 30a50ff..0000000 --- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-20171017.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils git-r3 readme.gentoo-r1 - -DESCRIPTION="Fish shell-like syntax highlighting for Zsh" -HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting" -SRC_URI="" -EGIT_REPO_URI="${HOMEPAGE}" -EGIT_COMMIT="c41356c3f62328122c091b6624cdfc22c62214a4" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="app-shells/zsh" -RDEPEND="${DEPEND}" - -ZSH_DEST="/usr/share/zsh/site-contrib/${PN}" -DISABLE_AUTOFORMATTING="true" - -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add to your ~/.zshrc -source '${ZSH_DEST}/zsh-syntax-highlighting.zsh'" - -MAKE_ARGS=( - "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}" - "DOC_DIR=${ED}/usr/share/doc/${PF}" -) - -src_compile() { - emake "${MAKE_ARGS[@]}" -} - -src_install() { - emake "${MAKE_ARGS[@]}" install - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog - elog "${DOC_CONTENTS}" -} diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-20171217.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-20171217.ebuild deleted file mode 100644 index 0f6f06a..0000000 --- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-20171217.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils git-r3 readme.gentoo-r1 - -DESCRIPTION="Fish shell-like syntax highlighting for Zsh" -HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting" -SRC_URI="" -EGIT_REPO_URI="${HOMEPAGE}" -EGIT_COMMIT="b07ada1255b74c25fbc96901f2b77dc4bd81de1a" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="app-shells/zsh" -RDEPEND="${DEPEND}" - -ZSH_DEST="/usr/share/zsh/site-contrib/${PN}" -DISABLE_AUTOFORMATTING="true" - -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add to your ~/.zshrc -source '${ZSH_DEST}/zsh-syntax-highlighting.zsh'" - -MAKE_ARGS=( - "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}" - "DOC_DIR=${ED}/usr/share/doc/${PF}" -) - -src_compile() { - emake "${MAKE_ARGS[@]}" -} - -src_install() { - emake "${MAKE_ARGS[@]}" install - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog - elog "${DOC_CONTENTS}" -}