public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/caffeine-ng/
@ 2021-04-14 14:34 Avis Drożniak
  0 siblings, 0 replies; 9+ messages in thread
From: Avis Drożniak @ 2021-04-14 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cde86d3bccc78396f2e3c3838679efaef7a6a286
Author:     Avis Drożniak <queereen <AT> riseup <DOT> net>
AuthorDate: Wed Apr 14 14:34:14 2021 +0000
Commit:     Avis Drożniak <avis <AT> autistici <DOT> org>
CommitDate: Wed Apr 14 14:34:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cde86d3b

x11-misc/caffeine-ng: add new package.

Signed-off-by: Avis Drożniak <queereen <AT> riseup.net>

 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(+)

diff --git a/x11-misc/caffeine-ng/Manifest b/x11-misc/caffeine-ng/Manifest
new file mode 100644
index 000000000..6d3797d54
--- /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 000000000..adabd0f6a
--- /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 000000000..857e04ae7
--- /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 000000000..3df903c79
--- /dev/null
+++ b/x11-misc/caffeine-ng/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>queereen@riseup.net</email>
+		<name>Avis Drożniak</name>
+	</maintainer>
+	<longdescription lang="en">
+		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).
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/caffeine-ng/
  2021-04-14 14:56 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/caffeine-ng/ Andrew Ammerlaan
