diff options
Diffstat (limited to 'app-vim/greputils')
-rw-r--r-- | app-vim/greputils/Manifest | 3 | ||||
-rw-r--r-- | app-vim/greputils/greputils-2.8-r1.ebuild | 21 | ||||
-rw-r--r-- | app-vim/greputils/greputils-2.8-r2.ebuild | 3 |
3 files changed, 2 insertions, 25 deletions
diff --git a/app-vim/greputils/Manifest b/app-vim/greputils/Manifest index 56822a55ef40..6a5e5b5926ed 100644 --- a/app-vim/greputils/Manifest +++ b/app-vim/greputils/Manifest @@ -1,4 +1,3 @@ DIST greputils-2.8.tar.bz2 11886 BLAKE2B 7c1a8c08393d50d044203b8190c5ce35fa75b5ab6e2b18a6e5ad2eb679ac4685c92c336fe347e03db230a6f3a459d7acfac9f4e0161ca4adb17ee90192b38641 SHA512 07a7b22a900860b982bb0596232892ad056472fa48447131ba56083caef00318886719f379c9f9296fc00fd54575ab16aae71b3d1adf2af5d05a11a45a2bd7f9 -EBUILD greputils-2.8-r1.ebuild 479 BLAKE2B 9bbbf15c3096b85c090b3fe0d3d2241baa95413c5c41a1020b3ad6ec0d8ec9263207d15b48d4997325e8adfd41f309c03e5bbe89b502471a987715d042a45392 SHA512 f52982d70f6d1d2500630978cd142e1db6d3f21b5066076f0ae1874da3911bd1277d1950cb091f99e9feb4b43c4b00d8f67b6ee382985e54af900119e964e4b1 -EBUILD greputils-2.8-r2.ebuild 472 BLAKE2B 851f36e3cfbeb02ac929a559e8140ecd30eab7d54a4042a154a9416508179dbc1be4946596559cf491ce9f77e893ce7b230cccb023884bf1a1ca3323760d30ce SHA512 f66655e525b774214bca1ddf0dc82b9e1503f2cf33015759b3779dca9f7110b6d1208fc57034fed38e9b792dbcf411a3f2b38d411bb87f25f347e8e443609c03 +EBUILD greputils-2.8-r2.ebuild 462 BLAKE2B d3a719ec5df08cf0948b17a595313ad16c2b62718b2bbc2b8108221733f323abaee827362cfc0d7546a13466601ca992ad0f8f6c195cf8ca722d8030594aef1b SHA512 6fc97826160fe00fcbea67bbdb35d0bb4fcd8bace63958b595fddf8bfad171a0d186460db9da1ecdbb7a01df19dccbba8b189417ddecbb815f28420068ce27b4 MISC metadata.xml 274 BLAKE2B bfa9b39d4cd1b8163066648034a81b6c9fc23284334d76cbf3b71711a9548646a095d1fefa5e68455645867b5b0c1a7de96e106949b58e1e2ef7cf788ca28bf4 SHA512 aca1820afddcb39050481e3b3ea0310dc197f723ddb1130abaad0ade665062ac12c3f4bc4dda016e1fc9767f15c2fa484dca08a8bca2860107ae82345dcdd63b diff --git a/app-vim/greputils/greputils-2.8-r1.ebuild b/app-vim/greputils/greputils-2.8-r1.ebuild deleted file mode 100644 index 0b755f2ff12b..000000000000 --- a/app-vim/greputils/greputils-2.8-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: interface with grep, find and id-utils" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" -IUSE="" - -VIM_PLUGIN_HELPURI="${HOMEPAGE}" - -DEPEND="" -RDEPEND=" - ${DEPEND} - >=app-vim/genutils-1.18 - >=app-vim/multvals-3.6.1 - >=app-vim/cmdalias-1.0" diff --git a/app-vim/greputils/greputils-2.8-r2.ebuild b/app-vim/greputils/greputils-2.8-r2.ebuild index 83fa36062498..4086aafa6d80 100644 --- a/app-vim/greputils/greputils-2.8-r2.ebuild +++ b/app-vim/greputils/greputils-2.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,6 @@ KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPURI="${HOMEPAGE}" -DEPEND="" RDEPEND=" ${DEPEND} >=app-vim/genutils-1.18 |