+++ /dev/null
-DIST 1.0.0.tar.gz 50690 SHA256 b68fe6c090c3e175e52e0e9f037412eb11725951a54c6a884246fcd2c9465a83 SHA512 aa1b696fbec13d3a345f063e055f77f17832ceb11294a73ac393363684d754f0274ffc59bfc048315bbe2cba8a012cd012ee9ce4f7de12b5695bad60485564bd WHIRLPOOL ddd0afd6056bfa8c617d0a310512d2d4353282f44b8bac140ff299533e689693aa268c189c3c617ecd3e638a00d6994e92e1b6cfa1f8a5c692605f9f12635930
-EBUILD XML-Schema-learner-1.0.0.ebuild 624 SHA256 59e65d296336d408f83a260c198dbcd8987ff4cf5e91856ba6dc719a84b81f3e SHA512 cc91db2b2bb87b81ee711773d4cb981e71964a278878210972c0d7e053e765965b8d728077f1a331b94a0710885ae84b73c3a4278fb6567de6cf1ab86e1eec01 WHIRLPOOL d2de1be40b1d07f63b8f55020b8f1d99e25f4a99edd3506c97ae7b541f6c8d6d068919ab1241b9719179cfc5bef8699506442ed2d565b94574ad266a5adec0b5
-MISC metadata.xml 852 SHA256 375bb6fe71e4e1efedd07c1036b4478864f2101567ab4c869eec78ddcd1b3e54 SHA512 e93162884e5a0def1f88953c8e3ff3b111277e46851c37e9511347a45f76853259511235bebabf53b61be1bde86a521781e692aa303919b4df734f3343c9951e WHIRLPOOL fad52a0990c50ed19ba484360019b6f02e34fb2c65f5eb2100b2d55c4141c640a6bfa9932f6db0543495aa0e8dca4eb36f66530a0aa21d41667a3ad246ff6b77
+++ /dev/null
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Algorithmic inferencing of XML schema definitions and DTDs"
-HOMEPAGE="https://github.com/kore/${PN}"
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-# PHP dependency can be inferred from .travis.yml in the repository.
-DEPEND="test? ( dev-php/phpunit )"
-RDEPEND="dev-lang/php[cli,xml,xmlreader]"
-
-src_compile() {
- # Don't run make, the default target is 'check'.
- :
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd></herd>
- <maintainer>
- <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>
-</pkgmetadata>