Updated ebuilds

This commit is contained in:
layman 2020-11-26 09:08:45 +01:00
parent 71c41ba465
commit 33f2efad77
7 changed files with 57 additions and 6 deletions

2
app-arch/xdms/Manifest Normal file
View File

@ -0,0 +1,2 @@
EBUILD xdms-9999.ebuild 773 BLAKE2B b006d21fec5d5eee31a88b6dd6c69a8e06b431080b9abb61d36594588da9fa722cf0b3839c2e1ac69390ee8eba2e4507f22cfb5501eca26d60b9fcfa9c3deed2 SHA512 159b0fbe5280f8778496c35f2e40eb8ad1a03f60a041b7e95d4002cd8e9828b11b16a9df06e5ab75aa2dedb5ff757b92a3f6a0dde5f3cf95332d09a4f6a52892
MISC metadata.xml 864 BLAKE2B 209b2fd1290a35b6d372b5725bd9d297a2d9b86a56bc45bdfd725e81399f004ac6d4de87386d883e921bc6a34d2e45797d029d71ec317f7c3930a4d7faf991f6 SHA512 a535abd221a7ea350cfeb4fbb84585cc4f4d6ee83f607ae5d0eee73a709b8df5ed3cf9b3056dbd6b8a68ff06353c5c8b407f322a06a3bbeb5fe3d6d0cea4cdba

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
Supports decompression of files compressed using all known DMS compression modes, including old and obsolete ones, and also encrypted files, for 100% compatibility.
Can test DMS files integrity, view file informations and show attached Banners and FILEID.DIZ .
Can generate standard disk images and compressed disk images, using gzip, if you want to store your files in ADF or ADZ formats.
Can extract the files contained inside the DMS archives, if the compressed disk is an AmigaDOS disk, using readdisk made by Bernd Schmidt.
Can process multiple files in batch with a single command, and also use stdin and stdout for input and output of data.
</longdescription>
</pkgmetadata>

View File

@ -0,0 +1,37 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit toolchain-funcs
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://gitlab.com/heikkiorsila/${PN}.git"
inherit git-r3
else
SRC_URI="https://zakalwe.fi/~shd/foss/xdms/${P}.tar.bz2"
KEYWORDS="amd64 ~hppa ppc x86"
fi
DESCRIPTION="xDMS - Amiga DMS disk image decompressor"
HOMEPAGE="https://zakalwe.fi/~shd/foss/xdms"
LICENSE="public-domain"
SLOT="0"
IUSE=""
pkg_setup() {
tc-export CC
}
src_prepare() {
default
sed -i Makefile.in \
-e "s:COPYING::" \
-e "s:share/doc/xdms-{VERSION}:share/doc/xdms-${PF}:" || die
sed -i -e "s:-O2::" src/Makefile.in || die
}
src_configure() {
./configure --prefix=/usr --package-prefix="${D}" || die
}

View File

@ -1 +1 @@
EBUILD kikit-9999.ebuild 1011 BLAKE2B 8c0bedf60e3790b36eb0f7ccdc7a8668e377de18e64d89e388ca9254f0c8891b2137a0111f8938fbed7e8f57e0d8a360b10bcbe98b5187cc30f69cfdb7d1637f SHA512 41030b392b83ff8cc9b4011aba536d1732ae5d67a156b6861769d7e67903b81be67485fc6c0bb84eda421a53f511a59c12a166e2879a518727b4189fb309c777
EBUILD kikit-9999.ebuild 1011 BLAKE2B ce381acac6e5875c7609adcfd7cf8100cac1d10de16bdd58659726f6fb4c16936ba8b3698db991bbc72992be8ec1d7d97a9f33a55144a46b5cfe54818c89ec5f SHA512 e6142a32b17991ef287660df85d18d959b8ed5595b472299a4a927adc62e5091e4d4b5fe5c4d35160b0c4ed65674325537a957856c9944a3ad1c3c3e7de66d5e

View File

@ -32,7 +32,7 @@ RDEPEND="dev-python/click[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pybars3[${PYTHON_USEDEP}]
dev-python/solidpython[${PYTHON_USEDEP}]
sci-libs/Shapely[${PYTHON_USEDEP}]
sci-libs/shapely[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}

View File

@ -1 +1 @@
EBUILD flatcam-9999.ebuild 1406 BLAKE2B b400fcea62f15a67c2e8b2f82b087af8d27ae1a0a344fd81f28dcfe7d8e1d289d2bd510d65c3e4caf48705507bf255fe695f46b358108080e51d06a680e57a78 SHA512 584a6a546965281f204408a60de81e7c5d8b5b9a193e96d212d4c385e68aa2dfff5df1debd557ba0db2a38a07026e31728388ef886cb04aa3ee58429abe4e805
EBUILD flatcam-9999.ebuild 1408 BLAKE2B e64bade93f2fce002d7732268b38ee7a8230da784318a235713bf12ba15f51977f6bfab0a86f46ff54a284d1a139f1df3dd6fee4f0ac459b5f00a77a3a669242 SHA512 88d287c97d43e4211c537e6bcbaa94a540c8f72ce68fc47ab6efb0e24b60ffa1fea20dec141e2e9c6dde0e31fc1d6ad8d70dd4ebc44732e22810910551b82bc0

View File

@ -28,11 +28,11 @@ RDEPEND="
>=dev-python/matplotlib-1.3.1[${PYTHON_USEDEP},qt5]
>=dev-python/numpy-1.8[${PYTHON_USEDEP}]
dev-python/PyQt5[${PYTHON_USEDEP}]
dev-python/scipy
dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/svg-path[${PYTHON_USEDEP}]
sci-libs/Rtree
sci-libs/scipy
>=sci-libs/Shapely-1.3
sci-libs/rtree
>=sci-libs/shapely-1.3
"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${RDEPEND}"