app-portage/java-ebuilder: change git to the official one.
authorBenda Xu <heroxbd@gentoo.org>
Mon, 9 Jan 2017 14:04:11 +0000 (23:04 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Mon, 9 Jan 2017 14:04:43 +0000 (23:04 +0900)
Package-Manager: portage-2.3.3

app-portage/java-ebuilder/java-ebuilder-9999.ebuild

index 1c42c4d5eeee056e90ab2727c8e4168041149121..367d6061c927c9b634abdb0ee911e3c933617d76 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 2016-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
 if [[ ${PV} == 9999 ]]; then
        ECLASS="git-r3"
-       EGIT_REPO_URI="https://github.com/heroxbd/${PN}.git"
+       EGIT_REPO_URI="https://github.com/gentoo/${PN}.git"
 else
        SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="~amd64"
@@ -41,8 +41,8 @@ Main-Class: ${MAIN_CLASS}" \
 }
 
 src_prepare() {
-       hprefixify scripts/{{tree,meta}.sh,movl} java-ebuilder.conf
        eapply_user
+       hprefixify scripts/{{tree,meta}.sh,movl} java-ebuilder.conf
 }
 
 src_install() {