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

2023-11-30 Thread Matt Turner
commit: eaa8303ea82ceae5adac30dfe0315d2eefdf628d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec  1 00:02:29 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec  1 00:11:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa8303e

app-arch/cabextract: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-arch/cabextract/Manifest|  1 -
 app-arch/cabextract/cabextract-1.9.1.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
index ad9e0071ecfc..ccd96f2e0180 100644
--- a/app-arch/cabextract/Manifest
+++ b/app-arch/cabextract/Manifest
@@ -1,2 +1 @@
 DIST cabextract-1.11.tar.gz 489656 BLAKE2B 
c0360e63359c3c3db26d442a92be8ac3f05903015be0f8fc76e81b572e882807b881756d6541aa77e55e8c083cda3363f8d2f9a32a7ab35a0b79482a9c91ef47
 SHA512 
416bdc5a889c3986b2a5d6ecb8526a69f2d85c34f4856da43951271ff4f31013e4197c56ea5f6b05061b511b980d5a65cb34b9b859d3013c1dbcbb89d43114f9
-DIST cabextract-1.9.1.tar.gz 469369 BLAKE2B 
5bfc697b40cbf47b42ab7857804b703c9622d8dae1648aae1bb5c0ec7c7978bff01b7ca2526f1b6090f193d88c00e3f49ae111f348d03fec9f575bddbb4b4096
 SHA512 
c354a4b20a222b40813f01baf8311c9a76611da427f9f44e977a3fd09508e24a18b486e3eef889a9debdca459f1b0c28d5d25429ccd555d3a2e4ff92d91cec14

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
deleted file mode 100644
index dc44fbe296f6..
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools toolchain-funcs
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/kyz/libmspack.git;
-   inherit git-r3
-   MY_P="${PN}-"
-
-   LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
-else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-   MY_PV="${PV/_alpha/alpha}"
-   MY_P="${PN}-${MY_PV}"
-   SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
-
-   LIBMSPACK_DEPEND=">=dev-libs/libmspack-0.8_alpha:="
-fi
-
-DESCRIPTION="Extracts files from Microsoft cabinet archive files"
-HOMEPAGE="https://www.cabextract.org.uk/;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="extras"
-
-DEPEND="${LIBMSPACK_DEPEND}"
-RDEPEND="${LIBMSPACK_DEPEND}
-   extras? ( dev-lang/perl )"
-BDEPEND="sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   if [[ ${PV} == "" ]] ; then
-   # Re-create file layout from release tarball
-   pushd "${WORKDIR}" &>/dev/null || die
-   cp -aL "${S}"/${PN} "${WORKDIR}"/${PN}-source || die
-   rm -r "${S}" || die
-   mv "${WORKDIR}"/${PN}-source "${S}" || die
-   popd &>/dev/null || die
-   fi
-
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --with-external-libmspack=yes
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   local DOCS=( AUTHORS ChangeLog NEWS README TODO doc/magic )
-   default
-   docinto html
-   dodoc doc/wince_cab_format.html
-   if use extras; then
-   dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
-   fi
-}



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

2023-04-27 Thread Sam James
commit: a7692ba103b8cc781c3382801cafa19a29f4e2eb
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 00:03:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 00:04:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7692ba1

app-arch/cabextract: Stabilize 1.11 x86, #905185

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

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

diff --git a/app-arch/cabextract/cabextract-1.11.ebuild 
b/app-arch/cabextract/cabextract-1.11.ebuild
index 19c5bb6acb39..c71f01e5c801 100644
--- a/app-arch/cabextract/cabextract-1.11.ebuild
+++ b/app-arch/cabextract/cabextract-1.11.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2023-04-27 Thread Sam James
commit: e132dda082fa1a55e5f60907c5bf10848061e1aa
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 27 23:28:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 27 23:28:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e132dda0

app-arch/cabextract: Stabilize 1.11 hppa, #905185

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

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

diff --git a/app-arch/cabextract/cabextract-1.11.ebuild 
b/app-arch/cabextract/cabextract-1.11.ebuild
index 7b0353774a96..269fb70da7b6 100644
--- a/app-arch/cabextract/cabextract-1.11.ebuild
+++ b/app-arch/cabextract/cabextract-1.11.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2023-04-27 Thread Sam James
commit: 0f529db20cbe7d7e481780decd946904028ff386
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 27 23:28:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 27 23:28:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f529db2

app-arch/cabextract: Stabilize 1.11 ppc64, #905185

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

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

diff --git a/app-arch/cabextract/cabextract-1.11.ebuild 
b/app-arch/cabextract/cabextract-1.11.ebuild
index 269fb70da7b6..c36897f37cb2 100644
--- a/app-arch/cabextract/cabextract-1.11.ebuild
+++ b/app-arch/cabextract/cabextract-1.11.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2023-04-27 Thread Sam James
commit: c06a1f1ccddb3680a712977c2a276b9001f515c7
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 27 23:28:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 27 23:28:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06a1f1c

app-arch/cabextract: Stabilize 1.11 arm64, #905185

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

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

diff --git a/app-arch/cabextract/cabextract-1.11.ebuild 
b/app-arch/cabextract/cabextract-1.11.ebuild
index 51de884edb27..7b0353774a96 100644
--- a/app-arch/cabextract/cabextract-1.11.ebuild
+++ b/app-arch/cabextract/cabextract-1.11.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2023-04-27 Thread Sam James
commit: 78e7960d4b778904ffe0c8a3feade4be907205be
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 27 23:28:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 27 23:28:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e7960d

app-arch/cabextract: Stabilize 1.11 ppc, #905185

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

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

diff --git a/app-arch/cabextract/cabextract-1.11.ebuild 
b/app-arch/cabextract/cabextract-1.11.ebuild
index 542c7276e4de..51de884edb27 100644
--- a/app-arch/cabextract/cabextract-1.11.ebuild
+++ b/app-arch/cabextract/cabextract-1.11.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2023-04-27 Thread Sam James
commit: e079a51d845ece4221c8f806ae58d5976b4ef3e4
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 27 23:28:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 27 23:28:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e079a51d

app-arch/cabextract: Stabilize 1.11 sparc, #905185

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

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

diff --git a/app-arch/cabextract/cabextract-1.11.ebuild 
b/app-arch/cabextract/cabextract-1.11.ebuild
index 6ed4e3092da5..542c7276e4de 100644
--- a/app-arch/cabextract/cabextract-1.11.ebuild
+++ b/app-arch/cabextract/cabextract-1.11.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2023-03-03 Thread Matt Turner
commit: b2fbe244f8dd0a786b91db034a6c062f3ea3b541
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar  4 03:16:17 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar  4 03:16:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2fbe244

app-arch/cabextract: Version bump to 1.11

Signed-off-by: Matt Turner  gentoo.org>

 app-arch/cabextract/Manifest |  1 +
 .../{cabextract-.ebuild => cabextract-1.11.ebuild}   | 12 ++--
 app-arch/cabextract/cabextract-.ebuild   | 12 ++--
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
index 17fd6ea550ec..ad9e0071ecfc 100644
--- a/app-arch/cabextract/Manifest
+++ b/app-arch/cabextract/Manifest
@@ -1 +1,2 @@
+DIST cabextract-1.11.tar.gz 489656 BLAKE2B 
c0360e63359c3c3db26d442a92be8ac3f05903015be0f8fc76e81b572e882807b881756d6541aa77e55e8c083cda3363f8d2f9a32a7ab35a0b79482a9c91ef47
 SHA512 
