Compare commits

..

5 Commits

Author SHA1 Message Date
a338f6ef4f removed zotero 2021-11-12 21:26:01 +00:00
94dc8da6da removed bad keyword define 2021-06-26 15:43:11 +01:00
28d6cb7cc9 removed git logic 2021-06-26 11:28:05 +01:00
6f650a0106 added x86 2021-06-26 11:22:36 +01:00
bd1f85d61e Added chia-plotter 2021-06-26 11:18:38 +01:00
12 changed files with 24 additions and 170 deletions

View File

@ -1 +0,0 @@
DIST Zotero-5.0.96.2_linux-x86_64.tar.bz2 60475436 BLAKE2B 2c113fbbb78f0e4ca4e12ed31ed43ba6e65eea88039f9fda1d1f97e6407b95e9ac1d89b2504f220ce96634f5404defcdb5f5346dec83d5d9f02832e1573f1a60 SHA512 4fc988bf74179ad5f28a4649cfc6c6c5d4eeabc3b7aa60e717681bc57dd1c3ba6f2d3310fb83e6e2e55475aa9d7077329acc3dff52b63a0759c32f542ef0ef47

View File

@ -1,36 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop
MY_PN="Zotero"
DESCRIPTION="A tool to help you collect, organize, cite, and share your research sources"
HOMEPAGE="https://www.zotero.org/"
SRC_URI="https://download.zotero.org/client/release/${PV}/Zotero-${PV}_linux-x86_64.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/Zotero_linux-x86_64"
ZOTERO_INSTALL_DIR="/opt/Zotero"
src_install() {
dodir ${ZOTERO_INSTALL_DIR}
cp -a "${S}"/. "${D}${ZOTERO_INSTALL_DIR}"
for i in 16 32 48 256; do
newicon -s ${i} chrome/icons/default/default${i}.png ${PN}.png
done
make_desktop_entry "/opt/Zotero/zotero" Zotero zotero Office
}

View File

@ -1,21 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="aiosqlite provides a friendly, async interface to sqlite databases."
HOMEPAGE="https://github.com/omnilib/aiosqlite"
SRC_URI="https://github.com/omnilib/aiosqlite/archive/refs/tags/v0.17.0.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
BDEPEND="dev-python/pyproject2setuppy"
RDEPEND="
dev-python/typing-extensions-3.7.4.3[${PYTHON_USEDEP}]
"

View File

@ -1,20 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
DESCRIPTION="BLS Signatures implementation"
HOMEPAGE="https://github.com/Chia-Network/bls-signatures"
SRC_URI="https://github.com/Chia-Network/bls-signatures/archive/refs/tags/${PV}.tar.gz"
LICENSE="Apache 2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
RDEPEND="
"

View File

@ -1,20 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=bdepend
PYTHON_COMPAT=( python3_{6..7} )
inherit distutils-r1
DESCRIPTION="Chialisp virtual machine"
HOMEPAGE="https://github.com/Chia-Network/clvm"
SRC_URI="https://github.com/Chia-Network/clvm/archive/refs/tags/${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
RDEPEND="
dev-python/blspy-1.0.2[${PYTHON_USEDEP}]
"

View File

@ -1 +0,0 @@
DIST 0.9.19.tar.gz 22230 BLAKE2B 406b6a2b7fd251ab55f6bad90b4f505e7be17330ab79a916913c318d7bfad3cace439a65389539cde8d350ff7f2aba8e21077215bafc2d4576af134c02281994 SHA512 109a1bcdc898b5235b4e91f11410bf2e9a4b52a50eb4ea44b82856b5c74ab492add71d8f3374d1e26ac8d74e888f1d3949afd0652c7b2aeeee1080ce99e167b0

View File

@ -1,20 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=bdepend
PYTHON_COMPAT=( python3_{5..9} )
inherit distutils-r1
DESCRIPTION="Concurrent log handler for Python"
HOMEPAGE="https://github.com/Preston-Landers/concurrent-log-handler"
SRC_URI="https://github.com/Preston-Landers/concurrent-log-handler/archive/refs/tags/${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
RDEPEND="
>=dev-python/portalocker-1.4.0[${PYTHON_USEDEP}]
"

