commit: 7b749c05d1a28762dc0c8d4aa8e902a8c6139c8b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 23:46:13 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 23:46:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b749c05
app-crypt/gpgme: drop ancient /usr/include/gpgme/gpgme.h symlink in 2.0.0
A good opportunity to start with a clean slate.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/gpgme/gpgme-2.0.0.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/app-crypt/gpgme/gpgme-2.0.0.ebuild
b/app-crypt/gpgme/gpgme-2.0.0.ebuild
index cb4872ce460e..494b430030bd 100644
--- a/app-crypt/gpgme/gpgme-2.0.0.ebuild
+++ b/app-crypt/gpgme/gpgme-2.0.0.ebuild
@@ -106,13 +106,6 @@ my_src_install() {
einstalldocs
cd "${BUILD_DIR}" || die
-
emake DESTDIR="${D}" install
-
find "${ED}" -type f -name '*.la' -delete || die
-
- # Backward compatibility for gentoo
- # (in the past, we had slots)
- dodir /usr/include/gpgme
- dosym -r /usr/include/gpgme.h /usr/include/gpgme/gpgme.h
}