summaryrefslogtreecommitdiff
path: root/dev-libs/libtomfloat
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-libs/libtomfloat
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-libs/libtomfloat')
-rw-r--r--dev-libs/libtomfloat/Manifest1
-rw-r--r--dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild34
-rw-r--r--dev-libs/libtomfloat/metadata.xml8
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-libs/libtomfloat/Manifest b/dev-libs/libtomfloat/Manifest
deleted file mode 100644
index 0da497cb7947..000000000000
--- a/dev-libs/libtomfloat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ltf-0.02.tar.bz2 151029 BLAKE2B a5d34aca69417732f32e2c6fb5ed65ee3492976e0f746199128d1436a7a8bdd1fe79fc10ef4186d7d3beeae2a499dd87dfecbf8c47470194b320170eb369102b SHA512 107af3100acde6fa596c4b15831eb47ab69da4ea5a90fabef60d2d68d238545d22fc363263968d51b87248a9d917ab4457e4a62b7a86300e2fd7ee18b3d29a6a
diff --git a/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
deleted file mode 100644
index 48b02dfaa7a6..000000000000
--- a/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="library for floating point number manipulation"
-HOMEPAGE="https://www.libtom.net/"
-SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="dev-libs/libtommath"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- sed -i \
- -e 's:\<ar\>:$(AR):' \
- -e 's:\<ranlib\>:$(RANLIB):' \
- -e "/^LIBPATH/s:/lib:/$(get_libdir):" \
- makefile || die "Fixing makefile failed"
- tc-export AR CC RANLIB
-}
-
-src_install() {
- default
- dodoc changes.txt float.pdf WARNING
- docinto demos
- dodoc demos/ex1.c
-}
diff --git a/dev-libs/libtomfloat/metadata.xml b/dev-libs/libtomfloat/metadata.xml
deleted file mode 100644
index 59de49f6c1ef..000000000000
--- a/dev-libs/libtomfloat/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 type="person">
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- </maintainer>
-</pkgmetadata>