public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzma/
Date: Thu, 28 Apr 2016 08:17:11 +0000 (UTC)	[thread overview]
Message-ID: <1461830538.fe50eed65db2e462989c477ec8463099872b33bf.monsieurp@gentoo> (raw)

commit:     fe50eed65db2e462989c477ec8463099872b33bf
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 07:42:36 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 08:02:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe50eed6

app-arch/lzma: EAPI 6 bump.

Package-Manager: portage-2.2.26

 app-arch/lzma/Manifest            |  1 +
 app-arch/lzma/lzma-9.20-r1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-arch/lzma/Manifest b/app-arch/lzma/Manifest
index 6bcf400..4b20ed2 100644
--- a/app-arch/lzma/Manifest
+++ b/app-arch/lzma/Manifest
@@ -1 +1,2 @@
+DIST lzma-9.20.tar.bz2 534077 SHA256 8ac221acdca8b6f6dd110120763af42b3707363752fc04e63c7bbff76774a445 SHA512 1c495530834107430a675fb48c006093edc301ec7a2c2f273efd62ff260f3056503bb2c3ddef63e82f5ff04b1347381055cf6cacd59eee9d451c4d841c13cd35 WHIRLPOOL 5ae0d8ece9d3d753ee3efa1b6422c15698a7f20d3783381cac7c5e10422ab532919018f44bac3050329745474c34b1115bc2006e70f4c6287600b89edca99db2
 DIST lzma920.tar.bz2 534077 SHA256 8ac221acdca8b6f6dd110120763af42b3707363752fc04e63c7bbff76774a445 SHA512 1c495530834107430a675fb48c006093edc301ec7a2c2f273efd62ff260f3056503bb2c3ddef63e82f5ff04b1347381055cf6cacd59eee9d451c4d841c13cd35 WHIRLPOOL 5ae0d8ece9d3d753ee3efa1b6422c15698a7f20d3783381cac7c5e10422ab532919018f44bac3050329745474c34b1115bc2006e70f4c6287600b89edca99db2

diff --git a/app-arch/lzma/lzma-9.20-r1.ebuild b/app-arch/lzma/lzma-9.20-r1.ebuild
new file mode 100644
index 0000000..51540f9
--- /dev/null
+++ b/app-arch/lzma/lzma-9.20-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+MY_P="${PN}${PV//.}"
+DESCRIPTION="LZMA Stream Compressor from the SDK"
+HOMEPAGE="http://www.7-zip.org/sdk.html"
+SRC_URI="mirror://sourceforge/sevenzip/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="doc"
+
+S=${WORKDIR}
+
+src_compile() {
+	cd CPP/7zip/Bundles/LzmaCon || die
+	emake -f makefile.gcc \
+		CXX="$(tc-getCXX) ${CXXFLAGS} ${CPPFLAGS}" \
+		CXX_C="$(tc-getCC) ${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+	newbin CPP/7zip/Bundles/LzmaCon/lzma lzmacon || die
+	dodoc lzma.txt history.txt
+	use doc && dodoc 7zC.txt 7zFormat.txt Methods.txt
+}
+
+pkg_postinst() {
+	einfo "The lzma binary is now 'lzmacon' to avoid xz-utils conflicts #218459"
+}


             reply	other threads:[~2016-04-28  8:17 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28  8:17 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-28  8:17 [gentoo-commits] repo/gentoo:master commit in: app-arch/lzma/ Patrice Clement
2020-01-29  5:11 Georgy Yakovlev
2020-02-05 19:24 Andreas Sturmlechner
2020-02-24  8:20 Sergei Trofimovich
2020-02-26 18:25 Andreas Sturmlechner
2020-03-02  7:29 Matt Turner
2020-03-08 23:22 Thomas Deutschmann
2020-03-09 10:23 Agostino Sarubbo
2020-03-09 10:49 Agostino Sarubbo
2020-03-09 11:17 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-03-09 12:41 Agostino Sarubbo
2020-03-09 12:42 Agostino Sarubbo
2020-03-19 20:38 Mart Raudsepp
2020-05-17 15:51 Aaron Bauman
2021-03-12 18:32 Sam James
2021-03-12 19:04 Sam James
2021-03-14 22:11 Sam James
2021-03-15  0:51 Sam James
2021-03-15  0:51 Sam James
2021-03-17  2:21 Sam James
2021-03-27 16:04 Sam James
2022-07-02 20:07 David Seifert
2024-08-25 12:04 Andreas K. Hüttel

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=1461830538.fe50eed65db2e462989c477ec8463099872b33bf.monsieurp@gentoo \
    --to=monsieurp@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