diff options
author | Wolfgang Müller | 2022-04-07 15:10:57 +0200 |
---|---|---|
committer | Wolfgang Müller | 2022-04-07 15:10:57 +0200 |
commit | 16671da300c2bb3a726ad465af0f1a845f26522c (patch) | |
tree | b7829cee1fe4d9dee4ecc6197cb331cdc2994f2e /media-sound/mpdevil/mpdevil-1.6.0.ebuild | |
parent | 1258d3e0cd46b772c9c7cfedbfea50ee6e8ef2fd (diff) | |
download | pramantha-16671da300c2bb3a726ad465af0f1a845f26522c.tar.gz |
media-sound/mpdevil: add 1.7.0, drop 1.6.0
Diffstat (limited to 'media-sound/mpdevil/mpdevil-1.6.0.ebuild')
-rw-r--r-- | media-sound/mpdevil/mpdevil-1.6.0.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/media-sound/mpdevil/mpdevil-1.6.0.ebuild b/media-sound/mpdevil/mpdevil-1.6.0.ebuild deleted file mode 100644 index 937d8f1..0000000 --- a/media-sound/mpdevil/mpdevil-1.6.0.ebuild +++ /dev/null @@ -1,53 +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" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - 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 -} |