diff options
author | Johannes Huber <johu@gentoo.org> | 2019-06-21 17:04:49 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2019-06-21 17:29:30 +0200 |
commit | e4c32463ee2a3bdab7d306a144851c5b41626866 (patch) | |
tree | 87e9392e5a91057bc1af7a5f9292bd507e57cad0 /media-sound/lollypop/lollypop-1.0.7.ebuild | |
parent | media-radio/fldigi: Version bump (diff) | |
download | gentoo-e4c32463ee2a3bdab7d306a144851c5b41626866.tar.gz gentoo-e4c32463ee2a3bdab7d306a144851c5b41626866.tar.bz2 gentoo-e4c32463ee2a3bdab7d306a144851c5b41626866.zip |
media-sound/lollypop: Remove 1.0.7
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'media-sound/lollypop/lollypop-1.0.7.ebuild')
-rw-r--r-- | media-sound/lollypop/lollypop-1.0.7.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/media-sound/lollypop/lollypop-1.0.7.ebuild b/media-sound/lollypop/lollypop-1.0.7.ebuild deleted file mode 100644 index 80d94cea4023..000000000000 --- a/media-sound/lollypop/lollypop-1.0.7.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) -PYTHON_REQ_USE="sqlite" -HASH="04b4d9bdafd176f98dbd233c564bafb8" -inherit python-r1 gnome2-utils meson xdg-utils - -DESCRIPTION="Modern music player for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop" -SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${HASH}/${P}.tar.xz" -KEYWORDS="~amd64" - -LICENSE="GPL-3" -SLOT="0" - -DEPEND="${PYTHON_DEPS} - dev-libs/appstream-glib[introspection] - dev-libs/glib:2 - dev-libs/gobject-introspection[cairo] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - gnome-base/gnome-common - x11-libs/gtk+:3 -" -BDEPEND="${DEPEND} - dev-python/pkgconfig[${PYTHON_USEDEP}] - dev-util/desktop-file-utils - dev-util/itstool - dev-util/intltool -" -RDEPEND="${DEPEND} - app-crypt/libsecret[introspection] - dev-libs/totem-pl-parser - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] - dev-python/dbus-python - dev-python/pillow[${PYTHON_USEDEP}] - >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}] - media-libs/gst-plugins-base:1.0[introspection] -" - -RESTRICT="test" - -pkg_preinst() { - gnome2_schemas_savelist -} - -pkg_postinst() { - gnome2_gconf_install - gnome2_schemas_update - xdg_desktop_database_update -} - -pkg_postrm() { - gnome2_gconf_uninstall - gnome2_schemas_update - xdg_desktop_database_update -} |