View File

@ -1 +0,0 @@
DIST v2.3.0.tar.gz 29829 BLAKE2B f9e5ac0d0158b8528b4f2fde700b3f1d7501180464283a57021fdb498fa1323a37fdcbf6dad27296e125d4ba8be7d1792e3cbb883152352da47f24e6257fd56b SHA512 602eecfb1b6fdd6522cd769fb68757ffacfe2b5a9c4e40b215cead8b3bdd9a384cf82b3f435b9f24a92a049d02994c9e0d2d6d525dd0b92270009be9b7ece218

View File

@ -1,18 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=bdepend
PYTHON_COMPAT=( python3_{3..9} )
inherit distutils-r1
DESCRIPTION="Portalocker is a library to provide an easy API to file locking."
HOMEPAGE="https://pypi.org/project/portalocker/"
SRC_URI="https://github.com/WoLpH/portalocker/archive/refs/tags/v${PV}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
RDEPEND=""

View File

@ -2,47 +2,20 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Chia cryptocurrency blockchain"
HOMEPAGE="https://www.chia.net/"
SRC_URI="https://github.com/Chia-Network/chia-blockchain/archive/refs/tags/${PV}.tar.gz"
SRC_URI="https://github.com/Chia-Network/chia-blockchain/archive/refs/tags/1.1.4.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
# TODO:
# aiosqlite-0.17.0
# clvm_tools-0.4.3
# clvm_rs-0.1.7
# clvm-0.9.6
# chiapos-1.0.1
# chiabip158-1.0
# chiavdf-1.0.1
# blspy-1.0.2
RDEPEND=""
BDEPEND=""
RDEPEND="
dev-python/blspy-1.0.2[${PYTHON_USEDEP}]
dev-python/chiavdf-1.0.1[${PYTHON_USEDEP}]
dev-python/chiabip158-1.0[${PYTHON_USEDEP}]
dev-python/chiapos-1.0.1[${PYTHON_USEDEP}]
dev-python/clvm-0.9.6[${PYTHON_USEDEP}]
dev-python/clvm_rs-0.1.7[${PYTHON_USEDEP}]
dev-python/clvm_tools-0.4.3[${PYTHON_USEDEP}]
dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
dev-python/aiosqlite-0.17.0[${PYTHON_USEDEP}]
dev-python/bitstring-3.1.7[${PYTHON_USEDEP}]
dev-python/colorlog-5.0.1[${PYTHON_USEDEP}]
dev-python/concurrent-log-handler-0.9.19[${PYTHON_USEDEP}]
dev-python/cryptography-3.4.7[${PYTHON_USEDEP}]
dev-python/keyring-23.0.1[${PYTHON_USEDEP}]
dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
dev-python/setproctitle-1.2.2[${PYTHON_USEDEP}]
dev-python/sortedcontainers-2.3.0[${PYTHON_USEDEP}]
dev-python/websockets-8.1[${PYTHON_USEDEP}]
dev-python/click-7.1.2[${PYTHON_USEDEP}]
"

View File

@ -0,0 +1 @@
DIST c8121b987186c42c895b49818e6c13acecc51332.tar.gz 220567 BLAKE2B 7b37108974757f7d05d6083a3e7e007748d2132b332ede8323df61b8c2565dae0311b47a2d04f2de844225dbed07eb6a323d1dc375115fddf3bff5f19e6f9438 SHA512 a3cfb8f3830d33088b431a6219c31442d51be9427e08c6940640d248b718fa1aa8208dc67f38590449d6966e54d342f366cfcf1a5a5c639e1b3732e83f6c7cc3

View File

@ -0,0 +1,18 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="madMAx43v3r high performance chia plotter"
HOMEPAGE="https://github.com/madMAx43v3r/chia-plotter"
SRC_URI="https://github.com/madMAx43v3r/chia-plotter/archive/c8121b987186c42c895b49818e6c13acecc51332.tar.gz"
KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
DEPEND=">=dev-libs/libsodium-1.0.18"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-util/cmake-3.14"