public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/
Date: Sun, 12 Nov 2017 22:50:21 +0000 (UTC)	[thread overview]
Message-ID: <1510527016.e803961c8e6cf1e7fec1f1a9798970ffeba7d59f.blueness@gentoo> (raw)

commit:     e803961c8e6cf1e7fec1f1a9798970ffeba7d59f
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 22:49:54 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 22:50:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e803961c

sys-fs/f2fs-tools: version bump 1.9.0, bug #637250

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-fs/f2fs-tools/Manifest                |  1 +
 sys-fs/f2fs-tools/f2fs-tools-1.9.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-fs/f2fs-tools/Manifest b/sys-fs/f2fs-tools/Manifest
index b7608b738b0..f36537830c5 100644
--- a/sys-fs/f2fs-tools/Manifest
+++ b/sys-fs/f2fs-tools/Manifest
@@ -1,2 +1,3 @@
 DIST f2fs-tools-1.6.1.tar.xz 282152 SHA256 1c2f9ab663d26c939924ad6bbcfbacf676bec1f6dbae8f9ef5362ade4b03d885 SHA512 108327042079d9e864899a20f2dd94019be1b957fd7ffa295af097c5b93a5065ea9c36de9bae83f84a6412ac496340849fc44de041e24461a2919073eed15cf2 WHIRLPOOL b5659154da6e48138b4f49481a68b25c95ba2461971609b4cb0399d173a7c0e5b0203baccd8da2adc7a8c2d7b078620649aea9ee57739498452a8b946fb43836
 DIST f2fs-tools-1.8.0.tar.xz 301108 SHA256 0d9b00d9e873da4508bb297c7a5ef46050af350deb21b32898c16ed5164bb6a4 SHA512 aff27e1113cc3034194e496883570143bd6a3cc7cc077e868255052298a401cc36c423579b4e695fe3e480d770ae05f9d14d9bb4bbc0311bdd5e23e37950a27f WHIRLPOOL 4a7ae8533e4a02bd9d1ee09461c7bd30e8ef8d47bcc4e7adfe631eb14c2231fb0db9a253eeca7d0437296ad65abd446ab2249bc48ccc07b89f923d078d17e4dc
