summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-08-12 13:42:01 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-08-12 13:42:15 +0200
commited3bf484e41812bff758f657d1fec8086665c385 (patch)
tree6e079d409d42600b68e01f461c70c0c1b43de165 /media-sound/exaile
parentprofiles/package.mask: unmask ocaml 4.03 (diff)
downloadgentoo-ed3bf484e41812bff758f657d1fec8086665c385.tar.gz
gentoo-ed3bf484e41812bff758f657d1fec8086665c385.tar.bz2
gentoo-ed3bf484e41812bff758f657d1fec8086665c385.zip
media-sound/exaile: Removed old.
Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/exaile')
-rw-r--r--media-sound/exaile/Manifest2
-rw-r--r--media-sound/exaile/exaile-0.3.2.0.ebuild78
-rw-r--r--media-sound/exaile/exaile-0.3.2.1.ebuild73
3 files changed, 0 insertions, 153 deletions
diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
index c824b77f5e2e..739683623b17 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 853992902276c32add644fddddb8cebafa38281fbafaa28cff8be33e5bd4e041c01a280acad03281fd0998251e58c580d42c5f4b0561b6d13bf16cc5c28cee76 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 314c07c8182c..000000000000
--- 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 "<media-sound/exaile-0.3"; then
- insinto /usr/share/exaile/data
- doins -r data/migrations || die
- fi
-}
-
-pkg_postinst() {
- python_need_rebuild
- python_mod_optimize /usr/$(get_libdir)/${PN}
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/${PN}
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
diff --git a/media-sound/exaile/exaile-0.3.2.1.ebuild b/media-sound/exaile/exaile-0.3.2.1.ebuild
deleted file mode 100644
index a980fe0a1cdb..000000000000
--- a/media-sound/exaile/exaile-0.3.2.1.ebuild
+++ /dev/null
@@ -1,73 +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 || die
-}
-
-pkg_postinst() {
- python_need_rebuild
- python_mod_optimize /usr/$(get_libdir)/${PN}
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/${PN}
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}