From eb6a2de3ab8898887a24b0c0c3dd6f7e2ef577df Mon Sep 17 00:00:00 2001 From: suvari Date: Sun, 30 Apr 2017 21:09:46 +0300 Subject: [PATCH] ragel: version bump to 4.10 --- main_35_list.txt | 6 +----- programming/misc/ragel/actions.py | 8 ++++---- programming/misc/ragel/pspec.xml | 14 ++++++++++++-- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/main_35_list.txt b/main_35_list.txt index 00141dcfba..3370734f7c 100644 --- a/main_35_list.txt +++ b/main_35_list.txt @@ -115,8 +115,4 @@ 2016-11-06 /editor/discount/pspec.xml 2016-06-15 /editor/medit/pspec.xml 2016-06-10 /editor/vi/vim/pspec.xml -2014-03-05 /hardware/mobile/usbmuxd/pspec.xml -2016-07-03 /hardware/emulator/playonlinux/pspec.xml -2016-06-09 /hardware/misc/libsmbios/pspec.xml -2016-06-09 /hardware/misc/dkms/pspec.xml -2016-12-10 /hardware/optical/k3b/pspec.xml \ No newline at end of file +2014-03-05 /hardware/mobile/usbmuxd/pspec.xml \ No newline at end of file diff --git a/programming/misc/ragel/actions.py b/programming/misc/ragel/actions.py index 408eb13bc0..c66d20d298 100644 --- a/programming/misc/ragel/actions.py +++ b/programming/misc/ragel/actions.py @@ -8,14 +8,14 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools def setup(): - autotools.configure() - + autotools.configure() + def build(): autotools.make() def install(): autotools.install() - + pisitools.insinto("/usr/share/vim/vimfiles/syntax/", "ragel.vim") - + pisitools.dodoc("COPYING", "ChangeLog", "AUTHORS") \ No newline at end of file diff --git a/programming/misc/ragel/pspec.xml b/programming/misc/ragel/pspec.xml index 2624bdcfdf..8e021fc9d4 100644 --- a/programming/misc/ragel/pspec.xml +++ b/programming/misc/ragel/pspec.xml @@ -12,11 +12,14 @@ library Ragel compiles executable finite state machines from regular languages. Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Obj-C, C#, D, Java, Go and Ruby. - http://fossies.org/linux/misc/ragel-6.9.tar.gz + http://www.colm.net/files/ragel/ragel-6.10.tar.gz ragel + + libgcc + /usr/share/doc /usr/share/man @@ -26,6 +29,13 @@ + + 2017-04-30 + 6.10 + Version Bump + Kamil Atlı + suvari@pisilinux.org + 2016-06-09 6.9 @@ -41,4 +51,4 @@ osman.erkan@pisilinux.org - + \ No newline at end of file