diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/Manifest.gz | bin | 57742 -> 57580 bytes | |||
-rw-r--r-- | media-sound/exaile/Manifest | 4 | ||||
-rw-r--r-- | media-sound/exaile/exaile-4.1.3.ebuild | 68 | ||||
-rw-r--r-- | media-sound/exaile/exaile-9999.ebuild | 68 | ||||
-rw-r--r-- | media-sound/exaile/metadata.xml | 15 |
5 files changed, 0 insertions, 155 deletions
diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz Binary files differindex 61344f6d99bf..9545ead80a1f 100644 --- a/media-sound/Manifest.gz +++ b/media-sound/Manifest.gz diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest deleted file mode 100644 index f89c095d0923..000000000000 --- a/media-sound/exaile/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST exaile-4.1.3.tar.gz 3853508 BLAKE2B 3ce7bbd84dda419b817f0684b2279e29a48b7c221eb3d335f3b3797be4dbbec9158b576337084cdd0d242d79fdf14616c1e0b8b171e3995689f94945aa7385b6 SHA512 16b31331a31f0a2e088f177c8a01ef47603b07fe94cbb19869a4caeaec2da03cacaa07d5b0eb50052645449e07620e2c58f202007108af73e20cf744d70bb556 -EBUILD exaile-4.1.3.ebuild 1614 BLAKE2B 2c3975a97ff6a000e23963bf981d6a299dfedb53af7366580200a5e026e9cf8b62595d67e869519fe42ff00a6046812dcb842002a040015084d8e4e33bf2888e SHA512 5c342d86611fe93523325ee87d86357845098d05d1c10148f8f0e6b572723ff9d0d30cc04c4e9658646949a499f4996f30b092064e33c2fcfdd6dc4e38a22f98 -EBUILD exaile-9999.ebuild 1615 BLAKE2B d0c044b90c5bb445b7c84ef9dc3e86b4738680d4624b563011bb1e93fa1ef038bc9e6a6c8035ce9af227c688166257e5291060d8fd6b86a37c591725125b66c2 SHA512 b4c3e5963e4a4f22737a6d07d298a5b027950b990a5b16048f20e098a4ff27b75a7da6756387a687cebbed6640a3fabf9cce82096a1c78fb96d0e97b615fb101 -MISC metadata.xml 466 BLAKE2B 8c2ae9dfde18d1976a3c38a77de336e5f0489879adcdb030c9c6b3cb765e440d8bf908c57b2fe1670b090d90c570b3219201319d81319dda87c92c777c82757e SHA512 5bdedc04863ba9c8632a818d8f7a834687e3474cfe906b0ee82378f6c957ecc9778206f8b7f7abefda5cba06c4c0df930e5e170754fa8c59467dd4f1857be4f8 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..000000000000 --- 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} == "9999" ]]; 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-9999.ebuild b/media-sound/exaile/exaile-9999.ebuild deleted file mode 100644 index 3c7be5deff10..000000000000 --- a/media-sound/exaile/exaile-9999.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} == "9999" ]]; 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/metadata.xml b/media-sound/exaile/metadata.xml deleted file mode 100644 index c421f9314c88..000000000000 --- a/media-sound/exaile/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <upstream> - <remote-id type="launchpad">exaile</remote-id> - <remote-id type="github">exaile/exaile</remote-id> - </upstream> - <use> - <flag name="scrobbler">Enable audioscrobbler/last.fm support</flag> - </use> -</pkgmetadata> |