416bdc5a889c3986b2a5d6ecb8526a69f2d85c34f4856da43951271ff4f31013e4197c56ea5f6b05061b511b980d5a65cb34b9b859d3013c1dbcbb89d43114f9
 DIST cabextract-1.9.1.tar.gz 469369 BLAKE2B 
5bfc697b40cbf47b42ab7857804b703c9622d8dae1648aae1bb5c0ec7c7978bff01b7ca2526f1b6090f193d88c00e3f49ae111f348d03fec9f575bddbb4b4096
 SHA512 
c354a4b20a222b40813f01baf8311c9a76611da427f9f44e977a3fd09508e24a18b486e3eef889a9debdca459f1b0c28d5d25429ccd555d3a2e4ff92d91cec14

diff --git a/app-arch/cabextract/cabextract-.ebuild 
b/app-arch/cabextract/cabextract-1.11.ebuild
similarity index 79%
copy from app-arch/cabextract/cabextract-.ebuild
copy to app-arch/cabextract/cabextract-1.11.ebuild
index 569f885f93b4..6ed4e3092da5 100644
--- a/app-arch/cabextract/cabextract-.ebuild
+++ b/app-arch/cabextract/cabextract-1.11.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-inherit autotools toolchain-funcs
+inherit toolchain-funcs
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/kyz/libmspack.git;
-   inherit git-r3
+   inherit autotools git-r3
MY_P="${PN}-"
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
@@ -45,7 +45,7 @@ src_prepare() {
 
default
 
-   eautoreconf
+   [[ ${PV} == "" ]] && eautoreconf
 }
 
 src_configure() {

diff --git a/app-arch/cabextract/cabextract-.ebuild 
b/app-arch/cabextract/cabextract-.ebuild
index 569f885f93b4..6ed4e3092da5 100644
--- a/app-arch/cabextract/cabextract-.ebuild
+++ b/app-arch/cabextract/cabextract-.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-inherit autotools toolchain-funcs
+inherit toolchain-funcs
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/kyz/libmspack.git;
-   inherit git-r3
+   inherit autotools git-r3
MY_P="${PN}-"
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
@@ -45,7 +45,7 @@ src_prepare() {
 
default
 
-   eautoreconf
+   [[ ${PV} == "" ]] && eautoreconf
 }
 
 src_configure() {



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

2022-09-07 Thread Joonas Niilola
commit: 96124dab9595b50d89800ea476541b0d3cd456d7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Sep  7 12:32:05 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Sep  7 12:32:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96124dab

app-arch/cabextract: add bdepend

Signed-off-by: Joonas Niilola  gentoo.org>

 app-arch/cabextract/cabextract-1.9.1.ebuild | 5 +++--
 app-arch/cabextract/cabextract-.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index 47ed62fb64f9..4eb13482f474 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -27,10 +27,11 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="extras"
 
-DEPEND="${LIBMSPACK_DEPEND}
-   virtual/pkgconfig"
+DEPEND="${LIBMSPACK_DEPEND}"
 RDEPEND="${LIBMSPACK_DEPEND}
extras? ( dev-lang/perl )"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
 
 src_prepare() {
if [[ ${PV} == "" ]] ; then

diff --git a/app-arch/cabextract/cabextract-.ebuild 
b/app-arch/cabextract/cabextract-.ebuild
index d3b2ec55b336..569f885f93b4 100644
--- a/app-arch/cabextract/cabextract-.ebuild
+++ b/app-arch/cabextract/cabextract-.ebuild
@@ -27,10 +27,11 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="extras"
 
-DEPEND="${LIBMSPACK_DEPEND}
-   virtual/pkgconfig"
+DEPEND="${LIBMSPACK_DEPEND}"
 RDEPEND="${LIBMSPACK_DEPEND}
extras? ( dev-lang/perl )"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
 
 src_prepare() {
if [[ ${PV} == "" ]] ; then



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

2022-08-17 Thread Matt Turner
commit: b16e7b5a0003bcdca7b9d2e132c8007e3d0aef89
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:44:37 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16e7b5a

app-arch/cabextract: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-arch/cabextract/Manifest   |  2 -
 app-arch/cabextract/cabextract-1.8.ebuild  | 39 
 app-arch/cabextract/cabextract-1.9-r2.ebuild   | 72 --
 .../files/cabextract-1.9-fix-bigendian.patch   | 17 -
 ...cabextract-1.9-remove-spurious-test_files.patch | 17 -
 5 files changed, 147 deletions(-)

diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
index d833dc8f192e..17fd6ea550ec 100644
--- a/app-arch/cabextract/Manifest
+++ b/app-arch/cabextract/Manifest
@@ -1,3 +1 @@
-DIST cabextract-1.8.tar.gz 289256 BLAKE2B 
ba9fea0cd12859b0de97b13362eaf276066650eb7151e0115af7ed2586cfa7497f72be2f9287d3ccb5ce5256ec26ca69e729df5bb0a327bb9f32ded25391460c
 SHA512 
f8d676d6b738b0b13ac1cac7716c2fb46db423ef30b05ee64f00fcb19596131fbd34341c8b417af3de04896e9b6a8abf0d5976ee4bf87d016806a71317246d7a
 DIST cabextract-1.9.1.tar.gz 469369 BLAKE2B 
5bfc697b40cbf47b42ab7857804b703c9622d8dae1648aae1bb5c0ec7c7978bff01b7ca2526f1b6090f193d88c00e3f49ae111f348d03fec9f575bddbb4b4096
 SHA512 
c354a4b20a222b40813f01baf8311c9a76611da427f9f44e977a3fd09508e24a18b486e3eef889a9debdca459f1b0c28d5d25429ccd555d3a2e4ff92d91cec14
-DIST cabextract-1.9.tar.gz 466334 BLAKE2B 
1a82bddca826ee35ed13e1c0b50deca3ae1b7e31d7f427f54b5d6cf9651a727b7cbf8049c1a4326237725e007baecb4356721489611bb5e015bd7460e2530758
 SHA512 
d144c1df9ed8e8c339bcadb3d1be2eb2576bb066e3f75a3480df0d5e81407a633554e4674b3bb43716c0cf33a0f2327e6f798cd6d7825bceefa0ad839fcc3f64

diff --git a/app-arch/cabextract/cabextract-1.8.ebuild 
b/app-arch/cabextract/cabextract-1.8.ebuild
deleted file mode 100644
index acb8183e9aa5..
--- a/app-arch/cabextract/cabextract-1.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Extracts files from Microsoft cabinet archive files"
-HOMEPAGE="https://www.cabextract.org.uk/;
-SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="extras"
-
-RDEPEND="extras? ( dev-lang/perl )"
-
-src_prepare() {
-   default
-   # the code attempts to set up a fnmatch replacement, but then fails to 
code
-   # it properly leading to undefined references to rpl_fnmatch().  This 
may be
-   # removed in the future if building still works by setting "yes" to 
"no".
-   export ac_cv_func_fnmatch_works=yes
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   local DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic )
-   default
-   docinto html
-   dodoc doc/wince_cab_format.html
-   if use extras; then
-   dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
-   fi
-}

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
deleted file mode 100644
index e8fcac6043f4..
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools toolchain-funcs
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/kyz/libmspack.git;
-   inherit git-r3
-   MY_P="${PN}-"
-
-   LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
-else
-   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~loong ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-   MY_PV="${PV/_alpha/alpha}"
-   MY_P="${PN}-${MY_PV}"
-   SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
-
-   LIBMSPACK_DEPEND=">=dev-libs/libmspack-0.8_alpha:="
-fi
-
-DESCRIPTION="Extracts files from Microsoft cabinet archive files"
-HOMEPAGE="https://www.cabextract.org.uk/;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="extras"
-
-DEPEND="${LIBMSPACK_DEPEND}
-   virtual/pkgconfig"
-RDEPEND="${LIBMSPACK_DEPEND}
-   extras? ( dev-lang/perl )"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-fix-bigendian.patch
-   "${FILESDIR}"/${P}-remove-spurious-test_files.patch
-)
-
-src_prepare() {
-   if [[ ${PV} == "" ]] ; then
-   # Re-create file layout from release tarball
-   pushd "${WORKDIR}" &>/dev/null || die
-   cp -aL "${S}"/${PN} "${WORKDIR}"/${PN}-source || die
-   rm -r "${S}" 

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

2022-07-28 Thread Sam James
commit: d2437e326748f8ec937e33494f393021cfae152c
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 28 13:54:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 28 13:59:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2437e32

app-arch/cabextract: add github upstream metadata

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

 app-arch/cabextract/metadata.xml | 23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/app-arch/cabextract/metadata.xml b/app-arch/cabextract/metadata.xml
index 7d44a3ceb01c..0789fd696930 100644
--- a/app-arch/cabextract/metadata.xml
+++ b/app-arch/cabextract/metadata.xml
@@ -1,14 +1,17 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-fo...@gentoo.org
-Fonts
-  
-  
-Install experimental extra tools: wince_info and
-  wince_rename for examining and processing Windows CE installation cabinet
-  header files; cabinfo for examining the structure of a cab file.
-
-  
+   
+   fo...@gentoo.org
+   Fonts
+   
+   
+   Install experimental extra tools: 
wince_info and
+   wince_rename for examining and processing Windows CE 
installation cabinet
+   header files; cabinfo for examining the structure of a cab file.
+   
+   
+   
+   kyz/libmspack
+   
 



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

2022-05-14 Thread WANG Xuerui
commit: 0a5d83ce585dd0f96466eb860fd1dcf18065bab2
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 14 10:27:56 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May 14 10:28:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5d83ce

app-arch/cabextract: keyword 1.9.1 for ~loong

Tests passed on real hardware.

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

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index 05ef772888ec..47ed62fb64f9 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2022-05-05 Thread WANG Xuerui
commit: f290fcec7b46bedeac1504db45b99b5824096fce
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May  5 10:35:54 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May  5 10:44:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f290fcec

app-arch/cabextract: forward ~loong

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

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

diff --git a/app-arch/cabextract/cabextract-.ebuild 
b/app-arch/cabextract/cabextract-.ebuild
index 1e017470206f..d3b2ec55b336 100644
--- a/app-arch/cabextract/cabextract-.ebuild
+++ b/app-arch/cabextract/cabextract-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2022-05-05 Thread WANG Xuerui
commit: d2fee4207186e00dd4467f1720b455bbeba6b4f9
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May  5 10:35:45 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May  5 10:44:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2fee420

app-arch/cabextract: keyword 1.9-r2 for ~loong

Tests passed on real hardware.

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

 app-arch/cabextract/cabextract-1.9-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
index fdf50aa99b13..e8fcac6043f4 100644
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~loong ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2022-01-01 Thread James Le Cuirot
commit: 5c925a186a1fa384aa496047393d67942d653a46
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jan  1 09:59:58 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan  1 10:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c925a18

app-arch/cabextract: Keyword 1.9.1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index ae2d04bfcc58..05ef772888ec 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2021-06-24 Thread Yixun Lan
commit: 7d1dda3c63b66c81241bf3d1f04d1a00fe3ead88
Author: Ye Cao  rioslab  org>
AuthorDate: Thu Jun 24 09:17:50 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jun 25 01:25:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1dda3c

app-arch/cabextract: add ~riscv keyword

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ye Cao  rioslab.org>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index b65597372da..ae2d04bfcc5 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2021-01-06 Thread Fabian Groffen
commit: c8d10fbd899d49140857581e4afd78ad060b119d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 12:47:14 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 12:51:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d10fbd

app-arch/cabextract: drop x86-macos

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

 app-arch/cabextract/cabextract-1.8.ebuild| 4 ++--
 app-arch/cabextract/cabextract-1.9-r2.ebuild | 4 ++--
 app-arch/cabextract/cabextract-1.9.1.ebuild  | 4 ++--
 app-arch/cabextract/cabextract-.ebuild   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-arch/cabextract/cabextract-1.8.ebuild 
b/app-arch/cabextract/cabextract-1.8.ebuild
index 4a9f46c508d..acb8183e9aa 100644
--- a/app-arch/cabextract/cabextract-1.8.ebuild
+++ b/app-arch/cabextract/cabextract-1.8.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
@@ -11,7 +11,7 @@ SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="extras"
 
 RDEPEND="extras? ( dev-lang/perl )"

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
index 07d4e1100a4..fdf50aa99b1 100644
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r2.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"
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index d89455a4939..b65597372da 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.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"
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;

diff --git a/app-arch/cabextract/cabextract-.ebuild 
b/app-arch/cabextract/cabextract-.ebuild
index bbc9988041a..1e017470206 100644
--- a/app-arch/cabextract/cabextract-.ebuild
+++ b/app-arch/cabextract/cabextract-.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"
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-09-19 Thread Sam James
commit: d3f8296636d222f9740fcab0adab869a223bc5bf
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 19 22:28:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 19 22:29:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f82966

app-arch/cabextract: Stabilize 1.9.1 amd64, #711218

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

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index 8b28342d629..d89455a4939 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-09-15 Thread Thomas Deutschmann
commit: a35e4040d386dd569a9343b926510e4ae8d0d603
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Sep 15 17:20:47 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Sep 15 17:22:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35e4040

app-arch/cabextract: x86 stable (bug #711218)

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

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index c5118e7de08..8b28342d629 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-09-13 Thread Sergei Trofimovich
commit: 06671b8b122cfd28235b2642cbd4e9a5d20e5a8f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 13 08:41:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 13 08:44:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06671b8b

app-arch/cabextract: stable 1.9.1 for ppc

stable wrt bug #711218

Package-Manager: Portage-3.0.6, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index af3edab1b95..c5118e7de08 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-09-13 Thread Sergei Trofimovich
commit: 75ac45869751c3d1eb19ddffd902975a65faaec2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 13 08:37:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 13 08:38:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ac4586

app-arch/cabextract: stable 1.9.1 for sparc

stable wrt bug #711218

Package-Manager: Portage-3.0.6, Repoman-3.0.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index be400bc706c..af3edab1b95 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-09-12 Thread Sergei Trofimovich
commit: 714b4b19f5455ac0241e60bd8a802c238a41df8f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 12 08:00:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 12 08:01:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714b4b19

app-arch/cabextract: stable 1.9.1 for hppa

stable wrt bug #711218

Package-Manager: Portage-3.0.6, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index ea2b0a1bce0..be400bc706c 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-09-09 Thread Sergei Trofimovich
commit: b8652d38ebbf78ac46ae6faed6d47722242296f3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Sep  9 21:45:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep  9 21:59:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8652d38

app-arch/cabextract: stable 1.9.1 for ppc64

stable wrt bug #711218

Package-Manager: Portage-3.0.6, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index fb7eec7890e..ea2b0a1bce0 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-09-09 Thread Sam James
commit: 6e3d94c43dd7a7c0b6deb1b8f445bf845c78
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  9 21:06:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  9 21:20:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3d94c4

app-arch/cabextract: Stabilize 1.9.1 arm, #711218

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

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index e9fb03294e2..fb7eec7890e 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-09-09 Thread Sam James
commit: c0673ae9304dcf93af2efab079de6d3d8c95fff2
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  9 20:58:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  9 20:58:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0673ae9

app-arch/cabextract: Stabilize 1.9.1 arm64, #711218

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

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index 4fa551d21e9..e9fb03294e2 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-05-31 Thread Matt Turner
commit: 8afc64cc447c5954ec7fc486f1ffd499602070ab
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun  1 00:06:38 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun  1 00:06:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afc64cc

app-arch/cabextract: Keyword 1.9.1 alpha, #720110

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index e87577a0d6e..4fa551d21e9 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-05-01 Thread Mart Raudsepp
commit: 51510257010073deeadc4a6529679800f517a04c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Thu Apr 30 19:54:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May  1 08:37:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51510257

app-arch/cabextract: arm64 keyworded (bug #720110)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index bbc9988041a..e87577a0d6e 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2020-04-23 Thread Sergei Trofimovich
commit: 17a5cf0f2c40b17237eb628cad8492e50514316b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Apr 23 07:15:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 23 07:16:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a5cf0f

app-arch/cabextract: drop m68k keywords

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/cabextract/cabextract-1.8.ebuild| 2 +-
 app-arch/cabextract/cabextract-1.9-r2.ebuild | 2 +-
 app-arch/cabextract/cabextract-1.9.1.ebuild  | 2 +-
 app-arch/cabextract/cabextract-.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-arch/cabextract/cabextract-1.8.ebuild 
b/app-arch/cabextract/cabextract-1.8.ebuild
index b938acb234a..4a9f46c508d 100644
--- a/app-arch/cabextract/cabextract-1.8.ebuild
+++ b/app-arch/cabextract/cabextract-1.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="extras"
 
 RDEPEND="extras? ( dev-lang/perl )"

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
index 1f1183ae23f..07d4e1100a4 100644
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
index 4f03b18057e..bbc9988041a 100644
--- a/app-arch/cabextract/cabextract-1.9.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;

diff --git a/app-arch/cabextract/cabextract-.ebuild 
b/app-arch/cabextract/cabextract-.ebuild
index 4f03b18057e..bbc9988041a 100644
--- a/app-arch/cabextract/cabextract-.ebuild
+++ b/app-arch/cabextract/cabextract-.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2019-04-14 Thread Aaron Bauman
commit: 6bd8e22ae85c1ec87215939108520ed694c369dd
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr 14 14:31:56 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr 14 14:31:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd8e22a

app-arch/cabextract: arm64 stable (bug #641648)

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

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

diff --git a/app-arch/cabextract/cabextract-1.8.ebuild 
b/app-arch/cabextract/cabextract-1.8.ebuild
index 5990d8ff13f..8e267080674 100644
--- a/app-arch/cabextract/cabextract-1.8.ebuild
+++ b/app-arch/cabextract/cabextract-1.8.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
@@ -11,7 +11,7 @@ SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="extras"
 
 RDEPEND="extras? ( dev-lang/perl )"



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

2019-03-04 Thread Lars Wendler
commit: 1f0c7a9bdf61eb6d15689e398c73647e058b059b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar  4 10:05:59 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar  4 10:05:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0c7a9b

app-arch/cabextract: Removed old.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-arch/cabextract/Manifest  |  2 --
 app-arch/cabextract/cabextract-1.6.ebuild | 37 -
 app-arch/cabextract/cabextract-1.7.ebuild | 39 ---
 3 files changed, 78 deletions(-)

diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
index b075fd0a74d..d833dc8f192 100644
--- a/app-arch/cabextract/Manifest
+++ b/app-arch/cabextract/Manifest
@@ -1,5 +1,3 @@
-DIST cabextract-1.6.tar.gz 241731 BLAKE2B 
49a94b1b0d8a6c9f61cd51280a035e3fedb8d7a2d097b132bc56114c6003a558647a7f8c47b8d08fcac1999e68bea5303adb2b03c8e6dd010995e8b0c6dcd442
 SHA512 
d1c71c0292e3d73d8edbff5f5230b3127c63028f5aba1d0cad968bc945202fb9c0773327affce3d28466068377f029c80735adbabe0929d29b2204dea73738f8
-DIST cabextract-1.7.tar.gz 293760 BLAKE2B 
d5ab4783c944d5d8b1d9ed8a2fbbfd60aeeab9f12b836032f982efc5721055b2caa521147246b3b5274d9456b1dbd2d513455cfd57750cf6d7fdc18f109f96c9
 SHA512 
63789e485d57299f2a0a60dc6d9a94e83639eb59b73789eff52977d3d3bd37a1c00713c86a4c6289e35541d0b7240ea0545ba84013713c070b4324ae1f2865ce
 DIST cabextract-1.8.tar.gz 289256 BLAKE2B 
ba9fea0cd12859b0de97b13362eaf276066650eb7151e0115af7ed2586cfa7497f72be2f9287d3ccb5ce5256ec26ca69e729df5bb0a327bb9f32ded25391460c
 SHA512 
f8d676d6b738b0b13ac1cac7716c2fb46db423ef30b05ee64f00fcb19596131fbd34341c8b417af3de04896e9b6a8abf0d5976ee4bf87d016806a71317246d7a
 DIST cabextract-1.9.1.tar.gz 469369 BLAKE2B 
5bfc697b40cbf47b42ab7857804b703c9622d8dae1648aae1bb5c0ec7c7978bff01b7ca2526f1b6090f193d88c00e3f49ae111f348d03fec9f575bddbb4b4096
 SHA512 
c354a4b20a222b40813f01baf8311c9a76611da427f9f44e977a3fd09508e24a18b486e3eef889a9debdca459f1b0c28d5d25429ccd555d3a2e4ff92d91cec14
 DIST cabextract-1.9.tar.gz 466334 BLAKE2B 
1a82bddca826ee35ed13e1c0b50deca3ae1b7e31d7f427f54b5d6cf9651a727b7cbf8049c1a4326237725e007baecb4356721489611bb5e015bd7460e2530758
 SHA512 
d144c1df9ed8e8c339bcadb3d1be2eb2576bb066e3f75a3480df0d5e81407a633554e4674b3bb43716c0cf33a0f2327e6f798cd6d7825bceefa0ad839fcc3f64

diff --git a/app-arch/cabextract/cabextract-1.6.ebuild 
b/app-arch/cabextract/cabextract-1.6.ebuild
deleted file mode 100644
index da02381ab49..000
--- a/app-arch/cabextract/cabextract-1.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Extracts files from Microsoft cabinet archive files"
-HOMEPAGE="https://www.cabextract.org.uk/;
-SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="extras"
-
-RDEPEND="extras? ( dev-lang/perl )"
-
-src_prepare() {
-   # the code attempts to set up a fnmatch replacement, but then fails to 
code
-   # it properly leading to undefined references to rpl_fnmatch().  This 
may be
-   # removed in the future if building still works by setting "yes" to 
"no".
-   export ac_cv_func_fnmatch_works=yes
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   default
-   dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic
-   dohtml doc/wince_cab_format.html
-   if use extras; then
-   dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
-   fi
-}

diff --git a/app-arch/cabextract/cabextract-1.7.ebuild 
b/app-arch/cabextract/cabextract-1.7.ebuild
deleted file mode 100644
index 694d49c73d7..000
--- a/app-arch/cabextract/cabextract-1.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Extracts files from Microsoft cabinet archive files"
-HOMEPAGE="https://www.cabextract.org.uk/;
-SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="extras"
-
-RDEPEND="extras? ( dev-lang/perl )"
-
-src_prepare() {
-   default
-   # the code attempts to set up a fnmatch replacement, but then fails to 
code
-   # it properly leading to undefined references to rpl_fnmatch().  This 
may be
-   # removed in the future if building still works by 

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

2019-03-04 Thread Lars Wendler
commit: 6c011ca637972cf0c8b825fe31ce44ccfe297933
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar  4 10:05:06 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar  4 10:05:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c011ca6

app-arch/cabextract: Bump to version 1.9.1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-arch/cabextract/Manifest|  1 +
 app-arch/cabextract/cabextract-1.9.1.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
index 1595cdec74e..b075fd0a74d 100644
--- a/app-arch/cabextract/Manifest
+++ b/app-arch/cabextract/Manifest
@@ -1,4 +1,5 @@
 DIST cabextract-1.6.tar.gz 241731 BLAKE2B 
49a94b1b0d8a6c9f61cd51280a035e3fedb8d7a2d097b132bc56114c6003a558647a7f8c47b8d08fcac1999e68bea5303adb2b03c8e6dd010995e8b0c6dcd442
 SHA512 
d1c71c0292e3d73d8edbff5f5230b3127c63028f5aba1d0cad968bc945202fb9c0773327affce3d28466068377f029c80735adbabe0929d29b2204dea73738f8
 DIST cabextract-1.7.tar.gz 293760 BLAKE2B 
d5ab4783c944d5d8b1d9ed8a2fbbfd60aeeab9f12b836032f982efc5721055b2caa521147246b3b5274d9456b1dbd2d513455cfd57750cf6d7fdc18f109f96c9
 SHA512 
63789e485d57299f2a0a60dc6d9a94e83639eb59b73789eff52977d3d3bd37a1c00713c86a4c6289e35541d0b7240ea0545ba84013713c070b4324ae1f2865ce
 DIST cabextract-1.8.tar.gz 289256 BLAKE2B 
ba9fea0cd12859b0de97b13362eaf276066650eb7151e0115af7ed2586cfa7497f72be2f9287d3ccb5ce5256ec26ca69e729df5bb0a327bb9f32ded25391460c
 SHA512 
f8d676d6b738b0b13ac1cac7716c2fb46db423ef30b05ee64f00fcb19596131fbd34341c8b417af3de04896e9b6a8abf0d5976ee4bf87d016806a71317246d7a
+DIST cabextract-1.9.1.tar.gz 469369 BLAKE2B 
5bfc697b40cbf47b42ab7857804b703c9622d8dae1648aae1bb5c0ec7c7978bff01b7ca2526f1b6090f193d88c00e3f49ae111f348d03fec9f575bddbb4b4096
 SHA512 
c354a4b20a222b40813f01baf8311c9a76611da427f9f44e977a3fd09508e24a18b486e3eef889a9debdca459f1b0c28d5d25429ccd555d3a2e4ff92d91cec14
 DIST cabextract-1.9.tar.gz 466334 BLAKE2B 
1a82bddca826ee35ed13e1c0b50deca3ae1b7e31d7f427f54b5d6cf9651a727b7cbf8049c1a4326237725e007baecb4356721489611bb5e015bd7460e2530758
 SHA512 
d144c1df9ed8e8c339bcadb3d1be2eb2576bb066e3f75a3480df0d5e81407a633554e4674b3bb43716c0cf33a0f2327e6f798cd6d7825bceefa0ad839fcc3f64

diff --git a/app-arch/cabextract/cabextract-1.9.1.ebuild 
b/app-arch/cabextract/cabextract-1.9.1.ebuild
new file mode 100644
index 000..fb656c5eab7
--- /dev/null
+++ b/app-arch/cabextract/cabextract-1.9.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools toolchain-funcs
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/kyz/libmspack.git;
+   inherit git-r3
+   MY_P="${PN}-"
+
+   LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
+else
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   MY_PV="${PV/_alpha/alpha}"
+   MY_P="${PN}-${MY_PV}"
+   SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
+
+   LIBMSPACK_DEPEND=">=dev-libs/libmspack-0.8_alpha:="
+fi
+
+DESCRIPTION="Extracts files from Microsoft cabinet archive files"
+HOMEPAGE="https://www.cabextract.org.uk/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="extras"
+
+DEPEND="${LIBMSPACK_DEPEND}
+   virtual/pkgconfig"
+RDEPEND="${LIBMSPACK_DEPEND}
+   extras? ( dev-lang/perl )"
+
+src_prepare() {
+   if [[ ${PV} == "" ]] ; then
+   # Re-create file layout from release tarball
+   pushd "${WORKDIR}" &>/dev/null || die
+   cp -aL "${S}"/${PN} "${WORKDIR}"/${PN}-source || die
+   rm -r "${S}" || die
+   mv "${WORKDIR}"/${PN}-source "${S}" || die
+   popd &>/dev/null || die
+   fi
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-external-libmspack=yes
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   local DOCS=( AUTHORS ChangeLog NEWS README TODO doc/magic )
+   default
+   docinto html
+   dodoc doc/wince_cab_format.html
+   if use extras; then
+   dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
+   fi
+}



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

2019-01-30 Thread Tobias Klausmann
commit: 715dc38d7255b2c072ae8d7b2801780f1a5880ed
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Jan 30 13:19:57 2019 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Jan 30 13:19:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715dc38d

app-arch/cabextract-1.9-r2: alpha stable

Bug: http://bugs.gentoo.org/669280
Signed-off-by: Tobias Klausmann  gentoo.org>

 app-arch/cabextract/cabextract-1.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
index b7fa46937f4..662d81bff7b 100644
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2018-12-26 Thread Sergei Trofimovich
commit: 34adf3da932e78708ea78f49f831e2a8a80b43fb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 26 19:57:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 26 19:57:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34adf3da

app-arch/cabextract: stable 1.9-r2 for ppc64, bug #669280

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/cabextract/cabextract-1.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
index 1105e22b290..b7fa46937f4 100644
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2018-12-26 Thread Matt Turner
commit: 385ec33ca4527e8e872116510ffbb21d3b94f964
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Dec 26 17:29:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Dec 26 17:29:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385ec33c

app-arch/cabextract-1.9-r2: added ~alpha, bug 670478

Signed-off-by: Matt Turner  gentoo.org>

 app-arch/cabextract/cabextract-1.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
index 162e56f1104..1105e22b290 100644
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2018-12-26 Thread Sergei Trofimovich
commit: 3482b03c13553860338c4308b8c9b6060e030049
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 26 13:54:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 26 13:54:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3482b03c

app-arch/cabextract: stable 1.9-r2 for ppc, bug #669280

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/cabextract/cabextract-1.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
index 32c897bac17..162e56f1104 100644
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2018-12-07 Thread Mikle Kolyada
commit: 2d5e3f61d5c8805b7e81925d37f89c72b38f437c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Dec  7 12:46:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Dec  7 12:46:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5e3f61

app-arch/cabextract: arm stable wrt bug #669280

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

 app-arch/cabextract/cabextract-1.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
index 4bd0a66cafe..32c897bac17 100644
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2018-11-23 Thread Sergei Trofimovich
commit: e266db7ab82b7a702d4ea761c3723e6878e8dbd7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov 23 07:35:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov 23 16:18:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e266db7a

app-arch/cabextract: stable 1.9-r2 for hppa/sparc, bug #669280

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

 app-arch/cabextract/cabextract-1.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
index ea21b5d1e5b..4bd0a66cafe 100644
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2018-11-22 Thread Thomas Deutschmann
commit: b3a47084019e7ff61bdc8f36e7e738a47eff83a5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 22 15:27:57 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 22 15:28:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a47084

app-arch/cabextract: add dev-libs/libmspack to RDEPEND

Closes: https://bugs.gentoo.org/671684
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../cabextract/{cabextract-1.9-r1.ebuild => cabextract-1.9-r2.ebuild}  | 3 ++-
 app-arch/cabextract/cabextract-.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-arch/cabextract/cabextract-1.9-r1.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
similarity index 96%
rename from app-arch/cabextract/cabextract-1.9-r1.ebuild
rename to app-arch/cabextract/cabextract-1.9-r2.ebuild
index f435083a5f2..ea21b5d1e5b 100644
--- a/app-arch/cabextract/cabextract-1.9-r1.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r2.ebuild
@@ -29,7 +29,8 @@ IUSE="extras"
 
 DEPEND="${LIBMSPACK_DEPEND}
virtual/pkgconfig"
-RDEPEND="extras? ( dev-lang/perl )"
+RDEPEND="${LIBMSPACK_DEPEND}
+   extras? ( dev-lang/perl )"
 
 PATCHES=(
"${FILESDIR}"/${P}-fix-bigendian.patch

diff --git a/app-arch/cabextract/cabextract-.ebuild 
b/app-arch/cabextract/cabextract-.ebuild
index 49070540a76..6f8a446e8da 100644
--- a/app-arch/cabextract/cabextract-.ebuild
+++ b/app-arch/cabextract/cabextract-.ebuild
@@ -29,7 +29,8 @@ IUSE="extras"
 
 DEPEND="${LIBMSPACK_DEPEND}
virtual/pkgconfig"
-RDEPEND="extras? ( dev-lang/perl )"
+RDEPEND="${LIBMSPACK_DEPEND}
+   extras? ( dev-lang/perl )"
 
 src_prepare() {
if [[ ${PV} == "" ]] ; then



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

2018-11-22 Thread Thomas Deutschmann
commit: 3a418bfc82713d71cdefa33db2a04aebc78fd052
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 22 13:53:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 22 13:53:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a418bfc

app-arch/cabextract: fix big-endian

Closes: https://bugs.gentoo.org/670654
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../{cabextract-1.9.ebuild => cabextract-1.9-r1.ebuild} |  5 +
 .../cabextract/files/cabextract-1.9-fix-bigendian.patch | 17 +
 .../cabextract-1.9-remove-spurious-test_files.patch | 17 +
 3 files changed, 39 insertions(+)

diff --git a/app-arch/cabextract/cabextract-1.9.ebuild 
b/app-arch/cabextract/cabextract-1.9-r1.ebuild
similarity index 93%
rename from app-arch/cabextract/cabextract-1.9.ebuild
rename to app-arch/cabextract/cabextract-1.9-r1.ebuild
index 547506966c9..f435083a5f2 100644
--- a/app-arch/cabextract/cabextract-1.9.ebuild
+++ b/app-arch/cabextract/cabextract-1.9-r1.ebuild
@@ -31,6 +31,11 @@ DEPEND="${LIBMSPACK_DEPEND}
virtual/pkgconfig"
 RDEPEND="extras? ( dev-lang/perl )"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-bigendian.patch
+   "${FILESDIR}"/${P}-remove-spurious-test_files.patch
+)
+
 src_prepare() {
if [[ ${PV} == "" ]] ; then
# Re-create file layout from release tarball

diff --git a/app-arch/cabextract/files/cabextract-1.9-fix-bigendian.patch 
b/app-arch/cabextract/files/cabextract-1.9-fix-bigendian.patch
new file mode 100644
index 000..760dd9dbb01
--- /dev/null
+++ b/app-arch/cabextract/files/cabextract-1.9-fix-bigendian.patch
@@ -0,0 +1,17 @@
+https://github.com/kyz/libmspack/commit/c19e707936947b45cf05bc9aaee68517c6c2aca6
+
+---
+ configure.ac  | 1 +
+ 1 files changed, 1 insertions(+)
+
+diff --git a/configure.ac b/configure.ac
+--- a/configure.ac
 b/configure.ac
+@@ -30,6 +30,7 @@ AC_CHECK_HEADERS([inttypes.h])
+ # Checks for typedefs, structures, and compiler characteristics.
+ AC_C_CONST
+ AC_C_INLINE
++AC_C_BIGENDIAN
+ AC_TYPE_MODE_T
+ AC_TYPE_OFF_T
+ AC_TYPE_SIZE_T

diff --git 
a/app-arch/cabextract/files/cabextract-1.9-remove-spurious-test_files.patch 
b/app-arch/cabextract/files/cabextract-1.9-remove-spurious-test_files.patch
new file mode 100644
index 000..d80b8704834
--- /dev/null
+++ b/app-arch/cabextract/files/cabextract-1.9-remove-spurious-test_files.patch
@@ -0,0 +1,17 @@
+https://github.com/kyz/libmspack/commit/2f78851e3927b05931574b380ca6dccaf91e3807
+
+---
+ test/bugs.test | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/test/bugs.test
 b/test/bugs.test
+@@ -2,7 +2,7 @@
+ # test that known crash bugs remain fixed
+ . test/testcase
+ 
+-$cabextract -t $test_files/bugs/*.cab
++$cabextract -t bugs/*.cab
+ 
+ # fail if exit code indicates a crash (SIGBUS, SIGSEGV, etc.)
+ test $? -le 1



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

2018-11-18 Thread Sergei Trofimovich
commit: 9fed0d43fdd6b43c594e61ddfaed55b1dc72cb4b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 18 10:34:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 18 10:34:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fed0d43

app-arch/cabextract: stable 1.9 for ia64, bug #669280

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-arch/cabextract/cabextract-1.9.ebuild 
b/app-arch/cabextract/cabextract-1.9.ebuild
index 68a27ed3bc9..547506966c9 100644
--- a/app-arch/cabextract/cabextract-1.9.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2018-11-07 Thread Thomas Deutschmann
commit: b3e7cfbe807106332c2f574dbc157431bf8c6179
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov  7 23:36:00 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov  7 23:36:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e7cfbe

app-arch/cabextract: x86 stable (bug #669280)

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

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

diff --git a/app-arch/cabextract/cabextract-1.9.ebuild 
b/app-arch/cabextract/cabextract-1.9.ebuild
index 4d58c46a9a2..68a27ed3bc9 100644
--- a/app-arch/cabextract/cabextract-1.9.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2018-11-07 Thread Agostino Sarubbo
commit: 483de36bfae979a5c9528028b57b64cc770c65ef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov  7 09:43:36 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov  7 09:43:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483de36b

app-arch/cabextract: amd64 stable wrt bug #669280

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

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

diff --git a/app-arch/cabextract/cabextract-1.9.ebuild 
b/app-arch/cabextract/cabextract-1.9.ebuild
index 49070540a76..4d58c46a9a2 100644
--- a/app-arch/cabextract/cabextract-1.9.ebuild
+++ b/app-arch/cabextract/cabextract-1.9.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 
LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
 else
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;



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

2018-11-05 Thread Thomas Deutschmann
commit: 052405702013032edf4686bad9a541a737e681cc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov  6 02:12:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov  6 02:12:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05240570

app-arch/cabextract: bump to v1.9

Bug: https://bugs.gentoo.org/669280
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-arch/cabextract/Manifest  |  1 +
 app-arch/cabextract/cabextract-1.9.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
index 58b2879374b..1595cdec74e 100644
--- a/app-arch/cabextract/Manifest
+++ b/app-arch/cabextract/Manifest
@@ -1,3 +1,4 @@
 DIST cabextract-1.6.tar.gz 241731 BLAKE2B 
49a94b1b0d8a6c9f61cd51280a035e3fedb8d7a2d097b132bc56114c6003a558647a7f8c47b8d08fcac1999e68bea5303adb2b03c8e6dd010995e8b0c6dcd442
 SHA512 
d1c71c0292e3d73d8edbff5f5230b3127c63028f5aba1d0cad968bc945202fb9c0773327affce3d28466068377f029c80735adbabe0929d29b2204dea73738f8
 DIST cabextract-1.7.tar.gz 293760 BLAKE2B 
d5ab4783c944d5d8b1d9ed8a2fbbfd60aeeab9f12b836032f982efc5721055b2caa521147246b3b5274d9456b1dbd2d513455cfd57750cf6d7fdc18f109f96c9
 SHA512 
63789e485d57299f2a0a60dc6d9a94e83639eb59b73789eff52977d3d3bd37a1c00713c86a4c6289e35541d0b7240ea0545ba84013713c070b4324ae1f2865ce
 DIST cabextract-1.8.tar.gz 289256 BLAKE2B 
ba9fea0cd12859b0de97b13362eaf276066650eb7151e0115af7ed2586cfa7497f72be2f9287d3ccb5ce5256ec26ca69e729df5bb0a327bb9f32ded25391460c
 SHA512 
f8d676d6b738b0b13ac1cac7716c2fb46db423ef30b05ee64f00fcb19596131fbd34341c8b417af3de04896e9b6a8abf0d5976ee4bf87d016806a71317246d7a
+DIST cabextract-1.9.tar.gz 466334 BLAKE2B 
1a82bddca826ee35ed13e1c0b50deca3ae1b7e31d7f427f54b5d6cf9651a727b7cbf8049c1a4326237725e007baecb4356721489611bb5e015bd7460e2530758
 SHA512 
d144c1df9ed8e8c339bcadb3d1be2eb2576bb066e3f75a3480df0d5e81407a633554e4674b3bb43716c0cf33a0f2327e6f798cd6d7825bceefa0ad839fcc3f64

diff --git a/app-arch/cabextract/cabextract-1.9.ebuild 
b/app-arch/cabextract/cabextract-1.9.ebuild
new file mode 100644
index 000..49070540a76
--- /dev/null
+++ b/app-arch/cabextract/cabextract-1.9.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools toolchain-funcs
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/kyz/libmspack.git;
+   inherit git-r3
+   MY_P="${PN}-"
+
+   LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
+else
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   MY_PV="${PV/_alpha/alpha}"
+   MY_P="${PN}-${MY_PV}"
+   SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
+
+   LIBMSPACK_DEPEND=">=dev-libs/libmspack-0.8_alpha:="
+fi
+
+DESCRIPTION="Extracts files from Microsoft cabinet archive files"
+HOMEPAGE="https://www.cabextract.org.uk/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="extras"
+
+DEPEND="${LIBMSPACK_DEPEND}
+   virtual/pkgconfig"
+RDEPEND="extras? ( dev-lang/perl )"
+
+src_prepare() {
+   if [[ ${PV} == "" ]] ; then
+   # Re-create file layout from release tarball
+   pushd "${WORKDIR}" &>/dev/null || die
+   cp -aL "${S}"/${PN} "${WORKDIR}"/${PN}-source || die
+   rm -r "${S}" || die
+   mv "${WORKDIR}"/${PN}-source "${S}" || die
+   popd &>/dev/null || die
+   fi
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-external-libmspack=yes
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   local DOCS=( AUTHORS ChangeLog NEWS README TODO doc/magic )
+   default
+   docinto html
+   dodoc doc/wince_cab_format.html
+   if use extras; then
+   dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
+   fi
+}



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

2018-11-03 Thread Thomas Deutschmann
commit: dec08cc6d2acf582bc691e68583baf3c17690cfe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  4 01:19:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  4 01:20:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec08cc6

app-arch/cabextract: add live ebuild

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

 app-arch/cabextract/cabextract-.ebuild | 66 ++
 1 file changed, 66 insertions(+)

diff --git a/app-arch/cabextract/cabextract-.ebuild 
b/app-arch/cabextract/cabextract-.ebuild
new file mode 100644
index 000..49070540a76
--- /dev/null
+++ b/app-arch/cabextract/cabextract-.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools toolchain-funcs
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/kyz/libmspack.git;
+   inherit git-r3
+   MY_P="${PN}-"
+
+   LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
+else
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   MY_PV="${PV/_alpha/alpha}"
+   MY_P="${PN}-${MY_PV}"
+   SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
+
+   LIBMSPACK_DEPEND=">=dev-libs/libmspack-0.8_alpha:="
+fi
+
+DESCRIPTION="Extracts files from Microsoft cabinet archive files"
+HOMEPAGE="https://www.cabextract.org.uk/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="extras"
+
+DEPEND="${LIBMSPACK_DEPEND}
+   virtual/pkgconfig"
+RDEPEND="extras? ( dev-lang/perl )"
+
+src_prepare() {
+   if [[ ${PV} == "" ]] ; then
+   # Re-create file layout from release tarball
+   pushd "${WORKDIR}" &>/dev/null || die
+   cp -aL "${S}"/${PN} "${WORKDIR}"/${PN}-source || die
+   rm -r "${S}" || die
+   mv "${WORKDIR}"/${PN}-source "${S}" || die
+   popd &>/dev/null || die
+   fi
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-external-libmspack=yes
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   local DOCS=( AUTHORS ChangeLog NEWS README TODO doc/magic )
+   default
+   docinto html
+   dodoc doc/wince_cab_format.html
+   if use extras; then
+   dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
+   fi
+}



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

2018-10-21 Thread Lars Wendler
commit: f6622fbb2e27cd79db690256121a4c4d64c111b4
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Oct 21 17:51:09 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Oct 21 17:51:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6622fbb

app-arch/cabextract: Bump to version 1.8

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

 app-arch/cabextract/Manifest  |  1 +
 app-arch/cabextract/cabextract-1.8.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
index f019850002c..58b2879374b 100644
--- a/app-arch/cabextract/Manifest
+++ b/app-arch/cabextract/Manifest
@@ -1,2 +1,3 @@
 DIST cabextract-1.6.tar.gz 241731 BLAKE2B 
49a94b1b0d8a6c9f61cd51280a035e3fedb8d7a2d097b132bc56114c6003a558647a7f8c47b8d08fcac1999e68bea5303adb2b03c8e6dd010995e8b0c6dcd442
 SHA512 
d1c71c0292e3d73d8edbff5f5230b3127c63028f5aba1d0cad968bc945202fb9c0773327affce3d28466068377f029c80735adbabe0929d29b2204dea73738f8
 DIST cabextract-1.7.tar.gz 293760 BLAKE2B 
d5ab4783c944d5d8b1d9ed8a2fbbfd60aeeab9f12b836032f982efc5721055b2caa521147246b3b5274d9456b1dbd2d513455cfd57750cf6d7fdc18f109f96c9
 SHA512 
63789e485d57299f2a0a60dc6d9a94e83639eb59b73789eff52977d3d3bd37a1c00713c86a4c6289e35541d0b7240ea0545ba84013713c070b4324ae1f2865ce
+DIST cabextract-1.8.tar.gz 289256 BLAKE2B 
ba9fea0cd12859b0de97b13362eaf276066650eb7151e0115af7ed2586cfa7497f72be2f9287d3ccb5ce5256ec26ca69e729df5bb0a327bb9f32ded25391460c
 SHA512 
f8d676d6b738b0b13ac1cac7716c2fb46db423ef30b05ee64f00fcb19596131fbd34341c8b417af3de04896e9b6a8abf0d5976ee4bf87d016806a71317246d7a

diff --git a/app-arch/cabextract/cabextract-1.8.ebuild 
b/app-arch/cabextract/cabextract-1.8.ebuild
new file mode 100644
index 000..5990d8ff13f
--- /dev/null
+++ b/app-arch/cabextract/cabextract-1.8.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Extracts files from Microsoft cabinet archive files"
+HOMEPAGE="https://www.cabextract.org.uk/;
+SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="extras"
+
+RDEPEND="extras? ( dev-lang/perl )"
+
+src_prepare() {
+   default
+   # the code attempts to set up a fnmatch replacement, but then fails to 
code
+   # it properly leading to undefined references to rpl_fnmatch().  This 
may be
+   # removed in the future if building still works by setting "yes" to 
"no".
+   export ac_cv_func_fnmatch_works=yes
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   local DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic )
+   default
+   docinto html
+   dodoc doc/wince_cab_format.html
+   if use extras; then
+   dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
+   fi
+}



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

2018-07-26 Thread Lars Wendler
commit: 56249a9e74ddc0b3415e4c07b488661f014755f6
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 26 11:55:09 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 26 11:55:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56249a9e

app-arch/cabextract: Bump to version 1.7

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-arch/cabextract/Manifest  |  1 +
 app-arch/cabextract/cabextract-1.7.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
index d0876de3769..f019850002c 100644
--- a/app-arch/cabextract/Manifest
+++ b/app-arch/cabextract/Manifest
@@ -1 +1,2 @@
 DIST cabextract-1.6.tar.gz 241731 BLAKE2B 
49a94b1b0d8a6c9f61cd51280a035e3fedb8d7a2d097b132bc56114c6003a558647a7f8c47b8d08fcac1999e68bea5303adb2b03c8e6dd010995e8b0c6dcd442
 SHA512 
d1c71c0292e3d73d8edbff5f5230b3127c63028f5aba1d0cad968bc945202fb9c0773327affce3d28466068377f029c80735adbabe0929d29b2204dea73738f8
+DIST cabextract-1.7.tar.gz 293760 BLAKE2B 
d5ab4783c944d5d8b1d9ed8a2fbbfd60aeeab9f12b836032f982efc5721055b2caa521147246b3b5274d9456b1dbd2d513455cfd57750cf6d7fdc18f109f96c9
 SHA512 
63789e485d57299f2a0a60dc6d9a94e83639eb59b73789eff52977d3d3bd37a1c00713c86a4c6289e35541d0b7240ea0545ba84013713c070b4324ae1f2865ce

diff --git a/app-arch/cabextract/cabextract-1.7.ebuild 
b/app-arch/cabextract/cabextract-1.7.ebuild
new file mode 100644
index 000..694d49c73d7
--- /dev/null
+++ b/app-arch/cabextract/cabextract-1.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Extracts files from Microsoft cabinet archive files"
+HOMEPAGE="https://www.cabextract.org.uk/;
+SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="extras"
+
+RDEPEND="extras? ( dev-lang/perl )"
+
+src_prepare() {
+   default
+   # the code attempts to set up a fnmatch replacement, but then fails to 
code
+   # it properly leading to undefined references to rpl_fnmatch().  This 
may be
+   # removed in the future if building still works by setting "yes" to 
"no".
+   export ac_cv_func_fnmatch_works=yes
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   local DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic )
+   default
+   docinto html
+   dodoc doc/wince_cab_format.html
+   if use extras; then
+   dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
+   fi
+}



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

2018-03-02 Thread Michał Górny
commit: 152c855a737208a156405c51c72ffcdf9ef602af
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Feb 22 11:05:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  2 18:09:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152c855a

app-arch/cabextract: use HTTPS

 app-arch/cabextract/cabextract-1.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/cabextract/cabextract-1.6.ebuild 
b/app-arch/cabextract/cabextract-1.6.ebuild
index 42b906cd2bf..da02381ab49 100644
--- a/app-arch/cabextract/cabextract-1.6.ebuild
+++ b/app-arch/cabextract/cabextract-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="Extracts files from Microsoft cabinet archive files"
-HOMEPAGE="http://www.cabextract.org.uk/;
-SRC_URI="http://www.cabextract.org.uk/${P}.tar.gz;
+HOMEPAGE="https://www.cabextract.org.uk/;
+SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"



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

2015-09-02 Thread Justin Lecher
commit: 3992c082d53442fd2d2dd8981e7e0ddfc74552d3
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:13:07 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3992c082

app-arch/cabextract: Move export to local scope

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 app-arch/cabextract/cabextract-1.6.ebuild | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-arch/cabextract/cabextract-1.6.ebuild 
b/app-arch/cabextract/cabextract-1.6.ebuild
index a56604b..f9c458b 100644
--- a/app-arch/cabextract/cabextract-1.6.ebuild
+++ b/app-arch/cabextract/cabextract-1.6.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 inherit toolchain-funcs
 
 DESCRIPTION="Extracts files from Microsoft cabinet archive files"
@@ -16,17 +17,19 @@ IUSE="extras"
 
 RDEPEND="extras? ( dev-lang/perl )"
 
-# the code attempts to set up a fnmatch replacement, but then fails to code
-# it properly leading to undefined references to rpl_fnmatch().  This may be
-# removed in the future if building still works by setting "yes" to "no".
-export ac_cv_func_fnmatch_works=yes
+src_prepare() {
+   # the code attempts to set up a fnmatch replacement, but then fails to 
code
+   # it properly leading to undefined references to rpl_fnmatch().  This 
may be
+   # removed in the future if building still works by setting "yes" to 
"no".
+   export ac_cv_func_fnmatch_works=yes
+}
 
 src_compile() {
emake AR="$(tc-getAR)"
 }
 
 src_install() {
-   emake DESTDIR="${D}" install
+   default
dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic
dohtml doc/wince_cab_format.html
if use extras; then