From fd0a8825115ac9a61ceee1d37c0fdf4fd2e95b5f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 2 Nov 2023 03:49:51 +0000 Subject: gentoo auto-resync : 02:11:2023 - 03:49:51 --- dev-util/editorconfig-geany/Manifest | 2 +- dev-util/editorconfig-geany/editorconfig-geany-0.2.ebuild | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'dev-util/editorconfig-geany') diff --git a/dev-util/editorconfig-geany/Manifest b/dev-util/editorconfig-geany/Manifest index f582eb05c653..746783b1ba83 100644 --- a/dev-util/editorconfig-geany/Manifest +++ b/dev-util/editorconfig-geany/Manifest @@ -1,3 +1,3 @@ DIST editorconfig-geany-0.2.tar.gz 12322 BLAKE2B 2d203d3df6c6a7bb18a0b80cd33c041606b9732a83c5210fe3a66db587dedd81e1a1c2102e827980f6d85404cceed3b097f85e6c33aea81f21e9725fa7dd49e8 SHA512 cda2fd6c8ff5b7a2088840e5f2ceebb2f00f48281ff2943c4ffada30a7e70ce18ae9a84e5ac946e3affb3e5238512f829e545d31b59383722820b89c0309702d -EBUILD editorconfig-geany-0.2.ebuild 1024 BLAKE2B 287ce27c0019f7f125e5f29534907b94b390407e94098aacdfe41ad97cb2da2201c7027973c433ee25a232ef87b2001a279f1568fd16fab8b5920b30fdd5b426 SHA512 4e58877e00d46b6ea12600bc6cf142cb013c8961cdeb1a61f91eae3103cd5f6487053f23e0173594c10e9703f75653a06b798c6403f535abdb55e4dc48ab168b +EBUILD editorconfig-geany-0.2.ebuild 1291 BLAKE2B e61a9dd21e4a176c8590c3f057b2e7d355e3808cbed1d64a82756f2d2ce296a9668a35e8211947b3d2d9b97279072e0dc4d75241672a817338aa3c96b07acc90 SHA512 709ff122a4e34dabd17a7f72a2d3827be239059e783242fbfd5f2eb9ebb6fc8fc5c1a7293672ec24766d851f261e186321ece0ede31455fe9b6b9b4bc0397941 MISC metadata.xml 315 BLAKE2B fded07b91d5f625cc455d1bbe742b67b3b293c30c5996e2ad33b64ff481030f8a2e488a1700906393813d0c097dc933991d88b97a74e6d70f8d89a73166598c1 SHA512 fc4b81aa5e80456a5e77c74d8f9c5bafff02c7d4514c4c566c8630724d7946202aba051c641c79f5b66346f1dda4b4804dba23fcd747cc8df747f349b09deeb0 diff --git a/dev-util/editorconfig-geany/editorconfig-geany-0.2.ebuild b/dev-util/editorconfig-geany/editorconfig-geany-0.2.ebuild index 2c9be9381e6e..3ec785445ba2 100644 --- a/dev-util/editorconfig-geany/editorconfig-geany-0.2.ebuild +++ b/dev-util/editorconfig-geany/editorconfig-geany-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,6 +29,15 @@ src_prepare() { -e "s|^\\(LDFLAGS =.*\\)|\\1 ${LDFLAGS}|" \ -e "s|\`pkg-config[^\`]*\`||" \ -i Makefile || die + + # https://github.com/editorconfig/editorconfig-geany/pull/15 + cat << "EOF" > "${T}/GeanyFunctions.patch" || die +--- a/editorconfig-geany.c ++++ b/editorconfig-geany.c +@@ -33 +32,0 @@ +-GeanyFunctions* geany_functions; +EOF + eapply -p1 "${T}/GeanyFunctions.patch" } src_install() { -- cgit v1.2.3