@ 2021-04-14 14:54 ` Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-04-14 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2580dd9b4eeaa86b30534f2bc6d3f71c42eb216e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Apr 14 14:54:24 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr 14 14:54:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2580dd9b

x11-misc/caffeine-ng: fix VisibleVcsPkg, HomepageInSrcUri

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 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 adabd0f6a..694fc4962 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 857e04ae7..f55d9d5dc 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=""
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/caffeine-ng/
@ 2021-04-14 14:56 Andrew Ammerlaan
  2021-04-14 14:54 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-04-14 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2580dd9b4eeaa86b30534f2bc6d3f71c42eb216e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Apr 14 14:54:24 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr 14 14:54:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2580dd9b

x11-misc/caffeine-ng: fix VisibleVcsPkg, HomepageInSrcUri

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 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 adabd0f6a..694fc4962 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 857e04ae7..f55d9d5dc 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=""
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/caffeine-ng/
@ 2021-07-15 19:16 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2021-07-15 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     c55628818fd51a9f4a7bf6cc1db0d64e8eeb0713
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul 15 18:53:06 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jul 15 19:15:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5562881

x11-misc/caffeine-ng: fix stuff, drop live

Closes: https://bugs.gentoo.org/783795
Closes: https://bugs.gentoo.org/783798
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild | 47 +++++++++++++-----------
 x11-misc/caffeine-ng/caffeine-ng-9999.ebuild  | 51 ---------------------------
 2 files changed, 26 insertions(+), 72 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 694fc4962..f727649e5 100644
--- a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
+++ b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
@@ -3,48 +3,53 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 gnome2-utils
 
-DESCRIPTION="Aplication able to temporarily inhibit the screensaver."
+DESCRIPTION="Aplication able to temporarily inhibit the screensaver"
 HOMEPAGE="https://github.com/caffeine-ng/caffeine-ng"
-if [[ ${PV} == 9999 ]];then
+
+if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="${HOMEPAGE}.git"
+	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
 else
-	SRC_URI="https://github.com/caffeine-ng/caffeine-ng/releases/download/v${PV}/${P}.tar.gz"
+	SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
 
 LICENSE="GPL-3"
 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
+
+RDEPEND="
+	>=dev-python/ewmh-0.1.4[${PYTHON_USEDEP}]
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	>=dev-python/pyxdg-0.25[${PYTHON_USEDEP}]
+	dev-python/dbus-python[${PYTHON_USEDEP}]
+	>=dev-python/docopt-0.6.2[${PYTHON_USEDEP}]
+	dev-python/pulsectl[${PYTHON_USEDEP}]
+	>=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}]
 	dev-libs/libappindicator:3
-	x11-libs/gtk+:3
 "
-RDEPEND="${DEPEND}"
 
-pkg_preinst(){
+src_prepare() {
+	sed "/wheel/d" -i setup.py || die
+	sed "s/;TrayIcon;DesktopUtility//" -i share/applications/caffeine.desktop || die
+	gunzip share/man/man1/caffeine.1.gz || die
+
+	distutils-r1_src_prepare
+}
+
+pkg_preinst() {
 	gnome2_schemas_savelist
 }
 
-pkg_postinst(){
+pkg_postinst() {
 	gnome2_gconf_install
 	gnome2_schemas_update
 }
 
-pkg_postrm(){
+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
deleted file mode 100644
index f55d9d5dc..000000000
--- a/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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="https://github.com/caffeine-ng/caffeine-ng/releases/download/v${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-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
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/caffeine-ng/
@ 2021-10-17  5:24 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2021-10-17  5:24 UTC (permalink / raw
  To: gentoo-commits

commit:     da18f2a52f57489c615de066b01af1a5eb9f6d58
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Oct 16 18:17:40 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Oct 17 05:22:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da18f2a5

x11-misc/caffeine-ng: update icon cache

Closes: https://bugs.gentoo.org/817953
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild | 5 ++++-
 x11-misc/caffeine-ng/metadata.xml             | 2 +-
 2 files changed, 5 insertions(+), 2 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 f727649e5..199076b28 100644
--- a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
+++ b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} )
 
-inherit distutils-r1 gnome2-utils
+inherit distutils-r1 gnome2-utils xdg
 
 DESCRIPTION="Aplication able to temporarily inhibit the screensaver"
 HOMEPAGE="https://github.com/caffeine-ng/caffeine-ng"
@@ -42,14 +42,17 @@ src_prepare() {
 
 pkg_preinst() {
 	gnome2_schemas_savelist
+	xdg_pkg_preinst
 }
 
 pkg_postinst() {
 	gnome2_gconf_install
 	gnome2_schemas_update
+	xdg_pkg_postinst
 }
 
 pkg_postrm() {
 	gnome2_gconf_uninstall
 	gnome2_schemas_update
+	xdg_pkg_postrm
 }

diff --git a/x11-misc/caffeine-ng/metadata.xml b/x11-misc/caffeine-ng/metadata.xml
index 3df903c79..661d7acaf 100644
--- a/x11-misc/caffeine-ng/metadata.xml
+++ b/x11-misc/caffeine-ng/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
 		<email>queereen@riseup.net</email>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/caffeine-ng/
@ 2022-02-24  7:54 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2022-02-24  7:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b6c4dd3ef6173ab94fa55441377a7f70315e7e48
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Feb 24 07:16:17 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Feb 24 07:18:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6c4dd3e

x11-misc/caffeine-ng: remove gnome2_schemas_savelist

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild | 5 -----
 1 file changed, 5 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 199076b28..c320bac1c 100644
--- a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
+++ b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
@@ -40,11 +40,6 @@ src_prepare() {
 	distutils-r1_src_prepare
 }
 
-pkg_preinst() {
-	gnome2_schemas_savelist
-	xdg_pkg_preinst
-}
-
 pkg_postinst() {
 	gnome2_gconf_install
 	gnome2_schemas_update


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/caffeine-ng/
@ 2023-03-04  9:04 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2023-03-04  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     51a930dee7f39415cfddcbbdaab515d5e1c77db3
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Mar  4 08:41:50 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Mar  4 08:41:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51a930de

x11-misc/caffeine-ng: update HOMEPAGE

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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 c320bac1c..bc5d5c980 100644
--- a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
+++ b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1 gnome2-utils xdg
 
 DESCRIPTION="Aplication able to temporarily inhibit the screensaver"
-HOMEPAGE="https://github.com/caffeine-ng/caffeine-ng"
+HOMEPAGE="https://codeberg.org/WhyNotHugo/caffeine-ng"
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/caffeine-ng/
@ 2024-05-15  2:58 Lucio Sauer
  0 siblings, 0 replies; 9+ messages in thread
From: Lucio Sauer @ 2024-05-15  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0c9b35fc3973c9293c1507ddd4cd030a5f265cfc
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May 15 02:43:46 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed May 15 02:43:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c9b35fc

x11-misc/caffeine-ng: update upstream metadata

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 x11-misc/caffeine-ng/metadata.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/x11-misc/caffeine-ng/metadata.xml b/x11-misc/caffeine-ng/metadata.xml
index 9c141178f9..d76915ad87 100644
--- a/x11-misc/caffeine-ng/metadata.xml
+++ b/x11-misc/caffeine-ng/metadata.xml
@@ -10,6 +10,16 @@
 		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).
 	</longdescription>
 	<upstream>
-		<remote-id type="github">caffeine-ng/caffeine-ng</remote-id>
+		<bugs-to>
+			https://codeberg.org/WhyNotHugo/caffeine-ng/issues
+		</bugs-to>
+		<changelog>
+			https://codeberg.org/WhyNotHugo/caffeine-ng/src/branch/main/CHANGELOG.rst
+		</changelog>
+		<maintainer>
+			<name>Hugo Osvaldo Barrera</name>
+			<email>hugo@whynothugo.nl</email>
+		</maintainer>
+		<remote-id type="codeberg">WhyNotHugo/caffeine-ng</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/caffeine-ng/
@ 2024-06-15 19:37 Julien Roy
  0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2024-06-15 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b34f10680422fc10a2c0a900305f69d907b3f0b7
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jun 15 19:36:16 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 15 19:36:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b34f1068

x11-misc/caffeine-ng: treeclean

Bug: https://bugs.gentoo.org/931487
Bug: https://bugs.gentoo.org/922088
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 x11-misc/caffeine-ng/Manifest                 |  1 -
 x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild | 53 ---------------------------
 x11-misc/caffeine-ng/metadata.xml             | 25 -------------
 3 files changed, 79 deletions(-)

diff --git a/x11-misc/caffeine-ng/Manifest b/x11-misc/caffeine-ng/Manifest
deleted file mode 100644
index 6d3797d54..000000000
--- a/x11-misc/caffeine-ng/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 8c2db853f..000000000
--- a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1 gnome2-utils xdg
-
-DESCRIPTION="Aplication able to temporarily inhibit the screensaver"
-HOMEPAGE="https://codeberg.org/WhyNotHugo/caffeine-ng"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-	>=dev-python/ewmh-0.1.4[${PYTHON_USEDEP}]
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	>=dev-python/pyxdg-0.25[${PYTHON_USEDEP}]
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	>=dev-python/docopt-0.6.2[${PYTHON_USEDEP}]
-	dev-python/pulsectl[${PYTHON_USEDEP}]
-	>=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}]
-	dev-libs/libappindicator:3
-"
-
-src_prepare() {
-	sed "/wheel/d" -i setup.py || die
-	sed "s/;TrayIcon;DesktopUtility//" -i share/applications/caffeine.desktop || die
-	gunzip share/man/man1/caffeine.1.gz || die
-
-	distutils-r1_src_prepare
-}
-
-pkg_postinst() {
-	gnome2_gconf_install
-	gnome2_schemas_update
-	xdg_pkg_postinst
-}
-
-pkg_postrm() {
-	gnome2_gconf_uninstall
-	gnome2_schemas_update
-	xdg_pkg_postrm
-}

diff --git a/x11-misc/caffeine-ng/metadata.xml b/x11-misc/caffeine-ng/metadata.xml
deleted file mode 100644
index d76915ad8..000000000
--- a/x11-misc/caffeine-ng/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>queereen@riseup.net</email>
-		<name>Avis Drożniak</name>
-	</maintainer>
-	<longdescription lang="en">
-		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).
-	</longdescription>
-	<upstream>
-		<bugs-to>
-			https://codeberg.org/WhyNotHugo/caffeine-ng/issues
-		</bugs-to>
-		<changelog>
-			https://codeberg.org/WhyNotHugo/caffeine-ng/src/branch/main/CHANGELOG.rst
-		</changelog>
-		<maintainer>
-			<name>Hugo Osvaldo Barrera</name>
-			<email>hugo@whynothugo.nl</email>
-		</maintainer>
-		<remote-id type="codeberg">WhyNotHugo/caffeine-ng</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-15 19:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-14 14:56 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/caffeine-ng/ Andrew Ammerlaan
2021-04-14 14:54 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 19:37 Julien Roy
2024-05-15  2:58 Lucio Sauer
2023-03-04  9:04 Anna Vyalkova
2022-02-24  7:54 Anna Vyalkova
2021-10-17  5:24 Anna Vyalkova
2021-07-15 19:16 Anna Vyalkova
2021-04-14 14:34 Avis Drożniak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox