commit:     aec230079df293ad8d112691e0d8166d4a6f63be
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:32:51 2018 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Mon May 28 16:32:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec23007

app-emulation/vkd3d: Sync with ::wine

Fix SRC_URI, thanks worch

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/vkd3d/Manifest          |  2 +-
 app-emulation/vkd3d/vkd3d-1.0.ebuild  | 10 ++--------
 app-emulation/vkd3d/vkd3d-9999.ebuild | 10 ++--------
 3 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/app-emulation/vkd3d/Manifest b/app-emulation/vkd3d/Manifest
index a91ba6a42e0..257e8321d97 100644
--- a/app-emulation/vkd3d/Manifest
+++ b/app-emulation/vkd3d/Manifest
@@ -1 +1 @@
-DIST vkd3d-1.0.tar.xz 219856 BLAKE2B 
ebf4f7d95a4ed97e4a8f652850d1af563b1c8a6d2b78f157f3e729387da5e70f1b099d1fcedb075cdb1d521d3e3e5669401c9080fb4079be22c9f73a6de34c2e
 SHA512 
766eed31d4cb307d4575cc8f31495808c930cfd0be866ebecd5205112b0491a98dfe8b3818493774908ff551039baeac46c7b69c2b58e3df3963c22ad032ef6e
+DIST vkd3d-1.0.tar.xz 461884 BLAKE2B 
4dbd729f9e795d3d81178abc1a8774c0bbe6a5257c96c97acf1e4b4cdb5b7e30c77235e8b8fa57f7db3196caf30c55c3b0c07e2981629dd6177436a3cd117d33
 SHA512 
55712528688cdedc63049e168b371b470dbb8e31ddc36d8b23b0655f4a061726eb8556b9abf3cb887f6bd21379959aed9fab93ba0fd53813aec413ebec71d615

diff --git a/app-emulation/vkd3d/vkd3d-1.0.ebuild 
b/app-emulation/vkd3d/vkd3d-1.0.ebuild
index 88db9b6937f..a84144c4147 100644
--- a/app-emulation/vkd3d/vkd3d-1.0.ebuild
+++ b/app-emulation/vkd3d/vkd3d-1.0.ebuild
@@ -3,15 +3,14 @@
 
 EAPI=6
 
-inherit autotools multilib-minimal
+inherit multilib-minimal
 
 if [[ "${PV}" == "9999" ]]; then
        EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git";
        inherit git-r3
 else
        KEYWORDS="~amd64"
-       SRC_URI="https://dev.gentoo.org/~sarnex/distfiles/vkd3d-${PV}.tar.xz";
-       S="${WORKDIR}/${PN}"
+       SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz";
 fi
 
 IUSE="spirv-tools"
@@ -26,11 +25,6 @@ HOMEPAGE="https://source.winehq.org/git/vkd3d.git/";
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-src_prepare() {
-       default
-       eautoreconf
-}
-
 multilib_src_configure() {
        local myconf=(
                $(use_with spirv-tools)

diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild 
b/app-emulation/vkd3d/vkd3d-9999.ebuild
index 88db9b6937f..a84144c4147 100644
--- a/app-emulation/vkd3d/vkd3d-9999.ebuild
+++ b/app-emulation/vkd3d/vkd3d-9999.ebuild
@@ -3,15 +3,14 @@
 
 EAPI=6
 
-inherit autotools multilib-minimal
+inherit multilib-minimal
 
 if [[ "${PV}" == "9999" ]]; then
        EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git";
        inherit git-r3
 else
        KEYWORDS="~amd64"
-       SRC_URI="https://dev.gentoo.org/~sarnex/distfiles/vkd3d-${PV}.tar.xz";
-       S="${WORKDIR}/${PN}"
+       SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz";
 fi
 
 IUSE="spirv-tools"
@@ -26,11 +25,6 @@ HOMEPAGE="https://source.winehq.org/git/vkd3d.git/";
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-src_prepare() {
-       default
-       eautoreconf
-}
-
 multilib_src_configure() {
        local myconf=(
                $(use_with spirv-tools)

Reply via email to