commit: d77b32d71f344b6f13eb86f1ae8a0398bcac3113 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Wed Dec 22 10:44:40 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Dec 22 11:22:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77b32d7
app-text/XML-Schema-learner: treeclean Closes: https://bugs.gentoo.org/826386 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-text/XML-Schema-learner/Manifest | 1 - .../XML-Schema-learner-1.0.1.ebuild | 41 ---------------------- app-text/XML-Schema-learner/metadata.xml | 24 ------------- profiles/package.mask | 6 ---- 4 files changed, 72 deletions(-) diff --git a/app-text/XML-Schema-learner/Manifest b/app-text/XML-Schema-learner/Manifest deleted file mode 100644 index 509e1b8e5563..000000000000 --- a/app-text/XML-Schema-learner/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST XML-Schema-learner-1.0.1.tar.gz 51057 BLAKE2B db9e5c6176484278fcc050c201f4ee3c560536fd1439cadf1f7c2be29e967ef9d84a488ec01045cc3887f527a0cbaf53649bdb4a505f11df17c5697b344a6fd3 SHA512 f357c1a99ac6a7f807538910dfe5e19b14f789046816d333cb031addfbffc0858fd5641f52dcd7304417d0cf0b6c45d1eb3f2092652c4891c09fc45dd26feb9d 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>[email protected]</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> diff --git a/profiles/package.mask b/profiles/package.mask index 6adbcaaa381c..bc982a24f135 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -397,12 +397,6 @@ kde-misc/kimtoy # and accept a more unstable release. >=www-client/chromium-98 -# Michael Orlitzky <[email protected]> (2021-11-22) -# Cool package, but no longer developed upstream, and my immediate use -# for it has expired. No reverse dependencies, deprecated EAPI; -# removal in 30 days. Bug #826386. -app-text/XML-Schema-learner - # Mike Pagano <[email protected]> (2021-11-18) # Bug introduced in this version that can # cause system freeze with data loss.
