diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-03-05 20:42:02 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-03-05 20:42:02 +0000 |
commit | deda131398847af33efc67a1d81e0854ad26e9ad (patch) | |
tree | f3ea4aa142254d7384dc786003fcfcf9ca96dbf9 /app-crypt | |
parent | sys-kernel/stable-sources: add 6.7.8, drop 6.7.7 (diff) | |
download | portage-deda131398847af33efc67a1d81e0854ad26e9ad.tar.xz |
app-crypt/bip32utils: treeclean
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bip32utils/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/bip32utils/bip32utils-0.3_p4.ebuild | 24 | ||||
-rw-r--r-- | app-crypt/bip32utils/metadata.xml | 12 |
3 files changed, 0 insertions, 37 deletions
diff --git a/app-crypt/bip32utils/Manifest b/app-crypt/bip32utils/Manifest deleted file mode 100644 index e60915c0..00000000 --- a/app-crypt/bip32utils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bip32utils-0.3.post4.tar.gz 12917 BLAKE2B 0d5eba2da9a88e73dd3b96afd7ff103b4a8708cfca45039530784ec45fd0c0ac6a374c2674d570d5d021135ef54e9a2d5d954f975eab8b2577f5443955b7ee41 SHA512 934024a896815d5d4782b9a92a762f60e6efd42f2a1f03f1679f57820f6066319cfc235f80fedcac950f42fafe95a76a0b914b8eb06fcd0a0140ae2f986c6f42 diff --git a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild deleted file mode 100644 index a644740d..00000000 --- a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -MY_P="${P/_p/.post}" - -DESCRIPTION="Utilities for generating and using Bitcoin Hierarchical Deterministic wallets" -HOMEPAGE="https://github.com/prusnak/bip32utils" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/ecdsa[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" diff --git a/app-crypt/bip32utils/metadata.xml b/app-crypt/bip32utils/metadata.xml deleted file mode 100644 index 2dbc0608..00000000 --- a/app-crypt/bip32utils/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>bertrand@jacquin.bzh</email> - <name>Bertrand Jacquin</name> - </maintainer> - <upstream> - <remote-id type="github">prusnak/bip32utils</remote-id> - <remote-id type="pypi">bip32utils</remote-id> - </upstream> -</pkgmetadata> |