From 93a93e9a3b53c1a73142a305ea1f8136846942ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 22 Dec 2021 14:08:05 +0000 Subject: gentoo resync : 22.12.2021 --- app-text/XML-Schema-learner/Manifest | 3 -- .../XML-Schema-learner-1.0.1.ebuild | 41 ---------------------- app-text/XML-Schema-learner/metadata.xml | 24 ------------- 3 files changed, 68 deletions(-) delete mode 100644 app-text/XML-Schema-learner/Manifest delete mode 100644 app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild delete mode 100644 app-text/XML-Schema-learner/metadata.xml (limited to 'app-text/XML-Schema-learner') diff --git a/app-text/XML-Schema-learner/Manifest b/app-text/XML-Schema-learner/Manifest deleted file mode 100644 index 18eaff9508d3..000000000000 --- a/app-text/XML-Schema-learner/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST XML-Schema-learner-1.0.1.tar.gz 51057 BLAKE2B db9e5c6176484278fcc050c201f4ee3c560536fd1439cadf1f7c2be29e967ef9d84a488ec01045cc3887f527a0cbaf53649bdb4a505f11df17c5697b344a6fd3 SHA512 f357c1a99ac6a7f807538910dfe5e19b14f789046816d333cb031addfbffc0858fd5641f52dcd7304417d0cf0b6c45d1eb3f2092652c4891c09fc45dd26feb9d -EBUILD XML-Schema-learner-1.0.1.ebuild 1189 BLAKE2B d82af02d227051b772e7943701dc9db367f5adc152bbcfe309ceafe51dcf6238fd594e08e42b64ebec56d795531265aad8d80b0a537dc68af258f25ebbb1783d SHA512 2c6f15528e15026bb63979d842c5c533d584387e5aa13373788b723e1929cba02d93ffb28b2ad691d2589459963fd91fa48a886b70ed1daf12ffd3319b250afe -MISC metadata.xml 943 BLAKE2B 6dbee3f66f1483c9e0757210e996d6780fa5b8745a14eb102f1419bb4f37288ce0ef2ecd6bd8e5fcaa8b038cbc239a0c62b5235d14ac936ae18feb7c2457675b SHA512 c602dd6b333d5df1176939cb40bdc33fbc366539fde012f067382ae247b4ebe4de5eb0c94d3bd6754f8b18a2134c5f7756ea23fd363b679b99566bb6da6ff40b diff --git a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild deleted file mode 100644 index c876bebfd7d5..000000000000 --- a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Algorithmic inferencing of XML schema definitions and DTDs" -HOMEPAGE="https://github.com/kore/XML-Schema-learner" -SRC_URI="https://github.com/kore/XML-Schema-learner/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -# This test suite used to work but needs an update for modern versions -# of PHPUnit. See https://github.com/kore/XML-Schema-learner/issues/6 -RESTRICT="test" - -# PHP dependency can be inferred from .travis.yml in the repository. -# The necessary USE flags on the other hand were found the hard way. -# -# The dependencies here aren't as expressive as they should be. What we -# really want is for php[...] to apply to everything in PHP_TARGETS, and -# for those interpreters (the ones in PHP_TARGETS) to be used to run the -# test suite. -# -# See bug #497606. -# -RDEPEND="dev-lang/php:*[cli,xml,xmlreader]" -DEPEND="test? ( ${RDEPEND} - dev-php/phpunit )" - -src_compile() { - # Don't run make, the default target is 'check'. - : -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install - dodoc README.rst -} diff --git a/app-text/XML-Schema-learner/metadata.xml b/app-text/XML-Schema-learner/metadata.xml deleted file mode 100644 index 4dcf546c3a51..000000000000 --- a/app-text/XML-Schema-learner/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - mjo@gentoo.org - - - This software implements various state-of-the-art algorithms for - algorithmic learning of XML Schema definitions and Document Type - Definitions. - - Given a set or a single XML instance it can algorithmically infer - a schema which describes the XML instances. The resulting schemas - are of high-quality and human readable. - - The theory behind the project is described in Kore Nordmann's - thesis, "Algorithmic learning of XML Schema definitions from XML - data," available at - http://kore-nordmann.de/talks/11_03_learning_xml_schema_definitions_from_xml_data.pdf. - - - kore/XML-Schema-learner - - -- cgit v1.2.3