+DIST f2fs-tools-1.9.0.tar.xz 337676 SHA256 04a655ce471f3ee1f62a72e4d9213f563b2ab0c60e7469765be5b9a965c6950a SHA512 aa76d4bf595b3d17607846f2531327f2c26c8724b4fdb2572074e028965c2300fcd880d57246f5c15d8dd4b9ae62fc93552edecdd504d7313fca5839590f16e5 WHIRLPOOL 8568fc6790ea6e4cf5e83ab13093c995de29408501a8ceb035408c51c6693a9d300082e413d63536120a760120ec03d352eb90e8bb6b44077af2fa6e7e31d86d

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.9.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.9.0.ebuild
new file mode 100644
index 00000000000..ed0af30bce6
--- /dev/null
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.9.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
+HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/"
+SRC_URI="https://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0/3"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="selinux"
+
+RDEPEND="
+	sys-apps/util-linux
+	selinux? ( sys-libs/libselinux )"
+DEPEND="$RDEPEND"
+
+src_configure() {
+	#This is required to install to /sbin, bug #481110
+	econf \
+		--bindir="${EPREFIX}"/sbin \
+		--disable-static \
+		$(use_with selinux)
+}
+
+src_install() {
+	default
+	find "${D}" -name "*.la" -delete || die
+}


             reply	other threads:[~2017-11-12 22:50 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-12 22:50 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-09 14:44 [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/ Sam James
2024-04-09 14:44 Sam James
2024-04-09 14:44 Sam James
2023-12-06 11:53 Arthur Zamarin
2023-12-06 10:16 Arthur Zamarin
2023-12-06  9:14 Arthur Zamarin
2023-12-06  9:14 Arthur Zamarin
2023-12-06  9:14 Arthur Zamarin
2023-12-06  9:14 Arthur Zamarin
2023-05-29 20:18 Sam James
2023-05-29 17:49 Arthur Zamarin
2023-05-29 13:10 Sam James
2023-05-29 13:10 Sam James
2023-05-29 13:01 Sam James
2023-05-29 12:57 Sam James
2023-04-16 12:26 Viorel Munteanu
2023-04-11 19:42 Viorel Munteanu
2023-04-11 19:42 Viorel Munteanu
2023-01-29  7:46 Viorel Munteanu
2023-01-29  5:21 Sam James
2022-11-13  1:49 Mike Gilbert
2022-11-13  1:49 Mike Gilbert
2022-10-27 23:46 Sam James
2022-10-25  8:46 Sam James
2022-10-25  7:30 Arthur Zamarin
2022-10-25  6:59 Arthur Zamarin
2022-10-25  6:59 Arthur Zamarin
2022-10-25  6:59 Arthur Zamarin
2022-09-01  2:00 Sam James
2022-08-16 13:51 Anthony G. Basile
2022-07-25  7:10 Agostino Sarubbo
2022-07-25  7:09 Agostino Sarubbo
2022-07-22 17:57 Sam James
2022-07-22 17:55 Sam James
2022-07-22 13:55 Anthony G. Basile
2022-05-30 15:33 Anthony G. Basile
2022-05-19  8:21 WANG Xuerui
2021-09-27 22:05 Marek Szuba
2020-11-09 17:56 Anthony G. Basile
2020-10-31 11:05 Mikle Kolyada
2020-10-28 22:33 Sergei Trofimovich
2020-10-28 22:30 Sergei Trofimovich
2020-10-28 16:18 Sam James
2020-10-28  3:05 Sam James
2020-10-27 22:00 Thomas Deutschmann
2020-08-29  7:20 Mikle Kolyada
2020-06-18 21:58 Mart Raudsepp
2020-01-08 15:17 Mikle Kolyada
2019-10-02  8:34 Mikle Kolyada
2019-03-21 21:26 Mikle Kolyada
2018-12-29 18:50 Anthony G. Basile
2018-12-03 14:15 Mikle Kolyada
2018-11-22 18:57 Mikle Kolyada
2018-11-22 18:52 Mikle Kolyada
2018-10-12 13:30 Mikle Kolyada
2018-09-28  8:18 Mikle Kolyada
2018-09-22 11:31 Sergei Trofimovich
2018-09-22 11:31 Sergei Trofimovich
2018-09-20  8:53 Mikle Kolyada
2018-09-20  8:53 Mikle Kolyada
2018-09-20  8:43 Mikle Kolyada
2018-09-19 16:35 Mikle Kolyada
2018-09-16 20:29 Mikle Kolyada
2018-04-09 18:14 Mart Raudsepp
2018-03-01  1:07 Anthony G. Basile
2018-03-01  1:07 Anthony G. Basile
2017-08-22  5:30 Anthony G. Basile
2017-08-22  5:30 Anthony G. Basile
2017-07-03 14:11 Anthony G. Basile
2017-07-02 21:30 Anthony G. Basile
2017-07-02 21:30 Anthony G. Basile
2017-02-12 15:31 Anthony G. Basile
2017-02-12 15:31 Anthony G. Basile
2017-01-04 17:09 Agostino Sarubbo
2016-12-28 10:53 Justin Lecher
2016-12-27 10:53 Justin Lecher
2016-12-24  9:30 Markus Meier
2016-12-21 23:07 Anthony G. Basile
2016-12-21  9:57 Tobias Klausmann
2016-04-18 22:22 Mike Frysinger
2016-03-29 20:44 Markus Meier
2016-03-23 22:10 Anthony G. Basile
2016-03-15 15:27 Agostino Sarubbo
2016-03-15 14:34 Agostino Sarubbo
2016-03-12 18:00 Anthony G. Basile
2016-01-23 12:56 Anthony G. Basile
2015-11-16 21:53 Anthony G. Basile
2015-11-16 21:49 Anthony G. Basile
2015-09-27 16:14 Markus Meier
2015-09-22  8:57 Agostino Sarubbo
2015-09-22  4:58 Jeroen Roovers
2015-09-19 14:52 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1510527016.e803961c8e6cf1e7fec1f1a9798970ffeba7d59f.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox