commit:     2a2b15c5a9455704717146e9c1065877cffe1fd8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 13:28:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 15:29:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2b15c5

dev-libs/rinutils: 0.4.1 version bump

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/rinutils/Manifest              |  1 +
 dev-libs/rinutils/rinutils-0.4.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-libs/rinutils/Manifest b/dev-libs/rinutils/Manifest
index bcd91179452..6c715b5f3c6 100644
--- a/dev-libs/rinutils/Manifest
+++ b/dev-libs/rinutils/Manifest
@@ -1 +1,2 @@
 DIST rinutils-0.4.0.tar.xz 17072 BLAKE2B 
90cd40fca0f682b730457da04bb392eada83ee2ab2ae3287ffdfd2235776038d6597143ca60c51b9c8d13b366511a5cd084b90811c5cfc7663125952fa009105
 SHA512 
96c0fc1e8164df8703910a8e14215e1a3fa52d5cc2fdf90af2f21dd064236e2b2b5f44485689553cd0df7cb99aa01f71241983166683934175d907e9f583edb5
+DIST rinutils-0.4.1.tar.xz 17136 BLAKE2B 
890b7201845609026577ab49b952db193480bd252c2798d3084610d29b1d62ddd9afb791150ad0ac951e6e1518c5711de11f8f7253c1c4ce115dd220cc27f5b0
 SHA512 
e175e5ce6e32e85d4102ba788c5dec40bd09ecd4002e6de10e726843b7ac562a63b305898061cab623eb85d46983ae777ac6b57c46194a29d78f0fe498fa63e7

diff --git a/dev-libs/rinutils/rinutils-0.4.1.ebuild 
b/dev-libs/rinutils/rinutils-0.4.1.ebuild
new file mode 100644
index 00000000000..fa04b75970b
--- /dev/null
+++ b/dev-libs/rinutils/rinutils-0.4.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Set of C headers containing macros and static functions"
+HOMEPAGE="https://www.shlomifish.org/open-source/projects/ 
https://github.com/shlomif/rinutils";
+SRC_URI="https://github.com/shlomif/${PN}/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+src_configure() {
+       local mycmakeargs=(
+               -DDISABLE_APPLYING_RPATH=OFF
+               -DWITH_TEST_SUITE=OFF # tests require perl
+       )
+
+       cmake_src_configure
+}

Reply via email to