From c0a9f2400f704c438b0cef4f4105e7bb6c3cbbff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Aug 2022 14:43:09 +0100 Subject: gentoo auto-resync : 22:08:2022 - 14:43:09 --- dev-haskell/gtk2hs-buildtools/Manifest | 4 --- .../files/gtk2hs-buildtools-0.13.8.0-gcc-11.patch | 32 ------------------- .../gtk2hs-buildtools-0.13.8.0-r1.ebuild | 37 ---------------------- dev-haskell/gtk2hs-buildtools/metadata.xml | 22 ------------- 4 files changed, 95 deletions(-) delete mode 100644 dev-haskell/gtk2hs-buildtools/Manifest delete mode 100644 dev-haskell/gtk2hs-buildtools/files/gtk2hs-buildtools-0.13.8.0-gcc-11.patch delete mode 100644 dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.8.0-r1.ebuild delete mode 100644 dev-haskell/gtk2hs-buildtools/metadata.xml (limited to 'dev-haskell/gtk2hs-buildtools') diff --git a/dev-haskell/gtk2hs-buildtools/Manifest b/dev-haskell/gtk2hs-buildtools/Manifest deleted file mode 100644 index 029e36e472cf..000000000000 --- a/dev-haskell/gtk2hs-buildtools/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX gtk2hs-buildtools-0.13.8.0-gcc-11.patch 1156 BLAKE2B 5d3485191fd380343412f977baf6e0d434235f012e425118317e5f9c810d4e7b4bde64c5683e912aea098afe84dd9d45f9e458e88214c005943f6ea919ad5987 SHA512 f01350cc6603d0b8cdd4ad4ba4539cd307058c81a4452e8a455c5c612e6a5e1156ffe71518a8fe762e4a56c8f0d173e9cf7fac498b2849e48ce811c511186cce -DIST gtk2hs-buildtools-0.13.8.0.tar.gz 178465 BLAKE2B 73a3bea8e002ba641f08f3104b7c8759dba2649e8b050ac769470c7d67441e86365c4687f2645fed62cb79cbe38947c02c2622224e4568440a8d2745a045b333 SHA512 fa427979f20f10ca8baf38c80c28a5190d18b767046de347950ea799660e1d54939d668c01c469da36d2df6c347f7ba67e2e85f3a7000021f8d37852093e03fd -EBUILD gtk2hs-buildtools-0.13.8.0-r1.ebuild 903 BLAKE2B a0f2c7dd51499141373eeb955bdb3ef8a682d9617db029add65b7d88dbfc0b2139a0bf3a2d2deeeeeb40cec10d132068b1670494ac25d35b1b426fb54ffe33a3 SHA512 5241a5a51445b76b425d1df8ad5fb415e24f36d321391ee309aea7e8f23e15ac5f1e8d94ea5af98e22a5398c639f1a8e84cac44424edacebbf6340a20d4d7166 -MISC metadata.xml 839 BLAKE2B f9c9900007c2f898a4f243a0b2720fbad507af53ae4e5338a863f6106c0c8dd2a9929e28b5e61ccb6679c71a0c4e1b58759e49f7eeb59850e24e6328b4a43ffb SHA512 c62bea8386212f76e9c1cd3e887bc67dcec64d8387eba0f6d8ebd2227d0f8475339f84fe8f11967308aebf0e728a647e9b5e5839bf6e0c3081d0f141518bff5f diff --git a/dev-haskell/gtk2hs-buildtools/files/gtk2hs-buildtools-0.13.8.0-gcc-11.patch b/dev-haskell/gtk2hs-buildtools/files/gtk2hs-buildtools-0.13.8.0-gcc-11.patch deleted file mode 100644 index 123c1359ff1b..000000000000 --- a/dev-haskell/gtk2hs-buildtools/files/gtk2hs-buildtools-0.13.8.0-gcc-11.patch +++ /dev/null @@ -1,32 +0,0 @@ -Same fix as https://github.com/visq/language-c/issues/74 - -""" -Lexer: allow zeros as line numbers in preprocessed directives - -Starting from `gcc-11` initial line numbers not related to -actual files are marked as zeros. See the "preprocessor: -Better line info for & " -https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=6bf2ff0d52a9 - -language-c's grammar did not allow it (by accident) - -``` -Prelude> Language.C.parseC (Data.ByteString.Char8.pack "# 0 \"/dev/null\"\n") Language.C.nopos -Left :: [ERROR] >>> Syntax Error ! - Lexical error ! - The character '#' does not fit here. -``` - -The change allows '0' in line numbers as well. -""" ---- a/c2hs/c/CLexer.x -+++ b/c2hs/c/CLexer.x -@@ -130,7 +130,7 @@ $white+ ; - -- * allows further ints after the file name a la GCC; as the GCC CPP docu - -- doesn't say how many ints there can be, we allow an unbound number - -- --\#$space*@int$space*(\"($infname|@charesc)*\"$space*)?(@int$space*)*$eol -+\#$space*@digits$space*(\"($infname|@charesc)*\"$space*)?(@int$space*)*$eol - { \pos len str -> setPos (adjustPos (take len str) pos) >> lexToken } - - -- #pragma directive (K&R A12.8) diff --git a/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.8.0-r1.ebuild b/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.8.0-r1.ebuild deleted file mode 100644 index 30ffca890e99..000000000000 --- a/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.8.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.4 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Tools to build the Gtk2Hs suite of User Interface libraries" -HOMEPAGE="http://projects.haskell.org/gtk2hs/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+closuresignals" - -RDEPEND=">=dev-haskell/cabal-1.24.0.0:=[profile?] - dev-haskell/fail:=[profile?] - dev-haskell/hashtables:=[profile?] - dev-haskell/random:=[profile?] - >=dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - dev-haskell/alex - >=dev-haskell/cabal-1.18.1.3 - dev-haskell/happy -" - -PATCHES=("${FILESDIR}"/${PN}-0.13.8.0-gcc-11.patch) - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag closuresignals closuresignals) -} diff --git a/dev-haskell/gtk2hs-buildtools/metadata.xml b/dev-haskell/gtk2hs-buildtools/metadata.xml deleted file mode 100644 index f1582cbe816c..000000000000 --- a/dev-haskell/gtk2hs-buildtools/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - - This package provides a set of helper programs necessary to - build the Gtk2Hs suite of libraries. These tools include - a modified c2hs binding tool that is used to generate - FFI declarations, a tool to build a type hierarchy that - mirrors the C type hierarchy of GObjects found in glib, - and a generator for signal declarations that are used - to call back from C to Haskell. These tools are not needed - to actually run Gtk2Hs programs. - - - Use the the GClosure-based signals - implementation. - - -- cgit v1.2.3