From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
Date: Sun, 6 Sep 2020 05:55:30 +0000 (UTC) [thread overview]
Message-ID: <1599371716.73b8e835c9aa62a995f154620d6f7cebfdc7f2d3.juippis@gentoo> (raw)
commit: 73b8e835c9aa62a995f154620d6f7cebfdc7f2d3
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Sep 5 08:10:27 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 05:55:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b8e835
sys-fs/compsize: bump to 1.3
Closes: https://bugs.gentoo.org/689144
Package-Manager: Portage-3.0.4-r1, Repoman-3.0.1
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/compsize/Manifest | 1 +
sys-fs/compsize/compsize-1.3.ebuild | 41 +++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/sys-fs/compsize/Manifest b/sys-fs/compsize/Manifest
index a60978e46f2..2592ff9be8b 100644
--- a/sys-fs/compsize/Manifest
+++ b/sys-fs/compsize/Manifest
@@ -1 +1,2 @@
DIST compsize-1.1.tar.gz 14345 BLAKE2B 8b35e6f3526b8b2395972ea1a595011b867fbc076d79c90c66a19853f1b101dbe3decedab8244d893b20d6cc9ff3ecfa2b3320fc12c583415b2d446a9298fcb1 SHA512 1c7de5156b695ffa4be9b634fd6224214d3de1653eb23e5d85b250e27146fe655883bed17ed458bae1b448ed9ae8a254d2a673fdb3860e69c99f8676daea0d8b
+DIST compsize-1.3.tar.gz 14782 BLAKE2B 738ff0e2b936f5974064759914284e495c895d22d95b705e1b8fac4b3189891771b0e5be7e0eeac0883dd92f9cef276400bb7ee79840fd7db14a5269e7f78f11 SHA512 411b92651fdc3d03deccbf38f72936fee95cf80c67d6368efbc0dafacfe9793815a23ef0d02f7feadf31391e415df3d90cd19fb3acc8cce94f37cb3e4eed623d
diff --git a/sys-fs/compsize/compsize-1.3.ebuild b/sys-fs/compsize/compsize-1.3.ebuild
new file mode 100644
index 00000000000..df2657574f7
--- /dev/null
+++ b/sys-fs/compsize/compsize-1.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of files"
+HOMEPAGE="https://github.com/kilobyte/compsize"
+
+if [[ ${PV} = 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
+else
+ SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+IUSE="debug"
+SLOT="0"
+
+DEPEND="sys-fs/btrfs-progs"
+
+src_prepare() {
+ default
+ # Don't try to install a gzipped manfile during emake install
+ sed -i -e $'s/\.gz//' -e $'s/gzip.*/install \-Dm755 \$\< \$\@/' Makefile || die
+}
+
+src_configure() {
+ # Used in upstream Makefile, but clobbered by portage's CFLAGS
+ append-cflags -Wall -std=gnu90
+ use debug && append-cflags -DDEBUG -g
+ default
+}
+
+src_install() {
+ emake PREFIX="${D}" install
+ dodoc "README.md"
+}
next reply other threads:[~2020-09-06 5:55 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-06 5:55 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 9:52 [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/ Sam James
2024-09-18 17:38 Petr Vaněk
2024-09-18 17:38 Petr Vaněk
2024-01-28 22:53 Jonas Stein
2022-01-25 22:15 Georgy Yakovlev
2022-01-25 22:15 Georgy Yakovlev
2021-06-02 16:44 Sam James
2021-06-02 12:50 Sam James
2021-04-25 6:19 Sam James
2021-04-25 5:19 Sam James
2021-03-15 6:38 Sam James
2021-02-16 18:39 Sam James
2021-02-16 18:39 Sam James
2021-02-01 13:22 Joonas Niilola
2021-02-01 13:22 Joonas Niilola
2020-11-04 0:52 Sam James
2020-10-31 15:58 Joonas Niilola
2020-10-28 14:33 Thomas Deutschmann
2020-09-06 5:55 Joonas Niilola
2020-09-06 5:55 Joonas Niilola
2020-05-16 7:09 Joonas Niilola
2018-03-30 21:53 Michał Górny
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=1599371716.73b8e835c9aa62a995f154620d6f7cebfdc7f2d3.juippis@gentoo \
--to=juippis@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