]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - app-text/XML-Schema-learner/XML-Schema-learner-1.0.0.ebuild
Rename the XML-Schema-learner ebuild to reflect the static version.
[mjo-overlay.git] / app-text / XML-Schema-learner / XML-Schema-learner-1.0.0.ebuild
similarity index 75%
rename from app-text/XML-Schema-learner/XML-Schema-learner-9999.ebuild
rename to app-text/XML-Schema-learner/XML-Schema-learner-1.0.0.ebuild
index 6330e74bdb369a42fb76c3e279681d62e4b1ebf6..6e5e1f4129f13e8e37543e75fb026a84777fc452 100644 (file)
@@ -4,17 +4,16 @@
 
 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"
+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]"