Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/, app-arch/lrzip/files/
Date: Wed, 06 Jul 2016 16:43:18
Message-Id: 1467823224.8759c82ee21fb03b5044eac80c99d400ed706356.amynka@gentoo
1 commit: 8759c82ee21fb03b5044eac80c99d400ed706356
2 Author: Amy Winston <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 16:40:24 2016 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 16:40:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8759c82e
7
8 app-arch/lrzip: version bump 0.630 bug #585780
9
10 - Add static-libs useflag bug #490060
11 - Convert patch to p1
12 - Change homepage
13
14 Package-Manager: portage-2.2.28
15
16 app-arch/lrzip/Manifest | 1 +
17 app-arch/lrzip/files/lrzip-missing-stdarg_h.patch | 4 +--
18 app-arch/lrzip/lrzip-0.630.ebuild | 36 +++++++++++++++++++++++
19 3 files changed, 39 insertions(+), 2 deletions(-)
20
21 diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
22 index c9b8619..ae2e266 100644
23 --- a/app-arch/lrzip/Manifest
24 +++ b/app-arch/lrzip/Manifest
25 @@ -1,2 +1,3 @@
26 DIST lrzip-0.614.tar.bz2 491995 SHA256 65024d69d1773f3ccf84508a481d7de128c03d1cf9750b5803aead4a24522763 SHA512 6c82d7b4cc6081fb4f102a34f3a5ecf834b3fa3d222ac9dd4f3f0615c83610c08315eae9cc98291bd5e3eb71453cf391cdad4db980012e4368d16d80f34d2bd8 WHIRLPOOL 1669d9e551786f81c3849b2bfb813422cccc21c9d00104b58d42a0470ae9b8633339ef88ead6c5956eea92ac6800ee9b259fbfb15d1b22aa45fe92db7040cf68
27 DIST lrzip-0.621.tar.bz2 503286 SHA256 31c26fbee8b9b0bd413ca214862dbc0d9e6d3477f23e9839774936bf140ceb6b SHA512 be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a WHIRLPOOL 41bd08db70f30ff183f3e82e784a40b08070a3a728eafad50b64c7ce453ed2c379721be64d0ac0ee04e1c66b6ad528d0210977624a8c17f90775f70b83921ae7
28 +DIST lrzip-0.630.tar.bz2 521517 SHA256 2461f6bfa3231a98a76548741cbc64a2389e94eb5c3de152df8a118e23edd307 SHA512 fa46a2e9cb2574086d24296b7376865ac9f998724041c00e69f28d4984a6b8f7441de7d7fab2820e6cd6d6da4ead8ba66d0eb18f0381e8438db09301fb009460 WHIRLPOOL 41cfbc661d38fcb183107dedd4a03fcd740ec40adb040e79021cda97172e20ce76a83ecd1e53da0a498ccc5d3a093942f85a33ae39d87297adbbe80cf3786e3f
29
30 diff --git a/app-arch/lrzip/files/lrzip-missing-stdarg_h.patch b/app-arch/lrzip/files/lrzip-missing-stdarg_h.patch
31 index dcc698b..8f427d4 100644
32 --- a/app-arch/lrzip/files/lrzip-missing-stdarg_h.patch
33 +++ b/app-arch/lrzip/files/lrzip-missing-stdarg_h.patch
34 @@ -1,6 +1,6 @@
35 diff -Naur Lrzip.h.orig Lrzip.h
36 ---- Lrzip.h.orig 2013-11-30 20:07:27.343086997 +0000
37 -+++ Lrzip.h 2013-11-30 20:07:44.072641056 +0000
38 +--- a/Lrzip.h 2013-11-30 20:07:27.343086997 +0000
39 ++++ b/Lrzip.h 2013-11-30 20:07:44.072641056 +0000
40 @@ -22,6 +22,7 @@
41
42 #include <stdbool.h>
43
44 diff --git a/app-arch/lrzip/lrzip-0.630.ebuild b/app-arch/lrzip/lrzip-0.630.ebuild
45 new file mode 100644
46 index 0000000..84f6232
47 --- /dev/null
48 +++ b/app-arch/lrzip/lrzip-0.630.ebuild
49 @@ -0,0 +1,36 @@
50 +# Copyright 1999-2016 Gentoo Foundation
51 +# Distributed under the terms of the GNU General Public License v2
52 +# $Id$
53 +
54 +EAPI=6
55 +
56 +inherit eutils
57 +
58 +DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
59 +HOMEPAGE="https://github.com/ckolivas/lrzip"
60 +SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2"
61 +
62 +LICENSE="GPL-2"
63 +SLOT="0"
64 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
65 +IUSE="static-libs"
66 +
67 +RDEPEND="dev-libs/lzo
68 + app-arch/bzip2
69 + sys-libs/zlib"
70 +DEPEND="${RDEPEND}
71 + x86? ( dev-lang/nasm )
72 + virtual/perl-Pod-Parser"
73 +
74 +PATCHES=(
75 + "${FILESDIR}"/${PN}-missing-stdarg_h.patch
76 + )
77 +
78 +src_configure() {
79 + econf $(use_enable static-libs static)
80 +}
81 +
82 +src_install() {
83 + default
84 + prune_libtool_files
85 +}