* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/caffeine-ng/
@ 2021-04-14 14:56 Andrew Ammerlaan
0 siblings, 0 replies; 5+ 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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/caffeine-ng/
@ 2021-04-14 14:56 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-04-14 14:56 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: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/caffeine-ng/
@ 2022-02-24 11:10 Ronny Gutbrod
0 siblings, 0 replies; 5+ messages in thread
From: Ronny Gutbrod @ 2022-02-24 11:10 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: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/caffeine-ng/
@ 2024-05-15 12:36 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-15 12:36 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: Julien Roy <julien <AT> jroy <DOT> ca>
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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/caffeine-ng/
2024-06-15 19:37 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-06-15 19:41 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-06-15 19:41 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] 5+ messages in thread
end of thread, other threads:[~2024-06-15 19:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-24 11:10 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/caffeine-ng/ Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
2024-06-15 19:37 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-06-15 19:41 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-15 12:36 Julien Roy
2021-04-14 14:56 Andrew Ammerlaan
2021-04-14 14:56 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox