Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools-ng/
Date: Tue, 04 May 2021 21:00:17
Message-Id: 1620161653.1f953ddda68972b1fb3b5f24d0e0814c29bb8401.mattst88@gentoo
1 commit: 1f953ddda68972b1fb3b5f24d0e0814c29bb8401
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 20:51:40 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 20:54:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f953ddd
7
8 sys-fs/squashfs-tools-ng: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-fs/squashfs-tools-ng/Manifest | 2 -
13 .../squashfs-tools-ng-1.0.3.ebuild | 51 ----------------------
14 .../squashfs-tools-ng-1.0.4.ebuild | 51 ----------------------
15 3 files changed, 104 deletions(-)
16
17 diff --git a/sys-fs/squashfs-tools-ng/Manifest b/sys-fs/squashfs-tools-ng/Manifest
18 index ac6467197b2..673aee2835a 100644
19 --- a/sys-fs/squashfs-tools-ng/Manifest
20 +++ b/sys-fs/squashfs-tools-ng/Manifest
21 @@ -1,3 +1 @@
22 -DIST squashfs-tools-ng-1.0.3.tar.xz 1101820 BLAKE2B f21cef44d5dc3cae01733bb720ba472d02777d2b69a3e428dbf4d0f64ad46a18131dae807a9ef719e29698b06ff04a82de1906876c40aef336aa57a75eb3fde3 SHA512 32e0084b1343de07b450e5337398618475a57c91c6f351c73bb7aa3dd6b5dc83aeca924f3d624ce802c9e1d600389a76cbca7b841104259d32f3ef2c7f13db67
23 -DIST squashfs-tools-ng-1.0.4.tar.xz 1103996 BLAKE2B c56b02932cdb4116fcec582f674771f27f67cbec51ca8d31beb1fbccef72fd06a82ee5981fb2dd5f6e7297180d1774d856c24ae447e95687f6f7b970357b807c SHA512 c0a24be6b07739713213fc5936506ea7c1f62fa461f60955986ac4dda6958203e74336418abe615ecc85c62deb085039ca375891538ae01c21672d4911091614
24 DIST squashfs-tools-ng-1.1.0.tar.xz 1169556 BLAKE2B 87222e87176a69aef39130af9e6d9b23d9e2f81e10680eb26236260ebe50dedcfbba33785d739a98a152825e535d0d166f7ce08262157341a6ef48d1d2ef33e0 SHA512 06b76fb8bb4295ac451bc98cbe757b272ac831c2ec146803b4813b9792486372691864fcaaa1a3cac6628608ac62cf081f1aa331c0802ea1a9858461fef33923
25
26 diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.0.3.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.0.3.ebuild
27 deleted file mode 100644
28 index 79c567828dd..00000000000
29 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.0.3.ebuild
30 +++ /dev/null
31 @@ -1,51 +0,0 @@
32 -# Copyright 2019-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="A new set of tools for working with SquashFS images"
38 -HOMEPAGE="https://github.com/AgentD/squashfs-tools-ng"
39 -if [[ ${PV} = 9999* ]]; then
40 - inherit autotools git-r3
41 - EGIT_REPO_URI="https://github.com/AgentD/${PN}.git"
42 -else
43 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
44 - SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz"
45 -fi
46 -
47 -LICENSE="LGPL-3+ tools? ( GPL-3+ )"
48 -SLOT="0"
49 -IUSE="lz4 lzo selinux +tools +xz zstd"
50 -
51 -DEPEND="
52 - sys-libs/zlib:=
53 - lz4? ( app-arch/lz4:= )
54 - lzo? ( dev-libs/lzo:= )
55 - xz? ( app-arch/xz-utils:= )
56 - selinux? ( sys-libs/libselinux:= )
57 - zstd? ( app-arch/zstd:= )
58 -"
59 -RDEPEND="${DEPEND}"
60 -
61 -src_prepare() {
62 - default
63 - [[ ${PV} == "9999" ]] && eautoreconf
64 -}
65 -
66 -src_configure() {
67 - local myconf=(
68 - --disable-static
69 - $(use_with lz4)
70 - $(use_with lzo)
71 - $(use_with selinux)
72 - $(use_with tools)
73 - $(use_with xz)
74 - $(use_with zstd)
75 - )
76 - econf "${myconf[@]}"
77 -}
78 -
79 -src_install() {
80 - default
81 - find "${D}" -name "*.la" -delete || die
82 -}
83
84 diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.0.4.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.0.4.ebuild
85 deleted file mode 100644
86 index 22a2dbc93b6..00000000000
87 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.0.4.ebuild
88 +++ /dev/null
89 @@ -1,51 +0,0 @@
90 -# Copyright 2019 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=7
94 -
95 -DESCRIPTION="A new set of tools for working with SquashFS images"
96 -HOMEPAGE="https://github.com/AgentD/squashfs-tools-ng"
97 -if [[ ${PV} = 9999* ]]; then
98 - inherit autotools git-r3
99 - EGIT_REPO_URI="https://github.com/AgentD/${PN}.git"
100 -else
101 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
102 - SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz"
103 -fi
104 -
105 -LICENSE="LGPL-3+ tools? ( GPL-3+ )"
106 -SLOT="0"
107 -IUSE="lz4 lzo selinux +tools +xz zstd"
108 -
109 -DEPEND="
110 - sys-libs/zlib:=
111 - lz4? ( app-arch/lz4:= )
112 - lzo? ( dev-libs/lzo:= )
113 - xz? ( app-arch/xz-utils:= )
114 - selinux? ( sys-libs/libselinux:= )
115 - zstd? ( app-arch/zstd:= )
116 -"
117 -RDEPEND="${DEPEND}"
118 -
119 -src_prepare() {
120 - default
121 - [[ ${PV} == "9999" ]] && eautoreconf
122 -}
123 -
124 -src_configure() {
125 - local myconf=(
126 - --disable-static
127 - $(use_with lz4)
128 - $(use_with lzo)
129 - $(use_with selinux)
130 - $(use_with tools)
131 - $(use_with xz)
132 - $(use_with zstd)
133 - )
134 - econf "${myconf[@]}"
135 -}
136 -
137 -src_install() {
138 - default
139 - find "${D}" -name "*.la" -delete || die
140 -}