[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/, profiles/

2024-03-29 Thread Michał Górny
commit: 1b955a1d41dc9d203f298ddd44126b75fa88db47
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 29 14:42:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 29 14:45:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b955a1d

media-sound/exaile: Remove last-rited pkg

Closes: https://bugs.gentoo.org/922816
Signed-off-by: Michał Górny  gentoo.org>

 media-sound/exaile/Manifest|  1 -
 media-sound/exaile/exaile-4.1.3.ebuild | 68 --
 media-sound/exaile/exaile-.ebuild  | 68 --
 media-sound/exaile/metadata.xml| 15 
 profiles/package.mask  |  1 -
 5 files changed, 153 deletions(-)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
deleted file mode 100644
index 6619efa4cd31..
--- a/media-sound/exaile/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST exaile-4.1.3.tar.gz 3853508 BLAKE2B 
3ce7bbd84dda419b817f0684b2279e29a48b7c221eb3d335f3b3797be4dbbec9158b576337084cdd0d242d79fdf14616c1e0b8b171e3995689f94945aa7385b6
 SHA512 
16b31331a31f0a2e088f177c8a01ef47603b07fe94cbb19869a4caeaec2da03cacaa07d5b0eb50052645449e07620e2c58f202007108af73e20cf744d70bb556

diff --git a/media-sound/exaile/exaile-4.1.3.ebuild 
b/media-sound/exaile/exaile-4.1.3.ebuild
deleted file mode 100644
index 56167a0672e9..
--- a/media-sound/exaile/exaile-4.1.3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit python-single-r1 xdg
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/exaile/exaile.git;
-else
-   
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="amd64 ~x86"
-   S="${WORKDIR}/${PN}-${PV/_/-}"
-fi
-
-DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
-HOMEPAGE="https://www.exaile.org/;
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-# IUSE+=cddb if have dev-python/cddb-py
-IUSE="libnotify nls scrobbler"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="
-   nls? (
-   dev-util/intltool
-   sys-devel/gettext
-   )
-"
-RDEPEND="${PYTHON_DEPS}
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-plugins/gst-plugins-meta:1.0
-   x11-libs/gtk+:3[introspection]
-   libnotify? ( x11-libs/libnotify[introspection] )
-   $(python_gen_cond_dep '
-   dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   media-libs/mutagen[${PYTHON_USEDEP}]
-   scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
-   ')
-"
-
-RESTRICT="test" #315589
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_compile() {
-   use nls && emake locale
-}
-
-src_install() {
-   emake \
-   PREFIX=/usr \
-   LIBINSTALLDIR=/usr/$(get_libdir) \
-   DESTDIR="${D}" \
-   install$(use nls || echo _no_locale)
-
-   python_optimize "${D}/usr/$(get_libdir)/${PN}"
-   python_optimize "${D}/usr/share/${PN}"
-}

diff --git a/media-sound/exaile/exaile-.ebuild 
b/media-sound/exaile/exaile-.ebuild
deleted file mode 100644
index 3c7be5deff10..
--- a/media-sound/exaile/exaile-.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit python-single-r1 xdg
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/exaile/exaile.git;
-else
-   
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-${PV/_/-}"
-fi
-
-DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
-HOMEPAGE="https://www.exaile.org/;
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-# IUSE+=cddb if have dev-python/cddb-py
-IUSE="libnotify nls scrobbler"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="
-   nls? (
-   dev-util/intltool
-   sys-devel/gettext
-   )
-"
-RDEPEND="${PYTHON_DEPS}
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-plugins/gst-plugins-meta:1.0
-   x11-libs/gtk+:3[introspection]
-   libnotify? ( x11-libs/libnotify[introspection] )
-   $(python_gen_cond_dep '
-   dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2023-09-04 Thread Miroslav Šulc
commit: 825fbd599596f9375add51464d399403606a38f5
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Sep  4 08:09:36 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Sep  4 08:09:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825fbd59

media-sound/exaile: dropped obsolete 4.1.2

Bug: https://bugs.gentoo.org/913547
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/exaile/Manifest|  1 -
 media-sound/exaile/exaile-4.1.2.ebuild | 68 --
 2 files changed, 69 deletions(-)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index 801abb1d2ed7..6619efa4cd31 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1,2 +1 @@
-DIST exaile-4.1.2.tar.gz 3708188 BLAKE2B 
859d77bac62df0843291fdc0de4888079c8f103da3cdf3417d0cd5ba67cf5199a8a1e89d20403efbc6793dfcd7b8333708df74ff535e0912fb02502a13702a0a
 SHA512 
7711f9e062088b02362bbd404f7c61a0f1c128e29e42ce657dc092cac351641f6000846c9da843866bf28ccbd68cf1b07731ba1c9854d52b33c0448e87d0e93b
 DIST exaile-4.1.3.tar.gz 3853508 BLAKE2B 
3ce7bbd84dda419b817f0684b2279e29a48b7c221eb3d335f3b3797be4dbbec9158b576337084cdd0d242d79fdf14616c1e0b8b171e3995689f94945aa7385b6
 SHA512 
16b31331a31f0a2e088f177c8a01ef47603b07fe94cbb19869a4caeaec2da03cacaa07d5b0eb50052645449e07620e2c58f202007108af73e20cf744d70bb556

diff --git a/media-sound/exaile/exaile-4.1.2.ebuild 
b/media-sound/exaile/exaile-4.1.2.ebuild
deleted file mode 100644
index 56167a0672e9..
--- a/media-sound/exaile/exaile-4.1.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit python-single-r1 xdg
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/exaile/exaile.git;
-else
-   
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="amd64 ~x86"
-   S="${WORKDIR}/${PN}-${PV/_/-}"
-fi
-
-DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
-HOMEPAGE="https://www.exaile.org/;
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-# IUSE+=cddb if have dev-python/cddb-py
-IUSE="libnotify nls scrobbler"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="
-   nls? (
-   dev-util/intltool
-   sys-devel/gettext
-   )
-"
-RDEPEND="${PYTHON_DEPS}
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-plugins/gst-plugins-meta:1.0
-   x11-libs/gtk+:3[introspection]
-   libnotify? ( x11-libs/libnotify[introspection] )
-   $(python_gen_cond_dep '
-   dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   media-libs/mutagen[${PYTHON_USEDEP}]
-   scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
-   ')
-"
-
-RESTRICT="test" #315589
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_compile() {
-   use nls && emake locale
-}
-
-src_install() {
-   emake \
-   PREFIX=/usr \
-   LIBINSTALLDIR=/usr/$(get_libdir) \
-   DESTDIR="${D}" \
-   install$(use nls || echo _no_locale)
-
-   python_optimize "${D}/usr/$(get_libdir)/${PN}"
-   python_optimize "${D}/usr/share/${PN}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2023-09-03 Thread Sam James
commit: 079969850087aaceec3dc2029bf4ce6cdf2c04ea
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  3 16:39:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  3 16:39:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07996985

media-sound/exaile: Stabilize 4.1.3 amd64, #913547

Signed-off-by: Sam James  gentoo.org>

 media-sound/exaile/exaile-4.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/exaile-4.1.3.ebuild 
b/media-sound/exaile/exaile-4.1.3.ebuild
index 3c7be5deff10..56167a0672e9 100644
--- a/media-sound/exaile/exaile-4.1.3.ebuild
+++ b/media-sound/exaile/exaile-4.1.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/exaile/exaile.git;
 else

SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${PN}-${PV/_/-}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2023-08-04 Thread Miroslav Šulc
commit: 869af7e91d35f16813aa313b96b59f14acf1d8c9
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Aug  4 06:33:00 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Aug  4 06:33:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869af7e9

media-sound/exaile: bump to 4.1.3

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/exaile/Manifest|  1 +
 media-sound/exaile/exaile-4.1.3.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index 4ea8546ade82..801abb1d2ed7 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1 +1,2 @@
 DIST exaile-4.1.2.tar.gz 3708188 BLAKE2B 
859d77bac62df0843291fdc0de4888079c8f103da3cdf3417d0cd5ba67cf5199a8a1e89d20403efbc6793dfcd7b8333708df74ff535e0912fb02502a13702a0a
 SHA512 
7711f9e062088b02362bbd404f7c61a0f1c128e29e42ce657dc092cac351641f6000846c9da843866bf28ccbd68cf1b07731ba1c9854d52b33c0448e87d0e93b
+DIST exaile-4.1.3.tar.gz 3853508 BLAKE2B 
3ce7bbd84dda419b817f0684b2279e29a48b7c221eb3d335f3b3797be4dbbec9158b576337084cdd0d242d79fdf14616c1e0b8b171e3995689f94945aa7385b6
 SHA512 
16b31331a31f0a2e088f177c8a01ef47603b07fe94cbb19869a4caeaec2da03cacaa07d5b0eb50052645449e07620e2c58f202007108af73e20cf744d70bb556

diff --git a/media-sound/exaile/exaile-4.1.3.ebuild 
b/media-sound/exaile/exaile-4.1.3.ebuild
new file mode 100644
index ..3c7be5deff10
--- /dev/null
+++ b/media-sound/exaile/exaile-4.1.3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit python-single-r1 xdg
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/exaile/exaile.git;
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}-${PV/_/-}"
+fi
+
+DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
+HOMEPAGE="https://www.exaile.org/;
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+# IUSE+=cddb if have dev-python/cddb-py
+IUSE="libnotify nls scrobbler"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+BDEPEND="
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )
+"
+RDEPEND="${PYTHON_DEPS}
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-plugins/gst-plugins-meta:1.0
+   x11-libs/gtk+:3[introspection]
+   libnotify? ( x11-libs/libnotify[introspection] )
+   $(python_gen_cond_dep '
+   dev-python/bsddb3[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   media-libs/mutagen[${PYTHON_USEDEP}]
+   scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
+   ')
+"
+
+RESTRICT="test" #315589
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_compile() {
+   use nls && emake locale
+}
+
+src_install() {
+   emake \
+   PREFIX=/usr \
+   LIBINSTALLDIR=/usr/$(get_libdir) \
+   DESTDIR="${D}" \
+   install$(use nls || echo _no_locale)
+
+   python_optimize "${D}/usr/$(get_libdir)/${PN}"
+   python_optimize "${D}/usr/share/${PN}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2023-05-04 Thread Miroslav Šulc
commit: 0da79a0bab316a86bd7ea84faf5c8a274899f354
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu May  4 07:10:53 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu May  4 07:10:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da79a0b

media-sound/exaile: py3.11

Closes: https://bugs.gentoo.org/897026
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/exaile/exaile-4.1.2.ebuild | 2 +-
 media-sound/exaile/exaile-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/exaile/exaile-4.1.2.ebuild 
b/media-sound/exaile/exaile-4.1.2.ebuild
index 4ef35facae7b..56167a0672e9 100644
--- a/media-sound/exaile/exaile-4.1.2.ebuild
+++ b/media-sound/exaile/exaile-4.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit python-single-r1 xdg
 
 if [[ ${PV} == "" ]]; then

diff --git a/media-sound/exaile/exaile-.ebuild 
b/media-sound/exaile/exaile-.ebuild
index 1cd9912cba0a..3c7be5deff10 100644
--- a/media-sound/exaile/exaile-.ebuild
+++ b/media-sound/exaile/exaile-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit python-single-r1 xdg
 
 if [[ ${PV} == "" ]]; then



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/, media-sound/exaile/files/

2022-09-12 Thread Miroslav Šulc
commit: 1f327ab1679d23cf79bcebaee4bf39806b16fcbc
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Sep 12 06:26:35 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Sep 12 06:26:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f327ab1

media-sound/exaile: dropped obsolete 4.1.1-r1

Bug: https://bugs.gentoo.org/869425
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/exaile/Manifest|  1 -
 media-sound/exaile/exaile-4.1.1-r1.ebuild  | 72 --
 .../exaile/files/exaile-4.1.1-metainfo.patch   | 29 -
 3 files changed, 102 deletions(-)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index 544d8b19db0c..4ea8546ade82 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1,2 +1 @@
-DIST exaile-4.1.1.tar.gz 3641073 BLAKE2B 
34222ddba782dd51897c017d7a77da9a796e45dad69983f934e76cc559c2e52f2173ee418004943ca087fd894439bc42a6eff2a5d6146e6189ec1cd478f5d08b
 SHA512 
babf37253054fbeb6dad33aedafe969201860d4f35222d577343256730be943682c1a5f2f7cec7c574695624cb2b7abbdff4e6eaada848d22fea073c2c44bd23
 DIST exaile-4.1.2.tar.gz 3708188 BLAKE2B 
859d77bac62df0843291fdc0de4888079c8f103da3cdf3417d0cd5ba67cf5199a8a1e89d20403efbc6793dfcd7b8333708df74ff535e0912fb02502a13702a0a
 SHA512 
7711f9e062088b02362bbd404f7c61a0f1c128e29e42ce657dc092cac351641f6000846c9da843866bf28ccbd68cf1b07731ba1c9854d52b33c0448e87d0e93b

diff --git a/media-sound/exaile/exaile-4.1.1-r1.ebuild 
b/media-sound/exaile/exaile-4.1.1-r1.ebuild
deleted file mode 100644
index adfea4458e8a..
--- a/media-sound/exaile/exaile-4.1.1-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-single-r1 xdg
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/exaile/exaile.git;
-else
-   
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="amd64 ~x86"
-   S="${WORKDIR}/${PN}-${PV/_/-}"
-fi
-
-DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
-HOMEPAGE="https://www.exaile.org/;
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-# IUSE+=cddb if have dev-python/cddb-py
-IUSE="libnotify nls scrobbler"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="
-   nls? (
-   dev-util/intltool
-   sys-devel/gettext
-   )
-"
-RDEPEND="${PYTHON_DEPS}
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-plugins/gst-plugins-meta:1.0
-   x11-libs/gtk+:3[introspection]
-   libnotify? ( x11-libs/libnotify[introspection] )
-   $(python_gen_cond_dep '
-   dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   media-libs/mutagen[${PYTHON_USEDEP}]
-   scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
-   ')
-"
-
-RESTRICT="test" #315589
-
-PATCHES=(
-   "${FILESDIR}/${P}-metainfo.patch"
-)
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_compile() {
-   use nls && emake locale
-}
-
-src_install() {
-   emake \
-   PREFIX=/usr \
-   LIBINSTALLDIR=/usr/$(get_libdir) \
-   DESTDIR="${D}" \
-   install$(use nls || echo _no_locale)
-
-   python_optimize "${D}/usr/$(get_libdir)/${PN}"
-   python_optimize "${D}/usr/share/${PN}"
-}

diff --git a/media-sound/exaile/files/exaile-4.1.1-metainfo.patch 
b/media-sound/exaile/files/exaile-4.1.1-metainfo.patch
deleted file mode 100644
index 11e80706bd8e..
--- a/media-sound/exaile/files/exaile-4.1.1-metainfo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 exaile-4.1.0-alpha1_orig/Makefile  2020-03-09 01:54:13.0 +0100
-+++ exaile-4.1.0-alpha1/Makefile   2020-08-03 10:14:23.498153577 +0200
-@@ -81,7 +81,7 @@
-   install -d -m 755 $(EXAILESHAREDIR)/data/ui/preferences/widgets
-   install -d -m 755 $(EXAILESHAREDIR)/data/ui/widgets
-   install -d -m 755 $(DESTDIR)$(DATADIR)/pixmaps
--  install -d -m 755 $(DESTDIR)$(DATADIR)/appdata
-+  install -d -m 755 $(DESTDIR)$(DATADIR)/metainfo
-   install -d -m 755 $(DESTDIR)$(DATADIR)/applications
-   install -d -m 755 $(DESTDIR)$(DATADIR)/dbus-1/services
-   install -d -m 755 $(EXAILEMANDIR)/man1
-@@ -96,7 +96,7 @@
-   rm -rf $(EXAILECONFDIR)
-   rm -f $(DESTDIR)$(DATADIR)/applications/exaile.desktop
-   rm -f $(DESTDIR)$(DATADIR)/pixmaps/exaile.png
--  rm -f $(DESTDIR)$(DATADIR)/appdata/exaile.appdata.xml
-+  rm -f $(DESTDIR)$(DATADIR)/metainfo/exaile.metainfo.xml
-   rm -f 

[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2022-09-10 Thread Jakov Smolić
commit: 31d8e3323cddafe628682e1a76f80b89283de4f9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Sep 10 06:41:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Sep 10 06:41:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d8e332

media-sound/exaile: Stabilize 4.1.2 amd64, #869425

Signed-off-by: Jakov Smolić  gentoo.org>

 media-sound/exaile/exaile-4.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/exaile-4.1.2.ebuild 
b/media-sound/exaile/exaile-4.1.2.ebuild
index 5fd5b6a75bca..27c4ab99ab06 100644
--- a/media-sound/exaile/exaile-4.1.2.ebuild
+++ b/media-sound/exaile/exaile-4.1.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/exaile/exaile.git;
 else

SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${PN}-${PV/_/-}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2022-08-10 Thread Miroslav Šulc
commit: e793c8eeba9ada4be595b43295e2289b348eb66e
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Aug 10 06:17:59 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Aug 10 06:18:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e793c8ee

media-sound/exaile: bump to 4.1.2

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/exaile/Manifest| 1 +
 media-sound/exaile/{exaile-.ebuild => exaile-4.1.2.ebuild} | 4 
 media-sound/exaile/exaile-.ebuild  | 4 
 3 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index 27e78fd8afdf..544d8b19db0c 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1 +1,2 @@
 DIST exaile-4.1.1.tar.gz 3641073 BLAKE2B 
34222ddba782dd51897c017d7a77da9a796e45dad69983f934e76cc559c2e52f2173ee418004943ca087fd894439bc42a6eff2a5d6146e6189ec1cd478f5d08b
 SHA512 
babf37253054fbeb6dad33aedafe969201860d4f35222d577343256730be943682c1a5f2f7cec7c574695624cb2b7abbdff4e6eaada848d22fea073c2c44bd23
+DIST exaile-4.1.2.tar.gz 3708188 BLAKE2B 
859d77bac62df0843291fdc0de4888079c8f103da3cdf3417d0cd5ba67cf5199a8a1e89d20403efbc6793dfcd7b8333708df74ff535e0912fb02502a13702a0a
 SHA512 
7711f9e062088b02362bbd404f7c61a0f1c128e29e42ce657dc092cac351641f6000846c9da843866bf28ccbd68cf1b07731ba1c9854d52b33c0448e87d0e93b

diff --git a/media-sound/exaile/exaile-.ebuild 
b/media-sound/exaile/exaile-4.1.2.ebuild
similarity index 96%
copy from media-sound/exaile/exaile-.ebuild
copy to media-sound/exaile/exaile-4.1.2.ebuild
index 36c7f3272d08..5fd5b6a75bca 100644
--- a/media-sound/exaile/exaile-.ebuild
+++ b/media-sound/exaile/exaile-4.1.2.ebuild
@@ -48,10 +48,6 @@ RDEPEND="${PYTHON_DEPS}
 
 RESTRICT="test" #315589
 
-PATCHES=(
-   "${FILESDIR}/${PN}-4.1.1-metainfo.patch"
-)
-
 pkg_setup() {
python-single-r1_pkg_setup
 }

diff --git a/media-sound/exaile/exaile-.ebuild 
b/media-sound/exaile/exaile-.ebuild
index 36c7f3272d08..5fd5b6a75bca 100644
--- a/media-sound/exaile/exaile-.ebuild
+++ b/media-sound/exaile/exaile-.ebuild
@@ -48,10 +48,6 @@ RDEPEND="${PYTHON_DEPS}
 
 RESTRICT="test" #315589
 
-PATCHES=(
-   "${FILESDIR}/${PN}-4.1.1-metainfo.patch"
-)
-
 pkg_setup() {
python-single-r1_pkg_setup
 }



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2022-07-02 Thread Agostino Sarubbo
commit: 8ecd7b0ba0df42d7d397de0ecc99506a1fa1efc5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  2 12:19:47 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  2 12:20:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecd7b0b

media-sound/exaile: amd64 stable wrt bug #855521

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/exaile/exaile-4.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/exaile-4.1.1-r1.ebuild 
b/media-sound/exaile/exaile-4.1.1-r1.ebuild
index a8ee142fac0e..adfea4458e8a 100644
--- a/media-sound/exaile/exaile-4.1.1-r1.ebuild
+++ b/media-sound/exaile/exaile-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/exaile/exaile.git;
 else

SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${PN}-${PV/_/-}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2022-07-01 Thread Miroslav Šulc
commit: f3b6aee5f4be9f1d92a3047af7db6e4e0762578c
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jul  1 11:08:53 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jul  1 11:08:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b6aee5

media-sound/exaile: dropped obsolete 4.1.1

Closes: https://bugs.gentoo.org/846062
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/exaile/exaile-4.1.1.ebuild | 72 --
 1 file changed, 72 deletions(-)

diff --git a/media-sound/exaile/exaile-4.1.1.ebuild 
b/media-sound/exaile/exaile-4.1.1.ebuild
deleted file mode 100644
index de0775df2e39..
--- a/media-sound/exaile/exaile-4.1.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit python-single-r1 xdg
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/exaile/exaile.git;
-else
-   
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-${PV/_/-}"
-fi
-
-DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
-HOMEPAGE="https://www.exaile.org/;
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-# IUSE+=cddb if have dev-python/cddb-py
-IUSE="libnotify nls scrobbler"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="
-   nls? (
-   dev-util/intltool
-   sys-devel/gettext
-   )
-"
-RDEPEND="${PYTHON_DEPS}
-   >=media-libs/gst-plugins-base-1.6:1.0
-   >=media-libs/gst-plugins-good-1.4:1.0
-   media-plugins/gst-plugins-meta:1.0
-   >=x11-libs/gtk+-3.10:3[introspection]
-   libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
-   $(python_gen_cond_dep '
-   dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
-   >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
-   scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
-   ')
-"
-
-RESTRICT="test" #315589
-
-PATCHES=(
-   "${FILESDIR}/${P}-metainfo.patch"
-)
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_compile() {
-   use nls && emake locale
-}
-
-src_install() {
-   emake \
-   PREFIX=/usr \
-   LIBINSTALLDIR=/usr/$(get_libdir) \
-   DESTDIR="${D}" \
-   install$(use nls || echo _no_locale)
-
-   python_optimize "${D}/usr/$(get_libdir)/${PN}"
-   python_optimize "${D}/usr/share/${PN}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2022-06-28 Thread Miroslav Šulc
commit: 399fb44ef24b54a26825f24d8a0bae9337782afa
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Jun 28 08:52:40 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Jun 28 08:52:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399fb44e

media-sound/exaile: eapi8, added python 3.10, deps versions cleanup

Bug: https://bugs.gentoo.org/846062
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../{exaile-.ebuild => exaile-4.1.1-r1.ebuild}   | 20 ++--
 media-sound/exaile/exaile-.ebuild| 18 +-
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/media-sound/exaile/exaile-.ebuild 
b/media-sound/exaile/exaile-4.1.1-r1.ebuild
similarity index 77%
copy from media-sound/exaile/exaile-.ebuild
copy to media-sound/exaile/exaile-4.1.1-r1.ebuild
index 93bda21f7a3e..a8ee142fac0e 100644
--- a/media-sound/exaile/exaile-.ebuild
+++ b/media-sound/exaile/exaile-4.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-single-r1 xdg
 
 if [[ ${PV} == "" ]]; then
@@ -30,18 +30,18 @@ BDEPEND="
)
 "
 RDEPEND="${PYTHON_DEPS}
-   >=media-libs/gst-plugins-base-1.6:1.0
-   >=media-libs/gst-plugins-good-1.4:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
media-plugins/gst-plugins-meta:1.0
-   >=x11-libs/gtk+-3.10:3[introspection]
-   libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
+   x11-libs/gtk+:3[introspection]
+   libnotify? ( x11-libs/libnotify[introspection] )
$(python_gen_cond_dep '
dev-python/bsddb3[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/gst-python:1.0[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
-   >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   media-libs/mutagen[${PYTHON_USEDEP}]
scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
')
 "
@@ -49,7 +49,7 @@ RDEPEND="${PYTHON_DEPS}
 RESTRICT="test" #315589
 
 PATCHES=(
-   "${FILESDIR}/${PN}-4.1.1-metainfo.patch"
+   "${FILESDIR}/${P}-metainfo.patch"
 )
 
 pkg_setup() {

diff --git a/media-sound/exaile/exaile-.ebuild 
b/media-sound/exaile/exaile-.ebuild
index 93bda21f7a3e..36c7f3272d08 100644
--- a/media-sound/exaile/exaile-.ebuild
+++ b/media-sound/exaile/exaile-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-single-r1 xdg
 
 if [[ ${PV} == "" ]]; then
@@ -30,18 +30,18 @@ BDEPEND="
)
 "
 RDEPEND="${PYTHON_DEPS}
-   >=media-libs/gst-plugins-base-1.6:1.0
-   >=media-libs/gst-plugins-good-1.4:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
media-plugins/gst-plugins-meta:1.0
-   >=x11-libs/gtk+-3.10:3[introspection]
-   libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
+   x11-libs/gtk+:3[introspection]
+   libnotify? ( x11-libs/libnotify[introspection] )
$(python_gen_cond_dep '
dev-python/bsddb3[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/gst-python:1.0[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
-   >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   media-libs/mutagen[${PYTHON_USEDEP}]
scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
')
 "



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2021-06-10 Thread Sam James
commit: c841deda9220f43917eef1a5ede9c566a474f703
Author: Christian Strahl  gmail  com>
AuthorDate: Thu Jun 10 13:37:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 10 19:00:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c841deda

media-soud/exaile: fix patch name in 

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Christian Strahl  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21189
Signed-off-by: Sam James  gentoo.org>

 media-sound/exaile/exaile-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/exaile-.ebuild 
b/media-sound/exaile/exaile-.ebuild
index 270bd320926..566fd8c3d20 100644
--- a/media-sound/exaile/exaile-.ebuild
+++ b/media-sound/exaile/exaile-.ebuild
@@ -49,7 +49,7 @@ RDEPEND="${PYTHON_DEPS}
 RESTRICT="test" #315589
 
 PATCHES=(
-   "${FILESDIR}/${PN}-4.1.0_alpha1-metainfo.patch"
+   "${FILESDIR}/${PN}-4.1.1-metainfo.patch"
 )
 
 pkg_setup() {



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/files/, media-sound/exaile/

2021-05-25 Thread Miroslav Šulc
commit: 23d4e22242b32eefd85a6c3287f2b27136f62a67
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue May 25 07:51:24 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue May 25 07:51:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d4e222

media-sound/exaile: bump to 4.1.1

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/exaile/Manifest | 2 +-
 media-sound/exaile/{exaile-4.1.0_alpha1.ebuild => exaile-4.1.1.ebuild}  | 0
 .../{exaile-4.1.0_alpha1-metainfo.patch => exaile-4.1.1-metainfo.patch} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index b91cb78d9a0..27e78fd8afd 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1 +1 @@
-DIST exaile-4.1.0alpha1.tar.gz 3605803 BLAKE2B 
ea4862581aa4d95c1944967e1d30979284538353e7d95ef345e6dddf1702be98e4c7c21918bf9a8cb277f339c812fd6671d84e695d6e5b179a2f65358e0e75f0
 SHA512 
56e73f7cc4d250fbc30870170b50f65f0f99d27e97a8f28dd043af9eb93c919a8de3ed790cbd6c441133232afb3c405fa830cb62c8c33bb0a6e4d97b79d5b54d
+DIST exaile-4.1.1.tar.gz 3641073 BLAKE2B 
34222ddba782dd51897c017d7a77da9a796e45dad69983f934e76cc559c2e52f2173ee418004943ca087fd894439bc42a6eff2a5d6146e6189ec1cd478f5d08b
 SHA512 
babf37253054fbeb6dad33aedafe969201860d4f35222d577343256730be943682c1a5f2f7cec7c574695624cb2b7abbdff4e6eaada848d22fea073c2c44bd23

diff --git a/media-sound/exaile/exaile-4.1.0_alpha1.ebuild 
b/media-sound/exaile/exaile-4.1.1.ebuild
similarity index 100%
rename from media-sound/exaile/exaile-4.1.0_alpha1.ebuild
rename to media-sound/exaile/exaile-4.1.1.ebuild

diff --git a/media-sound/exaile/files/exaile-4.1.0_alpha1-metainfo.patch 
b/media-sound/exaile/files/exaile-4.1.1-metainfo.patch
similarity index 100%
rename from media-sound/exaile/files/exaile-4.1.0_alpha1-metainfo.patch
rename to media-sound/exaile/files/exaile-4.1.1-metainfo.patch



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2021-05-23 Thread Miroslav Šulc
commit: 4cba28e8a84ef56fc686282196f933708a5cc668
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun May 23 09:53:59 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun May 23 09:53:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cba28e8

media-sound/exaile: py3_9

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/exaile/exaile-4.1.0_alpha1.ebuild | 4 ++--
 media-sound/exaile/exaile-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/exaile/exaile-4.1.0_alpha1.ebuild 
b/media-sound/exaile/exaile-4.1.0_alpha1.ebuild
index 0ac3b200fa6..fa7f552d22f 100644
--- a/media-sound/exaile/exaile-4.1.0_alpha1.ebuild
+++ b/media-sound/exaile/exaile-4.1.0_alpha1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit python-single-r1 xdg
 
 if [[ ${PV} == "" ]]; then

diff --git a/media-sound/exaile/exaile-.ebuild 
b/media-sound/exaile/exaile-.ebuild
index c5528fc64cb..270bd320926 100644
--- a/media-sound/exaile/exaile-.ebuild
+++ b/media-sound/exaile/exaile-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit python-single-r1 xdg
 
 if [[ ${PV} == "" ]]; then



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/, media-sound/exaile/files/

2020-08-11 Thread Miroslav Šulc
commit: 171803227f3ded10b76442406583c55e3b04c0ec
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Aug 11 08:42:09 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Aug 11 08:45:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17180322

media-sound/exile: bump to 4.1.0_alpha1 + added live + dropped py2

based on updated ebuild provided by Wicher Minnaard  gavagai.eu>

Closes: https://bugs.gentoo.org/708966
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/exaile/Manifest|  2 +-
 ...-4.0.0-r1.ebuild => exaile-4.1.0_alpha1.ebuild} | 44 +-
 .../{exaile-4.0.0-r1.ebuild => exaile-.ebuild} | 44 +-
 .../files/exaile-4.1.0_alpha1-metainfo.patch   | 29 ++
 4 files changed, 66 insertions(+), 53 deletions(-)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index 0b01eca38e4..b91cb78d9a0 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1 +1 @@
-DIST exaile-4.0.0.tar.gz 3635774 BLAKE2B 
91a5a0a4b8f3c55ec1c8f6487f30bbc8193b1e8b861bbc4bf3cba18dcef91c8a58c937e7a581378eec9da518565826c35e55b7ab157b7ee4634d36cd71a85c4e
 SHA512 
50ab8ec7a65dc431f2bc71a302d21e59ac3d5939b89a90ec161527e1d5c0b80b8c396f8f323b2959e0b807f577e021863fe423bf26a8f7165a6dd112afca6e45
+DIST exaile-4.1.0alpha1.tar.gz 3605803 BLAKE2B 
ea4862581aa4d95c1944967e1d30979284538353e7d95ef345e6dddf1702be98e4c7c21918bf9a8cb277f339c812fd6671d84e695d6e5b179a2f65358e0e75f0
 SHA512 
56e73f7cc4d250fbc30870170b50f65f0f99d27e97a8f28dd043af9eb93c919a8de3ed790cbd6c441133232afb3c405fa830cb62c8c33bb0a6e4d97b79d5b54d

diff --git a/media-sound/exaile/exaile-4.0.0-r1.ebuild 
b/media-sound/exaile/exaile-4.1.0_alpha1.ebuild
similarity index 74%
copy from media-sound/exaile/exaile-4.0.0-r1.ebuild
copy to media-sound/exaile/exaile-4.1.0_alpha1.ebuild
index 0b906b58ea7..ea8a80d4a9e 100644
--- a/media-sound/exaile/exaile-4.0.0-r1.ebuild
+++ b/media-sound/exaile/exaile-4.1.0_alpha1.ebuild
@@ -3,33 +3,37 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-inherit python-single-r1 xdg-utils
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit python-single-r1 xdg
 
-if [[ ${PV} = ** ]]; then
+if [[ ${PV} == "" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/exaile/exaile.git;
 else
-   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="amd64 x86"
-   S="${WORKDIR}/${PN}-${PV/_/}"
+   
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}-${PV/_/-}"
 fi
 
 DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
 HOMEPAGE="https://www.exaile.org/;
-
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
-IUSE="cddb libnotify nls scrobbler"
+# IUSE+=cddb if have dev-python/cddb-py
+IUSE="libnotify nls scrobbler"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+BDEPEND="
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )
+"
 RDEPEND="${PYTHON_DEPS}
>=media-libs/gst-plugins-base-1.6:1.0
>=media-libs/gst-plugins-good-1.4:1.0
media-plugins/gst-plugins-meta:1.0
>=x11-libs/gtk+-3.10:3[introspection]
-   cddb? ( dev-python/cddb-py )
libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
$(python_gen_cond_dep '
dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
@@ -41,15 +45,13 @@ RDEPEND="${PYTHON_DEPS}
scrobbler? ( dev-python/pylast[${PYTHON_MULTI_USEDEP}] )
')
 "
-BDEPEND="
-   nls? (
-   dev-util/intltool
-   sys-devel/gettext
-   )
-"
 
 RESTRICT="test" #315589
 
+PATCHES=(
+   "${FILESDIR}/${P}-metainfo.patch"
+)
+
 pkg_setup() {
python-single-r1_pkg_setup
 }
@@ -68,13 +70,3 @@ src_install() {
python_optimize "${D}/usr/$(get_libdir)/${PN}"
python_optimize "${D}/usr/share/${PN}"
 }
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}

diff --git a/media-sound/exaile/exaile-4.0.0-r1.ebuild 
b/media-sound/exaile/exaile-.ebuild
similarity index 74%
rename from media-sound/exaile/exaile-4.0.0-r1.ebuild
rename to media-sound/exaile/exaile-.ebuild
index 0b906b58ea7..48f583a4ba0 100644
--- a/media-sound/exaile/exaile-4.0.0-r1.ebuild
+++ b/media-sound/exaile/exaile-.ebuild
@@ -3,33 +3,37 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-inherit python-single-r1 xdg-utils
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit python-single-r1 xdg
 
-if [[ ${PV} = ** ]]; then
+if [[ ${PV} == "" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/exaile/exaile.git;
 else
-   

[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2020-04-12 Thread Sergei Trofimovich
commit: 2a1dac959d965d6959ef3fb6288c74755112e63f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 10:30:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 11:02:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1dac95

media-sound/exaile: drop ~sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/exaile/exaile-4.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/exaile-4.0.0-r1.ebuild 
b/media-sound/exaile/exaile-4.0.0-r1.ebuild
index 5fefb08686f..0b906b58ea7 100644
--- a/media-sound/exaile/exaile-4.0.0-r1.ebuild
+++ b/media-sound/exaile/exaile-4.0.0-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/exaile/exaile.git;
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="amd64 ~sparc x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${PN}-${PV/_/}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2020-02-09 Thread Michał Górny
commit: b618bcaf15d322773d7cfa8e375c2eed9044f60f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 16:51:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:31:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b618bcaf

media-sound/exaile: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny  gentoo.org>

 .../{exaile-4.0.0.ebuild => exaile-4.0.0-r1.ebuild}| 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/media-sound/exaile/exaile-4.0.0.ebuild 
b/media-sound/exaile/exaile-4.0.0-r1.ebuild
similarity index 77%
rename from media-sound/exaile/exaile-4.0.0.ebuild
rename to media-sound/exaile/exaile-4.0.0-r1.ebuild
index 57c248e3ab8..5fefb08686f 100644
--- a/media-sound/exaile/exaile-4.0.0.ebuild
+++ b/media-sound/exaile/exaile-4.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,19 +25,21 @@ IUSE="cddb libnotify nls scrobbler"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-   dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
>=media-libs/gst-plugins-base-1.6:1.0
>=media-libs/gst-plugins-good-1.4:1.0
-   >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
media-plugins/gst-plugins-meta:1.0
>=x11-libs/gtk+-3.10:3[introspection]
cddb? ( dev-python/cddb-py )
libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
-   scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
+   $(python_gen_cond_dep '
+   dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
+   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+   dev-python/gst-python:1.0[${PYTHON_MULTI_USEDEP}]
+   dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pygobject-3.13.2:3[${PYTHON_MULTI_USEDEP}]
+   >=media-libs/mutagen-1.10[${PYTHON_MULTI_USEDEP}]
+   scrobbler? ( dev-python/pylast[${PYTHON_MULTI_USEDEP}] )
+   ')
 "
 BDEPEND="
nls? (



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2019-09-02 Thread Mart Raudsepp
commit: cbd838f192ae88435bfccae7ae93c839df292226
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep  2 14:07:36 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep  2 14:07:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd838f1

media-sound/exaile: remove old

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/exaile/Manifest|  1 -
 media-sound/exaile/exaile-4.0.0_rc3.ebuild | 79 --
 2 files changed, 80 deletions(-)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index ab94246d8b7..0b01eca38e4 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1,2 +1 @@
 DIST exaile-4.0.0.tar.gz 3635774 BLAKE2B 
91a5a0a4b8f3c55ec1c8f6487f30bbc8193b1e8b861bbc4bf3cba18dcef91c8a58c937e7a581378eec9da518565826c35e55b7ab157b7ee4634d36cd71a85c4e
 SHA512 
50ab8ec7a65dc431f2bc71a302d21e59ac3d5939b89a90ec161527e1d5c0b80b8c396f8f323b2959e0b807f577e021863fe423bf26a8f7165a6dd112afca6e45
-DIST exaile-4.0.0rc3.tar.gz 3627782 BLAKE2B 
1c986309798d4cb78969a7443e4c29e02ca3a9c8e316264641ffafe97dd46b6a1745988230c13469ce2d9c37aadf7b07eee5bcd5836f33b1b2d25e3ebb69f574
 SHA512 
d3822a7d88934c90a2856074f177a346b19896ecca54f33e7506d37a0b25170983c057feaae162c2685780e7f0d1a6edc8ce7addbcc04cacf2d2b25e0c9f36de

diff --git a/media-sound/exaile/exaile-4.0.0_rc3.ebuild 
b/media-sound/exaile/exaile-4.0.0_rc3.ebuild
deleted file mode 100644
index f16131d4e05..000
--- a/media-sound/exaile/exaile-4.0.0_rc3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-inherit python-single-r1 xdg-utils
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/exaile/exaile.git;
-else
-   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="amd64 ~sparc x86"
-   S="${WORKDIR}/${PN}-${PV/_/}"
-fi
-
-DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
-HOMEPAGE="https://www.exaile.org/;
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-IUSE="cddb libnotify nls scrobbler"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-libs/gobject-introspection[${PYTHON_USEDEP}]
-   dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
-   >=media-libs/gst-plugins-base-1.6:1.0
-   >=media-libs/gst-plugins-good-1.4:1.0
-   >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
-   media-plugins/gst-plugins-meta:1.0
-   >=x11-libs/gtk+-3.10:3[introspection]
-   cddb? ( dev-python/cddb-py )
-   libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
-   scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   nls? (
-   dev-util/intltool
-   sys-devel/gettext
-   )
-"
-
-RESTRICT="test" #315589
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_compile() {
-   use nls && emake locale
-}
-
-src_install() {
-   emake \
-   PREFIX=/usr \
-   LIBINSTALLDIR=/usr/$(get_libdir) \
-   DESTDIR="${D}" \
-   install$(use nls || echo _no_locale)
-
-   python_optimize "${D}/usr/$(get_libdir)/${PN}"
-   python_optimize "${D}/usr/share/${PN}"
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2019-09-02 Thread Agostino Sarubbo
commit: 0756eced2ebf8654f956c8e919c90242b2870743
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  2 13:23:52 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  2 13:23:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0756eced

media-sound/exaile: amd64 stable wrt bug #693194

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/exaile/exaile-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/exaile-4.0.0.ebuild 
b/media-sound/exaile/exaile-4.0.0.ebuild
index 7dbc4aa8e77..57c248e3ab8 100644
--- a/media-sound/exaile/exaile-4.0.0.ebuild
+++ b/media-sound/exaile/exaile-4.0.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/exaile/exaile.git;
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="~amd64 ~sparc x86"
+   KEYWORDS="amd64 ~sparc x86"
S="${WORKDIR}/${PN}-${PV/_/}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2019-09-02 Thread Agostino Sarubbo
commit: 2edc19f71a6ebaca4dce2875fdc9e3f38be93b4e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  2 10:15:15 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  2 10:15:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edc19f7

media-sound/exaile: x86 stable wrt bug #693194

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/exaile/exaile-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/exaile-4.0.0.ebuild 
b/media-sound/exaile/exaile-4.0.0.ebuild
index 304677b1794..7dbc4aa8e77 100644
--- a/media-sound/exaile/exaile-4.0.0.ebuild
+++ b/media-sound/exaile/exaile-4.0.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/exaile/exaile.git;
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="~amd64 ~sparc ~x86"
+   KEYWORDS="~amd64 ~sparc x86"
S="${WORKDIR}/${PN}-${PV/_/}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2019-08-04 Thread Mart Raudsepp
commit: 1b2119d632b28785876cf713eb9528dc466e0333
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Aug  4 11:37:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Aug  4 11:56:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2119d6

media-sound/exaile: bump to 4.0.0, fix some deps

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/exaile/Manifest|  1 +
 media-sound/exaile/exaile-4.0.0.ebuild | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index 722ef0502bc..ab94246d8b7 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1 +1,2 @@
+DIST exaile-4.0.0.tar.gz 3635774 BLAKE2B 
91a5a0a4b8f3c55ec1c8f6487f30bbc8193b1e8b861bbc4bf3cba18dcef91c8a58c937e7a581378eec9da518565826c35e55b7ab157b7ee4634d36cd71a85c4e
 SHA512 
50ab8ec7a65dc431f2bc71a302d21e59ac3d5939b89a90ec161527e1d5c0b80b8c396f8f323b2959e0b807f577e021863fe423bf26a8f7165a6dd112afca6e45
 DIST exaile-4.0.0rc3.tar.gz 3627782 BLAKE2B 
1c986309798d4cb78969a7443e4c29e02ca3a9c8e316264641ffafe97dd46b6a1745988230c13469ce2d9c37aadf7b07eee5bcd5836f33b1b2d25e3ebb69f574
 SHA512 
d3822a7d88934c90a2856074f177a346b19896ecca54f33e7506d37a0b25170983c057feaae162c2685780e7f0d1a6edc8ce7addbcc04cacf2d2b25e0c9f36de

diff --git a/media-sound/exaile/exaile-4.0.0.ebuild 
b/media-sound/exaile/exaile-4.0.0.ebuild
new file mode 100644
index 000..304677b1794
--- /dev/null
+++ b/media-sound/exaile/exaile-4.0.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+inherit python-single-r1 xdg-utils
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/exaile/exaile.git;
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
+   KEYWORDS="~amd64 ~sparc ~x86"
+   S="${WORKDIR}/${PN}-${PV/_/}"
+fi
+
+DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
+HOMEPAGE="https://www.exaile.org/;
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+IUSE="cddb libnotify nls scrobbler"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/bsddb3[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
+   >=media-libs/gst-plugins-base-1.6:1.0
+   >=media-libs/gst-plugins-good-1.4:1.0
+   >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
+   media-plugins/gst-plugins-meta:1.0
+   >=x11-libs/gtk+-3.10:3[introspection]
+   cddb? ( dev-python/cddb-py )
+   libnotify? ( >=x11-libs/libnotify-0.7[introspection] )
+   scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )
+"
+
+RESTRICT="test" #315589
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_compile() {
+   use nls && emake locale
+}
+
+src_install() {
+   emake \
+   PREFIX=/usr \
+   LIBINSTALLDIR=/usr/$(get_libdir) \
+   DESTDIR="${D}" \
+   install$(use nls || echo _no_locale)
+
+   python_optimize "${D}/usr/$(get_libdir)/${PN}"
+   python_optimize "${D}/usr/share/${PN}"
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2019-03-10 Thread Mart Raudsepp
commit: 0b5256089f93d0c540ab0fba15d63f2777bf32db
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 10 08:32:33 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 10 08:36:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b525608

media-sound/exaile: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/exaile/Manifest|  1 -
 media-sound/exaile/exaile-3.4.5.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index d0dee184a36..722ef0502bc 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1,2 +1 @@
-DIST exaile-3.4.5.tar.gz 3662446 BLAKE2B 
13343a5468a4f7f309e173e5195d356d62e10efc20c99cc70a1f0215fafa073eeec19b4e35ae52e11a62575a72263ad11ebdf105fcdd066654f8d6c2b1ff6864
 SHA512 
9337b86ed2f6a13071615bd46a7a05a6564011a4e1fef4cb42925336864c07854cfe497d8defe65c4e287fd9546de6a51543180c5ce6a84525506e57209914be
 DIST exaile-4.0.0rc3.tar.gz 3627782 BLAKE2B 
1c986309798d4cb78969a7443e4c29e02ca3a9c8e316264641ffafe97dd46b6a1745988230c13469ce2d9c37aadf7b07eee5bcd5836f33b1b2d25e3ebb69f574
 SHA512 
d3822a7d88934c90a2856074f177a346b19896ecca54f33e7506d37a0b25170983c057feaae162c2685780e7f0d1a6edc8ce7addbcc04cacf2d2b25e0c9f36de

diff --git a/media-sound/exaile/exaile-3.4.5.ebuild 
b/media-sound/exaile/exaile-3.4.5.ebuild
deleted file mode 100644
index cee7a3917b3..000
--- a/media-sound/exaile/exaile-3.4.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit multilib python-r1 xdg-utils
-
-DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+"
-HOMEPAGE="https://www.exaile.org;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE="cddb libnotify nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/dbus-python
-   dev-python/gst-python:0.10
-   >=dev-python/pygtk-2.17
-   >=dev-python/pygobject-2.18:2
-   media-libs/gst-plugins-good:0.10
-   >=media-libs/mutagen-1.10
-   media-plugins/gst-plugins-meta:0.10
-   cddb? ( dev-python/cddb-py )
-   libnotify? ( dev-python/notify-python )"
-DEPEND="
-   nls? (
-   dev-util/intltool
-   sys-devel/gettext
-   )"
-
-RESTRICT="test" #315589
-
-src_compile() {
-   if use nls; then
-   emake locale
-   fi
-}
-
-src_install() {
-   emake \
-   PREFIX=/usr \
-   LIBINSTALLDIR=/$(get_libdir) \
-   DESTDIR="${D}" \
-   install$(use nls || echo _no_locale)
-
-   dodoc FUTURE
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2019-03-09 Thread Matt Turner
commit: 610ef868fae87a112c1f786d1f0aa7a59637f7d3
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar  9 21:17:07 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar  9 21:17:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610ef868

media-sound/exaile: drop ppc keywords, bug 621900

Signed-off-by: Matt Turner  gentoo.org>

 media-sound/exaile/exaile-3.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/exaile-3.4.5.ebuild 
b/media-sound/exaile/exaile-3.4.5.ebuild
index 0b8e7a6516e..cee7a3917b3 100644
--- a/media-sound/exaile/exaile-3.4.5.ebuild
+++ b/media-sound/exaile/exaile-3.4.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ~sparc x86"
 IUSE="cddb libnotify nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2019-03-03 Thread Mikle Kolyada
commit: c53021ade050f8f91dcd689a3a72c1e6b00ff9e4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 12:06:41 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 12:06:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53021ad

media-sound/exaile: amd64 stable wrt bug #621900

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-sound/exaile/exaile-4.0.0_rc3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/exaile-4.0.0_rc3.ebuild 
b/media-sound/exaile/exaile-4.0.0_rc3.ebuild
index 2bebaa26411..f16131d4e05 100644
--- a/media-sound/exaile/exaile-4.0.0_rc3.ebuild
+++ b/media-sound/exaile/exaile-4.0.0_rc3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/exaile/exaile.git;
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="~amd64 ~sparc x86"
+   KEYWORDS="amd64 ~sparc x86"
S="${WORKDIR}/${PN}-${PV/_/}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2019-03-02 Thread Thomas Deutschmann
commit: ffbeceed36f24fa3a58c61ea8d9fc800734661d9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Mar  2 20:36:14 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Mar  2 20:49:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbeceed

media-sound/exaile: x86 stable (bug #621900)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-sound/exaile/exaile-4.0.0_rc3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/exaile/exaile-4.0.0_rc3.ebuild 
b/media-sound/exaile/exaile-4.0.0_rc3.ebuild
index f3e1373fd4a..2bebaa26411 100644
--- a/media-sound/exaile/exaile-4.0.0_rc3.ebuild
+++ b/media-sound/exaile/exaile-4.0.0_rc3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/exaile/exaile.git;
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
-   KEYWORDS="~amd64 ~sparc ~x86"
+   KEYWORDS="~amd64 ~sparc x86"
S="${WORKDIR}/${PN}-${PV/_/}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2019-02-05 Thread Andreas Sturmlechner
commit: b09dc87fc6873c1f03208a7bc907d3288ec1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  5 22:31:31 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  5 23:26:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09dc87f

media-sound/exaile: 4.0.0_rc3 version bump, EAPI-7 bump

Fix DESCRIPTION
Use https

Thanks-to: Simon  gmx.de>
Thanks-to: Sander Sweers  gmail.com>
Bug: https://bugs.gentoo.org/621900
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/exaile/Manifest|  1 +
 media-sound/exaile/exaile-4.0.0_rc3.ebuild | 79 ++
 media-sound/exaile/metadata.xml|  3 ++
 3 files changed, 83 insertions(+)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index bdbf1924d7f..d0dee184a36 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1 +1,2 @@
 DIST exaile-3.4.5.tar.gz 3662446 BLAKE2B 
13343a5468a4f7f309e173e5195d356d62e10efc20c99cc70a1f0215fafa073eeec19b4e35ae52e11a62575a72263ad11ebdf105fcdd066654f8d6c2b1ff6864
 SHA512 
9337b86ed2f6a13071615bd46a7a05a6564011a4e1fef4cb42925336864c07854cfe497d8defe65c4e287fd9546de6a51543180c5ce6a84525506e57209914be
+DIST exaile-4.0.0rc3.tar.gz 3627782 BLAKE2B 
1c986309798d4cb78969a7443e4c29e02ca3a9c8e316264641ffafe97dd46b6a1745988230c13469ce2d9c37aadf7b07eee5bcd5836f33b1b2d25e3ebb69f574
 SHA512 
d3822a7d88934c90a2856074f177a346b19896ecca54f33e7506d37a0b25170983c057feaae162c2685780e7f0d1a6edc8ce7addbcc04cacf2d2b25e0c9f36de

diff --git a/media-sound/exaile/exaile-4.0.0_rc3.ebuild 
b/media-sound/exaile/exaile-4.0.0_rc3.ebuild
new file mode 100644
index 000..f3e1373fd4a
--- /dev/null
+++ b/media-sound/exaile/exaile-4.0.0_rc3.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+inherit python-single-r1 xdg-utils
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/exaile/exaile.git;
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz;
+   KEYWORDS="~amd64 ~sparc ~x86"
+   S="${WORKDIR}/${PN}-${PV/_/}"
+fi
+
+DESCRIPTION="GTK+ based media player aiming to be similar to Amarok"
+HOMEPAGE="https://www.exaile.org/;
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+IUSE="cddb libnotify nls scrobbler"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/gobject-introspection[${PYTHON_USEDEP}]
+   dev-python/bsddb3[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
+   >=media-libs/gst-plugins-base-1.6:1.0
+   >=media-libs/gst-plugins-good-1.4:1.0
+   >=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
+   media-plugins/gst-plugins-meta:1.0
+   >=x11-libs/gtk+-3.10:3[introspection]
+   cddb? ( dev-python/cddb-py )
+   libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
+   scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )
+"
+
+RESTRICT="test" #315589
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_compile() {
+   use nls && emake locale
+}
+
+src_install() {
+   emake \
+   PREFIX=/usr \
+   LIBINSTALLDIR=/usr/$(get_libdir) \
+   DESTDIR="${D}" \
+   install$(use nls || echo _no_locale)
+
+   python_optimize "${D}/usr/$(get_libdir)/${PN}"
+   python_optimize "${D}/usr/share/${PN}"
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}

diff --git a/media-sound/exaile/metadata.xml b/media-sound/exaile/metadata.xml
index 3f99551b683..56d330882f0 100644
--- a/media-sound/exaile/metadata.xml
+++ b/media-sound/exaile/metadata.xml
@@ -9,4 +9,7 @@
exaile
exaile/exaile

+   
+   Enable audioscrobbler/last.fm 
support
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2018-04-20 Thread David Seifert
commit: accc02d6ea0787970073a8f07ce2bbdd7c205475
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Apr  8 15:29:55 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 20 19:44:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accc02d6

media-sound/exaile: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-sound/exaile/exaile-3.4.5.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/exaile/exaile-3.4.5.ebuild 
b/media-sound/exaile/exaile-3.4.5.ebuild
index de353fde214..7f6bd3b7728 100644
--- a/media-sound/exaile/exaile-3.4.5.ebuild
+++ b/media-sound/exaile/exaile-3.4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite"
 
-inherit fdo-mime multilib python-r1
+inherit multilib python-r1 xdg-utils
 
 DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+"
 HOMEPAGE="http://www.exaile.org/;
@@ -54,11 +54,11 @@ src_install() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
 }



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2017-04-23 Thread David Seifert
commit: 4b6cf0121b7918bdb3fb7623b4b663cc9fb12cf7
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:32:04 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6cf012

media-sound/exaile: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/exaile/exaile-3.4.5.ebuild | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/media-sound/exaile/exaile-3.4.5.ebuild 
b/media-sound/exaile/exaile-3.4.5.ebuild
index 86ed27f08ab..de353fde214 100644
--- a/media-sound/exaile/exaile-3.4.5.ebuild
+++ b/media-sound/exaile/exaile-3.4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,8 +16,11 @@ LICENSE="GPL-2 GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="cddb libnotify nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-python/dbus-python
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/dbus-python
dev-python/gst-python:0.10
>=dev-python/pygtk-2.17
>=dev-python/pygobject-2.18:2
@@ -26,8 +29,11 @@ RDEPEND="dev-python/dbus-python
media-plugins/gst-plugins-meta:0.10
cddb? ( dev-python/cddb-py )
libnotify? ( dev-python/notify-python )"
-DEPEND="nls? ( dev-util/intltool
-   sys-devel/gettext )"
+DEPEND="
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )"
 
 RESTRICT="test" #315589
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/

2016-08-12 Thread Lars Wendler
commit: ed3bf484e41812bff758f657d1fec8086665c385
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Aug 12 11:42:01 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Aug 12 11:42:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3bf484

media-sound/exaile: Removed old.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/exaile/Manifest  |  2 -
 media-sound/exaile/exaile-0.3.2.0.ebuild | 78 
 media-sound/exaile/exaile-0.3.2.1.ebuild | 73 --
 3 files changed, 153 deletions(-)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index c824b77..7396836 100644
--- a/media-sound/exaile/Manifest
+++ b/media-sound/exaile/Manifest
@@ -1,3 +1 @@
-DIST exaile-0.3.2.0.tar.gz 2082057 SHA256 
7571db88db5453d09675ed70d8bd5046825b6e7b79ea76b01707e11cd14609eb SHA512 
853992902276c32add644fb8cebafa38281fbafaa28cff8be33e5bd4e041c01a280acad03281fd0998251e58c580d42c5f4b0561b6d13bf16cc5c28cee76
 WHIRLPOOL 
15c377cadc793abf2a46069ba178bce83ce753d4da519b3e19907958cbabc23ed8976b91db46d05edc024f3d3e9b46f1ace03a5cd04a1a4e6f37389917df092a
-DIST exaile-0.3.2.1.tar.gz 2061448 SHA256 
db3e5b7bb4ad536df31f7f982456ef0aef935021afcd004c8755317584300ff6 SHA512 
0c2125a4fe1d5aa4667bab3f467c5f65c8be6ba2665fc75d54aa0476f93ad516e24cdd379459c294835a8187582e080b69db3927dffa04a6914026b3046ee5fa
 WHIRLPOOL 
ec3165ed1855c6405be408919bf5bf670f19f01d82636fec74dbb92cf33a82b159229061975c8f9decb1c9bf2d206701ba473b91f12cf638baf835605fdc6df4
 DIST exaile-3.4.5.tar.gz 3662446 SHA256 
c875a5c13aa8efb0864d6bafc37e6d3b09f84e251cdb7b77098e6609fb5d00ad SHA512 
9337b86ed2f6a13071615bd46a7a05a6564011a4e1fef4cb42925336864c07854cfe497d8defe65c4e287fd9546de6a51543180c5ce6a84525506e57209914be
 WHIRLPOOL 
e84c95bab48a9488e2738c16088a3fff333a8af712dd52ac5f0b9d4ce1bdbfc379c2be4fafaf532bb8f44605f1a6ec26cac2e5e96a4a29ba813fdc8b70bbea94

diff --git a/media-sound/exaile/exaile-0.3.2.0.ebuild 
b/media-sound/exaile/exaile-0.3.2.0.ebuild
deleted file mode 100644
index 314c07c..000
--- a/media-sound/exaile/exaile-0.3.2.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-PYTHON_DEPEND="2:2.6"
-PYTHON_USE_WITH="sqlite"
-
-inherit fdo-mime multilib python
-
-DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+"
-HOMEPAGE="http://www.exaile.org/;
-SRC_URI="https://launchpad.net/${PN}/0.3.2/${PV}/+download/${P}.tar.gz;
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE="cddb libnotify nls"
-
-RDEPEND="dev-python/dbus-python
-   >=media-libs/mutagen-1.10
-   >=dev-python/pygtk-2.17
-   >=dev-python/pygobject-2.18:2
-   dev-python/gst-python:0.10
-   media-libs/gst-plugins-good:0.10
-   media-plugins/gst-plugins-meta:0.10
-   libnotify? ( dev-python/notify-python )
-   cddb? ( dev-python/cddb-py )"
-DEPEND="nls? ( dev-util/intltool
-   sys-devel/gettext )"
-
-RESTRICT="test" #315589
-
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-}
-
-src_prepare() {
-   sed -i \
-   -e "s:exec python:exec $(PYTHON):" \
-   exaile tools/generate-launcher || die
-}
-
-src_compile() {
-   if use nls; then
-   emake locale || die
-   fi
-}
-
-src_install() {
-   emake \
-   PREFIX=/usr \
-   LIBINSTALLDIR=/$(get_libdir) \
-   DESTDIR="${D}" \
-   install$(use nls || echo _no_locale) || die
-
-   dodoc FUTURE README || die
-
-   if has_version "http://www.exaile.org/;
-SRC_URI="https://launchpad.net/${PN}/0.3.2/${PV}/+download/${P}.tar.gz;
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="cddb libnotify nls"
-
-RDEPEND="dev-python/dbus-python
-   >=media-libs/mutagen-1.10
-   >=dev-python/pygtk-2.17
-   >=dev-python/pygobject-2.18:2
-   dev-python/gst-python:0.10
-   media-libs/gst-plugins-good:0.10
-   media-plugins/gst-plugins-meta:0.10
-   libnotify? ( dev-python/notify-python )
-   cddb? ( dev-python/cddb-py )"
-DEPEND="nls? ( dev-util/intltool
-   sys-devel/gettext )"
-
-RESTRICT="test" #315589
-
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-}
-
-src_prepare() {
-   sed -i \
-   -e "s:exec python:exec $(PYTHON):" \
-   exaile tools/generate-launcher || die
-}
-
-src_compile() {
-   if use nls; then
-   emake locale || die
-   fi
-}
-
-src_install() {
-   emake \
-   PREFIX=/usr \
-   LIBINSTALLDIR=/$(get_libdir) \
-   DESTDIR="${D}" \
-   install$(use nls || echo _no_locale) || die
-
-   dodoc FUTURE || die
-}
-
-pkg_postinst() {
-   python_need_rebuild
-   python_mod_optimize