]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - app-text/XML-Schema-learner/XML-Schema-learner-9999.ebuild
Rename the XML-Schema-learner ebuild to reflect the static version.
[mjo-overlay.git] / app-text / XML-Schema-learner / XML-Schema-learner-9999.ebuild
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 (file)
index 6330e74..0000000
+++ /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
-}