From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1210227-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E3952138359
	for <garchives@archives.gentoo.org>; Sun, 27 Sep 2020 18:40:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 07DACE07D7;
	Sun, 27 Sep 2020 18:40:35 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E343DE07D7
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Sep 2020 18:40:34 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6C7EC340C24
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Sep 2020 18:40:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DD31237F
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Sep 2020 18:40:31 +0000 (UTC)
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" <gentoo@aisha.cc>
Message-ID: <1601231903.41680af6baf6db967ce59cc06b45d9f8d47f7a2d.epsilon-0@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-misc/hfst/hfst-3.3.12.ebuild sci-misc/hfst/metadata.xml
X-VCS-Directories: sci-misc/hfst/
X-VCS-Committer: epsilon-0
X-VCS-Committer-Name: Aisha Tammy
X-VCS-Revision: 41680af6baf6db967ce59cc06b45d9f8d47f7a2d
X-VCS-Branch: master
Date: Sun, 27 Sep 2020 18:40:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 46f3b45f-0aad-4e6d-bd03-c4926cd5d529
X-Archives-Hash: adc5d2e0d712167a98a759ffcdd4ba0a

commit:     41680af6baf6db967ce59cc06b45d9f8d47f7a2d
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 18:38:23 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 18:38:23 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=41680af6

sci-misc/hfst: drop dead package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-misc/hfst/hfst-3.3.12.ebuild | 34 ----------------------------------
 sci-misc/hfst/metadata.xml       | 31 -------------------------------
 2 files changed, 65 deletions(-)

diff --git a/sci-misc/hfst/hfst-3.3.12.ebuild b/sci-misc/hfst/hfst-3.3.12.ebuild
deleted file mode 100644
index 92d0eb714..000000000
--- a/sci-misc/hfst/hfst-3.3.12.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Helsinki Finite State Transducer API and tools"
-HOMEPAGE="http://hfst.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+openfst sfst foma xml +glib"
-
-RDEPEND="
-	foma? ( >sci-misc/foma-0.9.13 )
-	glib? ( dev-libs/glib:2 )
-	openfst? ( >sci-misc/openfst-1.2 )
-	sfst? ( >sci-misc/sfst-1.3 )
-	xml? ( dev-libs/libxml2:2= dev-cpp/libxmlpp:3.0= )
-"
-DEPEND="${RDEPEND}
-	>=sys-devel/flex-2.5.35
-	sys-devel/bison"
-
-src_configure() {
-	econf \
-		$(use_with openfst) \
-		$(use_with sfst) \
-		$(use_with foma) \
-		$(use_enable xml apertium2fst) \
-		$(use_with glib unicodehandler glib) \
-		--enable-lexc
-}

diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml
deleted file mode 100644
index 1bda309e1..000000000
--- a/sci-misc/hfst/metadata.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<longdescription lang="en">
-Open Source API for FSTs, a set of command line tools, and clones of
-traditional FST-based linguistic morphology tools.
-</longdescription>
-	<use>
-		<flag name="openfst">
-Add optional support for openfst backend library
-(<pkg>sci-misc/openfst</pkg>)
-</flag>
-		<flag name="foma">
-Add optional support for foma backend library
-(<pkg>sci-misc/foma</pkg>)</flag>
-		<flag name="sfst">
-Add optional support for sfst backend library
-(<pkg>sci-misc/sfst</pkg>)
-</flag>
-		<flag name="glib">
-Parse UTF-8 and collate unicode using glib instead of
-homebrewn methods
-</flag>
-		<flag name="xml">
-Include parsers for grammars and formats that require XML support
-</flag>
-	</use>
-	<upstream>
-		<remote-id type="sourceforge">hfst</remote-id>
-	</upstream>
-</pkgmetadata>