summaryrefslogtreecommitdiff
path: root/app-misc/i2bits/i2bits-0.1.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/i2bits/i2bits-0.1.0-r1.ebuild')
-rw-r--r--app-misc/i2bits/i2bits-0.1.0-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-misc/i2bits/i2bits-0.1.0-r1.ebuild b/app-misc/i2bits/i2bits-0.1.0-r1.ebuild
index 2e699e116f58..174e9897fc84 100644
--- a/app-misc/i2bits/i2bits-0.1.0-r1.ebuild
+++ b/app-misc/i2bits/i2bits-0.1.0-r1.ebuild
@@ -1,13 +1,15 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit cmake toolchain-funcs
+inherit cmake
+COMMIT="4c613505b2cb"
DESCRIPTION="Utility to convert hex or dec to binary format"
HOMEPAGE="https://bitbucket.org/PascalRD/i2bits/"
-SRC_URI="http://unixdev.ru/src/${P}.tar.gz"
+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"