X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=app-text%2FXML-Schema-learner%2FXML-Schema-learner-9999.ebuild;fp=app-text%2FXML-Schema-learner%2FXML-Schema-learner-9999.ebuild;h=0000000000000000000000000000000000000000;hb=33fcfcf9d902f00c444a9ebb5c75bf71f11d74b5;hp=6330e74bdb369a42fb76c3e279681d62e4b1ebf6;hpb=b739e9bf4b7da0e4386a0c6c8ea0efc11a15bffb;p=mjo-overlay.git diff --git a/app-text/XML-Schema-learner/XML-Schema-learner-9999.ebuild b/app-text/XML-Schema-learner/XML-Schema-learner-9999.ebuild deleted file mode 100644 index 6330e74..0000000 --- a/app-text/XML-Schema-learner/XML-Schema-learner-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -EGIT_REPO_URI="https://github.com/mjorlitzky/${PN}.git" -inherit git-2 - -DESCRIPTION="Algorithmic inferencing of XML schema definitions and DTDs" -HOMEPAGE="https://github.com/kore/XML-Schema-learner" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -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 -}