From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A159C1382C5 for ; Wed, 14 Feb 2018 16:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F07F4E0BD0; Wed, 14 Feb 2018 16:45:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF971E0BD0 for ; Wed, 14 Feb 2018 16:45:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 938AA335C5B for ; Wed, 14 Feb 2018 09:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 243DE211 for ; Wed, 14 Feb 2018 09:36:29 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1518600982.261c89e182d1dd7209a0d21488e215d9c2192601.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/strace/strace-9999.ebuild X-VCS-Directories: dev-util/strace/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 261c89e182d1dd7209a0d21488e215d9c2192601 X-VCS-Branch: master Date: Wed, 14 Feb 2018 09:36:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e432e736-ecd2-4c9b-9b65-8843ecf12229 X-Archives-Hash: 783bc601f1959fce1d3726cf18058124 commit: 261c89e182d1dd7209a0d21488e215d9c2192601 Author: Lars Wendler gentoo org> AuthorDate: Wed Feb 14 09:36:22 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Feb 14 09:36:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261c89e1 dev-util/strace: Synced live ebuild. Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/strace/strace-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index e445febc786..8e7cd87aff5 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -6,11 +6,11 @@ EAPI=6 inherit flag-o-matic toolchain-funcs if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.code.sf.net/p/strace/code" - EGIT_PROJECT="${PN}" + EGIT_REPO_URI="https://github.com/strace/strace.git" inherit git-r3 autotools else - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" + #SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" + SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" fi @@ -38,8 +38,8 @@ src_prepare() { if [[ ! -e configure ]] ; then # git generation - ./xlat/gen.sh || die - ./generate_mpers_am.sh || die + sed /autoreconf/d -i bootstrap || die + ./bootstrap || die eautoreconf [[ ! -e CREDITS ]] && cp CREDITS{.in,} fi