Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/i2bits/
Date: Sun, 27 Feb 2022 15:33:46
Message-Id: 1645976017.59fbf5c29a86de436ee23621787490696c65dcbc.monsieurp@gentoo
1 commit: 59fbf5c29a86de436ee23621787490696c65dcbc
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 15:33:01 2022 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 15:33:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fbf5c2
7
8 app-misc/i2bits: drop 0.1.0
9
10 Bug: https://bugs.gentoo.org/834314
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-misc/i2bits/i2bits-0.1.0.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/app-misc/i2bits/i2bits-0.1.0.ebuild b/app-misc/i2bits/i2bits-0.1.0.ebuild
17 deleted file mode 100644
18 index e877529fb905..000000000000
19 --- a/app-misc/i2bits/i2bits-0.1.0.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit cmake-utils toolchain-funcs
28 -
29 -DESCRIPTION="Utility to convert hex or dec to binary format"
30 -HOMEPAGE="https://bitbucket.org/PascalRD/i2bits/"
31 -SRC_URI="http://unixdev.ru/src/${P}.tar.gz"
32 -
33 -LICENSE="WTFPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -
37 -src_prepare() {
38 - sed -e "s/^set(CMAKE_C_FLAGS.*/set(CMAKE_C_FLAGS \"${CFLAGS}\")/" \
39 - -e "1s/^/project(${PN})\n/" \
40 - -i CMakeLists.txt || die "can't patch CMakeLists.txt"
41 -
42 - cmake-utils_src_prepare
43 -}