aboutsummaryrefslogtreecommitdiffstats
path: root/media-sound/mpdevil/mpdevil-0.9.9.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2021-01-10 11:05:47 +0100
committerWynn Wolf Arbor2021-01-10 11:05:47 +0100
commitbe7058bcaf517aa6512daa7fa7a20cf0f8f3f071 (patch)
tree7680089116732d55ccc91672304297dcfd298d7f /media-sound/mpdevil/mpdevil-0.9.9.ebuild
parente47eac6eb1a0d5656113ed78c76cebdee7b6aad8 (diff)
downloadpramantha-be7058bcaf517aa6512daa7fa7a20cf0f8f3f071.tar.gz
media-sound/mpdevil: Bump to 1.0.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Diffstat (limited to 'media-sound/mpdevil/mpdevil-0.9.9.ebuild')
-rw-r--r--media-sound/mpdevil/mpdevil-0.9.9.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/media-sound/mpdevil/mpdevil-0.9.9.ebuild b/media-sound/mpdevil/mpdevil-0.9.9.ebuild
deleted file mode 100644
index 861471b..0000000
--- a/media-sound/mpdevil/mpdevil-0.9.9.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_SINGLE_IMPL="true"
-DISTUTILS_USE_SETUPTOOLS="no"
-inherit desktop distutils-r1 gnome2-utils xdg-utils
-
-DESCRIPTION="A simple music browser for MPD"
-HOMEPAGE="https://github.com/SoongNoonien/${PN}"
-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"
-
-BDEPEND="dev-python/python-distutils-extra
-"
-
-RDEPEND="dev-libs/gobject-introspection:=
- x11-libs/gtk+:3[introspection]
- x11-libs/libnotify[introspection]
- $(python_gen_cond_dep '
- dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
- dev-python/python-mpd[${PYTHON_MULTI_USEDEP}]
- dev-python/requests[${PYTHON_MULTI_USEDEP}]
- dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
- dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
- ')
-"
-
-src_install() {
- distutils-r1_src_install
-
- rm -r "${D}"/usr/share/doc || die
- dodoc README.md AUTHORS NEWS
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
- gnome2_schemas_update
-}