Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-text/XML-Schema-learner/
Date: Wed, 22 Dec 2021 11:24:02
Message-Id: 1640172179.d77b32d71f344b6f13eb86f1ae8a0398bcac3113.jsmolic@gentoo
1 commit: d77b32d71f344b6f13eb86f1ae8a0398bcac3113
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 10:44:40 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 11:22:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77b32d7
7
8 app-text/XML-Schema-learner: treeclean
9
10 Closes: https://bugs.gentoo.org/826386
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 app-text/XML-Schema-learner/Manifest | 1 -
14 .../XML-Schema-learner-1.0.1.ebuild | 41 ----------------------
15 app-text/XML-Schema-learner/metadata.xml | 24 -------------
16 profiles/package.mask | 6 ----
17 4 files changed, 72 deletions(-)
18
19 diff --git a/app-text/XML-Schema-learner/Manifest b/app-text/XML-Schema-learner/Manifest
20 deleted file mode 100644
21 index 509e1b8e5563..000000000000
22 --- a/app-text/XML-Schema-learner/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST XML-Schema-learner-1.0.1.tar.gz 51057 BLAKE2B db9e5c6176484278fcc050c201f4ee3c560536fd1439cadf1f7c2be29e967ef9d84a488ec01045cc3887f527a0cbaf53649bdb4a505f11df17c5697b344a6fd3 SHA512 f357c1a99ac6a7f807538910dfe5e19b14f789046816d333cb031addfbffc0858fd5641f52dcd7304417d0cf0b6c45d1eb3f2092652c4891c09fc45dd26feb9d
26
27 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
28 deleted file mode 100644
29 index c876bebfd7d5..000000000000
30 --- a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild
31 +++ /dev/null
32 @@ -1,41 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -DESCRIPTION="Algorithmic inferencing of XML schema definitions and DTDs"
39 -HOMEPAGE="https://github.com/kore/XML-Schema-learner"
40 -SRC_URI="https://github.com/kore/XML-Schema-learner/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="test"
46 -
47 -# This test suite used to work but needs an update for modern versions
48 -# of PHPUnit. See https://github.com/kore/XML-Schema-learner/issues/6
49 -RESTRICT="test"
50 -
51 -# PHP dependency can be inferred from .travis.yml in the repository.
52 -# The necessary USE flags on the other hand were found the hard way.
53 -#
54 -# The dependencies here aren't as expressive as they should be. What we
55 -# really want is for php[...] to apply to everything in PHP_TARGETS, and
56 -# for those interpreters (the ones in PHP_TARGETS) to be used to run the
57 -# test suite.
58 -#
59 -# See bug #497606.
60 -#
61 -RDEPEND="dev-lang/php:*[cli,xml,xmlreader]"
62 -DEPEND="test? ( ${RDEPEND}
63 - dev-php/phpunit )"
64 -
65 -src_compile() {
66 - # Don't run make, the default target is 'check'.
67 - :
68 -}
69 -
70 -src_install() {
71 - emake DESTDIR="${D}" PREFIX="/usr" install
72 - dodoc README.rst
73 -}
74
75 diff --git a/app-text/XML-Schema-learner/metadata.xml b/app-text/XML-Schema-learner/metadata.xml
76 deleted file mode 100644
77 index 4dcf546c3a51..000000000000
78 --- a/app-text/XML-Schema-learner/metadata.xml
79 +++ /dev/null
80 @@ -1,24 +0,0 @@
81 -<?xml version="1.0" encoding="UTF-8"?>
82 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
83 -<pkgmetadata>
84 - <maintainer type="person">
85 - <email>mjo@g.o</email>
86 - </maintainer>
87 - <longdescription>
88 - This software implements various state-of-the-art algorithms for
89 - algorithmic learning of XML Schema definitions and Document Type
90 - Definitions.
91 -
92 - Given a set or a single XML instance it can algorithmically infer
93 - a schema which describes the XML instances. The resulting schemas
94 - are of high-quality and human readable.
95 -
96 - The theory behind the project is described in Kore Nordmann's
97 - thesis, "Algorithmic learning of XML Schema definitions from XML
98 - data," available at
99 - http://kore-nordmann.de/talks/11_03_learning_xml_schema_definitions_from_xml_data.pdf.
100 - </longdescription>
101 - <upstream>
102 - <remote-id type="github">kore/XML-Schema-learner</remote-id>
103 - </upstream>
104 -</pkgmetadata>
105
106 diff --git a/profiles/package.mask b/profiles/package.mask
107 index 6adbcaaa381c..bc982a24f135 100644
108 --- a/profiles/package.mask
109 +++ b/profiles/package.mask
110 @@ -397,12 +397,6 @@ kde-misc/kimtoy
111 # and accept a more unstable release.
112 >=www-client/chromium-98
113
114 -# Michael Orlitzky <mjo@g.o> (2021-11-22)
115 -# Cool package, but no longer developed upstream, and my immediate use
116 -# for it has expired. No reverse dependencies, deprecated EAPI;
117 -# removal in 30 days. Bug #826386.
118 -app-text/XML-Schema-learner
119 -
120 # Mike Pagano <mpagano@g.o> (2021-11-18)
121 # Bug introduced in this version that can
122 # cause system freeze with data loss.