Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cabextract/
Date: Mon, 04 Mar 2019 10:06:50
Message-Id: 1551693959.1f0c7a9bdf61eb6d15689e398c73647e058b059b.polynomial-c@gentoo
1 commit: 1f0c7a9bdf61eb6d15689e398c73647e058b059b
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 4 10:05:59 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 4 10:05:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0c7a9b
7
8 app-arch/cabextract: Removed old.
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-arch/cabextract/Manifest | 2 --
14 app-arch/cabextract/cabextract-1.6.ebuild | 37 -----------------------------
15 app-arch/cabextract/cabextract-1.7.ebuild | 39 -------------------------------
16 3 files changed, 78 deletions(-)
17
18 diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
19 index b075fd0a74d..d833dc8f192 100644
20 --- a/app-arch/cabextract/Manifest
21 +++ b/app-arch/cabextract/Manifest
22 @@ -1,5 +1,3 @@
23 -DIST cabextract-1.6.tar.gz 241731 BLAKE2B 49a94b1b0d8a6c9f61cd51280a035e3fedb8d7a2d097b132bc56114c6003a558647a7f8c47b8d08fcac1999e68bea5303adb2b03c8e6dd010995e8b0c6dcd442 SHA512 d1c71c0292e3d73d8edbff5f5230b3127c63028f5aba1d0cad968bc945202fb9c0773327affce3d28466068377f029c80735adbabe0929d29b2204dea73738f8
24 -DIST cabextract-1.7.tar.gz 293760 BLAKE2B d5ab4783c944d5d8b1d9ed8a2fbbfd60aeeab9f12b836032f982efc5721055b2caa521147246b3b5274d9456b1dbd2d513455cfd57750cf6d7fdc18f109f96c9 SHA512 63789e485d57299f2a0a60dc6d9a94e83639eb59b73789eff52977d3d3bd37a1c00713c86a4c6289e35541d0b7240ea0545ba84013713c070b4324ae1f2865ce
25 DIST cabextract-1.8.tar.gz 289256 BLAKE2B ba9fea0cd12859b0de97b13362eaf276066650eb7151e0115af7ed2586cfa7497f72be2f9287d3ccb5ce5256ec26ca69e729df5bb0a327bb9f32ded25391460c SHA512 f8d676d6b738b0b13ac1cac7716c2fb46db423ef30b05ee64f00fcb19596131fbd34341c8b417af3de04896e9b6a8abf0d5976ee4bf87d016806a71317246d7a
26 DIST cabextract-1.9.1.tar.gz 469369 BLAKE2B 5bfc697b40cbf47b42ab7857804b703c9622d8dae1648aae1bb5c0ec7c7978bff01b7ca2526f1b6090f193d88c00e3f49ae111f348d03fec9f575bddbb4b4096 SHA512 c354a4b20a222b40813f01baf8311c9a76611da427f9f44e977a3fd09508e24a18b486e3eef889a9debdca459f1b0c28d5d25429ccd555d3a2e4ff92d91cec14
27 DIST cabextract-1.9.tar.gz 466334 BLAKE2B 1a82bddca826ee35ed13e1c0b50deca3ae1b7e31d7f427f54b5d6cf9651a727b7cbf8049c1a4326237725e007baecb4356721489611bb5e015bd7460e2530758 SHA512 d144c1df9ed8e8c339bcadb3d1be2eb2576bb066e3f75a3480df0d5e81407a633554e4674b3bb43716c0cf33a0f2327e6f798cd6d7825bceefa0ad839fcc3f64
28
29 diff --git a/app-arch/cabextract/cabextract-1.6.ebuild b/app-arch/cabextract/cabextract-1.6.ebuild
30 deleted file mode 100644
31 index da02381ab49..00000000000
32 --- a/app-arch/cabextract/cabextract-1.6.ebuild
33 +++ /dev/null
34 @@ -1,37 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -inherit toolchain-funcs
41 -
42 -DESCRIPTION="Extracts files from Microsoft cabinet archive files"
43 -HOMEPAGE="https://www.cabextract.org.uk/"
44 -SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="0"
48 -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"
49 -IUSE="extras"
50 -
51 -RDEPEND="extras? ( dev-lang/perl )"
52 -
53 -src_prepare() {
54 - # the code attempts to set up a fnmatch replacement, but then fails to code
55 - # it properly leading to undefined references to rpl_fnmatch(). This may be
56 - # removed in the future if building still works by setting "yes" to "no".
57 - export ac_cv_func_fnmatch_works=yes
58 -}
59 -
60 -src_compile() {
61 - emake AR="$(tc-getAR)"
62 -}
63 -
64 -src_install() {
65 - default
66 - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic
67 - dohtml doc/wince_cab_format.html
68 - if use extras; then
69 - dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
70 - fi
71 -}
72
73 diff --git a/app-arch/cabextract/cabextract-1.7.ebuild b/app-arch/cabextract/cabextract-1.7.ebuild
74 deleted file mode 100644
75 index 694d49c73d7..00000000000
76 --- a/app-arch/cabextract/cabextract-1.7.ebuild
77 +++ /dev/null
78 @@ -1,39 +0,0 @@
79 -# Copyright 1999-2018 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=7
83 -
84 -inherit toolchain-funcs
85 -
86 -DESCRIPTION="Extracts files from Microsoft cabinet archive files"
87 -HOMEPAGE="https://www.cabextract.org.uk/"
88 -SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz"
89 -
90 -LICENSE="GPL-3"
91 -SLOT="0"
92 -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"
93 -IUSE="extras"
94 -
95 -RDEPEND="extras? ( dev-lang/perl )"
96 -
97 -src_prepare() {
98 - default
99 - # the code attempts to set up a fnmatch replacement, but then fails to code
100 - # it properly leading to undefined references to rpl_fnmatch(). This may be
101 - # removed in the future if building still works by setting "yes" to "no".
102 - export ac_cv_func_fnmatch_works=yes
103 -}
104 -
105 -src_compile() {
106 - emake AR="$(tc-getAR)"
107 -}
108 -
109 -src_install() {
110 - local DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic )
111 - default
112 - docinto html
113 - dodoc doc/wince_cab_format.html
114 - if use extras; then
115 - dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
116 - fi
117 -}