dev-ada/gtkada: drop uninstall phase

Closes: https://bugs.gentoo.org/830017
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2021-12-27 12:09:48 +01:00
parent 49259203e5
commit f77708f4c8
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- a/Makefile.in 2021-12-27 09:42:14.575136019 +0100
+++ b/Makefile.in 2021-12-27 09:42:31.159870381 +0100
@@ -113,10 +113,6 @@
endif
install-clean:
-ifneq (,$(wildcard $(prefix)/lib/gnat/manifests/gtkada))
- -$(GPRINSTALL) --uninstall -f --prefix=$(prefix) \
- --project-subdir=lib/gnat gtkada
-endif
install: install-clean
${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \

View File

@@ -39,6 +39,7 @@ S="${WORKDIR}"/${MYP}
PATCHES=(
"${FILESDIR}"/${PN}-2017-r1-gentoo.patch
"${FILESDIR}"/${PN}-2019-gentoo.patch
"${FILESDIR}"/${P}-uninstall.patch
)
src_prepare() {

View File

@@ -33,6 +33,7 @@ REQUIRED_USE="${ADA_REQUIRED_USE}"
PATCHES=(
"${FILESDIR}"/${PN}-2017-r1-gentoo.patch
"${FILESDIR}"/${PN}-2019-gentoo.patch
"${FILESDIR}"/${PN}-2021-uninstall.patch
)
src_prepare() {