summaryrefslogtreecommitdiff
path: root/app-misc/i2bits
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-misc/i2bits
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-misc/i2bits')
-rw-r--r--app-misc/i2bits/Manifest1
-rw-r--r--app-misc/i2bits/files/i2bits-0.1.0-cmake4.patch15
-rw-r--r--app-misc/i2bits/i2bits-0.1.0-r2.ebuild18
-rw-r--r--app-misc/i2bits/metadata.xml8
4 files changed, 0 insertions, 42 deletions
diff --git a/app-misc/i2bits/Manifest b/app-misc/i2bits/Manifest
deleted file mode 100644
index f690e95c7e42..000000000000
--- a/app-misc/i2bits/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST i2bits-0.1.0-bb.tar.gz 3007 BLAKE2B 51f866c7d91a1aedf88f0e30bb4847fe659b6abbaea1972a11d4d91cdb053a2b2add2fbe81a9eb9e1246e2373a332ed012ea80cd247548dc34106075d0a53d25 SHA512 ccd5518e05c13727a1698177d485d26ac2f7adc8e49350a9395df28cb5431b74ddf4603ef242ad5f7703e8184346871b70fc03afc506a8d65df9db010c1cb7b4
diff --git a/app-misc/i2bits/files/i2bits-0.1.0-cmake4.patch b/app-misc/i2bits/files/i2bits-0.1.0-cmake4.patch
deleted file mode 100644
index d01ca1da78f4..000000000000
--- a/app-misc/i2bits/files/i2bits-0.1.0-cmake4.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Prepare build for CMake 4.
-Fold and rationalize seds
-https://bugs.gentoo.org/951901
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,6 +1,7 @@
--cmake_minimum_required(VERSION 2.8)
-+project(i2bits)
-+cmake_minimum_required(VERSION 3.5)
- #set(CMAKE_VERBOSE_MAKEFILE ON)
--set(CMAKE_C_FLAGS "-std=c99 -Wall -Wextra -pedantic")
-+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
-
- add_executable(i2bits i2bits.c)
-
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 563783dff7eb..000000000000
--- a/app-misc/i2bits/i2bits-0.1.0-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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" )
diff --git a/app-misc/i2bits/metadata.xml b/app-misc/i2bits/metadata.xml
deleted file mode 100644
index da245085db4a..000000000000
--- a/app-misc/i2bits/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="bitbucket">PascalRD/i2bits</remote-id>
- </upstream>
-</pkgmetadata>