Updated kikit/minipro

This commit is contained in:
layman 2020-12-29 00:46:11 +01:00
commit 4fbcf20764
7 changed files with 57 additions and 5 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 1053 BLAKE2B cd4d2611f9f7b4aff358cd799fe8f9f27c4ebaf49f88316d06f7d674f78f72c57e73d1f67ea0f521cfd72a052b8f22ef6d5a757be47810d599cc12723853411f SHA512 22721e7be18e30ffeba30e237cd648f2204b65ab946501a932df672104c7b1d8e1d31d223c4a202dc46d404249e02ee35078e75019f96660abb222d57ba77a8e
EBUILD kikit-9999.ebuild 1089 BLAKE2B fcc1f3a237eb5ac1c9f4bec1b2308206e3ac1251b5bb48002d9780f6f2a6d6416766465378c22cc6c2a841a7c8c2650f4b6c193b124807bd2f11dd87ff342017 SHA512 49950e8b21f554b8ec571bfdcf7eac6dc707220c9c11d819ffe507e2afe334788a974586631c6467d875f7f37eff0f641847f03b33c4d9c6fb1b62a10bddda17

View File

@ -33,6 +33,7 @@ RDEPEND="dev-python/click[${PYTHON_USEDEP}]
dev-python/pybars3[${PYTHON_USEDEP}]
dev-python/solidpython[${PYTHON_USEDEP}]
|| ( sci-libs/Shapely[${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}"