summaryrefslogtreecommitdiff
path: root/app-misc/i2bits/i2bits-0.1.0-r2.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-23 21:16:08 +0100
committerSam James <sam@gentoo.org>2024-06-23 21:16:08 +0100
commite14722429f99138e7ea6426f427a8dfa464bf371 (patch)
tree55e5dbc9b630c6b10d7a3f6281e0dd80c42b7df1 /app-misc/i2bits/i2bits-0.1.0-r2.ebuild
parentf7b88537dd7155af39ec67794518d2d169d70a39 (diff)
downloadgentoo-e14722429f99138e7ea6426f427a8dfa464bf371.tar.gz
gentoo-e14722429f99138e7ea6426f427a8dfa464bf371.tar.bz2
gentoo-e14722429f99138e7ea6426f427a8dfa464bf371.zip
Revert "app-misc/i2bits: fix UnusedInherits, SRC_URI"
This reverts commit f7b88537dd7155af39ec67794518d2d169d70a39. The Manifest change needs a description, per https://github.com/gentoo/gentoo/pull/36921/files#r1650178633. 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.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-misc/i2bits/i2bits-0.1.0-r2.ebuild b/app-misc/i2bits/i2bits-0.1.0-r2.ebuild
deleted file mode 100644
index 174e9897fc84..000000000000
--- a/app-misc/i2bits/i2bits-0.1.0-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 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"
-
-src_prepare() {
- sed -e "s/^set(CMAKE_C_FLAGS.*/set(CMAKE_C_FLAGS \"${CFLAGS}\")/" \
- -e "1s/^/project(${PN})\n/" \
- -i CMakeLists.txt || die "can't patch CMakeLists.txt"
-
- cmake_src_prepare
-}