diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-libs/libtomfloat | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-libs/libtomfloat')
-rw-r--r-- | dev-libs/libtomfloat/Manifest | 3 | ||||
-rw-r--r-- | dev-libs/libtomfloat/libtomfloat-0.02.ebuild | 33 | ||||
-rw-r--r-- | dev-libs/libtomfloat/metadata.xml | 8 |
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-libs/libtomfloat/Manifest b/dev-libs/libtomfloat/Manifest new file mode 100644 index 000000000000..b07e358f9d1c --- /dev/null +++ b/dev-libs/libtomfloat/Manifest @@ -0,0 +1,3 @@ +DIST ltf-0.02.tar.bz2 151029 BLAKE2B a5d34aca69417732f32e2c6fb5ed65ee3492976e0f746199128d1436a7a8bdd1fe79fc10ef4186d7d3beeae2a499dd87dfecbf8c47470194b320170eb369102b SHA512 107af3100acde6fa596c4b15831eb47ab69da4ea5a90fabef60d2d68d238545d22fc363263968d51b87248a9d917ab4457e4a62b7a86300e2fd7ee18b3d29a6a +EBUILD libtomfloat-0.02.ebuild 672 BLAKE2B 429a56d74ab91911a1a928278fc43efa598ded147f8b2485b12e1060b08ae942b05eb7291a4a79eb07965c3c70c4508311c28d21b24476da57470adc0548ce7a SHA512 ed42587f03c522f69100b62e190099e3a3a49799878489162d50120f6cf28182a7d8011dcb52561fa4172821c7a751cfb7957f1770d8eff2f817ee82b2996d3c +MISC metadata.xml 289 BLAKE2B ece359bbc1cd696797428b31c61c58e5d63559ec8bfb734e3869421e1ddccbebe109c854225c924ba71d0321cea7ef3a63b1dee3d56b728a4d53bfd34eca8e37 SHA512 eb4947560bda57063dd746f397daafccc5d30e8aa694d75419a2dd4da56461fd6c82274c13e1ac01f8bad0d742c00f4116c20ceefe50f383988c9d12be27c90c diff --git a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild new file mode 100644 index 000000000000..a72fc3f8942f --- /dev/null +++ b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="4" + +inherit toolchain-funcs multilib + +DESCRIPTION="library for floating point number manipulation" +HOMEPAGE="http://libtom.org/" +SRC_URI="http://libtom.org/files/ltf-${PV}.tar.bz2" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-libs/libtommath" +RDEPEND="${DEPEND}" + +src_prepare() { + sed -i \ + -e 's:\<ar\>:$(AR):' \ + -e 's:\<ranlib\>:$(RANLIB):' \ + -e "/^LIBPATH/s:/lib:/$(get_libdir):" \ + makefile || die + tc-export AR CC RANLIB +} + +src_install() { + default + dodoc changes.txt *.pdf WARNING + docinto demos ; dodoc demos/* +} diff --git a/dev-libs/libtomfloat/metadata.xml b/dev-libs/libtomfloat/metadata.xml new file mode 100644 index 000000000000..a7029b1a1086 --- /dev/null +++ b/dev-libs/libtomfloat/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>patrick@gentoo.org</email> + <name>Patrick Lauer</name> + </maintainer> +</pkgmetadata> |