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: sys-fs/btrfs-progs/
Date: Fri, 23 Oct 2020 18:57:04
Message-Id: 1603479410.d22e6ebe28405c188daee6a3a787b590d530131e.polynomial-c@gentoo
1 commit: d22e6ebe28405c188daee6a3a787b590d530131e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 23 18:34:20 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 23 18:56:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22e6ebe
7
8 sys-fs/btrfs-progs: Removed old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-fs/btrfs-progs/Manifest | 1 -
14 sys-fs/btrfs-progs/btrfs-progs-5.6.1.ebuild | 129 ----------------------------
15 2 files changed, 130 deletions(-)
16
17 diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
18 index 166341c23f3..760be27a79c 100644
19 --- a/sys-fs/btrfs-progs/Manifest
20 +++ b/sys-fs/btrfs-progs/Manifest
21 @@ -1,5 +1,4 @@
22 DIST btrfs-progs-v4.19.tar.xz 2001340 BLAKE2B 117087adcb57e4ebf6a2e9c66bf0ad2b098108f7363fc3c015d73bf9afcda9d579831fe0e324125893cdb2510873d052522b15843c461e640a546900e535ce76 SHA512 e5abf637a9c811973422ca05a5530f6cd18263013d141277e2a70099cf8ab7e0eb8781df56368da4321c90f21d1022ad852b661adc4877e9a9ba5c60ccbefdee
23 DIST btrfs-progs-v5.4.1.tar.xz 2107476 BLAKE2B 1ea58f49b0f8185e944010804e544643a2eafeea58fecb480b13095c362350c218f0602fbb43a96705a81befe88ec3e3abe35cc90d4732006479b059aa7fed32 SHA512 56381b37036aecea61b758fb4971abfeda24a387bb3a828f7d54eb068982a37763a8ebe2bcc6be61d6a8bc2057dddcd4754325b236e14d8ec02e58cf711f192f
24 -DIST btrfs-progs-v5.6.1.tar.xz 2117064 BLAKE2B 9183300e7c086cb8f03ac14139d3d2a424461f4c5afc0e7b9bb588f4c0ddd2c41d7cefe91787b1cabe6397f8abeb6e958900e7742a80d3519382e98c3b197c9d SHA512 8f523249a5c2bfe1c0d52b0dc5d31d52b330b1c616d3ec423fa1fb4a845441bfeaa32abbe42a444a4fc84016a482c8102a3eb451ac423b542e332e9c26e76dc6
25 DIST btrfs-progs-v5.7.tar.xz 2182728 BLAKE2B 47573baa26cde058003b402dadba28f278b4b3ffd270d002ab8fd72d94ee41d3fdfb3d36c0c579e24ea6afae4b2dea2ca704d9dd809fcd10fbc146d63d48980c SHA512 72c3af13ca589f2e0b96cb7602319035ef8aab6ee224fff3544a5d0bfc013a66552dde4533ec5e64696d404b8905431cd0f25367c40fd34ea39be7c0ed8c2d16
26 DIST btrfs-progs-v5.9.tar.xz 2189724 BLAKE2B 3692e058e5e52c2a3684548d0b0ca94a9101a66dc8951266a49a71b6848b7f0cce8ade0e914ae8b71345021750e7d20742af13aec69aef7d52e3030fca289529 SHA512 38db047198ab0467d3fe235f7e8e1fd14ade00dd0b182588220c5f5e4b598efbdcd30a3d5d56cf0a0ed8a902d2374af0927eb7f3720cd761172c7291a2a65c94
27
28 diff --git a/sys-fs/btrfs-progs/btrfs-progs-5.6.1.ebuild b/sys-fs/btrfs-progs/btrfs-progs-5.6.1.ebuild
29 deleted file mode 100644
30 index e8b44f1ff9b..00000000000
31 --- a/sys-fs/btrfs-progs/btrfs-progs-5.6.1.ebuild
32 +++ /dev/null
33 @@ -1,129 +0,0 @@
34 -# Copyright 2008-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{6,7,8} )
40 -
41 -inherit bash-completion-r1 python-single-r1
42 -
43 -libbtrfs_soname=0
44 -
45 -if [[ ${PV} != 9999 ]]; then
46 - MY_PV="v${PV/_/-}"
47 - [[ "${PV}" = *_rc* ]] || \
48 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
49 - SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz"
50 - S="${WORKDIR}/${PN}-${MY_PV}"
51 -else
52 - WANT_LIBTOOL=none
53 - inherit autotools git-r3
54 - EGIT_REPO_URI="https://github.com/kdave/btrfs-progs.git"
55 - EGIT_BRANCH="devel"
56 -fi
57 -
58 -DESCRIPTION="Btrfs filesystem utilities"
59 -HOMEPAGE="https://btrfs.wiki.kernel.org"
60 -
61 -LICENSE="GPL-2"
62 -SLOT="0/${libbtrfs_soname}"
63 -IUSE="+convert doc python reiserfs static static-libs +zstd"
64 -
65 -RESTRICT=test # tries to mount repared filesystems
66 -
67 -RDEPEND="
68 - dev-libs/lzo:2=
69 - sys-apps/util-linux:0=[static-libs(+)?]
70 - sys-libs/zlib:0=
71 - convert? (
72 - sys-fs/e2fsprogs:0=
73 - sys-libs/e2fsprogs-libs:0=
74 - reiserfs? (
75 - >=sys-fs/reiserfsprogs-3.6.27
76 - )
77 - )
78 - python? ( ${PYTHON_DEPS} )
79 - zstd? ( app-arch/zstd:0= )
80 -"
81 -DEPEND="${RDEPEND}
82 - convert? ( sys-apps/acl )
83 - python? (
84 - $(python_gen_cond_dep '
85 - dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
86 - ')
87 - )
88 - static? (
89 - dev-libs/lzo:2[static-libs(+)]
90 - sys-apps/util-linux:0[static-libs(+)]
91 - sys-libs/zlib:0[static-libs(+)]
92 - convert? (
93 - sys-fs/e2fsprogs:0[static-libs(+)]
94 - sys-libs/e2fsprogs-libs:0[static-libs(+)]
95 - reiserfs? (
96 - >=sys-fs/reiserfsprogs-3.6.27[static-libs(+)]
97 - )
98 - )
99 - zstd? ( app-arch/zstd:0[static-libs(+)] )
100 - )
101 -"
102 -BDEPEND="
103 - doc? (
104 - || ( >=app-text/asciidoc-8.6.0 dev-ruby/asciidoctor )
105 - app-text/docbook-xml-dtd:4.5
106 - app-text/xmlto
107 - )
108 -"
109 -
110 -if [[ ${PV} == 9999 ]]; then
111 - DEPEND+=" sys-devel/gnuconfig"
112 -fi
113 -
114 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
115 -
116 -pkg_setup() {
117 - use python && python-single-r1_pkg_setup
118 -}
119 -
120 -src_prepare() {
121 - default
122 - if [[ ${PV} == 9999 ]]; then
123 - AT_M4DIR=m4 eautoreconf
124 - mkdir config || die
125 - local automakedir="$(autotools_run_tool --at-output automake --print-libdir)"
126 - [[ -e ${automakedir} ]] || die "Could not locate automake directory"
127 - ln -s "${automakedir}"/install-sh config/install-sh || die
128 - ln -s "${EPREFIX}"/usr/share/gnuconfig/config.guess config/config.guess || die
129 - ln -s "${EPREFIX}"/usr/share/gnuconfig/config.sub config/config.sub || die
130 - fi
131 -}
132 -
133 -src_configure() {
134 - local myeconfargs=(
135 - --bindir="${EPREFIX}"/sbin
136 - $(use_enable convert)
137 - $(use_enable doc documentation)
138 - $(use_enable elibc_glibc backtrace)
139 - $(use_enable python)
140 - $(use_enable static-libs static)
141 - $(use_enable zstd)
142 - --with-convert=ext2$(usex reiserfs ',reiserfs' '')
143 - )
144 - econf "${myeconfargs[@]}"
145 -}
146 -
147 -src_compile() {
148 - emake V=1 all $(usev static)
149 -}
150 -
151 -src_install() {
152 - local makeargs=(
153 - $(usex python install_python '')
154 - $(usex static install-static '')
155 - )
156 - emake V=1 DESTDIR="${D}" install "${makeargs[@]}"
157 - newbashcomp btrfs-completion btrfs
158 - use python && python_optimize
159 -
160 - # install prebuilt subset of manuals
161 - use doc || doman Documentation/*.[58]
162 -}