aboutsummaryrefslogtreecommitdiffstats
path: root/media-sound/mpdevil/mpdevil-1.10.2.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2023-10-15 14:12:31 +0200
committerWolfgang Müller2023-10-15 14:12:31 +0200
commit18a81f0660efa1557be8455a50a34dfdbac8be1a (patch)
tree28b1251b40951104eacf5a1c1e182fe15a50c05a /media-sound/mpdevil/mpdevil-1.10.2.ebuild
parent7c2d7b4ae12457fe1347f2bc8110a326cedb1814 (diff)
downloadpramantha-18a81f0660efa1557be8455a50a34dfdbac8be1a.tar.gz
media-sound/mpdevil: add 1.10.3, drop 1.10.2
Diffstat (limited to 'media-sound/mpdevil/mpdevil-1.10.2.ebuild')
-rw-r--r--media-sound/mpdevil/mpdevil-1.10.2.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/media-sound/mpdevil/mpdevil-1.10.2.ebuild b/media-sound/mpdevil/mpdevil-1.10.2.ebuild
deleted file mode 100644
index a0df107..0000000
--- a/media-sound/mpdevil/mpdevil-1.10.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10,11} )
-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]
- $(python_gen_cond_dep '
- dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
- dev-python/python-mpd2[${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
-}