public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pixz/
Date: Thu, 16 Feb 2017 23:45:02 +0000 (UTC)	[thread overview]
Message-ID: <1487288688.9824dadc490f29b6fe004577b94cba92162d545e.vapier@gentoo> (raw)

commit:     9824dadc490f29b6fe004577b94cba92162d545e
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 23:14:00 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> 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() {


             reply	other threads:[~2017-02-16 23:45 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-16 23:45 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-24 22:41 [gentoo-commits] repo/gentoo:master commit in: app-arch/pixz/ Sam James
2022-10-20  4:03 Sam James
2022-10-17 23:41 Sam James
2022-10-17 23:41 Sam James
2022-05-05  7:49 WANG Xuerui
2022-05-05  7:49 WANG Xuerui
2022-02-02  7:29 Sam James
2020-12-27 12:51 Sergei Trofimovich
2020-12-24 18:38 Sergei Trofimovich
2020-12-22  5:19 Sam James
2020-12-21 18:01 Sam James
2020-12-20 20:18 Sam James
2020-12-20 16:30 Thomas Deutschmann
2020-12-20  6:32 Sam James
2020-12-20  3:01 Sam James
2020-12-20  3:01 Sam James
2020-08-20  1:51 Patrick McLean
2020-08-20  1:49 Patrick McLean
2020-08-18 13:43 Sam James
2020-08-17  9:57 Agostino Sarubbo
2019-09-28 21:04 Mike Frysinger
2019-08-29  1:56 Matt Turner
2018-09-16 17:31 Matt Turner
2018-09-13  2:31 Matt Turner
2018-05-30 11:31 Jason Zaman
2018-05-29 11:17 Thomas Deutschmann
2017-02-16 23:45 Mike Frysinger
2017-02-16 23:45 Mike Frysinger
2017-02-16 23:45 Mike Frysinger
2017-02-16 23:45 Mike Frysinger
2017-02-16 23:45 Mike Frysinger
2016-08-08 15:25 Tim Harder
2015-09-07 21:56 Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487288688.9824dadc490f29b6fe004577b94cba92162d545e.vapier@gentoo \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox