logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 105306af9914e130b99eeec27b6927ac0c8c66f7
parent c88d5bfd32576009b741bbb3acb90a7aacf3ba38
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 11 Jul 2024 02:12:26 +0200

dev-libs/libtomcrypt: treeclean

Diffstat:

Ddev-libs/libtomcrypt/Manifest1-
Ddev-libs/libtomcrypt/libtomcrypt-1.18.2.ebuild35-----------------------------------
Ddev-libs/libtomcrypt/metadata.xml11-----------
3 files changed, 0 insertions(+), 47 deletions(-)

diff --git a/dev-libs/libtomcrypt/Manifest b/dev-libs/libtomcrypt/Manifest @@ -1 +0,0 @@ -DIST crypt-1.18.2.tar.xz 2638064 BLAKE2B fad67e9e2a2002425488db9987a853bda631d6638c2cb1052a1d0d1f393945e38037cc75c54cd3a4bf87bb2e13b1e868e81da054a84bbdb393519ddef5e27300 SHA512 f6117a12a42b07f8de4a8aedbccf6ff4ee94b4b81cb7263af99627c32eae646ca8ead7d3063737918db4aa118673001fcf2cfa8e4ca8b528fb00045fda7cc893 diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2.ebuild @@ -1,35 +0,0 @@ -# Copyright 2018 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="modular and portable cryptographic toolkit" -HOMEPAGE="https://www.libtom.net/LibTomCrypt/" -SRC_URI="https://github.com/libtom/libtomcrypt/releases/download/v${PV}/crypt-${PV}.tar.xz" - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -RDEPEND="dev-libs/libtommath" -DEPEND="${RDEPEND} - doc? ( virtual/latex-base app-text/ghostscript-gpl )" - -src_compile() { - append-flags "-DUSE_LTM -DLTM_DESC" - - EXTRALIBS="-ltommath" \ - CC=$(tc-getCC) \ - IGNORE_SPEED=1 \ - emake -f makefile.shared || die "emake failed" - - use doc && emake emake -f makefile.shared docs -} - -src_install() { - emake -f makefile.shared install PREFIX="/usr" DESTDIR="${D}" LIBPATH="/usr/$(get_libdir)" - use doc && emake -f makefile.shared install_docs PREFIX="/usr" DESTDIR="${D}" -} diff --git a/dev-libs/libtomcrypt/metadata.xml b/dev-libs/libtomcrypt/metadata.xml @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>contact@hacktivis.me</email> - <name>Haelwenn (lanodan) Monnier</name> - </maintainer> - <upstream> - <remote-id type="github">libtom/libtomcrypt</remote-id> - </upstream> -</pkgmetadata>