summaryrefslogtreecommitdiff
path: root/app-misc/i2bits/i2bits-0.1.0-r2.ebuild
diff options
context:
space:
mode:
authorNHOrus <jy6x2b32pie9@yahoo.com>2025-03-23 15:35:40 +0300
committerSam James <sam@gentoo.org>2025-03-25 04:23:19 +0000
commited63861dde75c8b6dd081db068bd6b1e274582e8 (patch)
tree1d1c0ca5633577caccc25dbc8f3d7981ff860a19 /app-misc/i2bits/i2bits-0.1.0-r2.ebuild
parent22f03abf29c0888374723025a701d0ba7e22e748 (diff)
downloadgentoo-ed63861dde75c8b6dd081db068bd6b1e274582e8.tar.gz
gentoo-ed63861dde75c8b6dd081db068bd6b1e274582e8.tar.bz2
gentoo-ed63861dde75c8b6dd081db068bd6b1e274582e8.zip
app-misc/i2bits: fix build with CMake 4
Also rationalize seds into diff that works with cmake eclass Closes: https://bugs.gentoo.org/951901 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/41237 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/i2bits/i2bits-0.1.0-r2.ebuild')
-rw-r--r--app-misc/i2bits/i2bits-0.1.0-r2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-misc/i2bits/i2bits-0.1.0-r2.ebuild b/app-misc/i2bits/i2bits-0.1.0-r2.ebuild
new file mode 100644
index 000000000000..ed3a73384864
--- /dev/null
+++ b/app-misc/i2bits/i2bits-0.1.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+COMMIT="4c613505b2cb"
+DESCRIPTION="Utility to convert hex or dec to binary format"
+HOMEPAGE="https://bitbucket.org/PascalRD/i2bits/"
+SRC_URI="https://bitbucket.org/PascalRD/i2bits/get/${COMMIT}.tar.gz -> ${P}-bb.tar.gz"
+S="${WORKDIR}/PascalRD-${PN}-${COMMIT}"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=( "${FILESDIR}/${P}-cmake4.patch" )