[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip-next/files/, app-arch/lrzip-next/

2024-08-04 Thread Joshua Kinard
commit: 5485da75f357ff0e9833a7c69c379e0a36b506f0
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sun Aug  4 09:34:55 2024 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sun Aug  4 09:36:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5485da75

app-arch/lrzip-next: Update to 0.13.1

Update to v0.13.1, which includes lzma SDK 24.x from 7-Zip
upstream.  Partially addresses some issues found on musl,
however, it will remain masked on musl for the time being
until a sigsegv bug in libzpaq is fixed.

Bug: https://bugs.gentoo.org/925547
Bug: https://bugs.gentoo.org/925618
Signed-off-by: Joshua Kinard  gentoo.org>

 app-arch/lrzip-next/Manifest   |  2 +-
 ...ip-next-0.13.1-fix-lzma_asm_makefile-echo.patch | 20 +
 ...-next-0.13.1-use-acx_pthread-configure_ac.patch | 33 ++
 ...t-0.12.6-r1.ebuild => lrzip-next-0.13.1.ebuild} | 30 +---
 ...ext-0.12.6-r1.ebuild => lrzip-next-.ebuild} | 30 +---
 app-arch/lrzip-next/metadata.xml   |  3 +-
 6 files changed, 96 insertions(+), 22 deletions(-)

diff --git a/app-arch/lrzip-next/Manifest b/app-arch/lrzip-next/Manifest
index 256514f707f8..d2676b28c624 100644
--- a/app-arch/lrzip-next/Manifest
+++ b/app-arch/lrzip-next/Manifest
@@ -1 +1 @@
-DIST lrzip-next-0.12.6.tar.gz 600081 BLAKE2B 
952b3aefcf424b4626f14caaefc7b160a271330903227207cec249306750dfd24097abfdae159d82dc86e08711f51789ca72bcc66b6d7f4bdd9b892133759dae
 SHA512 
768edaa4059e7a5561a738779cca5e5c46525c0a3f5888fc4e730fe6664f390fa8409060c86076b4b4cc327e317c37d59d557a55db67d97d39da6369788763c8
+DIST lrzip-next-0.13.1.tar.gz 604938 BLAKE2B 
f31becc3fb9e332a9682d41d2c6408bf08ee9173ddf7794259d1a5c7ea13b2a6d41f66c6ed9c88f840a48845f99d47526dd64667a788aefef5cea630bce4a094
 SHA512 
6c62d555c6596dba1184f9240ea31351ff0f091335607d44cb6d5d84589a42e234faccc6c835529b85917ebfcd712b676f1cdd66316be1f3d0c204c196043c65

diff --git 
a/app-arch/lrzip-next/files/lrzip-next-0.13.1-fix-lzma_asm_makefile-echo.patch 
b/app-arch/lrzip-next/files/lrzip-next-0.13.1-fix-lzma_asm_makefile-echo.patch
new file mode 100644
index ..5ef0ea141bf8
--- /dev/null
+++ 
b/app-arch/lrzip-next/files/lrzip-next-0.13.1-fix-lzma_asm_makefile-echo.patch
@@ -0,0 +1,20 @@
+diff -Naurp lrzip-next-0.13.1.orig/src/lzma/ASM/Makefile.am 
lrzip-next-0.13.1/src/lzma/ASM/Makefile.am
+--- lrzip-next-0.13.1.orig/src/lzma/ASM/Makefile.am2024-07-08 
17:55:41.0 -0400
 lrzip-next-0.13.1/src/lzma/ASM/Makefile.am 2024-07-15 01:54:16.727136060 
-0400
+@@ -25,7 +25,7 @@ LzmaDecOptFILE := \
+ 
+ $(ASM_De).lo: $(SRC)/$(ASM_De).asm
+   $(ASM_PROG) $(ASM_OPT) -o $(ASM_De).o $(ABSSRC)/$(ASM_De).asm
+-  @echo -e "$(LzmaDecOptFILE)" > $(ASM_De).lo
++  @printf "$(LzmaDecOptFILE)" > $(ASM_De).lo
+   @$(MKDIR_P) .libs
+   @cp $(ASM_De).o .libs
+ 
+@@ -38,6 +38,6 @@ LzFindOptFILE := \
+ 
+ $(ASM_F).lo: $(SRC)/$(ASM_F).asm
+   $(ASM_PROG) $(ASM_OPT) -o $(ASM_F).o $(ABSSRC)/$(ASM_F).asm
+-  @echo -e "$(LzFindOptFILE)" > $(ASM_F).lo
++  @printf "$(LzFindOptFILE)" > $(ASM_F).lo
+   @$(MKDIR_P) .libs
+   @cp $(ASM_F).o .libs

diff --git 
a/app-arch/lrzip-next/files/lrzip-next-0.13.1-use-acx_pthread-configure_ac.patch
 
b/app-arch/lrzip-next/files/lrzip-next-0.13.1-use-acx_pthread-configure_ac.patch
new file mode 100644
index ..ae0af555ac91
--- /dev/null
+++ 
b/app-arch/lrzip-next/files/lrzip-next-0.13.1-use-acx_pthread-configure_ac.patch
@@ -0,0 +1,33 @@
+diff -Naurp lrzip-next-0.12.6.orig/configure.ac lrzip-next-0.12.6/configure.ac
+--- lrzip-next-0.12.6.orig/configure.ac2024-01-27 08:42:15.0 
-0500
 lrzip-next-0.12.6/configure.ac 2024-03-11 16:27:53.972571412 -0400
+@@ -168,16 +168,19 @@ AC_CHECK_LIB(gcrypt, gcry_md_open, ,
+ AC_CHECK_FUNCS(mmap strerror)
+ AC_CHECK_FUNCS(getopt_long)
+ 
+-AX_PTHREAD
+-LIBS="$PTHREAD_LIBS $LIBS"
+-AS_IF([test x"$debug" = xyes],
+-   CFLAGS="-g -Og -DDEBUG"
+-   CXXFLAGS="-g -Og -DDEBUG",
+-   CFLAGS="$CFLAGS"
+-   CXXFLAGS="$CXXFLAGS")
+-
+-CFLAGS+=" $PTHREAD_CFLAGS"
+-CXXFLAGS+=" $PTHREAD_CFLAGS"
++ACX_PTHREAD([
++  LIBS="$LIBS $PTHREAD_LIBS"
++  CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
++  CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS"
++  CC="$PTHREAD_CC"
++  CXX="$PTHREAD_CXX"
++  AC_SUBST([LIBS])
++  AC_SUBST([CFLAGS])
++  AC_SUBST([CXXFLAGS])
++  AC_SUBST([CC])
++  AC_SUBST([CXX])
++  ],
++  [AC_MSG_ERROR([POSIX threads support is required])])
+ 
+ ## test for ARM or other non x86 processor
+ ## must use -DNOJIT for compiling zpaq

diff --git a/app-arch/lrzip-next/lrzip-next-0.12.6-r1.ebuild 
b/app-arch/lrzip-next/lrzip-next-0.13.1.ebuild
similarity index 67%
copy from app-arch/lrzip-next/lrzip-next-0.12.6-r1.ebuild
copy to app-arch/lrzip-next/lrzip-next-0.13.1.ebuild
index e218f7e3e4fe..de6ccb5d0dce 100644
--- a/app-arch/lrzip-next/lrzip-next-0.12.6-r1.ebuild
+++ b/

[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2024-03-26 Thread Ionen Wolkens
commit: 0e90ab82d14f5a703af927445e4bf331bff249b6
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Mar 25 01:31:33 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Mar 26 20:17:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e90ab82

app-arch/lrzip: Stabilize 0.651 hppa, #926557

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-arch/lrzip/lrzip-0.651.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
index 933df59fb7a3..6e0a4f4510ab 100644
--- a/app-arch/lrzip/lrzip-0.651.ebuild
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip-next/

2024-02-26 Thread Joshua Kinard
commit: 59f5724e973a008920e5b08edd1ac54713d9ddd8
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Feb 27 03:53:45 2024 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Feb 27 04:28:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f5724e

app-arch/lrzip-next: Remove ~x86 keyword; investigated musl issues

Package no longer supports 32-bit arches (sizeof(long) == 4), so
will mask on all 32-bit arches.

Package is also currently incompatible w/ musl's pthreads code;
need to talk to upstream to see if can be fixed.  Will mask on
musl for now.

Also added more missing deps, removed dev-perl/Pod-Parser as a bdep,
and added ebuild logic to fill in the package's version w/o needing
to drag dev-vcs/git in as a bdep.

Bug: https://bugs.gentoo.org/925547
Closes: https://bugs.gentoo.org/925548
Signed-off-by: Joshua Kinard  gentoo.org>

 app-arch/lrzip-next/lrzip-next-0.12.6-r1.ebuild | 67 +
 app-arch/lrzip-next/lrzip-next-0.12.6.ebuild| 50 --
 2 files changed, 67 insertions(+), 50 deletions(-)

diff --git a/app-arch/lrzip-next/lrzip-next-0.12.6-r1.ebuild 
b/app-arch/lrzip-next/lrzip-next-0.12.6-r1.ebuild
new file mode 100644
index ..e218f7e3e4fe
--- /dev/null
+++ b/app-arch/lrzip-next/lrzip-next-0.12.6-r1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit autotools
+
+DESCRIPTION="Fork of Con Kolivas' lrzip program for compressing large files"
+HOMEPAGE="https://github.com/pete4abw/lrzip-next";
+SRC_URI="https://github.com/pete4abw/lrzip-next/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="asm static-libs year2038"
+
+RDEPEND="app-arch/bzip2
+   app-arch/bzip3
+   app-arch/lz4
+   app-arch/zstd
+   dev-libs/libgcrypt
+   dev-libs/libgpg-error
+   dev-libs/lzo
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="amd64? ( dev-lang/nasm )"
+
+src_prepare() {
+   default
+
+   # configure.ac uses a small helper script, ./util/gitdesc.sh, to
+   # see if it's a tarball or git repo copy.  If tarball, it extracts
+   # the version information from a local VERSION file and puts it into
+   # configure.ac at the top for major/minor/micro.  To avoid the need
+   # for a BDEPEND on dev-vcs/git, we can do this directly.
+   local major=$(awk '/Major: / {printf "%s",$2; exit}' VERSION)
+   local minor=$(awk '/Minor: / {printf "%s",$2; exit}' VERSION)
+   local micro=$(awk '/Micro: / {printf "%s",$2; exit}' VERSION)
+   sed -i -e "s:\[m4_esyscmd_s(\[./util/gitdesc.sh major\])\]:${major}:" 
configure.ac
+   sed -i -e "s:\[m4_esyscmd_s(\[./util/gitdesc.sh minor\])\]:${minor}:" 
configure.ac
+   sed -i -e "s:\[m4_esyscmd_s(\[./util/gitdesc.sh micro\])\]:${micro}:" 
configure.ac
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable static-libs static) \
+   $(use_enable amd64 asm)
+   )
+
+   # This configure switch disappears on a musl system for some
+   # reason.  However, this package is currently broken on musl,
+   # but we'll leave this in place while we see if upstream has
+   # any advice.
+   if ! use elibc_musl; then
+   myconf+=( $(use_enable year2038) )
+   fi
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}

