summaryrefslogtreecommitdiff
path: root/app-vim/webapi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /app-vim/webapi
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'app-vim/webapi')
-rw-r--r--app-vim/webapi/Manifest2
-rw-r--r--app-vim/webapi/webapi-0.3.ebuild7
2 files changed, 3 insertions, 6 deletions
diff --git a/app-vim/webapi/Manifest b/app-vim/webapi/Manifest
index 1a1f93e7d338..19097de11e7a 100644
--- a/app-vim/webapi/Manifest
+++ b/app-vim/webapi/Manifest
@@ -1,3 +1,3 @@
DIST webapi-0.3.tar.gz 26388 BLAKE2B 878e9f760f9940b81647359fb8779d6386b4bd2d2190c77f2ef886a12a6d293f6f0e5829e05fe98e0c842cb927186f9e4a02dcddcdfe99d5e13d52ae43e7f775 SHA512 215516872a32f8d967a9bff6d13916d6571399184728c422babf486152fc4c3f57aa4a7fa7591d7205d4b2dd99138c36796d1f2d186d494d74cf5dd2fa7cdec8
-EBUILD webapi-0.3.ebuild 463 BLAKE2B 85fb64519b0859d04ff5779f4f8860a2e3d448c79728ef4f4bef31e454cdf2d2939d1281c81b451016729c1c1442b812450aec3d9e9a2bcdbbf589e38f91b42e SHA512 bfab8ea1cac08de5d3a0cce970958215df10a7138283b8fa829f267b2435916c84292b8135d3fc700db345a38dbf3e6c75b026f5d3886cc5ae48da7ca4d407bf
+EBUILD webapi-0.3.ebuild 434 BLAKE2B a41c1ad0d3d1190a499ec3b172cdff0b1fcad3bc22c3c30efbbc97453a912d0738de1bcff74b2e44dd9f1c9628dbb235dc0d3ebb0b2ed5727bbe08106c17c5e5 SHA512 6f873f3fb085fdbebdc0bca0448f30d24097b328dc84b973b28c21c3e4929c375e2b022b65994acb4905f02f60fcfb8f48d83b29d6dc6581fa83cf91f297e612
MISC metadata.xml 245 BLAKE2B d4f5ef381d0a479a17bfde792cd6828e5fa0ecdd26732c1a13c97fcae2f22396b879fb430aaea7680920d5ba897f78cfbb6e50bb2f65165613a5a0ba1f7dc609 SHA512 6d6d35ccbb839c939bc663cecb55e2178f5fd4e455ee3088b8847416d558dd3e7969f4c78bc445ff29503d6906fec12d302d7249e9adc8cb708d0790e681e5a2
diff --git a/app-vim/webapi/webapi-0.3.ebuild b/app-vim/webapi/webapi-0.3.ebuild
index 84d31825dee7..5539ceedaf7c 100644
--- a/app-vim/webapi/webapi-0.3.ebuild
+++ b/app-vim/webapi/webapi-0.3.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,7 +15,4 @@ RDEPEND="net-misc/curl"
S="${WORKDIR}/${PN}-vim-${PV}"
-src_prepare() {
- default
- rm -v Makefile || die
-}
+src_compile() { :; }