From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11F87138334 for ; Sun, 21 Oct 2018 10:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEA8FE087D; Sun, 21 Oct 2018 10:32:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6C42E087D for ; Sun, 21 Oct 2018 10:32:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9951C335D24 for ; Sun, 21 Oct 2018 10:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80127447 for ; Sun, 21 Oct 2018 10:32:23 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1540117931.fb900f1948970f93dc1a2046a53778d123b0c3ce.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lollypop/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lollypop/lollypop-0.9.605.ebuild X-VCS-Directories: media-sound/lollypop/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: fb900f1948970f93dc1a2046a53778d123b0c3ce X-VCS-Branch: master Date: Sun, 21 Oct 2018 10:32:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cc98755-7d8d-4ac3-8adf-cd2b92ea5d7e X-Archives-Hash: f2d16bf63146e8bc2f0558edf1b2d785 commit: fb900f1948970f93dc1a2046a53778d123b0c3ce Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 21 10:31:24 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 21 10:32:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb900f19 media-sound/lollypop: Remove 0.9.605 (r0) Signed-off-by: Johannes Huber gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-sound/lollypop/lollypop-0.9.605.ebuild | 58 ---------------------------- 1 file changed, 58 deletions(-) diff --git a/media-sound/lollypop/lollypop-0.9.605.ebuild b/media-sound/lollypop/lollypop-0.9.605.ebuild deleted file mode 100644 index b1844921fbc..00000000000 --- a/media-sound/lollypop/lollypop-0.9.605.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -PYTHON_REQ_USE="sqlite" -HASH="7e56defb7152c6cd7140e9ea98df4ce7" -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" - -CDEPEND="${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 -" -DEPEND="${CDEPEND} - dev-python/pkgconfig[${PYTHON_USEDEP}] - dev-util/desktop-file-utils - dev-util/itstool - dev-util/intltool -" -RDEPEND="${CDEPEND} - app-crypt/libsecret - dev-libs/totem-pl-parser - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] - dev-python/dbus-python - >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}] -" - -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 -}