Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/
Date: Mon, 02 Sep 2019 14:14:17
Message-Id: 1567433256.cbd838f192ae88435bfccae7ae93c839df292226.leio@gentoo
1 commit: cbd838f192ae88435bfccae7ae93c839df292226
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 14:07:36 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 2 14:07:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd838f1
7
8 media-sound/exaile: remove old
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 media-sound/exaile/Manifest | 1 -
14 media-sound/exaile/exaile-4.0.0_rc3.ebuild | 79 ------------------------------
15 2 files changed, 80 deletions(-)
16
17 diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
18 index ab94246d8b7..0b01eca38e4 100644
19 --- a/media-sound/exaile/Manifest
20 +++ b/media-sound/exaile/Manifest
21 @@ -1,2 +1 @@
22 DIST exaile-4.0.0.tar.gz 3635774 BLAKE2B 91a5a0a4b8f3c55ec1c8f6487f30bbc8193b1e8b861bbc4bf3cba18dcef91c8a58c937e7a581378eec9da518565826c35e55b7ab157b7ee4634d36cd71a85c4e SHA512 50ab8ec7a65dc431f2bc71a302d21e59ac3d5939b89a90ec161527e1d5c0b80b8c396f8f323b2959e0b807f577e021863fe423bf26a8f7165a6dd112afca6e45
23 -DIST exaile-4.0.0rc3.tar.gz 3627782 BLAKE2B 1c986309798d4cb78969a7443e4c29e02ca3a9c8e316264641ffafe97dd46b6a1745988230c13469ce2d9c37aadf7b07eee5bcd5836f33b1b2d25e3ebb69f574 SHA512 d3822a7d88934c90a2856074f177a346b19896ecca54f33e7506d37a0b25170983c057feaae162c2685780e7f0d1a6edc8ce7addbcc04cacf2d2b25e0c9f36de
24
25 diff --git a/media-sound/exaile/exaile-4.0.0_rc3.ebuild b/media-sound/exaile/exaile-4.0.0_rc3.ebuild
26 deleted file mode 100644
27 index f16131d4e05..00000000000
28 --- a/media-sound/exaile/exaile-4.0.0_rc3.ebuild
29 +++ /dev/null
30 @@ -1,79 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -PYTHON_REQ_USE="sqlite"
38 -inherit python-single-r1 xdg-utils
39 -
40 -if [[ ${PV} = *9999* ]]; then
41 - inherit git-r3
42 - EGIT_REPO_URI="https://github.com/exaile/exaile.git"
43 -else
44 - SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz"
45 - KEYWORDS="amd64 ~sparc x86"
46 - S="${WORKDIR}/${PN}-${PV/_/}"
47 -fi
48 -
49 -DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
50 -HOMEPAGE="https://www.exaile.org/"
51 -
52 -LICENSE="GPL-2 GPL-3"
53 -SLOT="0"
54 -IUSE="cddb libnotify nls scrobbler"
55 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
56 -
57 -RDEPEND="${PYTHON_DEPS}
58 - dev-libs/gobject-introspection[${PYTHON_USEDEP}]
59 - dev-python/bsddb3[${PYTHON_USEDEP}]
60 - dev-python/dbus-python[${PYTHON_USEDEP}]
61 - dev-python/gst-python:1.0[${PYTHON_USEDEP}]
62 - dev-python/pycairo[${PYTHON_USEDEP}]
63 - >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
64 - >=media-libs/gst-plugins-base-1.6:1.0
65 - >=media-libs/gst-plugins-good-1.4:1.0
66 - >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
67 - media-plugins/gst-plugins-meta:1.0
68 - >=x11-libs/gtk+-3.10:3[introspection]
69 - cddb? ( dev-python/cddb-py )
70 - libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
71 - scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
72 -"
73 -BDEPEND="
74 - nls? (
75 - dev-util/intltool
76 - sys-devel/gettext
77 - )
78 -"
79 -
80 -RESTRICT="test" #315589
81 -
82 -pkg_setup() {
83 - python-single-r1_pkg_setup
84 -}
85 -
86 -src_compile() {
87 - use nls && emake locale
88 -}
89 -
90 -src_install() {
91 - emake \
92 - PREFIX=/usr \
93 - LIBINSTALLDIR=/usr/$(get_libdir) \
94 - DESTDIR="${D}" \
95 - install$(use nls || echo _no_locale)
96 -
97 - python_optimize "${D}/usr/$(get_libdir)/${PN}"
98 - python_optimize "${D}/usr/share/${PN}"
99 -}
100 -
101 -pkg_postinst() {
102 - xdg_desktop_database_update
103 - xdg_mimeinfo_database_update
104 -}
105 -
106 -pkg_postrm() {
107 - xdg_desktop_database_update
108 - xdg_mimeinfo_database_update
109 -}