commit:     8f6c2079733c4dff49d0fbef9ee36717112a90e8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 18 15:42:51 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 17:57:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6c2079

kodi-addon.eclass: Cleanup last-rited eclass

Bug: https://bugs.gentoo.org/939660
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/kodi-addon.eclass | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/eclass/kodi-addon.eclass b/eclass/kodi-addon.eclass
deleted file mode 100644
index 992f506c3879..000000000000
--- a/eclass/kodi-addon.eclass
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @ECLASS: kodi-addon.eclass
-# @MAINTAINER:
-# [email protected]
-# @SUPPORTED_EAPIS: 7
-# @PROVIDES: cmake
-# @BLURB: Helper for correct building and (importantly) installing Kodi addon 
packages.
-# @DEAD
-# @DESCRIPTION:
-# Provides a src_configure function for correct CMake configuration
-
-case ${EAPI} in
-       7) ;;
-       *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
-esac
-
-inherit cmake
-
-# @FUNCTION: kodi-addon_src_configure
-# @DESCRIPTION:
-# Configure handling for Kodi addons
-kodi-addon_src_configure() {
-
-       mycmakeargs+=(
-               -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)/kodi"
-       )
-
-       cmake_src_configure
-}
-
-EXPORT_FUNCTIONS src_configure

Reply via email to