mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 11:42:40 +01:00
media-sound/lollypop: removal
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST lollypop-0.9.238.tar.xz 411216 SHA256 105c08d178fcf83b661b98eabad8303bb0bc0a153bd8a1ae2252a6c8fb58074a SHA512 1f32893d81c376c0e8af39cda92b65bd2594194c799d3e1cb5c4de27fbc56d138d5e05f538eeaaa15da40a95ef7f72122732bd795cc884527a4b3f60ae24747c WHIRLPOOL 0726e2405354f5df627a68dd9af034cb872eb20e89871eb56b79e919ad55292fe334519d89fd50efee740be673cdbf6cef93517a33038ac6d40e1b0049246556
|
||||
EBUILD lollypop-0.9.238.ebuild 1325 SHA256 5c5a1162a39a2d8f360fddd4c6f9d56a038e2bbed41a9f58ca187892a2f4de75 SHA512 a94a14859a4bfd7b643583fe6774e4d8be5b9017319a63f601f5ebf37ecd9ec6237dfe541f6f176774faa09c90fdbf039f27b7ebc5e7a1ed21c432e8a9b3b959 WHIRLPOOL 83b30470df8f69cb36460c9888aa9cc87a1258c6a6c3260dd8b03554c8c801f9c1f41fffccbc05aa1348333265092077aafccbdb32e418552aba59f2c926ad4b
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python3_4 python3_5 )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
|
||||
inherit autotools gnome2 python-single-r1
|
||||
|
||||
DESCRIPTION="Lollypop is a GNOME music playing application"
|
||||
HOMEPAGE="http://gnumdk.github.io/lollypop/"
|
||||
SRC_URI="https://github.com/gnumdk/lollypop/releases/download/${PV}/${P}.tar.xz"
|
||||
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="+lastfm +wikipedia"
|
||||
|
||||
IUSE+=" +python_single_target_python3_5"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=x11-libs/gtk+-3.13.2:3[introspection]
|
||||
>=dev-libs/gobject-introspection-1.35.9
|
||||
dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
|
||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
||||
media-libs/gstreamer:1.0[introspection]
|
||||
>=dev-libs/totem-pl-parser-3.10.4
|
||||
x11-libs/libnotify[introspection]
|
||||
lastfm? ( >=dev-python/pylast-1.0.0 )
|
||||
wikipedia? ( >=dev-python/wikipedia-1.4.0 )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/intltool-0.26
|
||||
dev-util/itstool
|
||||
"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure ITSTOOL="$(type -P true)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
gnome2_src_install
|
||||
python_fix_shebang "${ED}"
|
||||
}
|
||||
Reference in New Issue
Block a user