dev-util/abi-compliance-checker: Remove crazy stuff from -9999
authorMichał Górny <mgorny@gentoo.org>
Wed, 16 May 2018 07:14:15 +0000 (09:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 16 May 2018 07:26:17 +0000 (09:26 +0200)
dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild

index 3287709904045b0555fb59cebfd8b68fa17bf41c..d9351e95a936a2a98abfe2328a8afbc9741b3b33 100644 (file)
@@ -3,19 +3,16 @@
 
 EAPI=6
 
-#if LIVE
-EGIT_REPO_URI="https://github.com/lvc/${PN}.git"
-
 inherit git-r3
-#endif
 
 DESCRIPTION="A tool for checking backward compatibility of a C/C++ library"
 HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker"
-SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/lvc/${PN}.git"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="dev-lang/perl"
@@ -23,11 +20,6 @@ RDEPEND="${DEPEND}
        dev-util/abi-dumper
        dev-util/ctags"
 
-#if LIVE
-SRC_URI=
-KEYWORDS=
-#endif
-
 src_install() {
        dodir /usr
        perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die