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 864AD139694 for ; Thu, 16 Feb 2017 23:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 768E321C091; Thu, 16 Feb 2017 23:45:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46BD421C091 for ; Thu, 16 Feb 2017 23:45:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37BD7341026 for ; Thu, 16 Feb 2017 23:45:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 618454A5B for ; Thu, 16 Feb 2017 23:45:02 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1487288688.9824dadc490f29b6fe004577b94cba92162d545e.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pixz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/pixz/Manifest app-arch/pixz/pixz-1.0.6.ebuild app-arch/pixz/pixz-9999.ebuild X-VCS-Directories: app-arch/pixz/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 9824dadc490f29b6fe004577b94cba92162d545e X-VCS-Branch: master Date: Thu, 16 Feb 2017 23:45:02 +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: 61e83900-6ec3-43f1-a9ff-d91f0687dbe0 X-Archives-Hash: 4a2d07062940cbaaac50273592541e00 commit: 9824dadc490f29b6fe004577b94cba92162d545e Author: Mike Frysinger gentoo org> AuthorDate: Thu Feb 16 23:14:00 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Feb 16 23:44:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9824dadc app-arch/pixz: switch to release tarballs Upstream provides releases with generated autotools, so switch to that to speed up the build. app-arch/pixz/Manifest | 2 +- app-arch/pixz/pixz-1.0.6.ebuild | 12 ++++++------ app-arch/pixz/pixz-9999.ebuild | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app-arch/pixz/Manifest b/app-arch/pixz/Manifest index fffe792998..3fe12b293c 100644 --- a/app-arch/pixz/Manifest +++ b/app-arch/pixz/Manifest @@ -1 +1 @@ -DIST pixz-1.0.6.tar.gz 27603 SHA256 ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60 SHA512 432b4714501e4de53d5e4a9d91244cdf9b19cd3ef568d750e630cca16c91644073da6ff2ad676004e70a0a09b18dfdb9d6592420da47f0da3de64ec0757da2f7 WHIRLPOOL c796de23e0a0d78e28a03597202aa9730a2d57fa11942f705b726c48a1b42d9c7580c0efb11133fad7e461b937d1af6760f648fbf6d9a0196486753104ad161e +DIST pixz-1.0.6.tar.xz 119516 SHA256 02c50746b134fa1b1aae41fcc314d7c6f1919b3d48bcdea01bf11769f83f72e8 SHA512 361a8d8b736c350e4e3fd19b5d36777129a087eb81439d05edc08f9378938583bef8fc70e440ffd22efb6dad1f6494c6c3e532d7dd1ab12c9350b6078aa993d7 WHIRLPOOL cc5849746665a07e41e2f670410f00428a7ef9390e4dea83f1797efe51b1e73324002d68d74bf9c659affdcfc597ce45442da5f548d3326eb48af9fc6ce033c4 diff --git a/app-arch/pixz/pixz-1.0.6.ebuild b/app-arch/pixz/pixz-1.0.6.ebuild index 7caca229a6..fe9d1a813c 100644 --- a/app-arch/pixz/pixz-1.0.6.ebuild +++ b/app-arch/pixz/pixz-1.0.6.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit flag-o-matic autotools +inherit flag-o-matic DESCRIPTION="Parallel Indexed XZ compressor" HOMEPAGE="https://github.com/vasi/pixz" @@ -16,21 +16,21 @@ LIB_DEPEND=">=app-arch/libarchive-2.8:=[static-libs(+)] >=app-arch/xz-utils-5[static-libs(+)]" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" DEPEND="${RDEPEND} - static? ( ${LIB_DEPEND} ) - app-text/asciidoc" + static? ( ${LIB_DEPEND} )" +[[ ${PV} == "9999" ]] && DEPEND+=" app-text/asciidoc" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/vasi/${PN}.git" - inherit git-r3 + inherit git-r3 autotools KEYWORDS="" else - SRC_URI="https://github.com/vasi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/vasi/pixz/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~x86" fi src_prepare() { default - eautoreconf + [[ ${PV} == "9999" ]] && eautoreconf } src_configure() { diff --git a/app-arch/pixz/pixz-9999.ebuild b/app-arch/pixz/pixz-9999.ebuild index 7caca229a6..fe9d1a813c 100644 --- a/app-arch/pixz/pixz-9999.ebuild +++ b/app-arch/pixz/pixz-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit flag-o-matic autotools +inherit flag-o-matic DESCRIPTION="Parallel Indexed XZ compressor" HOMEPAGE="https://github.com/vasi/pixz" @@ -16,21 +16,21 @@ LIB_DEPEND=">=app-arch/libarchive-2.8:=[static-libs(+)] >=app-arch/xz-utils-5[static-libs(+)]" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" DEPEND="${RDEPEND} - static? ( ${LIB_DEPEND} ) - app-text/asciidoc" + static? ( ${LIB_DEPEND} )" +[[ ${PV} == "9999" ]] && DEPEND+=" app-text/asciidoc" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/vasi/${PN}.git" - inherit git-r3 + inherit git-r3 autotools KEYWORDS="" else - SRC_URI="https://github.com/vasi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/vasi/pixz/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~x86" fi src_prepare() { default - eautoreconf + [[ ${PV} == "9999" ]] && eautoreconf } src_configure() {