diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-28 13:12:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-28 13:12:03 +0000 |
commit | 69ac14dd85560f5b754947aa28bafa9d95344a6b (patch) | |
tree | 8e95ab0f9134ebf8f8d870505c36f174941c28af /media-sound/exaile | |
parent | Removing nspluginwrapper USE flag, bug #360235 (diff) | |
download | historical-69ac14dd85560f5b754947aa28bafa9d95344a6b.tar.gz historical-69ac14dd85560f5b754947aa28bafa9d95344a6b.tar.bz2 historical-69ac14dd85560f5b754947aa28bafa9d95344a6b.zip |
old
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'media-sound/exaile')
-rw-r--r-- | media-sound/exaile/Manifest | 2 | ||||
-rw-r--r-- | media-sound/exaile/exaile-0.3.1.0.ebuild | 76 |
2 files changed, 0 insertions, 78 deletions
diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest index e3bcba7cf571..a7196da882fd 100644 --- a/media-sound/exaile/Manifest +++ b/media-sound/exaile/Manifest @@ -1,6 +1,4 @@ -DIST exaile-0.3.1.0.tar.gz 1899451 RMD160 e17cf0001d74ea8b2a9de315ace9f81865de9e6a SHA1 938b68ad062beed0718403062492c9da893ab886 SHA256 68239fc40da23ba72327b10352a351ea00389955d631b96f69ae04a9861662f0 DIST exaile-0.3.2.0.tar.gz 2082057 RMD160 70f28f71eac10178a29bab98844a1a1e48f39006 SHA1 08015ab647f5b83997bd2f1c87c14d3d287fd3e7 SHA256 7571db88db5453d09675ed70d8bd5046825b6e7b79ea76b01707e11cd14609eb -EBUILD exaile-0.3.1.0.ebuild 1744 RMD160 b3b911decf905adbb3af9aac33eb05f70d525042 SHA1 00e26789308b1a9fa7e1396d344c85081de48c25 SHA256 50604c5d8cbc71250b4389c7abd8120369cb46252c6dcdd77974a6d2d1f7259b EBUILD exaile-0.3.2.0.ebuild 1753 RMD160 cdac720ed251c7aed724ae134107570a3b63a057 SHA1 14684efd3195d5eb9a558baea5d45b3505c46bf5 SHA256 528ffca3df74d0f322ad3564dad52dd70d0c72964692ca300d08af324e5fdba1 MISC ChangeLog 11474 RMD160 0e6ee00de5b3c8626c036d09876550074685e1fa SHA1 0e5a5b0ffdfc67b044063069fcb0f1270f06bb25 SHA256 b440176dc92a3b65bc8861b167370b5893a33e3760a420dd83b9ca491ef83aec MISC metadata.xml 159 RMD160 568344dc99ebe68c2e2d43d268d186757532144d SHA1 3f9589301dbaa4363c56de0f309cf792d8c38b63 SHA256 eb5b8cfa9aed067cd72d6439beac2dd0abdba30248f27e4b337012b493a18369 diff --git a/media-sound/exaile/exaile-0.3.1.0.ebuild b/media-sound/exaile/exaile-0.3.1.0.ebuild deleted file mode 100644 index bdf579cbd74b..000000000000 --- a/media-sound/exaile/exaile-0.3.1.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.1.0.ebuild,v 1.5 2010/05/09 15:24:27 phajdan.jr Exp $ - -EAPI=2 - -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="http://launchpad.net/exaile/0.3.1/0.3.1/+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.14 - >=dev-python/pygobject-2.18 - 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 )" - -# Required python 'mox' module missing wrt #315589 -RESTRICT="test" - -pkg_setup() { - python_set_active_version 2 -} - -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() { - local _no_locale - use nls || _no_locale=_no_locale - - emake PREFIX="/usr" LIBINSTALLDIR="/$(get_libdir)" DESTDIR="${D}" \ - install${_no_locale} || die - - dodoc README - - insinto /usr/share/exaile/data - doins -r data/migrations || 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 -} |