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: Mon, 16 Nov 2015 21:49:56 +0000 (UTC)	[thread overview]
Message-ID: <1447710958.bc4daf2825744020bcc5393c1da400f7e48785e4.blueness@gentoo> (raw)

commit:     bc4daf2825744020bcc5393c1da400f7e48785e4
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 21:55:58 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 21:55:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4daf28

sys-fs/f2fs-tools: version bump to 1.5.0, bug #565938

We add subslot SLOT="0/0" in anticipation of possible
bumps to the SONAME in the future.

Package-Manager: portage-2.2.20.1

 sys-fs/f2fs-tools/Manifest                |  1 +
 sys-fs/f2fs-tools/f2fs-tools-1.5.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/sys-fs/f2fs-tools/Manifest b/sys-fs/f2fs-tools/Manifest
index 79349ca..026e92f 100644
--- a/sys-fs/f2fs-tools/Manifest
+++ b/sys-fs/f2fs-tools/Manifest
@@ -3,3 +3,4 @@ DIST f2fs-tools-1.2.0.tar.gz 369183 SHA256 c81f0beacde34ba3ce8c1758181aca697ff46
 DIST f2fs-tools-1.3.0.tar.gz 725918 SHA256 82495872cfcbdade12aeb30f1c62492f5a26ce795af49df6d86441d03e175183 SHA512 c583b8c3296bd7cf98ddaab85cd6a0ff98325b519dda084e5a5da0ff77fc99de10a1d8e645030306d93b45be32a0158f241ca277f2517bcc33dd56957ea4948d WHIRLPOOL 6002eaacef7f02c81c569337a6524129838c8a9da444cddc0711e24558b133a950547abd5de05d9a3d840901918217843081782d439dcf83f77657d3477b0c28
 DIST f2fs-tools-1.4.0.tar.gz 397121 SHA256 851dd817a4c4a700383cf90a8d6f3333956cb154589daa2d6e482351ebf612bf SHA512 4d4c278d4fea25a6216ebbcbbcb88a424b16ef4d1fb1d56d186decb0f9e652f64c24f5bc7491fae360db52dbaccf8e14fb9fa9fdf86eb7025d0988e5647e17e8 WHIRLPOOL c6a53500ee86e953c31cc48e5fa2e5b8a68e55c25a33dd838f972cbdba1ff89792a801dc058425e96055f17a74c29fcfb1bd8ee747c754a44fcbba35973ac54b
 DIST f2fs-tools-1.4.1.tar.gz 403406 SHA256 194fd86283b6242fbae9f639bc5e4cf746e0f0525de5a8cc7eead8a03d5e31aa SHA512 75a74999a8387c3793252b06638174866d243706f596f86d33f6c3921d52e854354364c98a4692c7aaad49121b71ad3e7a6a2e82702b5d6965e984500eeaf7ab WHIRLPOOL 5d3250dae07cdb17857bc341f38fc1c1832c8e30d5704d57f65e7f00cedc052684681577440dfd47a491f00a0f678a82d15e5907cdd0e9b92a624954114967c9
+DIST f2fs-tools-1.5.0.tar.xz 274720 SHA256 3a680a0c5ab30b7c83ce98d2919b59516d31bf2e733848e1c6bab49b07d8026c SHA512 b6596224f6922d0ad3e6801aab0921200dffd686e2438a0ab945b4902ea27b6e0baf6dcfcb66fe90ee51ee4cf10b207b031e3ef1019823ac05abc4db22660459 WHIRLPOOL b471b4ded5a11a1ce50484316c272d814e36dc90dfc45e359567ea68e27b562a1905c1b4f0575dc3f5fcd9cb25059c1d0d598a4b75798c893b9a8aa30e4eb335

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.5.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.5.0.ebuild
new file mode 100644
index 0000000..7d8c8ba
--- /dev/null
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib
+
+DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary"
+SRC_URI="https://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0/0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+src_configure() {
+	#This is required to install to /sbin, bug #481110
+	econf --prefix=/ --includedir=/usr/include
+}
+
+src_install() {
+	default
+	rm -f "${ED}"/$(get_libdir)/libf2fs.{,l}a
+}


             reply	other threads:[~2015-11-16 21:50 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-16 21:49 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-11-12 22:50 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-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=1447710958.bc4daf2825744020bcc5393c1da400f7e48785e4.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