summaryrefslogtreecommitdiff
path: root/app-text/XML-Schema-learner
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /app-text/XML-Schema-learner
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'app-text/XML-Schema-learner')
-rw-r--r--app-text/XML-Schema-learner/Manifest3
-rw-r--r--app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild41
-rw-r--r--app-text/XML-Schema-learner/metadata.xml24
3 files changed, 0 insertions, 68 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mjo@gentoo.org</email>
- </maintainer>
- <longdescription>
- 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.
- </longdescription>
- <upstream>
- <remote-id type="github">kore/XML-Schema-learner</remote-id>
- </upstream>
-</pkgmetadata>