mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
13
dev-ada/gtkada/files/gtkada-2021-uninstall.patch
Normal file
13
dev-ada/gtkada/files/gtkada-2021-uninstall.patch
Normal 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) \
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user