Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/
Date: Thu, 01 Mar 2018 01:07:27
Message-Id: 1519866438.857c80c4b1e400ee1aac4ff083c502deadd84327.blueness@gentoo
1 commit: 857c80c4b1e400ee1aac4ff083c502deadd84327
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 00:57:16 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 01:07:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857c80c4
7
8 sys-fs/f2fs-tools: remove version 1.8.0 and 1.9.0, resolves bug #644036
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-fs/f2fs-tools/Manifest | 2 --
13 sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild | 35 -------------------------------
14 sys-fs/f2fs-tools/f2fs-tools-1.9.0.ebuild | 31 ---------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/sys-fs/f2fs-tools/Manifest b/sys-fs/f2fs-tools/Manifest
18 index 1e590d9c288..307e9b4e764 100644
19 --- a/sys-fs/f2fs-tools/Manifest
20 +++ b/sys-fs/f2fs-tools/Manifest
21 @@ -1,4 +1,2 @@
22 DIST f2fs-tools-1.10.0.tar.xz 342904 BLAKE2B ba4dec55e11959b2dd9461b1b02d173c7766908bfdbca9f6da7aa134b4a3b5cf2bda3c2e380b3fab46afdda0be9181ae5fe85ed9d085f816a1ff96e847e2a836 SHA512 e6e9fc10bd8051db86880c415ceb50900bf0cc919f1d9fe39026b5320de7c93cbcc1d817fab73130817042ed551fc5fd55ef9b589caeca9fca63fd3098f7a853
23 DIST f2fs-tools-1.6.1.tar.xz 282152 BLAKE2B f8535a5415e012834b749bba2123151d8a39c8fa757905c45be20478d6a795ff64dfbcf0cf9679f2bd70cb1d92717d8df70efb4beb4d749677a6c8758ebdde0e SHA512 108327042079d9e864899a20f2dd94019be1b957fd7ffa295af097c5b93a5065ea9c36de9bae83f84a6412ac496340849fc44de041e24461a2919073eed15cf2
24 -DIST f2fs-tools-1.8.0.tar.xz 301108 BLAKE2B b3c0eebcb4a462c97c01586b46b6b4739c2ebfaf535d146508e9fec6e4fbe442883b89d785d35993fc828eccddf177534dccb449790353557fea2f9f1c6fe24c SHA512 aff27e1113cc3034194e496883570143bd6a3cc7cc077e868255052298a401cc36c423579b4e695fe3e480d770ae05f9d14d9bb4bbc0311bdd5e23e37950a27f
25 -DIST f2fs-tools-1.9.0.tar.xz 337676 BLAKE2B 4c6895f5faabed427db32c846df462c588acb5ec3cb45d318c1c71d2e5f241047d6871d0bbfa99116b23c26b9223069dc224f4b97c3253a283d79234b2ddd41e SHA512 aa76d4bf595b3d17607846f2531327f2c26c8724b4fdb2572074e028965c2300fcd880d57246f5c15d8dd4b9ae62fc93552edecdd504d7313fca5839590f16e5
26
27 diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild
28 deleted file mode 100644
29 index fe85240c1de..00000000000
30 --- a/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
39 -HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/"
40 -SRC_URI="https://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.xz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0/2"
44 -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
45 -IUSE="selinux"
46 -
47 -RDEPEND="
48 - sys-apps/util-linux
49 - selinux? ( sys-libs/libselinux )"
50 -DEPEND="$RDEPEND"
51 -
52 -PATCHES=(
53 - "${FILESDIR}"/${P}-sysmacros.patch #623660
54 -)
55 -
56 -src_configure() {
57 - #This is required to install to /sbin, bug #481110
58 - econf \
59 - --bindir="${EPREFIX}"/sbin \
60 - --disable-static \
61 - $(use_with selinux)
62 -}
63 -
64 -src_install() {
65 - default
66 - find "${D}" -name "*.la" -delete || die
67 -}
68
69 diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.9.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.9.0.ebuild
70 deleted file mode 100644
71 index ed0af30bce6..00000000000
72 --- a/sys-fs/f2fs-tools/f2fs-tools-1.9.0.ebuild
73 +++ /dev/null
74 @@ -1,31 +0,0 @@
75 -# Copyright 1999-2017 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=6
79 -
80 -DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
81 -HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/"
82 -SRC_URI="https://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.xz"
83 -
84 -LICENSE="GPL-2"
85 -SLOT="0/3"
86 -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
87 -IUSE="selinux"
88 -
89 -RDEPEND="
90 - sys-apps/util-linux
91 - selinux? ( sys-libs/libselinux )"
92 -DEPEND="$RDEPEND"
93 -
94 -src_configure() {
95 - #This is required to install to /sbin, bug #481110
96 - econf \
97 - --bindir="${EPREFIX}"/sbin \
98 - --disable-static \
99 - $(use_with selinux)
100 -}
101 -
102 -src_install() {
103 - default
104 - find "${D}" -name "*.la" -delete || die
105 -}