Home
       tdev-libs/monero-seed: Remove from overlay. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 4d998ebfa333541e32fd6ac6b8aa2197fd0046e2
   DIR parent 6d3d41e4053a7a1e879a67bbd8e9ee6f0c748981
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue,  9 Feb 2021 22:18:35 +0100
       
       dev-libs/monero-seed: Remove from overlay.
       
       Diffstat:
         D dev-libs/monero-seed/Manifest       |       1 -
         D dev-libs/monero-seed/metadata.xml   |       5 -----
         D dev-libs/monero-seed/monero-seed-0… |      16 ----------------
       
       3 files changed, 0 insertions(+), 22 deletions(-)
       ---
   DIR diff --git a/dev-libs/monero-seed/Manifest b/dev-libs/monero-seed/Manifest
       t@@ -1 +0,0 @@
       -DIST monero-seed-0.1.0.tar.gz 37474 BLAKE2B ba3f98fc1dc58e5731402d02c1e2b2824f60a35655cfa06272055ef8334af295ade89ae624c60aece19d3962164af4b591e06dd7c5f43b3157dd43fb6987710c SHA512 a539ab4fdebed416600e18c89f20c572e8aab259db0929d60e2b0caa12c661fb84c9cf461306d395ca5c2fa30736ab7df7c43eb21c72757133716304a0a01d69
   DIR diff --git a/dev-libs/monero-seed/metadata.xml b/dev-libs/monero-seed/metadata.xml
       t@@ -1,5 +0,0 @@
       -<?xml version="1.0" encoding="UTF-8"?>
       -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       -<pkgmetadata>
       -  <!-- maintainer-needed -->
       -</pkgmetadata>
   DIR diff --git a/dev-libs/monero-seed/monero-seed-0.1.0.ebuild b/dev-libs/monero-seed/monero-seed-0.1.0.ebuild
       t@@ -1,16 +0,0 @@
       -# Copyright 1999-2021 Gentoo Authors
       -# Distributed under the terms of the GNU General Public License v2
       -
       -EAPI=7
       -
       -inherit cmake
       -
       -DESCRIPTION="14-word mnemonic seed for Monero"
       -HOMEPAGE="https://git.wownero.com/feather/monero-seed"
       -SRC_URI="https://git.wownero.com/feather/monero-seed/archive/${PV}.tar.gz -> ${P}.tar.gz"
       -
       -LICENSE="MIT"
       -SLOT="0"
       -KEYWORDS="~amd64"
       -
       -S="${WORKDIR}/${PN}"