From 336f4ce8b4dc3aa93af5ebc8cae268ba4917e27e Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Wed, 14 Apr 2021 15:03:23 +0200 Subject: [PATCH 1/5] dev-util/beautysh: new package This package is used alone (or with atom editor) in order to beautify shell/bash scripts if atom-beautify is used. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi --- dev-util/beautysh/Manifest | 1 + dev-util/beautysh/beautysh-6.0.1.ebuild | 21 +++++++++++++++++++++ dev-util/beautysh/metadata.xml | 16 ++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dev-util/beautysh/Manifest create mode 100644 dev-util/beautysh/beautysh-6.0.1.ebuild create mode 100644 dev-util/beautysh/metadata.xml diff --git a/dev-util/beautysh/Manifest b/dev-util/beautysh/Manifest new file mode 100644 index 0000000000..624fd367ae --- /dev/null +++ b/dev-util/beautysh/Manifest @@ -0,0 +1 @@ +DIST beautysh-6.0.1.tar.gz 14634 BLAKE2B ee81d9eca73676ad485f3b21eaf14d9aa8bdf294ede0951f850f30b005c30dede5265cba414df449d2ab55f238e82d841ee1f7b85d1407b973fc8c8da59b5650 SHA512 71ecdb10d73750966c0ebea44702e74e82828ba863d99274d6427b314cd3981ab04895e206e08ee68cc719d1e67cc6c3ff6ffc7f11e0978c69ffcbab21fe60e4 diff --git a/dev-util/beautysh/beautysh-6.0.1.ebuild b/dev-util/beautysh/beautysh-6.0.1.ebuild new file mode 100644 index 0000000000..3223019492 --- /dev/null +++ b/dev-util/beautysh/beautysh-6.0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="This program takes upon itself the hard task of beautifying Bash scripts" +HOMEPAGE="http://uncrustify.sourceforge.net/" +SRC_URI="https://github.com/lovesegfault/beautysh/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" + +LICENSE="GPL-2" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( ${PYTHON_DEPS} )" diff --git a/dev-util/beautysh/metadata.xml b/dev-util/beautysh/metadata.xml new file mode 100644 index 0000000000..2e54b33afe --- /dev/null +++ b/dev-util/beautysh/metadata.xml @@ -0,0 +1,16 @@ + + + + + marco@scardovi.com + Marco Scardovi + + + proxy-maint@gentoo.org + Proxy Maintainers + + + beautysh + lovesegfault/beautysh + + From 9e758ca529172b76a610fae269b598be4884ca82 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Wed, 14 Apr 2021 15:11:13 +0200 Subject: [PATCH 2/5] dev-util/beautysh: remove proxy-maint (left by mistake) Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi --- dev-util/beautysh/metadata.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-util/beautysh/metadata.xml b/dev-util/beautysh/metadata.xml index 2e54b33afe..92c8553530 100644 --- a/dev-util/beautysh/metadata.xml +++ b/dev-util/beautysh/metadata.xml @@ -5,10 +5,6 @@ marco@scardovi.com Marco Scardovi - - proxy-maint@gentoo.org - Proxy Maintainers - beautysh lovesegfault/beautysh From cde86d3bccc78396f2e3c3838679efaef7a6a286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avis=20Dro=C5=BCniak?= Date: Wed, 14 Apr 2021 16:34:14 +0200 Subject: [PATCH 3/5] x11-misc/caffeine-ng: add new package. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Avis Drożniak --- x11-misc/caffeine-ng/Manifest | 1 + x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild | 50 ++++++++++++++++++ x11-misc/caffeine-ng/caffeine-ng-9999.ebuild | 51 +++++++++++++++++++ x11-misc/caffeine-ng/metadata.xml | 12 +++++ 4 files changed, 114 insertions(+) create mode 100644 x11-misc/caffeine-ng/Manifest create mode 100644 x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild create mode 100644 x11-misc/caffeine-ng/caffeine-ng-9999.ebuild create mode 100644 x11-misc/caffeine-ng/metadata.xml diff --git a/x11-misc/caffeine-ng/Manifest b/x11-misc/caffeine-ng/Manifest new file mode 100644 index 0000000000..6d3797d54f --- /dev/null +++ b/x11-misc/caffeine-ng/Manifest @@ -0,0 +1 @@ +DIST caffeine-ng-3.5.1.tar.gz 155324 BLAKE2B 3f0ecce6a9fa4a3cdd206a33c80f0ce10ae8472b3f08546dfe5273e9055d8f8840528d9c1d4114b90c2a1967d40b30ce890306862939f4996a675ede90ebef60 SHA512 d37a4ddfefca3ed883a7aade0c25ef9f1bf475d27cb43e7c64ee6f946a9157727c5527ad2c06fb39bac6e74344f523c1d9f2896c301b33cd3c8c6e1ed52a99fb diff --git a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild new file mode 100644 index 0000000000..adabd0f6a7 --- /dev/null +++ b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9} ) + +inherit distutils-r1 gnome2-utils + +DESCRIPTION="Aplication able to temporarily inhibit the screensaver." +HOMEPAGE="https://github.com/caffeine-ng/caffeine-ng" +if [[ ${PV} == 9999 ]];then + inherit git-r3 + EGIT_REPO_URI="${HOMEPAGE}.git" +else + SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.gz" +fi + +LICENSE="GPL-3" +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +DEPEND=" + dev-python/pygobject:3 + >=dev-python/pyxdg-0.25 + dev-python/dbus-python + >=dev-python/docopt-0.6.2 + >=dev-python/setproctitle-1.1.10 + dev-python/setuptools + >=dev-python/wheel-0.29.0 + dev-python/setuptools_scm + dev-libs/libappindicator:3 + x11-libs/gtk+:3 +" +RDEPEND="${DEPEND}" + +pkg_preinst(){ + gnome2_schemas_savelist +} + +pkg_postinst(){ + gnome2_gconf_install + gnome2_schemas_update +} + +pkg_postrm(){ + gnome2_gconf_uninstall + gnome2_schemas_update +} diff --git a/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild b/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild new file mode 100644 index 0000000000..857e04ae7c --- /dev/null +++ b/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9} ) + +inherit distutils-r1 gnome2-utils + +DESCRIPTION="Aplication able to temporarily inhibit the screensaver." +HOMEPAGE="https://github.com/caffeine-ng/caffeine-ng" +if [[ ${PV} == 9999 ]];then + inherit git-r3 + EGIT_REPO_URI="${HOMEPAGE}.git" +else + SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.gz" +fi + +LICENSE="GPL-3" +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +DEPEND=" + dev-python/pygobject:3 + >=dev-python/pyxdg-0.25 + dev-python/dbus-python + >=dev-python/docopt-0.6.2 + >=dev-python/setproctitle-1.1.10 + dev-python/setuptools + >=dev-python/wheel-0.29.0 + dev-python/setuptools_scm + dev-libs/libappindicator:3 + x11-libs/gtk+:3 + x11-libs/libnotify +" +RDEPEND="${DEPEND}" + +pkg_preinst(){ + gnome2_schemas_savelist +} + +pkg_postinst(){ + gnome2_gconf_install + gnome2_schemas_update +} + +pkg_postrm(){ + gnome2_gconf_uninstall + gnome2_schemas_update +} diff --git a/x11-misc/caffeine-ng/metadata.xml b/x11-misc/caffeine-ng/metadata.xml new file mode 100644 index 0000000000..3df903c795 --- /dev/null +++ b/x11-misc/caffeine-ng/metadata.xml @@ -0,0 +1,12 @@ + + + + + queereen@riseup.net + Avis Drożniak + + + Caffeine is a little daemon that sits in your systray, and prevents the screensaver from showing up, or the system from going to sleep. + It does so when an application is fullscreened (eg: youtube), or when you click on the systray icon (which you can do, when, eg: reading). + + From cbb3a46392cead562160cf3977eee320d78cc7bf Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 14 Apr 2021 16:51:36 +0200 Subject: [PATCH 4/5] games-action/ATLauncher: fix url of ico file Closes: https://bugs.gentoo.org/782835 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild b/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild index bcfeaf6685..2256d5abe3 100644 --- a/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild +++ b/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Minecraft launcher which integrates multiple different ModPacks" HOMEPAGE="https://atlauncher.com https://github.com/ATLauncher/ATLauncher" SRC_URI="https://github.com/ATLauncher/ATLauncher/releases/download/v${PV}/${P}.jar - https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/Icon.ico -> ${PN}.ico" + https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ${PN}.ico" KEYWORDS="~amd64 ~x86" LICENSE="GPL-3" From 2580dd9b4eeaa86b30534f2bc6d3f71c42eb216e Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 14 Apr 2021 16:54:24 +0200 Subject: [PATCH 5/5] x11-misc/caffeine-ng: fix VisibleVcsPkg, HomepageInSrcUri Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild | 4 ++-- x11-misc/caffeine-ng/caffeine-ng-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild index adabd0f6a7..694fc49626 100644 --- a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild +++ b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild @@ -13,11 +13,11 @@ if [[ ${PV} == 9999 ]];then inherit git-r3 EGIT_REPO_URI="${HOMEPAGE}.git" else - SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.gz" + SRC_URI="https://github.com/caffeine-ng/caffeine-ng/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" fi LICENSE="GPL-3" -KEYWORDS="~amd64" SLOT="0" IUSE="" diff --git a/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild b/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild index 857e04ae7c..f55d9d5dce 100644 --- a/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild +++ b/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild @@ -13,11 +13,11 @@ if [[ ${PV} == 9999 ]];then inherit git-r3 EGIT_REPO_URI="${HOMEPAGE}.git" else - SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.gz" + SRC_URI="https://github.com/caffeine-ng/caffeine-ng/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" fi LICENSE="GPL-3" -KEYWORDS="~amd64" SLOT="0" IUSE=""