diff --git a/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild 
b/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild
deleted file mode 100644
index 0d3258e4caa8..
--- a/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Fork of Con Kolivas' lrzip program for compressing large files"
-HOMEPAGE="https://github.com/pete4abw/lrzip-next";
-SRC_URI="https://github.com/pete4abw/lrzip-next/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs year2038"
-
-RDEPEND="app-arch/bzip2
-   app-arch/bzip3
-   app-arch/lz4
-   app-arch/zstd
-   dev-libs/lzo
-   sys-libs/zlib"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-perl/Pod-Parser
-   amd64? ( dev-lang/nasm )
-   x86? ( dev-lang/nasm )"
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   # ASM optimizations are only available on amd64 and x86
-   local asm=no
-   if use amd64 || use x86; then
-   asm=yes
-   fi
-
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable year2038) \
-   --enable-asm=${asm}
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip-next/

2024-02-25 Thread Joshua Kinard
commit: 415bff1e26e9598ca3500297494f25c9bdfcb868
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Feb 26 07:49:33 2024 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Feb 26 07:54:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415bff1e

app-arch/lrzip-next: new package, add 0.12.6

Fork of ckolivas' app-arch/lrzip package that is
actively maintained and w/ some additional features.

Signed-off-by: Joshua Kinard  gentoo.org>

 app-arch/lrzip-next/Manifest |  1 +
 app-arch/lrzip-next/lrzip-next-0.12.6.ebuild | 50 
 app-arch/lrzip-next/metadata.xml | 22 
 3 files changed, 73 insertions(+)

diff --git a/app-arch/lrzip-next/Manifest b/app-arch/lrzip-next/Manifest
new file mode 100644
index ..256514f707f8
--- /dev/null
+++ b/app-arch/lrzip-next/Manifest
@@ -0,0 +1 @@
+DIST lrzip-next-0.12.6.tar.gz 600081 BLAKE2B 
952b3aefcf424b4626f14caaefc7b160a271330903227207cec249306750dfd24097abfdae159d82dc86e08711f51789ca72bcc66b6d7f4bdd9b892133759dae
 SHA512 
768edaa4059e7a5561a738779cca5e5c46525c0a3f5888fc4e730fe6664f390fa8409060c86076b4b4cc327e317c37d59d557a55db67d97d39da6369788763c8

diff --git a/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild 
b/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild
new file mode 100644
index ..0d3258e4caa8
--- /dev/null
+++ b/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Fork of Con Kolivas' lrzip program for compressing large files"
+HOMEPAGE="https://github.com/pete4abw/lrzip-next";
+SRC_URI="https://github.com/pete4abw/lrzip-next/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs year2038"
+
+RDEPEND="app-arch/bzip2
+   app-arch/bzip3
+   app-arch/lz4
+   app-arch/zstd
+   dev-libs/lzo
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-perl/Pod-Parser
+   amd64? ( dev-lang/nasm )
+   x86? ( dev-lang/nasm )"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   # ASM optimizations are only available on amd64 and x86
+   local asm=no
+   if use amd64 || use x86; then
+   asm=yes
+   fi
+
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable year2038) \
+   --enable-asm=${asm}
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}

diff --git a/app-arch/lrzip-next/metadata.xml b/app-arch/lrzip-next/metadata.xml
new file mode 100644
index ..d0dea613ffd3
--- /dev/null
+++ b/app-arch/lrzip-next/metadata.xml
@@ -0,0 +1,22 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ku...@gentoo.org
+   Joshua Kinard
+   
+   
+   A fork of Con Kolivas' 'lrzip' program that is actively maintained.  
Lrzip
+   is a compression program optimised for large files. The larger the file 
and
+   the more memory you have, the better the compression advantage this will
+   provide, especially once the files are larger than 100MB.  The 
advantage can
+   be chosen to be either size (much smaller than bzip2) or speed (much 
faster
+   than bzip2).
+   
+   
+   pete4abw/lrzip-next
+   
+   
+   Enables support for timestamps after the 
year 2038
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2024-02-24 Thread Joshua Kinard
commit: 2f5af55cecb9d4f7271ccee34c5f2449010007ca
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Feb 24 23:46:28 2024 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Feb 24 23:46:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5af55c

app-arch/lrzip: Take ownership

Signed-off-by: Joshua Kinard  gentoo.org>

 app-arch/lrzip/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-arch/lrzip/metadata.xml b/app-arch/lrzip/metadata.xml
index a6fb81439347..85eef5cdea59 100644
--- a/app-arch/lrzip/metadata.xml
+++ b/app-arch/lrzip/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   ku...@gentoo.org
+   Joshua Kinard
+   

This is a compression program optimised for large files. The larger the
file and the more memory you have, the better the compression advantage



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2024-02-17 Thread Jakov Smolić
commit: e612e73819bf70ea30f041d20df58c967afebd07
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 17 12:25:58 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 17 12:25:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e612e738

app-arch/lrzip: Keyword 0.651 riscv, #924746

Signed-off-by: Jakov Smolić  gentoo.org>

 app-arch/lrzip/lrzip-0.651.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
index 35ce1d9561a5..933df59fb7a3 100644
--- a/app-arch/lrzip/lrzip-0.651.ebuild
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~s390 
sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2022-11-22 Thread WANG Xuerui
commit: ec46b0211ccb44f34150a73b703e1bf8c5056bcf
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Nov 23 07:51:35 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Nov 23 07:52:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec46b021

app-arch/lrzip: keyword 0.651 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-arch/lrzip/lrzip-0.651.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
index 413ea32e4781..ab138526e592 100644
--- a/app-arch/lrzip/lrzip-0.651.ebuild
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~s390 
sparc x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2022-04-14 Thread Agostino Sarubbo
commit: 2143b9b2d3056cc2537c9d8d5e543c97cb0809cb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Apr 14 08:09:59 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Apr 14 08:09:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2143b9b2

app-arch/lrzip: ppc64 stable wrt bug #836957

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-arch/lrzip/lrzip-0.651.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
index 2955301a1ef9..413ea32e4781 100644
--- a/app-arch/lrzip/lrzip-0.651.ebuild
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2022-04-10 Thread Arthur Zamarin
commit: 0bef98d7f7d4667b084141801d5b4fd5f2a113f4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 10 17:37:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 10 17:37:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bef98d7

app-arch/lrzip: Stabilize 0.651 sparc, #836957

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-arch/lrzip/lrzip-0.651.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
index ff790fceb5d2..6349c55ab7d7 100644
--- a/app-arch/lrzip/lrzip-0.651.ebuild
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2022-04-10 Thread Arthur Zamarin
commit: 7706515264363fccb68cfc71840d380db4923d0c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 10 17:37:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 10 17:37:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77065152

app-arch/lrzip: Stabilize 0.651 arm64, #836957

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-arch/lrzip/lrzip-0.651.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
index 6349c55ab7d7..2955301a1ef9 100644
--- a/app-arch/lrzip/lrzip-0.651.ebuild
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2022-04-09 Thread Arthur Zamarin
commit: 5cd2b9c27fc0b08835c4f966a3ca2b418bcf01c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  9 20:02:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  9 20:02:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd2b9c2

app-arch/lrzip: Stabilize 0.651 arm, #836957

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-arch/lrzip/lrzip-0.651.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
index 9a986460e8c6..ff790fceb5d2 100644
--- a/app-arch/lrzip/lrzip-0.651.ebuild
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2022-04-09 Thread Arthur Zamarin
commit: abf0bd50f454c3e6fd54329227b5326e6b1bfc9b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  9 19:41:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  9 19:41:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf0bd50

