From f1effc1be3bf89c55028e441f59375a6f54a2ddc Mon Sep 17 00:00:00 2001 From: idriskalp Date: Wed, 25 Dec 2019 19:00:46 +0300 Subject: [PATCH] re2c move to core --- programming/misc/re2c/actions.py | 18 ----------- programming/misc/re2c/pspec.xml | 54 -------------------------------- 2 files changed, 72 deletions(-) delete mode 100644 programming/misc/re2c/actions.py delete mode 100644 programming/misc/re2c/pspec.xml diff --git a/programming/misc/re2c/actions.py b/programming/misc/re2c/actions.py deleted file mode 100644 index bd802f575a..0000000000 --- a/programming/misc/re2c/actions.py +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import autotools - -def setup(): - autotools.rawConfigure() - -def build(): - autotools.make() - -def install(): - autotools.install() - diff --git a/programming/misc/re2c/pspec.xml b/programming/misc/re2c/pspec.xml deleted file mode 100644 index 950b493aa4..0000000000 --- a/programming/misc/re2c/pspec.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - re2c - https://github.com/skvadrik/re2c - - Ergün Salman - Poyraz76@pisilinux.org - - GPL - re2c - Libry - A tool for generating C-based recognizers from regular expressions - ACM Letters on Programming Languages and Systems (LOPLAS) - https://github.com/skvadrik/re2c/releases/download/1.0.3/re2c-1.0.3.tar.gz - - gcc - - - - re2c - - /usr/bin/ - /usr/lib/ - /usr/include/re2c/* - /usr/lib/pkgconfig/ - /usr/share/man/* - - - - - 2018-08-05 - 1.0.3 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-04-23 - 0.16 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-07-09 - 0.16 - First release - Ergün Salman - Poyraz76@pisilinux.org - - -