From 15eaeecda01f5a24456aaefe819eaaf5d55bd7e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 24 Feb 2022 14:45:07 +0100 Subject: media-sound/mpdevil: Bump to 1.6.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- media-sound/mpdevil/Manifest | 4 +-- media-sound/mpdevil/mpdevil-1.5.1.ebuild | 50 -------------------------------- media-sound/mpdevil/mpdevil-1.6.0.ebuild | 50 ++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 media-sound/mpdevil/mpdevil-1.5.1.ebuild create mode 100644 media-sound/mpdevil/mpdevil-1.6.0.ebuild (limited to 'media-sound') diff --git a/media-sound/mpdevil/Manifest b/media-sound/mpdevil/Manifest index d7bc65b..16906b7 100644 --- a/media-sound/mpdevil/Manifest +++ b/media-sound/mpdevil/Manifest @@ -1,3 +1,3 @@ -DIST mpdevil-1.5.1.tar.gz 1260809 BLAKE2B 5abaf845a8a0717000daebfdf75c4ea4ff77befd84c072566e8d45841892863192d17a44ef52e3355929efa3599f87db0e40754eb5a53d4d86e14139157dfb40 SHA512 00ca29d65c915b5ac7ed5ff8126f49b5112bdce6254e3bd930b834b29cdf639dc9ceab64c71c4b1c5912f292add5972855384d2745e4c418a7cab16e7b48696d -EBUILD mpdevil-1.5.1.ebuild 1083 BLAKE2B 7f3f7be833765b25d94e74a89000c78faca771ae69570010ec58527122f46564e34f94d7df0ff474161b78ed2067646d48af8d61134d510b67408fa9a24b6014 SHA512 21af2aacee99556d0498100b35457800860ae0a8afce763d824bfb3e389276c240efc19454694bf300f6c5c5df316fb1e142ef81e0149e43c87f64d8eb98016e +DIST mpdevil-1.6.0.tar.gz 1065573 BLAKE2B 35de34049b9cafc03498725497842e1b05f7119c9510989e5bcd8d267dcbde283433256c496f912aa7edf18d478cdf2e871c5d2b85d36f4d9f5809edfc9fc063 SHA512 058d4426ecdcc015eb4a69ca50a7d30eaf8bb4d2a9ffa00281f53f3c1d7b12d5510cee5d6f2dd437a62c101dc4d024bde0ab4eb390d57b56ec2f4678161a874f +EBUILD mpdevil-1.6.0.ebuild 1083 BLAKE2B 7f3f7be833765b25d94e74a89000c78faca771ae69570010ec58527122f46564e34f94d7df0ff474161b78ed2067646d48af8d61134d510b67408fa9a24b6014 SHA512 21af2aacee99556d0498100b35457800860ae0a8afce763d824bfb3e389276c240efc19454694bf300f6c5c5df316fb1e142ef81e0149e43c87f64d8eb98016e MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/media-sound/mpdevil/mpdevil-1.5.1.ebuild b/media-sound/mpdevil/mpdevil-1.5.1.ebuild deleted file mode 100644 index 37581ac..0000000 --- a/media-sound/mpdevil/mpdevil-1.5.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9,10} ) -inherit python-single-r1 gnome2-utils meson xdg - -DESCRIPTION="A simple music browser for MPD" -HOMEPAGE="https://github.com/SoongNoonien/mpdevil" -SRC_URI="" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/SoongNoonien/${PN}.git" -else - SRC_URI="https://github.com/SoongNoonien/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND="dev-libs/gobject-introspection:= - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection] - $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-mpd[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - ') -" - -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/media-sound/mpdevil/mpdevil-1.6.0.ebuild b/media-sound/mpdevil/mpdevil-1.6.0.ebuild new file mode 100644 index 0000000..37581ac --- /dev/null +++ b/media-sound/mpdevil/mpdevil-1.6.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{9,10} ) +inherit python-single-r1 gnome2-utils meson xdg + +DESCRIPTION="A simple music browser for MPD" +HOMEPAGE="https://github.com/SoongNoonien/mpdevil" +SRC_URI="" + +if [[ ${PV} == "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/SoongNoonien/${PN}.git" +else + SRC_URI="https://github.com/SoongNoonien/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 x86" +fi + +LICENSE="GPL-3" +SLOT="0" + +RDEPEND="dev-libs/gobject-introspection:= + x11-libs/gtk+:3[introspection] + x11-libs/libnotify[introspection] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/python-mpd[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + ') +" + +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 +} -- cgit v1.2.3-2-gb3c3