From 24c827886c434a06b8b4b05a565b0c9958e1d538 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Thu, 10 Dec 2020 03:24:43 -0500 Subject: [PATCH 1/4] app-misc/repositorg: updated dependency list Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Horea Christian --- app-misc/repositorg/ChangeLog | 4 ++++ app-misc/repositorg/repositorg-0.1.ebuild | 5 +++-- app-misc/repositorg/repositorg-9999.ebuild | 5 +++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app-misc/repositorg/ChangeLog b/app-misc/repositorg/ChangeLog index 8cd36bb..1eb1ae8 100644 --- a/app-misc/repositorg/ChangeLog +++ b/app-misc/repositorg/ChangeLog @@ -1,3 +1,7 @@ + 10 Dec 2020; repositorg-0.1.ebuild, + repositorg-9999.ebuild: + app-misc/repositorg: updated dependency list + 14 Aug 2020; files/repositorg_uuid.initd, repositorg-0.1.ebuild: app-misc/repositorg: improved init script diff --git a/app-misc/repositorg/repositorg-0.1.ebuild b/app-misc/repositorg/repositorg-0.1.ebuild index 4a406d0..b3e0918 100644 --- a/app-misc/repositorg/repositorg-0.1.ebuild +++ b/app-misc/repositorg/repositorg-0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8}) +PYTHON_COMPAT=(python3_{6..9}) inherit distutils-r1 systemd @@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86" IUSE="systemd" DEPEND=" - >=dev-python/argh-0.26.2 + >=dev-python/argh-0.26.2[${PYTHON_USEDEP}] + dev-python/regex[${PYTHON_USEDEP}] media-libs/mutagen systemd? ( sys-apps/systemd ) " diff --git a/app-misc/repositorg/repositorg-9999.ebuild b/app-misc/repositorg/repositorg-9999.ebuild index 2da645e..db27cc7 100644 --- a/app-misc/repositorg/repositorg-9999.ebuild +++ b/app-misc/repositorg/repositorg-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8}) +PYTHON_COMPAT=(python3_{6..9}) inherit distutils-r1 git-r3 systemd @@ -18,7 +18,8 @@ KEYWORDS="" IUSE="systemd" DEPEND=" - >=dev-python/argh-0.26.2 + >=dev-python/argh-0.26.2[${PYTHON_USEDEP}] + dev-python/regex[${PYTHON_USEDEP}] media-libs/mutagen systemd? ( sys-apps/systemd ) " From acee50e15e048850e8c45625026e82733c0959a9 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Thu, 10 Dec 2020 07:37:51 -0500 Subject: [PATCH 2/4] app-text/sarcasm-formatter: updated metadata Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Horea Christian --- app-text/sarcasm-formatter/ChangeLog | 2 ++ app-text/sarcasm-formatter/metadata.xml | 12 ++++-------- 2 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 app-text/sarcasm-formatter/ChangeLog diff --git a/app-text/sarcasm-formatter/ChangeLog b/app-text/sarcasm-formatter/ChangeLog new file mode 100644 index 0000000..71623c9 --- /dev/null +++ b/app-text/sarcasm-formatter/ChangeLog @@ -0,0 +1,2 @@ + 10 Dec 2020; metadata.xml: + app-text/sarcasm-formatter: updated metadata diff --git a/app-text/sarcasm-formatter/metadata.xml b/app-text/sarcasm-formatter/metadata.xml index a98f0b8..099fc9e 100644 --- a/app-text/sarcasm-formatter/metadata.xml +++ b/app-text/sarcasm-formatter/metadata.xml @@ -6,15 +6,11 @@ Horea Christian - SAMRI provides fMRI preprocessing, metadata parsing, and data analysis functions - and pipelines. SAMRI integrates functionalities from a number of other packages - to create higher-level tools. + The sarcasm formatter provides JS, Python, and Bash support for formatting text + sArCaStIcAlLy, meaning with alternating lower and upper-case letters, and provides + optional parametrization such as choosing the starting case. - - Include dependency on compatible anatomica atlases. - Pipe data from LabbookDB databases. - - IBT-FMI/SAMRI + Othyem86/sarcasm-formatter From f8c6e8c45b910a8c9dcd8d422c0c3ab72aa39b8d Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 14 Dec 2020 03:31:14 -0500 Subject: [PATCH 3/4] games-strategy/julius: merged in Gentoo https://gitweb.gentoo.org/repo/gentoo.git/commit/profiles/arch.list?id=2ecbc25f3925991ea36559f0b0e25fa634c34a02 --- games-strategy/julius/ChangeLog | 8 ---- games-strategy/julius/Manifest | 2 - games-strategy/julius/files/90julius.sh | 2 - games-strategy/julius/julius-1.3.1.ebuild | 48 ----------------------- games-strategy/julius/julius-1.4.1.ebuild | 48 ----------------------- games-strategy/julius/metadata.xml | 21 ---------- 6 files changed, 129 deletions(-) delete mode 100644 games-strategy/julius/ChangeLog delete mode 100644 games-strategy/julius/Manifest delete mode 100644 games-strategy/julius/files/90julius.sh delete mode 100644 games-strategy/julius/julius-1.3.1.ebuild delete mode 100644 games-strategy/julius/julius-1.4.1.ebuild delete mode 100644 games-strategy/julius/metadata.xml diff --git a/games-strategy/julius/ChangeLog b/games-strategy/julius/ChangeLog deleted file mode 100644 index 0bc7853..0000000 --- a/games-strategy/julius/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ - 21 Oct 2020; julius-1.3.1.ebuild, julius-1.4.1.ebuild: - games-strategy/julius: elog update - - 21 Oct 2020; julius-1.3.1.ebuild, julius-1.4.1.ebuild: - games-strategy/julius: eclass update - - 21 Oct 2020; -ChangeLog: - games-strategy/julius: no longer tracking superfluous ChangLog diff --git a/games-strategy/julius/Manifest b/games-strategy/julius/Manifest deleted file mode 100644 index fe3a4d8..0000000 --- a/games-strategy/julius/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST julius-1.3.1.tar.gz 8536096 SHA256 7ffbee8f05c6e4b03615853b366c4e3a7037e22c63929fdeae1bedb1f1ebea73 SHA512 380bb478c6f41cee9a23b93b2acc2d6f91dccfc70a27bed89fb03cb7db20f259a3eb64e7889b32cbaa1600ba38dd3a7fa3e0a6701de73e9da174f1167369fefe WHIRLPOOL 5ec6277d78ea45627a2af2b4438da6d7679a8908a3235fb0218c618bfd9d367bab4e172acc16bd6a2ae76cf9f566f8c41fe7c9372064e1245c88d24bd9678564 -DIST julius-1.4.1.tar.gz 8592785 SHA256 0ac0cbd5bc562c61eba3fc552f92a94e9f2189566ccbc0e62f71f3dde6962cb1 SHA512 8488cee4a229299fd771f7ebddf076888b2e11458b2edbb6058b29b1f7e79d372ec2f913df3afacd8191551ba692a900508e64661ead1029916e28f356f79f7b WHIRLPOOL be0d8f62a52cd91b9820f108818ff2614c30aec4ad8d3e54edf5e7586662dca7cef9e07c6b360f78786eba7ab2a14a8d980ad135f0f04c4b566e61224dc60873 diff --git a/games-strategy/julius/files/90julius.sh b/games-strategy/julius/files/90julius.sh deleted file mode 100644 index e88111f..0000000 --- a/games-strategy/julius/files/90julius.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -alias julius-game='julius-game ~/.cache/julius/app' diff --git a/games-strategy/julius/julius-1.3.1.ebuild b/games-strategy/julius/julius-1.3.1.ebuild deleted file mode 100644 index 64690f1..0000000 --- a/games-strategy/julius/julius-1.3.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Feature-faithful open source re-implementation of Caesar III" -HOMEPAGE="https://github.com/bvschaik/julius" -SRC_URI="https://github.com/bvschaik/julius/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - media-libs/libpng - media-libs/libsdl2 - media-libs/sdl2-mixer -" -RDEPEND="" - -src_test() { - sed -i -e "s: && cd \.\. && \./coverage.sh::" runtests.sh || die - ./runtests.sh || die "test phase failed" -} - -src_install() { - insinto /etc/profile.d - doins "${FILESDIR}"/90julius.sh - cmake_src_install - mv "${ED}"/usr/bin/julius "${ED}"/usr/bin/julius-game || - die "Failed to rename executable (required as per conflict with app-accessibility/julius)" -} - -pkg_postinst() { - ewarn "Julius requires you to download the original Caesar 3 resources." - ewarn - ewarn "You need to obtain these files from a vendor of the proprietary software." - ewarn "You will then need to copy the 'app' directory into '~/.cache/julius/'." - ewarn "One way to obtain this directory is to download the GOG Cesar 3 edition." - ewarn "You can then produce this directory by running:" - ewarn " innoextract -m setup_caesar3_2.0.0.9.exe" - ewarn - ewarn "Lastly, run 'source /etc/profile' to refresh your environment and be able" - ewarn "to start the game directly by running 'julius-game' in the command line." -} diff --git a/games-strategy/julius/julius-1.4.1.ebuild b/games-strategy/julius/julius-1.4.1.ebuild deleted file mode 100644 index 64690f1..0000000 --- a/games-strategy/julius/julius-1.4.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Feature-faithful open source re-implementation of Caesar III" -HOMEPAGE="https://github.com/bvschaik/julius" -SRC_URI="https://github.com/bvschaik/julius/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - media-libs/libpng - media-libs/libsdl2 - media-libs/sdl2-mixer -" -RDEPEND="" - -src_test() { - sed -i -e "s: && cd \.\. && \./coverage.sh::" runtests.sh || die - ./runtests.sh || die "test phase failed" -} - -src_install() { - insinto /etc/profile.d - doins "${FILESDIR}"/90julius.sh - cmake_src_install - mv "${ED}"/usr/bin/julius "${ED}"/usr/bin/julius-game || - die "Failed to rename executable (required as per conflict with app-accessibility/julius)" -} - -pkg_postinst() { - ewarn "Julius requires you to download the original Caesar 3 resources." - ewarn - ewarn "You need to obtain these files from a vendor of the proprietary software." - ewarn "You will then need to copy the 'app' directory into '~/.cache/julius/'." - ewarn "One way to obtain this directory is to download the GOG Cesar 3 edition." - ewarn "You can then produce this directory by running:" - ewarn " innoextract -m setup_caesar3_2.0.0.9.exe" - ewarn - ewarn "Lastly, run 'source /etc/profile' to refresh your environment and be able" - ewarn "to start the game directly by running 'julius-game' in the command line." -} diff --git a/games-strategy/julius/metadata.xml b/games-strategy/julius/metadata.xml deleted file mode 100644 index 399b596..0000000 --- a/games-strategy/julius/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - chr@chymera.eu - Horea Christian - - - The aim of this project is to create an open-source version of - Caesar 3, with the same logic as the original, but with some UI - enhancements, that is able to be played on multiple platforms. - The same logic means that the saved games are 100% compatible, - and any gameplay bugs present in the original Caesar 3 game will - also be present in Julius. It is meant as a drop-in replacement - for Caesar 3, with the same look and feel, so there will be no - major UI changes. - - - bvschaik/julius - - From 742900a05c05577a5c5920d994f3524f36faa52c Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 14 Dec 2020 03:36:12 -0500 Subject: [PATCH 4/4] app-misc/patternBG: updated PYTHON_COMPAT Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Horea Christian --- app-misc/patternBG/ChangeLog | 3 +++ app-misc/patternBG/patternBG-0.1.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app-misc/patternBG/ChangeLog b/app-misc/patternBG/ChangeLog index f9f2802..40f7229 100644 --- a/app-misc/patternBG/ChangeLog +++ b/app-misc/patternBG/ChangeLog @@ -1,3 +1,6 @@ + 14 Dec 2020; patternBG-0.1.ebuild: + app-misc/patternBG: updated PYTHON_COMPAT + *patternBG-0.1 (30 Mar 2020) 30 Mar 2020; +metadata.xml, +patternBG-0.1.ebuild, diff --git a/app-misc/patternBG/patternBG-0.1.ebuild b/app-misc/patternBG/patternBG-0.1.ebuild index 0c72c05..34a8c6f 100644 --- a/app-misc/patternBG/patternBG-0.1.ebuild +++ b/app-misc/patternBG/patternBG-0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit python-r1