app-arch/lrzip: Stabilize 0.651 ppc, #836957

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-arch/lrzip/lrzip-0.651.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
index 55f0bf17a242..9a986460e8c6 100644
--- a/app-arch/lrzip/lrzip-0.651.ebuild
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2022-04-07 Thread Jakov Smolić
commit: 55b56d86cf30472a135b6f98789de700072bcddf
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Apr  7 20:55:55 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Apr  7 20:57:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b56d86

app-arch/lrzip: Stabilize 0.651 x86, #836957

Signed-off-by: Jakov Smolić  gentoo.org>

 app-arch/lrzip/lrzip-0.651.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
index 6f52da66972f..55f0bf17a242 100644
--- a/app-arch/lrzip/lrzip-0.651.ebuild
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2022-04-07 Thread Jakov Smolić
commit: b02844f631af0efe9c244792a2a0b2eb8cf49c84
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Apr  7 20:55:24 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Apr  7 20:57:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02844f6

app-arch/lrzip: Stabilize 0.651 amd64, #836957

Signed-off-by: Jakov Smolić  gentoo.org>

 app-arch/lrzip/lrzip-0.651.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
index 9cb8ed8b2d4e..6f52da66972f 100644
--- a/app-arch/lrzip/lrzip-0.651.ebuild
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2022-03-11 Thread Sam James
commit: 9923950a8fb3c067c6102f7175b94ecc1cbbdfaf
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 11 09:19:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 11 11:00:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9923950a

app-arch/lrzip: add 0.651

Not thought to fix any further vulnerabilities but it's a better
stable candidate.

Bug: https://bugs.gentoo.org/834456
Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/Manifest   |  1 +
 app-arch/lrzip/lrzip-0.651.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index fda21f1f62bf..b156593d8470 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,2 +1,3 @@
 DIST lrzip-0.641.tar.gz 262761 BLAKE2B 
5a81d9ca8b40c141c90488e9ffcd1dfd5bef3fe7cf9b02c00b9382cd902ef8cd891401f21c9cdd5d5750daf639c05a1e6f1f010fcbf42a9cdaa4f11921fac783
 SHA512 
cb14dda15485faa24cb840dd94ecd4741bd47464770ae8b27f97b5c263d8a32e40ceb17b288f0f70426598ef2acf84b091593fc8cf7a0f2db0abde88d09a301f
 DIST lrzip-0.650.tar.gz 238952 BLAKE2B 
5013de6f8948aebf1bb7545c392b623a1628f74298cab3316555ec6a1acbbc64f81abcf1f5c8a7a67a547d8748f7bb05d0d88cb58b6fa3ab765baad596acb756
 SHA512 
30a3217703748f6894fbac438976e3179a46e3f6af59e5849f7f8460d1a094275a4b41790617f4bd1ae7c7476548d2daadcfab9ab60c167ce5c24cd593e70964
+DIST lrzip-0.651.tar.gz 238854 BLAKE2B 
2680867ccbee6ff669581017c9bb22db4d7eba0fda80b935bd088191809cb8baa833a03e7732cd1fe5a0487edfe577b34f34dcdcda121c114145bff9fc17ba79
 SHA512 
97671c4705bc06dfd037e38f4384a5ffaf2e3508da217406ac43642b88eae16576818a378bce519812204fecefbd6552a75fc3e74af729ab7b11724b7a6d1998

