Skip to content

Commit

Permalink
media-plugins/osdlyrics: add 0.5.15, drop 0.5.11/14
Browse files Browse the repository at this point in the history
  • Loading branch information
Linerre authored and peeweep committed Nov 28, 2024
1 parent 86e5156 commit ed42a7c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 80 deletions.
3 changes: 1 addition & 2 deletions media-plugins/osdlyrics/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
DIST osdlyrics-0.5.11.tar.gz 556142 BLAKE2B b7ab63a52e5759694f47de92a6fd180a117105422f7909e2be4aeb34ca54322c0a18b0743f96493394901726cb9f569947547eb4c0543670dd9a10597b6cf3bf SHA512 883f7cadbeecb7492e608460137f561ef59a6228ce1be67ba0cf5425c648ff8399ab8644d100b67c4938ec546ce7af5f0d7e0c092b581b467d4e16c161070079
DIST osdlyrics-0.5.14.tar.gz 556229 BLAKE2B ab61ff2fc19db368edb4cdf9d178fd40f746ac03f2c3d79c5ce72f6775f45b5d6aebea91f71313f4433035ff82401903f18c5294e16b3b1967a66ff353e85c03 SHA512 fa29ef7f9ba44a14f95bdcf2b4434330156f2d1d2c43450a8ec409d71f268753e80d427e43b34e117442489252fc4b1f095812d5906be23cab4ab09a6e296214
DIST osdlyrics-0.5.15.tar.gz 555607 BLAKE2B 84a53845ecd184cfc24ea887a2e6d9fab59291e4b638a1b15359f3d3a89c8bab959307bde881d42b75bf92b8220a55cea0de934aa21f3d55d2a71ad62e9666d2 SHA512 bdf6a8327ab045d3de5541edff8a1cf0bbfc4c03a9f0cd839389b7fe2d3127b6b8655a4e3d156d23b8ff0135c42455f31e1af598d21637fc4bb0c2ee3add9a78
68 changes: 0 additions & 68 deletions media-plugins/osdlyrics/osdlyrics-0.5.11.ebuild

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{12..13} )

inherit python-r1 autotools optfeature xdg

Expand All @@ -26,19 +26,22 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
x11-libs/libnotify
x11-libs/gtk+:2
x11-themes/hicolor-icon-theme
dev-libs/dbus-glib
dev-db/sqlite
dev-util/desktop-file-utils
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
gnome? ( dev-libs/gobject-introspection )
indicator? ( dev-libs/libappindicator )
x11-libs/gtk+:2
indicator? ( dev-libs/libayatana-appindicator )
"

DEPEND="
dev-util/intltool
dev-vcs/git
${RDEPEND}
"

Expand Down
13 changes: 8 additions & 5 deletions media-plugins/osdlyrics/osdlyrics-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{12..13} )

inherit python-r1 autotools optfeature xdg

Expand All @@ -26,19 +26,22 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
x11-libs/libnotify
x11-libs/gtk+:2
x11-themes/hicolor-icon-theme
dev-libs/dbus-glib
dev-db/sqlite
dev-util/desktop-file-utils
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
gnome? ( dev-libs/gobject-introspection )
indicator? ( dev-libs/libappindicator )
x11-libs/gtk+:2
indicator? ( dev-libs/libayatana-appindicator )
"

DEPEND="
dev-util/intltool
dev-vcs/git
${RDEPEND}
"

Expand Down

0 comments on commit ed42a7c

Please sign in to comment.