external/Module_external.mk                                     |    1 
 external/misc_extensions/ExtensionPackageSet_misc_extensions.mk |   12 -------
 external/misc_extensions/Makefile                               |    7 ----
 external/misc_extensions/Module_misc_extensions.mk              |   16 
----------
 external/misc_extensions/README                                 |    1 
 5 files changed, 37 deletions(-)

New commits:
commit 948d9c6480698772dce95e0a23d26594436f8551
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Sat Feb 1 12:42:15 2025 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Sat Feb 1 16:48:01 2025 +0100

    misc_extensions is now empty and can be removed
    
    Change-Id: Ibffac03be5f22852e647340ddc4f5211d0159c4f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180997
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/external/Module_external.mk b/external/Module_external.mk
index 8742fe3b37a4..1d4c53139cac 100644
--- a/external/Module_external.mk
+++ b/external/Module_external.mk
@@ -71,7 +71,6 @@ $(eval $(call gb_Module_add_moduledirs,external,\
        $(call gb_Helper_optional,MARIADB_CONNECTOR_C,mariadb-connector-c) \
        $(call gb_Helper_optional,MDDS,mdds) \
        $(call gb_Helper_optional,MDNSRESPONDER,mdnsresponder) \
-       $(if $(WITH_EXTRA_EXTENSIONS),misc_extensions) \
        $(call gb_Helper_optional,MORE_FONTS,more_fonts) \
        $(call gb_Helper_optional,MSPUB,libmspub) \
        $(call gb_Helper_optional,MWAW,libmwaw) \
diff --git a/external/misc_extensions/ExtensionPackageSet_misc_extensions.mk 
b/external/misc_extensions/ExtensionPackageSet_misc_extensions.mk
deleted file mode 100644
index 1196cd7e5cf1..000000000000
--- a/external/misc_extensions/ExtensionPackageSet_misc_extensions.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_ExtensionPackageSet_ExtensionPackageSet,misc_extensions))
-
-# vim: set noet sw=4 ts=4:
diff --git a/external/misc_extensions/Makefile 
b/external/misc_extensions/Makefile
deleted file mode 100644
index e4968cf85fb6..000000000000
--- a/external/misc_extensions/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
diff --git a/external/misc_extensions/Module_misc_extensions.mk 
b/external/misc_extensions/Module_misc_extensions.mk
deleted file mode 100644
index 86f65c2ddd59..000000000000
--- a/external/misc_extensions/Module_misc_extensions.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Module_Module,misc_extensions))
-
-$(eval $(call gb_Module_add_targets,misc_extensions,\
-       ExtensionPackageSet_misc_extensions \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/external/misc_extensions/README b/external/misc_extensions/README
deleted file mode 100644
index 9c6fa2e54936..000000000000
--- a/external/misc_extensions/README
+++ /dev/null
@@ -1 +0,0 @@
-misc_extensions contains some extensions may be downloaded and bundled as-is

Reply via email to