summaryrefslogtreecommitdiff
path: root/app-text/editorconfig-core-c
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-18 19:46:22 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-18 19:46:22 +0000
commitf74222a7b6daa24caf124c66a7ce05c7ea773b08 (patch)
treeeb840b500a2198971bece27e0d743adcc7a3c6c7 /app-text/editorconfig-core-c
parent1778ddeb0f60c074ffc7fa775557ddb37c997127 (diff)
gentoo auto-resync : 18:12:2022 - 19:46:22
Diffstat (limited to 'app-text/editorconfig-core-c')
-rw-r--r--app-text/editorconfig-core-c/Manifest3
-rw-r--r--app-text/editorconfig-core-c/editorconfig-core-c-0.12.3-r2.ebuild38
-rw-r--r--app-text/editorconfig-core-c/files/editorconfig-core-c-0.12.3-no-static-libs.patch69
3 files changed, 0 insertions, 110 deletions
diff --git a/app-text/editorconfig-core-c/Manifest b/app-text/editorconfig-core-c/Manifest
index e6163afa9355..11a75cfd71d5 100644
--- a/app-text/editorconfig-core-c/Manifest
+++ b/app-text/editorconfig-core-c/Manifest
@@ -1,6 +1,3 @@
-AUX editorconfig-core-c-0.12.3-no-static-libs.patch 2732 BLAKE2B 0ce8fd79ba40701c9723d127dfe7faa1f6fc0e20d43d858df9831959a7f7f06a776720e69e5946d6b22a3bad11a958823faf922b8bbd69d601f7e3e2cda5ee34 SHA512 33cdd54d79f2d28e11b2c458b41d720c6763549b41835f2aeb6601e009f9928f43ea4d27264609c5651c81680b696be3795ddb9b50cd44337a6ed8c4aa35ee73
-DIST editorconfig-core-c-0.12.3.tar.gz 67701 BLAKE2B d5e6310f770099f542eb81f4ca7ec975e74c49f481c4e8e07832a7f9fc0882e2cb65da5b4b18ad926786d7ac92c3deb6ac0a547188bd68d350143258796ad1b8 SHA512 4a17cd6317bd45f8b0131070165d852569d020f1cf74e72b44057b97672184b4992aee54aae6e3222c669fdce8bb6b1f3482235e6518acffcef05e1d74087e6e
DIST editorconfig-core-c-0.12.4.tar.gz 72141 BLAKE2B bfbd7ab2eb3ac1c73d387447e16c0888b4dce1318f14f1a511cbf1e5c34aecb31921955fb51a6c07a8a991fb388995971ceed22b4e53c53b1c56fddbbcccfdfc SHA512 e275d4f77fddd31717a588be15a67a630e693efbddc5e1cf7e9b116b1c1a700fa9bafc1322733aa73a009c78519e00083b151bbc4a5ad55128df2c7360f9a163
-EBUILD editorconfig-core-c-0.12.3-r2.ebuild 864 BLAKE2B ea50011f62f7c5f4f59f051865d924ac0a9f32d8253b2b7ed805e5a782d0d11fc552c8a49398dfc4c6d0525650c94bbec1e6286862ed2367537480ab9000e5cb SHA512 e35bedfc956d726984996ac1380e45b022c2f6e0fe5df64191428afeed84736c045a79d4dae2dc1b83818754834993a845f27ea8ac1092aa616b37d948e3cc3d
EBUILD editorconfig-core-c-0.12.4.ebuild 1021 BLAKE2B c1701b2ee36f0e0c13450a0fb789bbf97776dd640ffb644c7e55daec1a91a791990905ad3570f4a2d4ba74b16fe65151a1fc6189b7ab70ea9fb59dbc701a6bbc SHA512 4d23b824021818a55c6544c7ce83a18463e91effd60aaec94b306da27ae6baf915d39e951e63ff89b1cb8ce695684fadea56b7658bc7e5b2760110b04ee135ba
MISC metadata.xml 389 BLAKE2B 936516a5d13add9bcb0c94e20f3ea1eeb14119f2cae956c472848769907df123431f6dfa846bf82955a340a9c7f21bfe738203fe4a2bb6ea24ac22bf38d6e0e8 SHA512 5380c32b0d900044ce0d0562d6a71a0db840d01ebc48bdb34a5da2f61a8deff1a475fc03958796edb819d06f7e358a15c9fa4dcd20a91b64ca3c0e790746ad11
diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3-r2.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3-r2.ebuild
deleted file mode 100644
index 02055e6d7f0d..000000000000
--- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="EditorConfig core library written in C"
-HOMEPAGE="https://github.com/editorconfig/editorconfig-core-c/"
-SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="cli doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-DEPEND="dev-libs/libpcre2:="
-RDEPEND="${DEPEND}
- cli? ( !dev-python/editorconfig-core-py[cli] )"
-
-PATCHES=( "${FILESDIR}/${P}-no-static-libs.patch" )
-
-src_configure() {
- local -a mycmakeargs=(
- -DBUILD_DOCUMENTATION=$(usex doc 'ON' 'OFF')
- )
- cmake_src_configure
-}
-
-src_install() {
- use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
- cmake_src_install
-
- if ! use cli; then
- rm -r "${ED}/usr/bin" || die
- fi
-}
diff --git a/app-text/editorconfig-core-c/files/editorconfig-core-c-0.12.3-no-static-libs.patch b/app-text/editorconfig-core-c/files/editorconfig-core-c-0.12.3-no-static-libs.patch
deleted file mode 100644
index 369b806467be..000000000000
--- a/app-text/editorconfig-core-c/files/editorconfig-core-c-0.12.3-no-static-libs.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From 4fa85f00f824b1dd5d1244c77667ea497d94f02b Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sat, 11 Jul 2020 21:11:58 +0200
-Subject: [PATCH] Do not build static lib if BUILD_STATICALLY_LINKED_EXE=OFF
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- src/lib/CMakeLists.txt | 36 +++++++++++++++++++++++-------------
- 1 file changed, 23 insertions(+), 13 deletions(-)
-
-diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
-index 353ab1c..12db621 100644
---- a/src/lib/CMakeLists.txt
-+++ b/src/lib/CMakeLists.txt
-@@ -44,16 +44,18 @@ if(WIN32)
- endif()
- target_link_libraries(editorconfig_shared ${PCRE2_LIBRARIES})
-
--add_library(editorconfig_static STATIC ${editorconfig_LIBSRCS})
--set_target_properties(editorconfig_static PROPERTIES
-- OUTPUT_NAME editorconfig_static
-- VERSION ${PROJECT_VERSION})
-+if(BUILD_STATICALLY_LINKED_EXE)
-+ add_library(editorconfig_static STATIC ${editorconfig_LIBSRCS})
-+ set_target_properties(editorconfig_static PROPERTIES
-+ OUTPUT_NAME editorconfig_static
-+ VERSION ${PROJECT_VERSION})
-
--# We need to link Shwapi since we use PathIsRelative
--if(WIN32)
-- target_link_libraries(editorconfig_static Shlwapi)
-+ # We need to link Shwapi since we use PathIsRelative
-+ if(WIN32)
-+ target_link_libraries(editorconfig_static Shlwapi)
-+ endif()
-+ target_link_libraries(editorconfig_static ${PCRE2_LIBRARIES})
- endif()
--target_link_libraries(editorconfig_static ${PCRE2_LIBRARIES})
-
- # EditorConfig package name for find_package() and the CMake package registry.
- # On UNIX the system registry is usually just "lib/cmake/<package>".
-@@ -65,11 +67,19 @@ set(editorconfig_CONFIG_EXPORT_NAME "${config_package_name}Targets")
- set(editorconfig_CONFIG_INSTALL_LIBDIR
- "${CMAKE_INSTALL_LIBDIR}/cmake/${config_package_name}")
-
--install(TARGETS editorconfig_shared editorconfig_static
-- EXPORT ${editorconfig_CONFIG_EXPORT_NAME}
-- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
-- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
-- ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
-+if(BUILD_STATICALLY_LINKED_EXE)
-+ install(TARGETS editorconfig_static
-+ EXPORT ${editorconfig_CONFIG_EXPORT_NAME}
-+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
-+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
-+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
-+else()
-+ install(TARGETS editorconfig_shared
-+ EXPORT ${editorconfig_CONFIG_EXPORT_NAME}
-+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
-+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
-+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
-+endif()
-
- configure_file(
- ${CMAKE_CURRENT_SOURCE_DIR}/editorconfig.pc.in
---
-2.27.0
-