diff options
Diffstat (limited to 'app-vim/tagbar')
-rw-r--r-- | app-vim/tagbar/Manifest | 2 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.7.ebuild | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/app-vim/tagbar/Manifest b/app-vim/tagbar/Manifest index 53dc2aa23159..4968139ef02f 100644 --- a/app-vim/tagbar/Manifest +++ b/app-vim/tagbar/Manifest @@ -1,3 +1,3 @@ DIST tagbar-2.7.tar.gz 59027 BLAKE2B 6966ee9c412b0e7c9dd562f479ab4ae3fb4574034a32e33257ce95850f2861e333682d01d605f1c39dd6675a506e1792fed8a470b08152d14046bea215292698 SHA512 d964d3055f1679aad86b0756cc444a4857eb29ca22f2bd3567ad6c8d073e75d0c8823109038415f5bd1d269bbf8e36da6f34d70fedee54c10f90535ef79ff3c8 -EBUILD tagbar-2.7.ebuild 544 BLAKE2B fb11f3502be125f9acbc5d2e3749c6259f7fce141cc6d4d383f3833f8dc0681862291d197d42b3717760d14df288a6d529f675aacdec7866f440f3db7caa4168 SHA512 26e397d763e188f6faeb8ec832441bd0c36462a32e9100aa8b1053491895255ff63bf45f51efc82b4289501dfc9573981f9d360847b81b222b4cef3f3e1bfa81 +EBUILD tagbar-2.7.ebuild 497 BLAKE2B 629bd14d7ecd9e18bfac202d24a7ea5a68222280eb74c4710f0acbcf41e0e755d3c6b381e9f5fb74d4249ede558ab92b3e8f6d82c1de1dbf9a1b18357a231454 SHA512 5158d92739e753f7ed2fa72c78e050fad76e40337b22576aa78c425aca96fdbffba19665f2340c5a6b24b0ec30dbbc5eabcaf763e28b9c12b41f3c8d368c2060 MISC metadata.xml 341 BLAKE2B 4a1c8210c02cd207a9772371a9f4a02308352360991a6d8734579a3fe79a40716b6fd310b16ba6359e869843cf8b3e80be9dbb62636cfb1eaa924d3217a31e65 SHA512 adfd265c7224b9d6f4013721066f15e26baf908c0c89b0357f0a6d92797ee08eecfaa6b3c28d5117b88e258f6a0eb2fbd2704c701a11da6dd6095511a298eefe diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild index 6820a54e5e04..92c06c9d36ed 100644 --- a/app-vim/tagbar/tagbar-2.7.ebuild +++ b/app-vim/tagbar/tagbar-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,8 +15,3 @@ KEYWORDS="amd64 x86" RDEPEND=">=dev-util/ctags-5.5" VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - rm LICENSE || die - default -} |