diff --git a/app-arch/lrzip/lrzip-0.651.ebuild 
b/app-arch/lrzip/lrzip-0.651.ebuild
new file mode 100644
index ..9cb8ed8b2d4e
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
+HOMEPAGE="https://github.com/ckolivas/lrzip";
+SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND="app-arch/bzip2
+   app-arch/lz4
+   dev-libs/lzo
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-perl/Pod-Parser
+   amd64? ( dev-lang/nasm )
+   x86? ( dev-lang/nasm )"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   # ASM optimizations are only available on amd64 and x86, bug #829003
+   local asm=no
+   if use amd64 || use x86; then
+   asm=yes
+   fi
+
+   econf \
+   $(use_enable static-libs static) \
+   --enable-asm=${asm}
+}
+
+src_install() {
+   default
+   # Don't collide with net-dialup/lrzsz and /usr/bin/lrz, bug #588206
+   rm -f "${ED}"/usr/bin/lrz || die
+   rm -f "${ED}"/usr/share/man/man1/lrz.* || die
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2022-03-01 Thread Sam James
commit: 61c003d081de7195408fb32386a7afdf4ec8b5b2
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar  2 02:29:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar  2 02:31:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c003d0

app-arch/lrzip: add 0.650

Bug: https://bugs.gentoo.org/834456
Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/Manifest   |  1 +
 app-arch/lrzip/lrzip-0.650.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index 82812d245266..fda21f1f62bf 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1 +1,2 @@
 DIST lrzip-0.641.tar.gz 262761 BLAKE2B 
5a81d9ca8b40c141c90488e9ffcd1dfd5bef3fe7cf9b02c00b9382cd902ef8cd891401f21c9cdd5d5750daf639c05a1e6f1f010fcbf42a9cdaa4f11921fac783
 SHA512 
cb14dda15485faa24cb840dd94ecd4741bd47464770ae8b27f97b5c263d8a32e40ceb17b288f0f70426598ef2acf84b091593fc8cf7a0f2db0abde88d09a301f
+DIST lrzip-0.650.tar.gz 238952 BLAKE2B 
5013de6f8948aebf1bb7545c392b623a1628f74298cab3316555ec6a1acbbc64f81abcf1f5c8a7a67a547d8748f7bb05d0d88cb58b6fa3ab765baad596acb756
 SHA512 
30a3217703748f6894fbac438976e3179a46e3f6af59e5849f7f8460d1a094275a4b41790617f4bd1ae7c7476548d2daadcfab9ab60c167ce5c24cd593e70964

diff --git a/app-arch/lrzip/lrzip-0.650.ebuild 
b/app-arch/lrzip/lrzip-0.650.ebuild
new file mode 100644
index ..9cb8ed8b2d4e
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.650.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
+HOMEPAGE="https://github.com/ckolivas/lrzip";
+SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND="app-arch/bzip2
+   app-arch/lz4
+   dev-libs/lzo
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-perl/Pod-Parser
+   amd64? ( dev-lang/nasm )
+   x86? ( dev-lang/nasm )"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   # ASM optimizations are only available on amd64 and x86, bug #829003
+   local asm=no
+   if use amd64 || use x86; then
+   asm=yes
+   fi
+
+   econf \
+   $(use_enable static-libs static) \
+   --enable-asm=${asm}
+}
+
+src_install() {
+   default
+   # Don't collide with net-dialup/lrzsz and /usr/bin/lrz, bug #588206
+   rm -f "${ED}"/usr/bin/lrz || die
+   rm -f "${ED}"/usr/share/man/man1/lrz.* || die
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-12-19 Thread Stephan Hartmann
commit: d6c33d847aca91129e5dbc2b41c6cdefc1799207
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Sun Dec 19 12:12:58 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Sun Dec 19 12:12:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c33d84

app-arch/lrzip: fix typo to enable asm on amd64/x86

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann  gentoo.org>

 app-arch/lrzip/lrzip-0.641-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.641-r1.ebuild 
b/app-arch/lrzip/lrzip-0.641-r1.ebuild
index 2a3a5eea7ce8..b8363c1ee90d 100644
--- a/app-arch/lrzip/lrzip-0.641-r1.ebuild
+++ b/app-arch/lrzip/lrzip-0.641-r1.ebuild
@@ -42,7 +42,7 @@ src_configure() {
# ASM optimizations are only available on amd64 and x86, bug #829003
local asm=no
if use amd64 || use x86; then
-   asm=no
+   asm=yes
fi
 
econf \



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-12-19 Thread Sam James
commit: 7ae8e60c449ec6641fc2123c3f3fc56f41bf3e9c
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Sun Dec 19 11:57:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 19 11:58:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae8e60c

app-arch/lrzip: fix build on arm64

Closes: https://bugs.gentoo.org/829003
Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/lrzip-0.641-r1.ebuild | 15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/app-arch/lrzip/lrzip-0.641-r1.ebuild 
b/app-arch/lrzip/lrzip-0.641-r1.ebuild
index 6c8ec1c9d02f..2a3a5eea7ce8 100644
--- a/app-arch/lrzip/lrzip-0.641-r1.ebuild
+++ b/app-arch/lrzip/lrzip-0.641-r1.ebuild
@@ -20,9 +20,10 @@ RDEPEND="
app-arch/lz4
sys-libs/zlib
 "
-DEPEND="
-   ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-perl/Pod-Parser
+   amd64? ( dev-lang/nasm )
x86? ( dev-lang/nasm )
 "
 
@@ -38,7 +39,15 @@ src_prepare() {
 }
 
 src_configure() {
-   econf $(use_enable static-libs static)
+   # ASM optimizations are only available on amd64 and x86, bug #829003
+   local asm=no
+   if use amd64 || use x86; then
+   asm=no
+   fi
+
+   econf \
+   $(use_enable static-libs static) \
+   --enable-asm=${asm}
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-07-17 Thread Andreas K. Hüttel
commit: 60bd435238cca3919a5b20e87c2bf00f8904e2f6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 19:38:30 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 17 19:38:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bd4352

app-arch/lrzip: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-arch/lrzip/Manifest |  1 -
 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index 232f61c9ee8..82812d24526 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,2 +1 @@
-DIST lrzip-0.631_p20190619.tar.gz 259195 BLAKE2B 
d0bedfe02485011e48fa07240b1eef68560d8d61f5d28dae25bd9fcb1c41c1b8bc1b552acb06a49d853b70a0912371cec9caebb2bf7905ef528c2408d2153297
 SHA512 
f366c31c84a52f6ccfba56e8b11c0bcd270482d9d120e07783fbe310d7a62dddfa60ecd310a7630e7c98cfb961f57fc9e6b843d3857d0c90d36c580074528298
 DIST lrzip-0.641.tar.gz 262761 BLAKE2B 
5a81d9ca8b40c141c90488e9ffcd1dfd5bef3fe7cf9b02c00b9382cd902ef8cd891401f21c9cdd5d5750daf639c05a1e6f1f010fcbf42a9cdaa4f11921fac783
 SHA512 
cb14dda15485faa24cb840dd94ecd4741bd47464770ae8b27f97b5c263d8a32e40ceb17b288f0f70426598ef2acf84b091593fc8cf7a0f2db0abde88d09a301f

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
deleted file mode 100644
index 7afb90831e9..000
--- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_COMMIT="b9220181288c5c9920ff00f5b31a9e40e387"
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="https://github.com/ckolivas/lrzip";
-SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/lzo
-app-arch/bzip2
-sys-libs/zlib:="
-DEPEND="${RDEPEND}
-   x86? ( dev-lang/nasm )
-   virtual/perl-Pod-Parser"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-missing-stdarg_h.patch
-   "${FILESDIR}"/${PN}-0.631-solaris.patch
-)
-
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   # Don't collide with net-dialup/lrzsz and /usr/bin/lrz, bug #588206
-   rm -f "${ED}"/usr/bin/lrz
-   rm -f "${ED}"/usr/share/man/man1/lrz.*
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-07-17 Thread Andreas K. Hüttel
commit: 5e64f414a64336e01044ef70c079a0de019bd757
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 19:39:23 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 17 19:39:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e64f414

app-arch/lrzip: virtual/perl-Pod-Parser -> dev-perl/Pod-Parser

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-arch/lrzip/{lrzip-0.641.ebuild => lrzip-0.641-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.641.ebuild 
b/app-arch/lrzip/lrzip-0.641-r1.ebuild
similarity index 97%
rename from app-arch/lrzip/lrzip-0.641.ebuild
rename to app-arch/lrzip/lrzip-0.641-r1.ebuild
index a89029b177f..6c8ec1c9d02 100644
--- a/app-arch/lrzip/lrzip-0.641.ebuild
+++ b/app-arch/lrzip/lrzip-0.641-r1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
-   virtual/perl-Pod-Parser
+   dev-perl/Pod-Parser
x86? ( dev-lang/nasm )
 "
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-04-14 Thread Sam James
commit: 18039797517ed233c4e739be7e59dd55796b02ce
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 14 22:07:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 14 22:07:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18039797

app-arch/lrzip: Stabilize 0.641 ppc, #775356

Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/lrzip-0.641.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.641.ebuild 
b/app-arch/lrzip/lrzip-0.641.ebuild
index 4f1c5349998..a89029b177f 100644
--- a/app-arch/lrzip/lrzip-0.641.ebuild
+++ b/app-arch/lrzip/lrzip-0.641.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-04-14 Thread Sam James
commit: 2fdab1ae3e7c5b47aec376243221d5508f6d4b77
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 14 16:26:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 14 16:26:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdab1ae

app-arch/lrzip: Stabilize 0.641 ppc64, #775356

Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/lrzip-0.641.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.641.ebuild 
b/app-arch/lrzip/lrzip-0.641.ebuild
index 45dd85db628..4f1c5349998 100644
--- a/app-arch/lrzip/lrzip-0.641.ebuild
+++ b/app-arch/lrzip/lrzip-0.641.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-04-14 Thread Sam James
commit: 0d398942bd6bb4c876dc7907d56485e19baacb29
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 14 16:25:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 14 16:25:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d398942

app-arch/lrzip: Stabilize 0.641 amd64, #775356

Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/lrzip-0.641.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.641.ebuild 
b/app-arch/lrzip/lrzip-0.641.ebuild
index 3d7e1f00ae9..45dd85db628 100644
--- a/app-arch/lrzip/lrzip-0.641.ebuild
+++ b/app-arch/lrzip/lrzip-0.641.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-04-14 Thread Sam James
commit: dd2a011d5155af398a5179ec693f1a56cd413453
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 14 16:24:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 14 16:24:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2a011d

app-arch/lrzip: Stabilize 0.641 x86, #775356

Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/lrzip-0.641.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.641.ebuild 
b/app-arch/lrzip/lrzip-0.641.ebuild
index 5dd0e5f837e..3d7e1f00ae9 100644
--- a/app-arch/lrzip/lrzip-0.641.ebuild
+++ b/app-arch/lrzip/lrzip-0.641.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-04-14 Thread Sam James
commit: a2c486adf10ae308041b1f2cc4018492de4783ab
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 14 16:23:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 14 16:23:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c486ad

app-arch/lrzip: Stabilize 0.641 arm, #775356

Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/lrzip-0.641.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.641.ebuild 
b/app-arch/lrzip/lrzip-0.641.ebuild
index 691bf43500d..ec46c7617e6 100644
--- a/app-arch/lrzip/lrzip-0.641.ebuild
+++ b/app-arch/lrzip/lrzip-0.641.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-04-14 Thread Sam James
commit: 2da26985b83866e1efddda706f57a1a5b15998fa
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 14 16:23:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 14 16:23:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da26985

app-arch/lrzip: Stabilize 0.641 arm64, #775356

Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/lrzip-0.641.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.641.ebuild 
b/app-arch/lrzip/lrzip-0.641.ebuild
index ec46c7617e6..5dd0e5f837e 100644
--- a/app-arch/lrzip/lrzip-0.641.ebuild
+++ b/app-arch/lrzip/lrzip-0.641.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-04-13 Thread Sergei Trofimovich
commit: 1abb83122cbeec5cd3c312186e2e6767179f508e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr 13 17:59:18 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr 13 18:42:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abb8312

app-arch/lrzip: stable 0.641 for sparc, bug #775356

Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/lrzip/lrzip-0.641.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.641.ebuild 
b/app-arch/lrzip/lrzip-0.641.ebuild
index a5c7f90aa0c..691bf43500d 100644
--- a/app-arch/lrzip/lrzip-0.641.ebuild
+++ b/app-arch/lrzip/lrzip-0.641.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-03-07 Thread Sam James
commit: 9242c83f8da9732774c98c2b8729d5e10975f720
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  7 23:04:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  7 23:04:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9242c83f

app-arch/lrzip: bump to 0.641

Regression in 0.640.

Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/Manifest   | 2 +-
 app-arch/lrzip/{lrzip-0.640.ebuild => lrzip-0.641.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index a9754c99fe3..232f61c9ee8 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,2 +1,2 @@
 DIST lrzip-0.631_p20190619.tar.gz 259195 BLAKE2B 
d0bedfe02485011e48fa07240b1eef68560d8d61f5d28dae25bd9fcb1c41c1b8bc1b552acb06a49d853b70a0912371cec9caebb2bf7905ef528c2408d2153297
 SHA512 
f366c31c84a52f6ccfba56e8b11c0bcd270482d9d120e07783fbe310d7a62dddfa60ecd310a7630e7c98cfb961f57fc9e6b843d3857d0c90d36c580074528298
-DIST lrzip-0.640.tar.gz 262860 BLAKE2B 
21e7e6f566ae238c85e89382a000b210621773b00cb2c509dc2e1b89dfa591a1cca954c0105ef624ed97af43f8904d67d570a0e3734dda7823f809a496cff5aa
 SHA512 
efcf7d5cbb7c2a2a117ec815f87edf37e5500f2294a16aaa16cfe10b3db77e3cc2eb4118def4936da03323ca3ee961000e98f49ca0c18eec6ba935eac412cc8b
+DIST lrzip-0.641.tar.gz 262761 BLAKE2B 
5a81d9ca8b40c141c90488e9ffcd1dfd5bef3fe7cf9b02c00b9382cd902ef8cd891401f21c9cdd5d5750daf639c05a1e6f1f010fcbf42a9cdaa4f11921fac783
 SHA512 
cb14dda15485faa24cb840dd94ecd4741bd47464770ae8b27f97b5c263d8a32e40ceb17b288f0f70426598ef2acf84b091593fc8cf7a0f2db0abde88d09a301f

diff --git a/app-arch/lrzip/lrzip-0.640.ebuild 
b/app-arch/lrzip/lrzip-0.641.ebuild
similarity index 100%
rename from app-arch/lrzip/lrzip-0.640.ebuild
rename to app-arch/lrzip/lrzip-0.641.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-02-21 Thread Sam James
commit: 3db7858f6f053980c3eb8fd67b8799bc5344b553
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 22 05:47:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 22 07:23:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db7858f

app-arch/lrzip: bump to 0.640

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/Manifest   |  1 +
 app-arch/lrzip/lrzip-0.640.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index c40fbe97bd6..a9754c99fe3 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1 +1,2 @@
 DIST lrzip-0.631_p20190619.tar.gz 259195 BLAKE2B 
d0bedfe02485011e48fa07240b1eef68560d8d61f5d28dae25bd9fcb1c41c1b8bc1b552acb06a49d853b70a0912371cec9caebb2bf7905ef528c2408d2153297
 SHA512 
f366c31c84a52f6ccfba56e8b11c0bcd270482d9d120e07783fbe310d7a62dddfa60ecd310a7630e7c98cfb961f57fc9e6b843d3857d0c90d36c580074528298
+DIST lrzip-0.640.tar.gz 262860 BLAKE2B 
21e7e6f566ae238c85e89382a000b210621773b00cb2c509dc2e1b89dfa591a1cca954c0105ef624ed97af43f8904d67d570a0e3734dda7823f809a496cff5aa
 SHA512 
efcf7d5cbb7c2a2a117ec815f87edf37e5500f2294a16aaa16cfe10b3db77e3cc2eb4118def4936da03323ca3ee961000e98f49ca0c18eec6ba935eac412cc8b

diff --git a/app-arch/lrzip/lrzip-0.640.ebuild 
b/app-arch/lrzip/lrzip-0.640.ebuild
new file mode 100644
index 000..a5c7f90aa0c
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.640.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
+HOMEPAGE="https://github.com/ckolivas/lrzip";
+SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND="
+   app-arch/bzip2
+   dev-libs/lzo
+   app-arch/lz4
+   sys-libs/zlib
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/perl-Pod-Parser
+   x86? ( dev-lang/nasm )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-missing-stdarg_h.patch
+   "${FILESDIR}"/${PN}-0.631-solaris.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   # Don't collide with net-dialup/lrzsz and /usr/bin/lrz, bug #588206
+   rm -f "${ED}"/usr/bin/lrz || die
+   rm -f "${ED}"/usr/share/man/man1/lrz.* || die
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2021-01-06 Thread Fabian Groffen
commit: caa8457bf9ae7ae1dcc8778d7b4436b1a78cddc8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 12:48:45 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 12:51:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa8457b

app-arch/lrzip: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
index 4600e8d1820..7afb90831e9 100644
--- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
+++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2020-07-13 Thread Sam James
commit: 1796e9188751c2932a89c187cdd6ece15c0881eb
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 13 17:43:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 13 18:08:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1796e918

app-arch/lrzip: s390 keyworded (bug #468854)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
index 6280be25f10..65be3c93370 100644
--- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
+++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2020-03-19 Thread Thomas Deutschmann
commit: aa1bb661056944dbd337445144911fab166a0e78
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Mar 18 03:09:05 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 19 19:09:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1bb661

app-arch/lrzip: security cleanup (bug #624462)

Dropping old versions; new fixed version has long since been stabilised.

Bug: https://bugs.gentoo.org/624462
Signed-off-by: Sam James (sam_c)  cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15000
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-arch/lrzip/Manifest  |  2 --
 app-arch/lrzip/lrzip-0.621.ebuild| 35 -
 app-arch/lrzip/lrzip-0.631-r1.ebuild | 38 
 3 files changed, 75 deletions(-)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index 90dbe892c21..c40fbe97bd6 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,3 +1 @@
-DIST lrzip-0.621.tar.bz2 503286 BLAKE2B 
3fb80f72f0bb81340d4e83b996ad2cd94fc0067b8e67599defb535e86614ad4a2436d8e6ab00bae24e4c9799a01aef267a7078cc6745d68acf868d0f1dbd606a
 SHA512 
be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a
-DIST lrzip-0.631.tar.bz2 522158 BLAKE2B 
d0ffe63e1bdd21304d6d7a7dc969d4e79770fed105cf03ea9d504f890cda35178566afa5f88e13beadcc1095f052a014deada3b3f102247eadb8c746d989d119
 SHA512 
6420cd465ccd4581066408482335a82089f84f0aca1b05249b9fc6039b7e67df94457a7c871859e363206df3a40e93cfde576388785113f6c99b31d34c00a307
 DIST lrzip-0.631_p20190619.tar.gz 259195 BLAKE2B 
d0bedfe02485011e48fa07240b1eef68560d8d61f5d28dae25bd9fcb1c41c1b8bc1b552acb06a49d853b70a0912371cec9caebb2bf7905ef528c2408d2153297
 SHA512 
f366c31c84a52f6ccfba56e8b11c0bcd270482d9d120e07783fbe310d7a62dddfa60ecd310a7630e7c98cfb961f57fc9e6b843d3857d0c90d36c580074528298

diff --git a/app-arch/lrzip/lrzip-0.621.ebuild 
b/app-arch/lrzip/lrzip-0.621.ebuild
deleted file mode 100644
index 2c3c973d99c..000
--- a/app-arch/lrzip/lrzip-0.621.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README.md";
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="dev-libs/lzo
-app-arch/bzip2
-sys-libs/zlib"
-DEPEND="${RDEPEND}
-   x86? ( dev-lang/nasm )
-   virtual/perl-Pod-Parser"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-missing-stdarg_h.patch
-}
-
-src_configure() {
-   econf --docdir="/usr/share/doc/${P}"
-}
-
-src_install() {
-   default
-   rm "${D}/usr/share/doc/${P}/COPYING"
-}

diff --git a/app-arch/lrzip/lrzip-0.631-r1.ebuild 
b/app-arch/lrzip/lrzip-0.631-r1.ebuild
deleted file mode 100644
index 4f1a1fd92f5..000
--- a/app-arch/lrzip/lrzip-0.631-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="https://github.com/ckolivas/lrzip";
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/lzo
-app-arch/bzip2
-sys-libs/zlib"
-DEPEND="${RDEPEND}
-   x86? ( dev-lang/nasm )
-   virtual/perl-Pod-Parser"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-missing-stdarg_h.patch
-   "${FILESDIR}"/${P}-solaris.patch
-)
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   # Don't collide with net-dialup/lrzsz and /usr/bin/lrz, bug #588206
-   rm -f "${ED}"/usr/bin/lrz
-   rm -f "${ED}"/usr/share/man/man1/lrz.*
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2019-11-11 Thread Sergei Trofimovich
commit: aee8cec6615ae2a5b27c3cebd9cdd16f182215a8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov 11 18:55:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 11 19:38:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee8cec6

app-arch/lrzip: stable 0.631_p20190619 for hppa/sparc, bug #624462

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
index 7c166baf6b8..6280be25f10 100644
--- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
+++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2019-11-06 Thread Aaron Bauman
commit: d4adf154b647320406aa8d85570ad51c699f8413
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Nov  7 00:19:55 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Nov  7 00:19:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4adf154

app-arch/lrzip: arm64 stable (bug #624462)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17

 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
index b7daf42db13..7c166baf6b8 100644
--- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
+++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2019-11-01 Thread Sergei Trofimovich
commit: 2f5cb61e6eb30ef364495eafba7c785aa1a70bd4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Nov  1 23:25:08 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 23:25:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5cb61e

app-arch/lrzip: stable 0.631_p20190619 for ppc/ppc64, bug #624462

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.78, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
index 07c6bec045e..b7daf42db13 100644
--- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
+++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2019-11-01 Thread Mikle Kolyada
commit: 433cf82ca88916aef64111f624e90afe0946944a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov  1 10:34:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov  1 10:34:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433cf82c

app-arch/lrzip: arm stable wrt bug #624462

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
index 20d24359af4..07c6bec045e 100644
--- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
+++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2019-10-28 Thread Agostino Sarubbo
commit: a46c34425e58531a3bddd5035a034b73e6d2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 28 09:42:47 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 28 09:42:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46c3442

app-arch/lrzip: amd64 stable wrt bug #624462

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
index 6770c34ba4c..20d24359af4 100644
--- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
+++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2019-10-27 Thread Thomas Deutschmann
commit: 5cb12aad80bfaf29a1812a92fa38fb27ff0c2778
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 27 23:18:13 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 27 23:18:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb12aad

app-arch/lrzip: x86 stable (bug #624462)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
index cb008dc298b..6770c34ba4c 100644
--- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
+++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2019-10-26 Thread Thomas Deutschmann
commit: 5847e32605457f4c68ac4f89bfaa28a9e6cfafd4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Oct 26 23:35:49 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Oct 26 23:35:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5847e326

app-arch/lrzip: bump to v0.631_p20190619

Bug: https://bugs.gentoo.org/624462
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-arch/lrzip/Manifest |  1 +
 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index 3f86e8198ff..90dbe892c21 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,2 +1,3 @@
 DIST lrzip-0.621.tar.bz2 503286 BLAKE2B 
3fb80f72f0bb81340d4e83b996ad2cd94fc0067b8e67599defb535e86614ad4a2436d8e6ab00bae24e4c9799a01aef267a7078cc6745d68acf868d0f1dbd606a
 SHA512 
be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a
 DIST lrzip-0.631.tar.bz2 522158 BLAKE2B 
d0ffe63e1bdd21304d6d7a7dc969d4e79770fed105cf03ea9d504f890cda35178566afa5f88e13beadcc1095f052a014deada3b3f102247eadb8c746d989d119
 SHA512 
6420cd465ccd4581066408482335a82089f84f0aca1b05249b9fc6039b7e67df94457a7c871859e363206df3a40e93cfde576388785113f6c99b31d34c00a307
+DIST lrzip-0.631_p20190619.tar.gz 259195 BLAKE2B 
d0bedfe02485011e48fa07240b1eef68560d8d61f5d28dae25bd9fcb1c41c1b8bc1b552acb06a49d853b70a0912371cec9caebb2bf7905ef528c2408d2153297
 SHA512 
f366c31c84a52f6ccfba56e8b11c0bcd270482d9d120e07783fbe310d7a62dddfa60ecd310a7630e7c98cfb961f57fc9e6b843d3857d0c90d36c580074528298

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
new file mode 100644
index 000..cb008dc298b
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_COMMIT="b9220181288c5c9920ff00f5b31a9e40e387"
+
+DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
+HOMEPAGE="https://github.com/ckolivas/lrzip";
+SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/lzo
+app-arch/bzip2
+sys-libs/zlib:="
+DEPEND="${RDEPEND}
+   x86? ( dev-lang/nasm )
+   virtual/perl-Pod-Parser"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-missing-stdarg_h.patch
+   "${FILESDIR}"/${PN}-0.631-solaris.patch
+)
+
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   # Don't collide with net-dialup/lrzsz and /usr/bin/lrz, bug #588206
+   rm -f "${ED}"/usr/bin/lrz
+   rm -f "${ED}"/usr/share/man/man1/lrz.*
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2019-03-02 Thread Andreas Sturmlechner
commit: b0647a1c8966d1ec0c96fbcd4f198f8c54d13b3f
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 17:06:56 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0647a1c

app-arch/lrzip: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-arch/lrzip/lrzip-0.631-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lrzip/lrzip-0.631-r1.ebuild 
b/app-arch/lrzip/lrzip-0.631-r1.ebuild
index 198bfeec9a8..a7f80ad61a5 100644
--- a/app-arch/lrzip/lrzip-0.631-r1.ebuild
+++ b/app-arch/lrzip/lrzip-0.631-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2018-10-14 Thread Pacho Ramos
commit: f9d97bac19760551b19aaf08f8b63577a527cdd2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct 14 09:58:13 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct 14 10:18:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d97bac

app-arch/lrzip: Drop old

Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-arch/lrzip/Manifest   |  1 -
 app-arch/lrzip/lrzip-0.630.ebuild | 35 ---
 app-arch/lrzip/lrzip-0.631.ebuild | 36 
 3 files changed, 72 deletions(-)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index 0f9d00f53ae..3f86e8198ff 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,3 +1,2 @@
 DIST lrzip-0.621.tar.bz2 503286 BLAKE2B 
3fb80f72f0bb81340d4e83b996ad2cd94fc0067b8e67599defb535e86614ad4a2436d8e6ab00bae24e4c9799a01aef267a7078cc6745d68acf868d0f1dbd606a
 SHA512 
be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a
-DIST lrzip-0.630.tar.bz2 521517 BLAKE2B 
7b99caf1310b352839113fb20b6dd08fafde2a6696a84f96d5bf2118fb559ef61d599cbf3a293c607bc014ddbb042d25753b8d1293f416530e9738a80107028f
 SHA512 
fa46a2e9cb2574086d24296b7376865ac9f998724041c00e69f28d4984a6b8f7441de7d7fab2820e6cd6d6da4ead8ba66d0eb18f0381e8438db09301fb009460
 DIST lrzip-0.631.tar.bz2 522158 BLAKE2B 
d0ffe63e1bdd21304d6d7a7dc969d4e79770fed105cf03ea9d504f890cda35178566afa5f88e13beadcc1095f052a014deada3b3f102247eadb8c746d989d119
 SHA512 
6420cd465ccd4581066408482335a82089f84f0aca1b05249b9fc6039b7e67df94457a7c871859e363206df3a40e93cfde576388785113f6c99b31d34c00a307

diff --git a/app-arch/lrzip/lrzip-0.630.ebuild 
b/app-arch/lrzip/lrzip-0.630.ebuild
deleted file mode 100644
index 42b8bbc2147..000
--- a/app-arch/lrzip/lrzip-0.630.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="https://github.com/ckolivas/lrzip";
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/lzo
-app-arch/bzip2
-sys-libs/zlib"
-DEPEND="${RDEPEND}
-   x86? ( dev-lang/nasm )
-   virtual/perl-Pod-Parser"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-missing-stdarg_h.patch
-   )
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/app-arch/lrzip/lrzip-0.631.ebuild 
b/app-arch/lrzip/lrzip-0.631.ebuild
deleted file mode 100644
index e5f89de483d..000
--- a/app-arch/lrzip/lrzip-0.631.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="https://github.com/ckolivas/lrzip";
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/lzo
-app-arch/bzip2
-sys-libs/zlib"
-DEPEND="${RDEPEND}
-   x86? ( dev-lang/nasm )
-   virtual/perl-Pod-Parser"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-missing-stdarg_h.patch
-   "${FILESDIR}"/${P}-solaris.patch
-)
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2018-10-14 Thread Pacho Ramos
commit: 3940514e52e6bc0b689ce7df670c4b674df420af
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct 14 09:57:44 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct 14 10:18:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3940514e

app-arch/lrzip: Don't collide with other packages

Closes: https://bugs.gentoo.org/588206
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-arch/lrzip/lrzip-0.631-r1.ebuild | 38 
 1 file changed, 38 insertions(+)

diff --git a/app-arch/lrzip/lrzip-0.631-r1.ebuild 
b/app-arch/lrzip/lrzip-0.631-r1.ebuild
new file mode 100644
index 000..198bfeec9a8
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.631-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
+HOMEPAGE="https://github.com/ckolivas/lrzip";
+SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/lzo
+app-arch/bzip2
+sys-libs/zlib"
+DEPEND="${RDEPEND}
+   x86? ( dev-lang/nasm )
+   virtual/perl-Pod-Parser"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-missing-stdarg_h.patch
+   "${FILESDIR}"/${P}-solaris.patch
+)
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   # Don't collide with net-dialup/lrzsz and /usr/bin/lrz, bug #588206
+   rm -f "${ED}"/usr/bin/lrz
+   rm -f "${ED}"/usr/share/man/man1/lrz.*
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2018-03-30 Thread Aaron Bauman
commit: 3ef1f291d2951571d7c7514373abf187067b9f93
Author: Harri Nieminen  gmail  com>
AuthorDate: Fri Mar 30 08:05:48 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 30 18:50:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef1f291

app-arch/lrzip: Clean up old

Package-Manager: Portage-2.3.27, Repoman-2.3.7
Closes: https://github.com/gentoo/gentoo/pull/7707

 app-arch/lrzip/Manifest   |  1 -
 app-arch/lrzip/lrzip-0.614.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index 5822827e38c..0f9d00f53ae 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,4 +1,3 @@
-DIST lrzip-0.614.tar.bz2 491995 BLAKE2B 
dd0281974450d4cb8038fca7ec42275ab163ebb1a3807de7e1695b402fe24198c800692c1cc4c8885bdb8a9c075b2ebc7069d11087c567a2cdb775d0e8a006bd
 SHA512 
6c82d7b4cc6081fb4f102a34f3a5ecf834b3fa3d222ac9dd4f3f0615c83610c08315eae9cc98291bd5e3eb71453cf391cdad4db980012e4368d16d80f34d2bd8
 DIST lrzip-0.621.tar.bz2 503286 BLAKE2B 
3fb80f72f0bb81340d4e83b996ad2cd94fc0067b8e67599defb535e86614ad4a2436d8e6ab00bae24e4c9799a01aef267a7078cc6745d68acf868d0f1dbd606a
 SHA512 
be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a
 DIST lrzip-0.630.tar.bz2 521517 BLAKE2B 
7b99caf1310b352839113fb20b6dd08fafde2a6696a84f96d5bf2118fb559ef61d599cbf3a293c607bc014ddbb042d25753b8d1293f416530e9738a80107028f
 SHA512 
fa46a2e9cb2574086d24296b7376865ac9f998724041c00e69f28d4984a6b8f7441de7d7fab2820e6cd6d6da4ead8ba66d0eb18f0381e8438db09301fb009460
 DIST lrzip-0.631.tar.bz2 522158 BLAKE2B 
d0ffe63e1bdd21304d6d7a7dc969d4e79770fed105cf03ea9d504f890cda35178566afa5f88e13beadcc1095f052a014deada3b3f102247eadb8c746d989d119
 SHA512 
6420cd465ccd4581066408482335a82089f84f0aca1b05249b9fc6039b7e67df94457a7c871859e363206df3a40e93cfde576388785113f6c99b31d34c00a307

diff --git a/app-arch/lrzip/lrzip-0.614.ebuild 
b/app-arch/lrzip/lrzip-0.614.ebuild
deleted file mode 100644
index 9f1b6ec9123..000
--- a/app-arch/lrzip/lrzip-0.614.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README.md";
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="dev-libs/lzo
-app-arch/bzip2
-sys-libs/zlib"
-DEPEND="${RDEPEND}
-   x86? ( dev-lang/nasm )
-   virtual/perl-Pod-Parser"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-missing-stdarg_h.patch
-}
-
-src_configure() {
-   econf --docdir="/usr/share/doc/${P}"
-}
-
-src_install() {
-   default
-   rm "${D}/usr/share/doc/${P}/COPYING"
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/files/, app-arch/lrzip/

2017-12-11 Thread Fabian Groffen
commit: d86304fcea13757ec52fa659d467ff4c241a0d60
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Dec 11 17:28:25 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Dec 11 17:28:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86304fc

app-arch/lrzip: fix/keyword *-macos, *-solaris, bug #468854

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-arch/lrzip/files/lrzip-0.631-solaris.patch | 11 +++
 app-arch/lrzip/lrzip-0.631.ebuild  |  5 +++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/app-arch/lrzip/files/lrzip-0.631-solaris.patch 
b/app-arch/lrzip/files/lrzip-0.631-solaris.patch
new file mode 100644
index 000..d8eb95e563d
--- /dev/null
+++ b/app-arch/lrzip/files/lrzip-0.631-solaris.patch
@@ -0,0 +1,11 @@
+--- a/liblrzip.c
 b/liblrzip.c
+@@ -36,7 +36,7 @@
+ #include "lrzip_core.h"
+ #include "rzip.h"
+ 
+-#if defined(__APPLE__) || defined(__FreeBSD__)
++#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun) || 
defined(sun)
+ # define fmemopen(s, len, modes) fake_fmemopen((s), (len), (modes))
+ static FILE *fake_fmemopen(void *buf, size_t buflen, const char *mode)
+ {

diff --git a/app-arch/lrzip/lrzip-0.631.ebuild 
b/app-arch/lrzip/lrzip-0.631.ebuild
index d3b839bd266..e5f89de483d 100644
--- a/app-arch/lrzip/lrzip-0.631.ebuild
+++ b/app-arch/lrzip/lrzip-0.631.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo
@@ -23,7 +23,8 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}"/${PN}-missing-stdarg_h.patch
-   )
+   "${FILESDIR}"/${P}-solaris.patch
+)
 
 src_configure() {
econf $(use_enable static-libs static)



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2017-04-07 Thread Michał Górny
commit: 11dfce77740be26e2902f359be3625d7b2a17e30
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  8 06:05:13 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  8 06:05:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dfce77

app-arch/lrzip: Remove proxied maintainer who resigned, #588206 c17

 app-arch/lrzip/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/app-arch/lrzip/metadata.xml b/app-arch/lrzip/metadata.xml
index 4150cc73926..6667025b360 100644
--- a/app-arch/lrzip/metadata.xml
+++ b/app-arch/lrzip/metadata.xml
@@ -1,14 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   yanes...@gmail.com
-   Yanestra
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

This is a compression program optimised for large files. The larger the
file and the more memory you have, the better the compression advantage



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2017-03-03 Thread Agostino Sarubbo
commit: 526e33891a16c5ae2639ab4265ee3633d8c9b2b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar  3 10:08:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar  3 10:08:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526e3389

app-arch/lrzip: version bump to 0.631

Package-Manager: portage-2.3.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-arch/lrzip/Manifest   |  1 +
 app-arch/lrzip/lrzip-0.631.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index ae2e2661c66..251668e57e9 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,3 +1,4 @@
 DIST lrzip-0.614.tar.bz2 491995 SHA256 
65024d69d1773f3ccf84508a481d7de128c03d1cf9750b5803aead4a24522763 SHA512 
6c82d7b4cc6081fb4f102a34f3a5ecf834b3fa3d222ac9dd4f3f0615c83610c08315eae9cc98291bd5e3eb71453cf391cdad4db980012e4368d16d80f34d2bd8
 WHIRLPOOL 
1669d9e551786f81c3849b2bfb81342221c9d00104b58d42a0470ae9b869ef88ead6c5956eea92ac6800ee9b259fbfb15d1b22aa45fe92db7040cf68
 DIST lrzip-0.621.tar.bz2 503286 SHA256 
31c26fbee8b9b0bd413ca214862dbc0d9e6d3477f23e9839774936bf140ceb6b SHA512 
be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a
 WHIRLPOOL 
41bd08db70f30ff183f3e82e784a40b08070a3a728eafad50b64c7ce453ed2c379721be64d0ac0ee04e1c66b6ad528d0210977624a8c17f90775f70b83921ae7
 DIST lrzip-0.630.tar.bz2 521517 SHA256 
2461f6bfa3231a98a76548741cbc64a2389e94eb5c3de152df8a118e23edd307 SHA512 
fa46a2e9cb2574086d24296b7376865ac9f998724041c00e69f28d4984a6b8f7441de7d7fab2820e6cd6d6da4ead8ba66d0eb18f0381e8438db09301fb009460
 WHIRLPOOL 
41cfbc661d38fcb183107dedd4a03fcd740ec40adb040e79021cda97172e20ce76a83ecd1e53da0a498ccc5d3a093942f85a33ae39d87297adbbe80cf3786e3f
+DIST lrzip-0.631.tar.bz2 522158 SHA256 
0d11e268d0d72310d6d73a8ce6bb3d85e26de3f34d8a713055f3f25a77226455 SHA512 
6420cd465ccd4581066408482335a82089f84f0aca1b05249b9fc6039b7e67df94457a7c871859e363206df3a40e93cfde576388785113f6c99b31d34c00a307
 WHIRLPOOL 
1973c0d6c046ed5600ee092e35acfe0f52814b30312d33baedf2c30dcb1727c373b2e42c4bee4831ad2e6dce67792379d081df2b987f7915125272d101132645

diff --git a/app-arch/lrzip/lrzip-0.631.ebuild 
b/app-arch/lrzip/lrzip-0.631.ebuild
new file mode 100644
index 000..d3b839bd266
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.631.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
+HOMEPAGE="https://github.com/ckolivas/lrzip";
+SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/lzo
+app-arch/bzip2
+sys-libs/zlib"
+DEPEND="${RDEPEND}
+   x86? ( dev-lang/nasm )
+   virtual/perl-Pod-Parser"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-missing-stdarg_h.patch
+   )
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2016-07-22 Thread Jeroen Roovers
commit: b8b64ee0f930dfdcf09c160b97b8ce18cb9b14f7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jul 23 06:53:06 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jul 23 06:53:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b64ee0

