From 8724153d73901af20019056db39e277329c4c8f8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 9 Aug 2016 00:04:07 -0400 Subject: app-text/XML-Schema-learner: remove old v1.0.0. Package-Manager: portage-2.2.28 --- app-text/XML-Schema-learner/Manifest | 1 - .../XML-Schema-learner-1.0.0.ebuild | 38 ---------------------- 2 files changed, 39 deletions(-) delete mode 100644 app-text/XML-Schema-learner/XML-Schema-learner-1.0.0.ebuild (limited to 'app-text/XML-Schema-learner') diff --git a/app-text/XML-Schema-learner/Manifest b/app-text/XML-Schema-learner/Manifest index d0af23ed3992..c3f75f351da2 100644 --- a/app-text/XML-Schema-learner/Manifest +++ b/app-text/XML-Schema-learner/Manifest @@ -1,2 +1 @@ -DIST XML-Schema-learner-1.0.0.tar.gz 50690 SHA256 b68fe6c090c3e175e52e0e9f037412eb11725951a54c6a884246fcd2c9465a83 SHA512 aa1b696fbec13d3a345f063e055f77f17832ceb11294a73ac393363684d754f0274ffc59bfc048315bbe2cba8a012cd012ee9ce4f7de12b5695bad60485564bd WHIRLPOOL ddd0afd6056bfa8c617d0a310512d2d4353282f44b8bac140ff299533e689693aa268c189c3c617ecd3e638a00d6994e92e1b6cfa1f8a5c692605f9f12635930 DIST XML-Schema-learner-1.0.1.tar.gz 51057 SHA256 79e9416db683fee9463ba895283423661e05aa8de2b15c9ea2372c83110ab011 SHA512 f357c1a99ac6a7f807538910dfe5e19b14f789046816d333cb031addfbffc0858fd5641f52dcd7304417d0cf0b6c45d1eb3f2092652c4891c09fc45dd26feb9d WHIRLPOOL 810a51fa5920d46f96e82d018c95e9524dfc85b433fd1579f90a7ff241e6300dc88f166725e68f58a0aac1658fc92ba374da03e3995ed22ba08da23e6003df43 diff --git a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.0.ebuild b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.0.ebuild deleted file mode 100644 index bc7c09624c91..000000000000 --- a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Algorithmic inferencing of XML schema definitions and DTDs" -HOMEPAGE="https://github.com/kore/${PN}" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64" -IUSE="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 -} -- cgit v1.2.3-65-gdbad