From 4aad791623eb032a993ead79e90dd5ddd32943df Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 22 Oct 2019 20:54:38 +0200 Subject: [PATCH] simpleparse: remove. --- dev-python/simpleparse/licenses/simpleparse | 136 ------------------ .../simpleparse/simpleparse-2.1.1a2.recipe | 40 ------ 2 files changed, 176 deletions(-) delete mode 100644 dev-python/simpleparse/licenses/simpleparse delete mode 100644 dev-python/simpleparse/simpleparse-2.1.1a2.recipe diff --git a/dev-python/simpleparse/licenses/simpleparse b/dev-python/simpleparse/licenses/simpleparse deleted file mode 100644 index e0a994d74..000000000 --- a/dev-python/simpleparse/licenses/simpleparse +++ /dev/null @@ -1,136 +0,0 @@ -Includes the eGenix mxTextTools extensions, which are licensed under the -eGenix.com Public License see the stt/LICENSE file for details on licensing -terms, the eGenix extensions are: - - Copyright (c) 1997-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com - Copyright (c) 2000-2001, eGenix.com Software GmbH; mailto:info@egenix.com - Copyright (c) 2003-2006, Mike Fletcher; mailto:mcfletch@vrplumber.com - -Copyright, License & Disclaimer for SimpleParse: - - © 1998-2006, Copyright by Mike C. Fletcher; All Rights Reserved. - mailto: mcfletch@users.sourceforge.net - - Permission to use, copy, modify, and distribute this software - and its documentation for any purpose and without fee or royalty - is hereby granted, provided that the above copyright notice appear - in all copies and that both the copyright notice and this - permission notice appear in supporting documentation or portions - thereof, including modifications, that you make. - - THE AUTHOR MIKE C. FLETCHER DISCLAIMS ALL WARRANTIES WITH REGARD - TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE AUTHOR BE - LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY - DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, - WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS - ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE! -======================================== - -________________________________________________________________________ - -EGENIX.COM PUBLIC LICENSE AGREEMENT VERSION 1.1.0 -________________________________________________________________________ - -1. Introduction - - This "License Agreement" is between eGenix.com Software, Skills - and Services GmbH ("eGenix.com"), having an office at - Pastor-Loeh-Str. 48, D-40764 Langenfeld, Germany, and the - Individual or Organization ("Licensee") accessing and otherwise - using this software in source or binary form and its associated - documentation ("the Software"). - -2. License - - Subject to the terms and conditions of this eGenix.com Public - License Agreement, eGenix.com hereby grants Licensee a - non-exclusive, royalty-free, world-wide license to reproduce, - analyze, test, perform and/or display publicly, prepare derivative - works, distribute, and otherwise use the Software alone or in any - derivative version, provided, however, that the eGenix.com Public - License Agreement is retained in the Software, or in any - derivative version of the Software prepared by Licensee. - -3. NO WARRANTY - - eGenix.com is making the Software available to Licensee on an "AS - IS" basis. SUBJECT TO ANY STATUTORY WARRANTIES WHICH CAN NOT BE - EXCLUDED, EGENIX.COM MAKES NO REPRESENTATIONS OR WARRANTIES, - EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, - EGENIX.COM MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY - OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT - THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. - -4. LIMITATION OF LIABILITY - - EGENIX.COM SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF - THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES - OR LOSS (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF - BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS - INFORMATION, OR OTHER PECUNIARY LOSS) AS A RESULT OF USING, - MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, - EVEN IF ADVISED OF THE POSSIBILITY THEREOF. - - SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF - INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE EXCLUSION OR - LIMITATION MAY NOT APPLY TO LICENSEE. - -5. Termination - - This License Agreement will automatically terminate upon a - material breach of its terms and conditions. - -6. Third Party Rights - - Any software or documentation in source or binary form provided - along with the Software that is associated with a separate license - agreement is licensed to Licensee under the terms of that license - agreement. This License Agreement does not apply to those portions - of the Software. Copies of the third party licenses are included - in the Software Distribution. - -7. General - - Nothing in this License Agreement affects any statutory rights of - consumers that cannot be waived or limited by contract. - - Nothing in this License Agreement shall be deemed to create any - relationship of agency, partnership, or joint venture between - eGenix.com and Licensee. - - If any provision of this License Agreement shall be unlawful, - void, or for any reason unenforceable, such provision shall be - modified to the extent necessary to render it enforceable without - losing its intent, or, if no such modification is possible, be - severed from this License Agreement and shall not affect the - validity and enforceability of the remaining provisions of this - License Agreement. - - This License Agreement shall be governed by and interpreted in all - respects by the law of Germany, excluding conflict of law - provisions. It shall not be governed by the United Nations - Convention on Contracts for International Sale of Goods. - - This License Agreement does not grant permission to use eGenix.com - trademarks or trade names in a trademark sense to endorse or - promote products or services of Licensee, or any third party. - - The controlling language of this License Agreement is English. If - Licensee has received a translation into another language, it has - been provided for Licensee's convenience only. - -8. Agreement - - By downloading, copying, installing or otherwise using the - Software, Licensee agrees to be bound by the terms and conditions - of this License Agreement. - - - For question regarding this License Agreement, please write to: - - eGenix.com Software, Skills and Services GmbH - Pastor-Loeh-Str. 48 - D-40764 Langenfeld - Germany diff --git a/dev-python/simpleparse/simpleparse-2.1.1a2.recipe b/dev-python/simpleparse/simpleparse-2.1.1a2.recipe deleted file mode 100644 index ae75934d6..000000000 --- a/dev-python/simpleparse/simpleparse-2.1.1a2.recipe +++ /dev/null @@ -1,40 +0,0 @@ -SUMMARY="A Parser Generator for Python (w/mxTextTools derivative)" -DESCRIPTION=" -SimpleParse is a BSD-licensed Python package providing a simple and fast parser -generator using a modified version of the mxTextTools text-tagging engine. -SimpleParse allows you to generate parsers directly from your EBNF grammar. -Unlike most parser generators, SimpleParse generates single-pass parsers (there -is no distinct tokenization stage), an approach taken from the predecessor -project (mcf.pars) which attempted to create \"autonomously parsing regex -objects\". The resulting parsers are not as generalized as those created by, for -instance, the Earley algorithm, but they do tend to be useful for the parsing of -computer file formats and the like (as distinct from natural language and -similar \"hard\" parsing problems)." -HOMEPAGE="http://simpleparse.sourceforge.net/" -COPYRIGHT="1998-2006, Mike C. Fletcher" -LICENSE="simpleparse" -REVISION="1" -SOURCE_URI="http://downloads.sourceforge.net/project/simpleparse/simpleparse/2.1.1a2/SimpleParse-2.1.1a2.tar.gz" -CHECKSUM_SHA256="9899df932c6805dbb6433c7395e696fd60723f463513933e925cc77314c6bbb8" -SOURCE_DIR="SimpleParse-$portVersion" - -ARCHITECTURES="!x86_gcc2" - -PROVIDES=" - simpleparse = $portVersion - " - -BUILD_PREREQUIRES=" - cmd:python - " - -BUILD() -{ - python setup.py build -} - -INSTALL() -{ - python setup.py install --root=${DESTDIR} - -}