app-arch/lrzip: Stable for HPPA PPC64 (bug #584390).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 app-arch/lrzip/lrzip-0.621.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.621.ebuild 
b/app-arch/lrzip/lrzip-0.621.ebuild
index 75277b4..c6e4a1f 100644
--- a/app-arch/lrzip/lrzip-0.621.ebuild
+++ b/app-arch/lrzip/lrzip-0.621.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2016-07-06 Thread Amy Winston
commit: a842f31a3ca3749c884417efb284dc8dc84589ff
Author: Amy Winston  gentoo  org>
AuthorDate: Wed Jul  6 16:50:48 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Wed Jul  6 16:50:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a842f31a

app-arch/lrzip: add proxy-maintainer bug #586132

Package-Manager: portage-2.2.28

 app-arch/lrzip/metadata.xml | 22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/app-arch/lrzip/metadata.xml b/app-arch/lrzip/metadata.xml
index f2cca87..4150cc7 100644
--- a/app-arch/lrzip/metadata.xml
+++ b/app-arch/lrzip/metadata.xml
@@ -1,11 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-This is a compression program optimised for large files. The larger the
-file and the more memory you have, the better the compression advantage
-this will provide, especially once the files are larger than 100MB.
-The advantage can be chosen to be either size (much smaller than bzip2)
-or speed (much faster than bzip2).
-  
+   
+   yanes...@gmail.com
+   Yanestra
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   This is a compression program optimised for large files. The larger the
+   file and the more memory you have, the better the compression advantage
+   this will provide, especially once the files are larger than 100MB.
+   The advantage can be chosen to be either size (much smaller than bzip2)
+   or speed (much faster than bzip2).
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/, app-arch/lrzip/files/

2016-07-06 Thread Amy Winston
commit: 8759c82ee21fb03b5044eac80c99d400ed706356
Author: Amy Winston  gentoo  org>
AuthorDate: Wed Jul  6 16:40:24 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Wed Jul  6 16:40:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8759c82e

app-arch/lrzip: version bump 0.630 bug #585780

- Add static-libs useflag bug #490060
- Convert patch to p1
- Change homepage

Package-Manager: portage-2.2.28

 app-arch/lrzip/Manifest   |  1 +
 app-arch/lrzip/files/lrzip-missing-stdarg_h.patch |  4 +--
 app-arch/lrzip/lrzip-0.630.ebuild | 36 +++
 3 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index c9b8619..ae2e266 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,2 +1,3 @@
 DIST lrzip-0.614.tar.bz2 491995 SHA256 
65024d69d1773f3ccf84508a481d7de128c03d1cf9750b5803aead4a24522763 SHA512 
6c82d7b4cc6081fb4f102a34f3a5ecf834b3fa3d222ac9dd4f3f0615c83610c08315eae9cc98291bd5e3eb71453cf391cdad4db980012e4368d16d80f34d2bd8
 WHIRLPOOL 
1669d9e551786f81c3849b2bfb81342221c9d00104b58d42a0470ae9b869ef88ead6c5956eea92ac6800ee9b259fbfb15d1b22aa45fe92db7040cf68
 DIST lrzip-0.621.tar.bz2 503286 SHA256 
31c26fbee8b9b0bd413ca214862dbc0d9e6d3477f23e9839774936bf140ceb6b SHA512 
be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a
 WHIRLPOOL 
41bd08db70f30ff183f3e82e784a40b08070a3a728eafad50b64c7ce453ed2c379721be64d0ac0ee04e1c66b6ad528d0210977624a8c17f90775f70b83921ae7
+DIST lrzip-0.630.tar.bz2 521517 SHA256 
2461f6bfa3231a98a76548741cbc64a2389e94eb5c3de152df8a118e23edd307 SHA512 
fa46a2e9cb2574086d24296b7376865ac9f998724041c00e69f28d4984a6b8f7441de7d7fab2820e6cd6d6da4ead8ba66d0eb18f0381e8438db09301fb009460
 WHIRLPOOL 
41cfbc661d38fcb183107dedd4a03fcd740ec40adb040e79021cda97172e20ce76a83ecd1e53da0a498ccc5d3a093942f85a33ae39d87297adbbe80cf3786e3f

diff --git a/app-arch/lrzip/files/lrzip-missing-stdarg_h.patch 
b/app-arch/lrzip/files/lrzip-missing-stdarg_h.patch
index dcc698b..8f427d4 100644
--- a/app-arch/lrzip/files/lrzip-missing-stdarg_h.patch
+++ b/app-arch/lrzip/files/lrzip-missing-stdarg_h.patch
@@ -1,6 +1,6 @@
 diff -Naur Lrzip.h.orig Lrzip.h
 Lrzip.h.orig   2013-11-30 20:07:27.343086997 +
-+++ Lrzip.h2013-11-30 20:07:44.072641056 +
+--- a/Lrzip.h  2013-11-30 20:07:27.343086997 +
 b/Lrzip.h  2013-11-30 20:07:44.072641056 +
 @@ -22,6 +22,7 @@
  
  #include 

diff --git a/app-arch/lrzip/lrzip-0.630.ebuild 
b/app-arch/lrzip/lrzip-0.630.ebuild
new file mode 100644
index 000..84f6232
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.630.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 eutils
+
+DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
+HOMEPAGE="https://github.com/ckolivas/lrzip";
+SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/lzo
+app-arch/bzip2
+sys-libs/zlib"
+DEPEND="${RDEPEND}
+   x86? ( dev-lang/nasm )
+   virtual/perl-Pod-Parser"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-missing-stdarg_h.patch
+   )
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2016-06-23 Thread Michael Palimaka
commit: a6b2a70c27b65630fd84f73909710eafc3091681
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun 23 18:36:21 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun 23 18:36:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b2a70c

