commit: 28b28f11edc9ef6c66543bcdd488c2398f50c42f
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 18:36:40 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 18:36:40 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=28b28f11
sci-misc/sfst: drop dead package
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-misc/sfst/files/50sfst-gentoo.el | 9 ----
sci-misc/sfst/files/SFST-1.3-gcc43.patch | 37 --------------
sci-misc/sfst/files/ftdetect-sfst.vim | 2 -
sci-misc/sfst/metadata.xml | 13 -----
sci-misc/sfst/sfst-1.4.2.ebuild | 80 ------------------------------
sci-misc/sfst/sfst-1.4.6g.ebuild | 82 -------------------------------
sci-misc/sfst/sfst-1.4.7d.ebuild | 83 --------------------------------
7 files changed, 306 deletions(-)
diff --git a/sci-misc/sfst/files/50sfst-gentoo.el
b/sci-misc/sfst/files/50sfst-gentoo.el
deleted file mode 100644
index e3e9da983..000000000
--- a/sci-misc/sfst/files/50sfst-gentoo.el
+++ /dev/null
@@ -1,9 +0,0 @@
-
-;;; site-lisp configuration for sfst-syntax
-
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'sfst-mode "ebuild-mode"
- "Major mode for SFST-PL files" t)
-
-(add-to-list 'auto-mode-alist '("\\.fst\\'" . sfst-mode))
diff --git a/sci-misc/sfst/files/SFST-1.3-gcc43.patch
b/sci-misc/sfst/files/SFST-1.3-gcc43.patch
deleted file mode 100644
index 3198d6b0f..000000000
--- a/sci-misc/sfst/files/SFST-1.3-gcc43.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -Naur SFST-1.3/src/alphabet.C SFST/src/alphabet.C
---- SFST-1.3/src/alphabet.C 2008-09-11 10:59:11.000000000 +0000
-+++ SFST/src/alphabet.C 2008-09-11 11:01:44.000000000 +0000
-@@ -10,6 +10,9 @@
- /* */
- /*******************************************************************/
-
-+#include <climits>
-+#include <cstring>
-+
- #include "utf8.h"
- #include "alphabet.h"
-
-diff -Naur SFST-1.3/src/alphabet.h SFST/src/alphabet.h
---- SFST-1.3/src/alphabet.h 2008-09-11 10:59:11.000000000 +0000
-+++ SFST/src/alphabet.h 2008-09-11 10:59:54.000000000 +0000
-@@ -21,6 +21,8 @@
-
- #include <iostream>
-
-+#include <cstring>
-+
- #ifndef CODE_DATA_TYPE
- typedef unsigned short Character; // data type of the symbol codes
- #else
-diff -Naur SFST-1.3/src/interface.h SFST/src/interface.h
---- SFST-1.3/src/interface.h 2008-09-11 10:59:11.000000000 +0000
-+++ SFST/src/interface.h 2008-09-11 11:03:32.000000000 +0000
-@@ -82,7 +82,7 @@
- Transducer *optional( Transducer *a );
- Transducer *make_rule( Transducer *lc, Range *r1, Twol_Type type,
- Range *r2, Transducer *rc );
--Transducer *freely_insert( Transducer *a, Character c, Character c );
-+Transducer *freely_insert( Transducer *a, Character lc, Character uc );
- Transducer *make_mapping( Ranges*, Ranges* );
- Ranges *add_range( Range*, Ranges* );
- Contexts *make_context( Transducer *l, Transducer *r );
diff --git a/sci-misc/sfst/files/ftdetect-sfst.vim
b/sci-misc/sfst/files/ftdetect-sfst.vim
deleted file mode 100644
index df702ad49..000000000
--- a/sci-misc/sfst/files/ftdetect-sfst.vim
+++ /dev/null
@@ -1,2 +0,0 @@
-" SFST ftdetect for vim sfst-syntax
-au BufRead,BufNewFile *.sfst set filetype=sfst
diff --git a/sci-misc/sfst/metadata.xml b/sci-misc/sfst/metadata.xml
deleted file mode 100644
index e1523edf0..000000000
--- a/sci-misc/sfst/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>[email protected]</email>
- <description>N.B. This is used in my master’s thesis
project</description>
- </maintainer>
- <longdescription>
-SFST is open source package for compiling and using Finite State
-Transducers, mainly for linguistic uses, made in university of
-Stuttgart, Germany.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-misc/sfst/sfst-1.4.2.ebuild b/sci-misc/sfst/sfst-1.4.2.ebuild
deleted file mode 100644
index 3fe2847a0..000000000
--- a/sci-misc/sfst/sfst-1.4.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp eutils
-
-MY_PN="SFST"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Uni Stuttgart Finite State Transducer tools"
-HOMEPAGE="http://www.ims.uni-stuttgart.de/projekte/gramotron/SOFTWARE/SFST.html"
-SRC_URI="
- ftp://ftp.ims.uni-stuttgart.de/pub/corpora/${MY_PN}/${MY_P}.tar.gz
- vim-syntax? (
ftp://ftp.ims.uni-stuttgart.de/pub/corpora/${MY_PN}/vim-mode.tar.gz )
- emacs? ( http://www.cis.uni-muenchen.de/~wastl/emacs/sfst.el )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs vim-syntax"
-
-RDEPEND="sys-libs/readline:0="
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_prepare() {
- # settings in makefile are a bit hacky
- #epatch "${FILESDIR}"/SFST-1.3-gcc43.patch || die "patch failed"
- sed \
- -e "s/^CFLAGS = -O3/CFLAGS = ${CFLAGS}/g" \
- -e "s/local//g" \
- -e 's/strip/echo strip removed: /g' \
- -e 's/# FPIC/FPIC/' \
- -e 's/ $(PREFIX/ $(DESTDIR)$(PREFIX/g' \
- -e 's/ldconfig/true/' \
- -e 's/$(INSTALL_LIBS)/$(INSTALL_DIR)
$(DESTDIR)$(PREFIX)\/lib\n\t\0/' \
- -i "${S}"/src/Makefile || die "sed failed"
- cd "${S}" || die
- if use emacs ; then
- cp "${DISTDIR}/sfst.el" "${S}" || die
- fi
- if use vim-syntax ; then
- mv "${WORKDIR}"/INSTALL "${S}"/INSTALL-vim-syntax || die
- mv "${WORKDIR}"/sfst.vim "${S}"/ || die
- fi
-}
-
-src_compile() {
- emake -C "${S}/src"
- if use emacs ; then
- cd "${S}" || die
- elisp_src_compile
- fi
-}
-
-src_install() {
- cd "${S}/src" || die
- # destdir works but prefix fails
- emake DESTDIR="${D}" install maninstall libinstall
- cd "${S}" || die
- dodoc README
- insinto /usr/share/doc/${PF}/
- doins doc/SFST-Manual.pdf doc/SFST-Tutorial.pdf
- insinto /usr/share/${PN}
- doins -r data/*
- if use vim-syntax ; then
- insinto /usr/share/vim/vimfiles/syntax/
- doins sfst.vim
- insinto /usr/share/vim/vimfiles/ftdetect/
- newins "${FILESDIR}"/ftdetect-sfst.vim sfst.vim
- dodoc INSTALL-vim-syntax
- fi
- if use emacs ; then
- elisp_src_install
- fi
-}
diff --git a/sci-misc/sfst/sfst-1.4.6g.ebuild b/sci-misc/sfst/sfst-1.4.6g.ebuild
deleted file mode 100644
index 1049b4f28..000000000
--- a/sci-misc/sfst/sfst-1.4.6g.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp-common eutils
-
-MY_PN="SFST"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Uni Stuttgart Finite State Transducer tools"
-HOMEPAGE="http://www.ims.uni-stuttgart.de/projekte/gramotron/SOFTWARE/SFST.html"
-SRC_URI="
- ftp://ftp.ims.uni-stuttgart.de/pub/corpora/${MY_PN}/${MY_P}.tar.gz
- vim-syntax? (
ftp://ftp.ims.uni-stuttgart.de/pub/corpora/${MY_PN}/vim-mode.tar.gz )
- emacs? ( http://www.cis.uni-muenchen.de/~wastl/emacs/sfst.el )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs vim-syntax"
-
-RDEPEND="
- sys-libs/readline:0=
- emacs? ( virtual/emacs )"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_prepare() {
- # settings in makefile are a bit hacky
- #epatch "${FILESDIR}"/SFST-1.3-gcc43.patch || die "patch failed"
- sed \
- -e "s/^CFLAGS = -O3/CFLAGS = ${CFLAGS}/g" \
- -e "s/local//g" \
- -e 's/strip/echo strip removed: /g' \
- -e 's/# FPIC/FPIC/' \
- -e 's/ $(PREFIX/ $(DESTDIR)$(PREFIX/g' \
- -e 's/ldconfig/true/' \
- -e 's/$(INSTALL_LIBS)/$(INSTALL_DIR)
$(DESTDIR)$(PREFIX)\/lib\n\t\0/' \
- -i "${S}"/src/Makefile || die "sed failed"
- cd "${S}" || die
- if use emacs ; then
- cp "${DISTDIR}/sfst.el" "${S}" || die
- fi
- if use vim-syntax ; then
- mv "${WORKDIR}"/INSTALL "${S}"/INSTALL-vim-syntax || die
- mv "${WORKDIR}"/sfst.vim "${S}"/ || die
- fi
-}
-
-src_compile() {
- emake -C "${S}/src"
- if use emacs ; then
- cd "${S}" || die
- elisp-compile *.el || die "could not compile elisp"
- fi
-}
-
-src_install() {
- cd "${S}/src" || die
- # destdir works but prefix fails
- emake DESTDIR="${D}" install maninstall libinstall
- cd "${S}" || die
- dodoc README
- insinto /usr/share/doc/${PF}/
- doins doc/SFST-Manual.pdf doc/SFST-Tutorial.pdf
- insinto /usr/share/${PN}
- doins -r data/*
- if use vim-syntax ; then
- insinto /usr/share/vim/vimfiles/syntax/
- doins sfst.vim
- insinto /usr/share/vim/vimfiles/ftdetect/
- newins "${FILESDIR}"/ftdetect-sfst.vim sfst.vim
- dodoc INSTALL-vim-syntax
- fi
- if use emacs ; then
- elisp-install ${PN} *.el *.elc
- fi
-}
diff --git a/sci-misc/sfst/sfst-1.4.7d.ebuild b/sci-misc/sfst/sfst-1.4.7d.ebuild
deleted file mode 100644
index c0210963f..000000000
--- a/sci-misc/sfst/sfst-1.4.7d.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp-common eutils
-
-MY_PN="SFST"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Uni Stuttgart Finite State Transducer tools"
-HOMEPAGE="http://www.cis.uni-muenchen.de/~schmid/tools/SFST/"
-SRC_URI="
-
http://www.cis.uni-muenchen.de/~schmid/tools/${MY_PN}/data/${MY_P}.tar.gz
- vim-syntax? (
http://www.cis.uni-muenchen.de/~schmid/tools/${MY_PN}/data/vim-mode.tar.gz )
- emacs? ( http://www.cis.uni-muenchen.de/~wastl/emacs/sfst.el )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs vim-syntax"
-
-RDEPEND="
- sys-libs/readline:0=
- emacs? ( virtual/emacs )"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_prepare() {
- # settings in makefile are a bit hacky
- sed \
- -e "s/^CFLAGS = -O3/CFLAGS = ${CFLAGS}/g" \
- -e "s/local//g" \
- -e 's/strip/echo strip removed: /g' \
- -e 's/# FPIC/FPIC/' \
- -e 's/ $(PREFIX/ $(DESTDIR)$(PREFIX/g' \
- -e 's/ldconfig/true/' \
- -e 's/$(INSTALL_LIBS)/$(INSTALL_DIR)
$(DESTDIR)$(PREFIX)\/lib\n\t\0/' \
- -i "${S}"/src/Makefile || die "sed failed"
- cd "${S}" || die
- if use emacs ; then
- cp "${DISTDIR}/sfst.el" "${S}" || die
- fi
- if use vim-syntax ; then
- mv "${WORKDIR}"/INSTALL "${S}"/INSTALL-vim-syntax || die
- mv "${WORKDIR}"/sfst.vim "${S}"/ || die
- fi
-
- eapply_user
-}
-
-src_compile() {
- emake -C "${S}/src"
- if use emacs ; then
- cd "${S}" || die
- elisp-compile *.el || die "could not compile elisp"
- fi
-}
-
-src_install() {
- cd "${S}/src" || die
- # destdir works but prefix fails
- emake DESTDIR="${D}" install maninstall libinstall
- cd "${S}" || die
- dodoc README
- insinto /usr/share/doc/${PF}/
- doins doc/SFST-Manual.pdf doc/SFST-Tutorial.pdf
- insinto /usr/share/${PN}
- doins -r data/*
- if use vim-syntax ; then
- insinto /usr/share/vim/vimfiles/syntax/
- doins sfst.vim
- insinto /usr/share/vim/vimfiles/ftdetect/
- newins "${FILESDIR}"/ftdetect-sfst.vim sfst.vim
- dodoc INSTALL-vim-syntax
- fi
- if use emacs ; then
- elisp-install ${PN} *.el *.elc
- fi
-}