From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: dev-binpkg/pypy/
Date: Wed, 8 Jun 2016 20:39:37 +0000 (UTC) [thread overview]
Message-ID: <1465418367.cc6e1fec782af695f8309e723fe0a3e721dc02ae.mgorny@gentoo> (raw)
commit: cc6e1fec782af695f8309e723fe0a3e721dc02ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 20:39:27 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 20:39:27 2016 +0000
URL: https://gitweb.gentoo.org/dev/mgorny.git/commit/?id=cc6e1fec
dev-binpkg/pypy: Switch to lzip
dev-binpkg/pypy/pypy-2.6.0.ebuild | 6 +++---
dev-binpkg/pypy/pypy-4.0.0.ebuild | 6 +++---
dev-binpkg/pypy/pypy-4.0.1.ebuild | 6 +++---
dev-binpkg/pypy/pypy-5.0.0.ebuild | 6 +++---
dev-binpkg/pypy/pypy-5.1.1.ebuild | 6 +++---
dev-binpkg/pypy/pypy-5.3.0.ebuild | 6 +++---
6 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/dev-binpkg/pypy/pypy-2.6.0.ebuild b/dev-binpkg/pypy/pypy-2.6.0.ebuild
index 0c8b627..82aaf94 100644
--- a/dev-binpkg/pypy/pypy-2.6.0.ebuild
+++ b/dev-binpkg/pypy/pypy-2.6.0.ebuild
@@ -25,7 +25,7 @@ DEPEND=">=sys-libs/zlib-1.1.3:0=
dev-libs/openssl:0=[-bindist]
bzip2? ( app-arch/bzip2:0= )
ncurses? ( sys-libs/ncurses:0= )
- app-arch/xz-utils
+ app-arch/lzip
${PYTHON_DEPS}"
S="${WORKDIR}/${P}-src"
@@ -181,7 +181,7 @@ src_install() {
chmod +x "${BIN_P}${suffix}"/pypy-c || die
tar -cf "${BIN_P}${suffix}.tar" "${BIN_P}${suffix}" || die
- xz -vz9e "${BIN_P}${suffix}.tar" || die
+ lzip -v9 "${BIN_P}${suffix}.tar" || die
}
# Yup, very hacky.
@@ -189,5 +189,5 @@ pkg_preinst() {
# integrity check.
[[ ${PYPY_BINPKG_STORE} ]] || die 'PYPY_BINPKG_STORE unset, wtf?!'
mkdir -p "${ROOT%/}${PYPY_BINPKG_STORE}" || die
- mv "${S}"/*.tar.xz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
+ mv "${S}"/*.tar.lz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
}
diff --git a/dev-binpkg/pypy/pypy-4.0.0.ebuild b/dev-binpkg/pypy/pypy-4.0.0.ebuild
index 0c8b627..82aaf94 100644
--- a/dev-binpkg/pypy/pypy-4.0.0.ebuild
+++ b/dev-binpkg/pypy/pypy-4.0.0.ebuild
@@ -25,7 +25,7 @@ DEPEND=">=sys-libs/zlib-1.1.3:0=
dev-libs/openssl:0=[-bindist]
bzip2? ( app-arch/bzip2:0= )
ncurses? ( sys-libs/ncurses:0= )
- app-arch/xz-utils
+ app-arch/lzip
${PYTHON_DEPS}"
S="${WORKDIR}/${P}-src"
@@ -181,7 +181,7 @@ src_install() {
chmod +x "${BIN_P}${suffix}"/pypy-c || die
tar -cf "${BIN_P}${suffix}.tar" "${BIN_P}${suffix}" || die
- xz -vz9e "${BIN_P}${suffix}.tar" || die
+ lzip -v9 "${BIN_P}${suffix}.tar" || die
}
# Yup, very hacky.
@@ -189,5 +189,5 @@ pkg_preinst() {
# integrity check.
[[ ${PYPY_BINPKG_STORE} ]] || die 'PYPY_BINPKG_STORE unset, wtf?!'
mkdir -p "${ROOT%/}${PYPY_BINPKG_STORE}" || die
- mv "${S}"/*.tar.xz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
+ mv "${S}"/*.tar.lz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
}
diff --git a/dev-binpkg/pypy/pypy-4.0.1.ebuild b/dev-binpkg/pypy/pypy-4.0.1.ebuild
index 0c8b627..82aaf94 100644
--- a/dev-binpkg/pypy/pypy-4.0.1.ebuild
+++ b/dev-binpkg/pypy/pypy-4.0.1.ebuild
@@ -25,7 +25,7 @@ DEPEND=">=sys-libs/zlib-1.1.3:0=
dev-libs/openssl:0=[-bindist]
bzip2? ( app-arch/bzip2:0= )
ncurses? ( sys-libs/ncurses:0= )
- app-arch/xz-utils
+ app-arch/lzip
${PYTHON_DEPS}"
S="${WORKDIR}/${P}-src"
@@ -181,7 +181,7 @@ src_install() {
chmod +x "${BIN_P}${suffix}"/pypy-c || die
tar -cf "${BIN_P}${suffix}.tar" "${BIN_P}${suffix}" || die
- xz -vz9e "${BIN_P}${suffix}.tar" || die
+ lzip -v9 "${BIN_P}${suffix}.tar" || die
}
# Yup, very hacky.
@@ -189,5 +189,5 @@ pkg_preinst() {
# integrity check.
[[ ${PYPY_BINPKG_STORE} ]] || die 'PYPY_BINPKG_STORE unset, wtf?!'
mkdir -p "${ROOT%/}${PYPY_BINPKG_STORE}" || die
- mv "${S}"/*.tar.xz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
+ mv "${S}"/*.tar.lz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
}
diff --git a/dev-binpkg/pypy/pypy-5.0.0.ebuild b/dev-binpkg/pypy/pypy-5.0.0.ebuild
index 0c8b627..82aaf94 100644
--- a/dev-binpkg/pypy/pypy-5.0.0.ebuild
+++ b/dev-binpkg/pypy/pypy-5.0.0.ebuild
@@ -25,7 +25,7 @@ DEPEND=">=sys-libs/zlib-1.1.3:0=
dev-libs/openssl:0=[-bindist]
bzip2? ( app-arch/bzip2:0= )
ncurses? ( sys-libs/ncurses:0= )
- app-arch/xz-utils
+ app-arch/lzip
${PYTHON_DEPS}"
S="${WORKDIR}/${P}-src"
@@ -181,7 +181,7 @@ src_install() {
chmod +x "${BIN_P}${suffix}"/pypy-c || die
tar -cf "${BIN_P}${suffix}.tar" "${BIN_P}${suffix}" || die
- xz -vz9e "${BIN_P}${suffix}.tar" || die
+ lzip -v9 "${BIN_P}${suffix}.tar" || die
}
# Yup, very hacky.
@@ -189,5 +189,5 @@ pkg_preinst() {
# integrity check.
[[ ${PYPY_BINPKG_STORE} ]] || die 'PYPY_BINPKG_STORE unset, wtf?!'
mkdir -p "${ROOT%/}${PYPY_BINPKG_STORE}" || die
- mv "${S}"/*.tar.xz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
+ mv "${S}"/*.tar.lz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
}
diff --git a/dev-binpkg/pypy/pypy-5.1.1.ebuild b/dev-binpkg/pypy/pypy-5.1.1.ebuild
index cff3eb2..a45d69e 100644
--- a/dev-binpkg/pypy/pypy-5.1.1.ebuild
+++ b/dev-binpkg/pypy/pypy-5.1.1.ebuild
@@ -23,7 +23,7 @@ DEPEND=">=sys-libs/zlib-1.1.3:0=
dev-libs/openssl:0=[-bindist]
bzip2? ( app-arch/bzip2:0= )
ncurses? ( sys-libs/ncurses:0= )
- app-arch/xz-utils
+ app-arch/lzip
${PYTHON_DEPS}"
S="${WORKDIR}/${P}-src"
@@ -179,7 +179,7 @@ src_install() {
chmod +x "${BIN_P}${suffix}"/pypy-c || die
tar -cf "${BIN_P}${suffix}.tar" "${BIN_P}${suffix}" || die
- xz -vz9e "${BIN_P}${suffix}.tar" || die
+ lzip -v9 "${BIN_P}${suffix}.tar" || die
}
# Yup, very hacky.
@@ -187,5 +187,5 @@ pkg_preinst() {
# integrity check.
[[ ${PYPY_BINPKG_STORE} ]] || die 'PYPY_BINPKG_STORE unset, wtf?!'
mkdir -p "${ROOT%/}${PYPY_BINPKG_STORE}" || die
- mv "${S}"/*.tar.xz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
+ mv "${S}"/*.tar.lz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
}
diff --git a/dev-binpkg/pypy/pypy-5.3.0.ebuild b/dev-binpkg/pypy/pypy-5.3.0.ebuild
index a02c414..63dc8fe 100644
--- a/dev-binpkg/pypy/pypy-5.3.0.ebuild
+++ b/dev-binpkg/pypy/pypy-5.3.0.ebuild
@@ -25,7 +25,7 @@ DEPEND=">=sys-libs/zlib-1.1.3:0=
dev-libs/openssl:0=[-bindist]
bzip2? ( app-arch/bzip2:0= )
ncurses? ( sys-libs/ncurses:0= )
- app-arch/xz-utils
+ app-arch/lzip
${PYTHON_DEPS}"
S="${WORKDIR}/${MY_P}-src"
@@ -181,7 +181,7 @@ src_install() {
chmod +x "${BIN_P}${suffix}"/pypy-c || die
tar -cf "${BIN_P}${suffix}.tar" "${BIN_P}${suffix}" || die
- xz -vz9e "${BIN_P}${suffix}.tar" || die
+ lzip -v9 "${BIN_P}${suffix}.tar" || die
}
# Yup, very hacky.
@@ -189,5 +189,5 @@ pkg_preinst() {
# integrity check.
[[ ${PYPY_BINPKG_STORE} ]] || die 'PYPY_BINPKG_STORE unset, wtf?!'
mkdir -p "${ROOT%/}${PYPY_BINPKG_STORE}" || die
- mv "${S}"/*.tar.xz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
+ mv "${S}"/*.tar.lz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
}
next reply other threads:[~2016-06-08 20:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-08 20:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-09-07 14:43 [gentoo-commits] dev/mgorny:master commit in: dev-binpkg/pypy/ Michał Górny
2016-09-03 11:12 Michał Górny
2016-07-02 21:53 Michał Górny
2016-06-08 20:39 Michał Górny
2016-06-06 11:36 Michał Górny
2016-03-12 10:23 Michał Górny
2015-11-27 16:50 Michał Górny
2015-11-27 16:48 Michał Górny
2015-11-27 16:48 Michał Górny
2015-11-08 21:19 Michał Górny
2015-11-08 21:17 Michał Górny
2015-11-08 19:29 Michał Górny
2015-06-04 18:53 Michał Górny
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=1465418367.cc6e1fec782af695f8309e723fe0a3e721dc02ae.mgorny@gentoo \
--to=mgorny@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