From 33f2efad77ed6e0510a8b4409aeb10673d1a8787 Mon Sep 17 00:00:00 2001 From: layman Date: Thu, 26 Nov 2020 09:08:45 +0100 Subject: [PATCH] Updated ebuilds --- app-arch/xdms/Manifest | 2 ++ app-arch/xdms/metadata.xml | 12 +++++++ app-arch/xdms/xdms-9999.ebuild | 37 +++++++++++++++++++++ dev-python/kikit/Manifest | 2 +- dev-python/kikit/kikit-9999.ebuild | 2 +- sci-electronics/flatcam/Manifest | 2 +- sci-electronics/flatcam/flatcam-9999.ebuild | 6 ++-- 7 files changed, 57 insertions(+), 6 deletions(-) create mode 100644 app-arch/xdms/Manifest create mode 100644 app-arch/xdms/metadata.xml create mode 100644 app-arch/xdms/xdms-9999.ebuild diff --git a/app-arch/xdms/Manifest b/app-arch/xdms/Manifest new file mode 100644 index 0000000..d89c6f5 --- /dev/null +++ b/app-arch/xdms/Manifest @@ -0,0 +1,2 @@ +EBUILD xdms-9999.ebuild 773 BLAKE2B b006d21fec5d5eee31a88b6dd6c69a8e06b431080b9abb61d36594588da9fa722cf0b3839c2e1ac69390ee8eba2e4507f22cfb5501eca26d60b9fcfa9c3deed2 SHA512 159b0fbe5280f8778496c35f2e40eb8ad1a03f60a041b7e95d4002cd8e9828b11b16a9df06e5ab75aa2dedb5ff757b92a3f6a0dde5f3cf95332d09a4f6a52892 +MISC metadata.xml 864 BLAKE2B 209b2fd1290a35b6d372b5725bd9d297a2d9b86a56bc45bdfd725e81399f004ac6d4de87386d883e921bc6a34d2e45797d029d71ec317f7c3930a4d7faf991f6 SHA512 a535abd221a7ea350cfeb4fbb84585cc4f4d6ee83f607ae5d0eee73a709b8df5ed3cf9b3056dbd6b8a68ff06353c5c8b407f322a06a3bbeb5fe3d6d0cea4cdba diff --git a/app-arch/xdms/metadata.xml b/app-arch/xdms/metadata.xml new file mode 100644 index 0000000..ec5a204 --- /dev/null +++ b/app-arch/xdms/metadata.xml @@ -0,0 +1,12 @@ + + + + + + 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. + + diff --git a/app-arch/xdms/xdms-9999.ebuild b/app-arch/xdms/xdms-9999.ebuild new file mode 100644 index 0000000..eb2acec --- /dev/null +++ b/app-arch/xdms/xdms-9999.ebuild @@ -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 +} diff --git a/dev-python/kikit/Manifest b/dev-python/kikit/Manifest index 3c9fb8b..55a9e11 100644 --- a/dev-python/kikit/Manifest +++ b/dev-python/kikit/Manifest @@ -1 +1 @@ -EBUILD kikit-9999.ebuild 1011 BLAKE2B 8c0bedf60e3790b36eb0f7ccdc7a8668e377de18e64d89e388ca9254f0c8891b2137a0111f8938fbed7e8f57e0d8a360b10bcbe98b5187cc30f69cfdb7d1637f SHA512 41030b392b83ff8cc9b4011aba536d1732ae5d67a156b6861769d7e67903b81be67485fc6c0bb84eda421a53f511a59c12a166e2879a518727b4189fb309c777 +EBUILD kikit-9999.ebuild 1011 BLAKE2B ce381acac6e5875c7609adcfd7cf8100cac1d10de16bdd58659726f6fb4c16936ba8b3698db991bbc72992be8ec1d7d97a9f33a55144a46b5cfe54818c89ec5f SHA512 e6142a32b17991ef287660df85d18d959b8ed5595b472299a4a927adc62e5091e4d4b5fe5c4d35160b0c4ed65674325537a957856c9944a3ad1c3c3e7de66d5e diff --git a/dev-python/kikit/kikit-9999.ebuild b/dev-python/kikit/kikit-9999.ebuild index 8bc4ab7..5a5c1b8 100644 --- a/dev-python/kikit/kikit-9999.ebuild +++ b/dev-python/kikit/kikit-9999.ebuild @@ -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} diff --git a/sci-electronics/flatcam/Manifest b/sci-electronics/flatcam/Manifest index c659ed5..6d5ed9c 100644 --- a/sci-electronics/flatcam/Manifest +++ b/sci-electronics/flatcam/Manifest @@ -1 +1 @@ -EBUILD flatcam-9999.ebuild 1406 BLAKE2B b400fcea62f15a67c2e8b2f82b087af8d27ae1a0a344fd81f28dcfe7d8e1d289d2bd510d65c3e4caf48705507bf255fe695f46b358108080e51d06a680e57a78 SHA512 584a6a546965281f204408a60de81e7c5d8b5b9a193e96d212d4c385e68aa2dfff5df1debd557ba0db2a38a07026e31728388ef886cb04aa3ee58429abe4e805 +EBUILD flatcam-9999.ebuild 1408 BLAKE2B e64bade93f2fce002d7732268b38ee7a8230da784318a235713bf12ba15f51977f6bfab0a86f46ff54a284d1a139f1df3dd6fee4f0ac459b5f00a77a3a669242 SHA512 88d287c97d43e4211c537e6bcbaa94a540c8f72ce68fc47ab6efb0e24b60ffa1fea20dec141e2e9c6dde0e31fc1d6ad8d70dd4ebc44732e22810910551b82bc0 diff --git a/sci-electronics/flatcam/flatcam-9999.ebuild b/sci-electronics/flatcam/flatcam-9999.ebuild index 14cee34..c4375dc 100644 --- a/sci-electronics/flatcam/flatcam-9999.ebuild +++ b/sci-electronics/flatcam/flatcam-9999.ebuild @@ -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}"