Skip to content

Commit

Permalink
app-misc/timew-addons: use test branch for now, copyright cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L Arnold <[email protected]>
  • Loading branch information
sarnold committed Aug 12, 2024
1 parent 0f289d5 commit 53befa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app-misc/timew-addons/timew-addons-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -8,12 +8,12 @@ PYTHON_COMPAT=( python3_{9..12} )

inherit distutils-r1 xdg-utils

DESCRIPTION="Graphical user interface for monitoring timew status"
DESCRIPTION="Appindicator GUI for timew control and status monitoring"
HOMEPAGE="https://github.com/sarnold/timew-addons"

if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://github.com/sarnold/timew-addons.git"
EGIT_BRANCH="main"
EGIT_BRANCH="config-data"
inherit git-r3
KEYWORDS=""
else
Expand All @@ -34,12 +34,12 @@ RDEPEND="${PYTHON_DEPS}
x11-libs/libnotify[introspection]
virtual/notification-daemon
x11-themes/hicolor-icon-theme
app-misc/timew
gnome? ( gnome-extra/gnome-shell-extension-appindicator )
dev-python/xmltodict[${PYTHON_USEDEP}]
app-misc/timew-report[${PYTHON_USEDEP}]
"

BDEPEND="${PYTHON_DEPS}
dev-python/munch[${PYTHON_USEDEP}]
dev-python/setuptools-scm[${PYTHON_USEDEP}]
dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
>=dev-python/pycairo-1.20.0[${PYTHON_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion app-misc/timew-report/timew-report-1.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down

0 comments on commit 53befa0

Please sign in to comment.