app-arch/lrzip: remove old

Package-Manager: portage-2.3.0_rc1

 app-arch/lrzip/Manifest   |  1 -
 app-arch/lrzip/lrzip-0.616.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index 3e3cd77..c9b8619 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,3 +1,2 @@
 DIST lrzip-0.614.tar.bz2 491995 SHA256 
65024d69d1773f3ccf84508a481d7de128c03d1cf9750b5803aead4a24522763 SHA512 
6c82d7b4cc6081fb4f102a34f3a5ecf834b3fa3d222ac9dd4f3f0615c83610c08315eae9cc98291bd5e3eb71453cf391cdad4db980012e4368d16d80f34d2bd8
 WHIRLPOOL 
1669d9e551786f81c3849b2bfb81342221c9d00104b58d42a0470ae9b869ef88ead6c5956eea92ac6800ee9b259fbfb15d1b22aa45fe92db7040cf68
-DIST lrzip-0.616.tar.bz2 493886 SHA256 
982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae SHA512 
f578034fa41c5be6df9b9d8e7efe5014229e1acecdd5d6090c26322e1e46db98e3bc17d780eca96342a0bcb56b8e78b008b3293520b82c1bbbd5a96e423d4b3f
 WHIRLPOOL 
bc7b22a579de42657c46f4dad426dfdb5cc37e1f54955cb66722ccbfc9b66d19194eb1f1a4d9f545de7859de7903d57854a1af647ff6c3341907fcc874351d94
 DIST lrzip-0.621.tar.bz2 503286 SHA256 
31c26fbee8b9b0bd413ca214862dbc0d9e6d3477f23e9839774936bf140ceb6b SHA512 
be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a
 WHIRLPOOL 
41bd08db70f30ff183f3e82e784a40b08070a3a728eafad50b64c7ce453ed2c379721be64d0ac0ee04e1c66b6ad528d0210977624a8c17f90775f70b83921ae7

diff --git a/app-arch/lrzip/lrzip-0.616.ebuild 
b/app-arch/lrzip/lrzip-0.616.ebuild
deleted file mode 100644
index e3cc061..000
--- a/app-arch/lrzip/lrzip-0.616.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README.md";
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="dev-libs/lzo
-app-arch/bzip2
-sys-libs/zlib"
-DEPEND="${RDEPEND}
-   x86? ( dev-lang/nasm )
-   virtual/perl-Pod-Parser"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-missing-stdarg_h.patch
-}
-
-src_configure() {
-   econf --docdir="/usr/share/doc/${P}"
-}
-
-src_install() {
-   default
-   rm "${D}/usr/share/doc/${P}/COPYING"
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2016-06-17 Thread Patrice Clement
commit: 7b424822325cde9303c7d4b726c99a929a2b9cdc
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jun 17 14:45:04 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 17 14:45:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b424822

app-arch/lrzip: Fix copyright year.

Package-Manager: portage-2.2.28

 app-arch/lrzip/lrzip-0.614.ebuild | 2 +-
 app-arch/lrzip/lrzip-0.616.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lrzip/lrzip-0.614.ebuild 
b/app-arch/lrzip/lrzip-0.614.ebuild
index 6573bce..b207794 100644
--- a/app-arch/lrzip/lrzip-0.614.ebuild
+++ b/app-arch/lrzip/lrzip-0.614.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/app-arch/lrzip/lrzip-0.616.ebuild 
b/app-arch/lrzip/lrzip-0.616.ebuild
index 6b080f4..e3cc061 100644
--- a/app-arch/lrzip/lrzip-0.616.ebuild
+++ b/app-arch/lrzip/lrzip-0.616.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2016-06-17 Thread Patrice Clement
commit: 5b40d98fbe3b4b0de7b7ba6e490050f7b38fa951
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Jun 16 19:11:33 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 17 14:25:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b40d98f

app-arch/lrzip - update Homepage

Closes: https://github.com/gentoo/gentoo/pull/1687

Signed-off-by: Patrice Clement  gentoo.org>

 app-arch/lrzip/lrzip-0.614.ebuild | 2 +-
 app-arch/lrzip/lrzip-0.616.ebuild | 2 +-
 app-arch/lrzip/lrzip-0.621.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/lrzip/lrzip-0.614.ebuild 
b/app-arch/lrzip/lrzip-0.614.ebuild
index 8875c9c..6573bce 100644
--- a/app-arch/lrzip/lrzip-0.614.ebuild
+++ b/app-arch/lrzip/lrzip-0.614.ebuild
@@ -7,7 +7,7 @@ EAPI=4
 inherit eutils
 
 DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README";
+HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README.md";
 SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"

diff --git a/app-arch/lrzip/lrzip-0.616.ebuild 
b/app-arch/lrzip/lrzip-0.616.ebuild
index d05e78a..6b080f4 100644
--- a/app-arch/lrzip/lrzip-0.616.ebuild
+++ b/app-arch/lrzip/lrzip-0.616.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit eutils
 
 DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README";
+HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README.md";
 SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"

diff --git a/app-arch/lrzip/lrzip-0.621.ebuild 
b/app-arch/lrzip/lrzip-0.621.ebuild
index 697312d..3ef4df2 100644
--- a/app-arch/lrzip/lrzip-0.621.ebuild
+++ b/app-arch/lrzip/lrzip-0.621.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit eutils
 
 DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README";
+HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README.md";
 SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2016-06-10 Thread Agostino Sarubbo
commit: e2c2c93c6a99a183d268fbe8337df0df454d5117
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:39 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c2c93c

app-arch/lrzip: amd64 stable wrt bug #584390

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-arch/lrzip/lrzip-0.621.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.621.ebuild 
b/app-arch/lrzip/lrzip-0.621.ebuild
index 66ac642..697312d 100644
--- a/app-arch/lrzip/lrzip-0.621.ebuild
+++ b/app-arch/lrzip/lrzip-0.621.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2016-06-08 Thread Markus Meier
commit: f650296fe9cea8fe1ed472d25f94da76138f493b
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jun  8 19:38:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jun  8 19:38:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f650296f

app-arch/lrzip: arm stable, bug #584390

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 app-arch/lrzip/lrzip-0.621.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lrzip/lrzip-0.621.ebuild 
b/app-arch/lrzip/lrzip-0.621.ebuild
index 176ae34..66ac642 100644
--- a/app-arch/lrzip/lrzip-0.621.ebuild
+++ b/app-arch/lrzip/lrzip-0.621.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-libs/lzo



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/

2016-05-28 Thread Pacho Ramos
commit: 65145f4fbf88cbbcb53330db732f2eaa67d07f9b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 28 10:29:47 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 28 10:29:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65145f4f

app-arch/lrzip: Cleanup due to #175274

Package-Manager: portage-2.3.0_rc1

 app-arch/lrzip/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-arch/lrzip/metadata.xml b/app-arch/lrzip/metadata.xml
index d058e28..f2cca87 100644
--- a/app-arch/lrzip/metadata.xml
+++ b/app-arch/lrzip/metadata.xml
@@ -1,9 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-yng...@gentoo.org
-  
   
 This is a compression program optimised for large files. The larger the
 file and the more memory you have, the better the compression advantage