diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-06-25 06:24:34 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-06-25 06:24:34 +0000 |
commit | ce771e0319a920093581f62b679d4fbcecc6c997 (patch) | |
tree | 381fb37ac5c81590a40ef5b5f3626b299972640e /media-sound/exaile | |
parent | Added a patch for the network sensor as provided by Evan Teran in bug 183071.... (diff) | |
download | gentoo-2-ce771e0319a920093581f62b679d4fbcecc6c997.tar.gz gentoo-2-ce771e0319a920093581f62b679d4fbcecc6c997.tar.bz2 gentoo-2-ce771e0319a920093581f62b679d4fbcecc6c997.zip |
Version bump.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'media-sound/exaile')
-rw-r--r-- | media-sound/exaile/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/exaile/exaile-0.2.10.ebuild (renamed from media-sound/exaile/exaile-0.2.9-r2.ebuild) | 20 | ||||
-rw-r--r-- | media-sound/exaile/files/digest-exaile-0.2.10 | 3 | ||||
-rw-r--r-- | media-sound/exaile/files/digest-exaile-0.2.9-r2 | 3 | ||||
-rw-r--r-- | media-sound/exaile/files/exaile-0.2.10-destdir.patch | 9 |
5 files changed, 30 insertions, 14 deletions
diff --git a/media-sound/exaile/ChangeLog b/media-sound/exaile/ChangeLog index f14951fb2a98..c55b5c4b3884 100644 --- a/media-sound/exaile/ChangeLog +++ b/media-sound/exaile/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/exaile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.18 2007/06/08 16:18:20 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.19 2007/06/25 06:24:34 drac Exp $ + +*exaile-0.2.10 (25 Jun 2007) + + 25 Jun 2007; Samuli Suominen <drac@gentoo.org> + +files/exaile-0.2.10-destdir.patch, -exaile-0.2.9-r2.ebuild, + +exaile-0.2.10.ebuild: + Version bump. *exaile-0.2.9-r3 (08 Jun 2007) diff --git a/media-sound/exaile/exaile-0.2.9-r2.ebuild b/media-sound/exaile/exaile-0.2.10.ebuild index 92c762a95689..361b1edf3105 100644 --- a/media-sound/exaile/exaile-0.2.9-r2.ebuild +++ b/media-sound/exaile/exaile-0.2.10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.9-r2.ebuild,v 1.4 2007/06/08 16:18:20 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.10.ebuild,v 1.1 2007/06/25 06:24:34 drac Exp $ -inherit eutils fdo-mime python toolchain-funcs +inherit eutils fdo-mime python GVER="0.10" @@ -22,7 +22,6 @@ RDEPEND=">=dev-python/pygtk-2.8.6 >=dev-python/pysqlite-2 >=media-libs/mutagen-1.6 dev-python/elementtree - >=gnome-base/librsvg-2 dev-python/dbus-python libnotify? ( dev-python/notify-python ) libsexy? ( dev-python/sexy-python ) @@ -60,29 +59,30 @@ pkg_setup() { src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PN}-0.2.x-strip.patch - epatch "${FILESDIR}"/${P}-amazon.patch - python_version - sed -i -e "s:hon2.4:hon${PYVER}:" mmkeys/Makefile + epatch "${FILESDIR}"/${P}-destdir.patch } + src_compile() { - emake -j1 CC="$(tc-getCC)" || die "emake failed." + emake mmkeys.so || die "emake mmkeys.so failed." + emake translations || die "emake translations failed." } src_install() { emake DESTDIR="${D}" install || die "emake install failed." - dodoc testing TODO + dodoc TODO changelog exeinto /usr/share/${PN} - doexe scripts/* + doexe -r scripts/* } pkg_postinst() { + python_mod_optimize /usr/share/${PN} fdo-mime_desktop_database_update fdo-mime_mime_database_update } pkg_postrm() { + python_mod_cleanup /usr/share/${PN} fdo-mime_desktop_database_update fdo-mime_mime_database_update } diff --git a/media-sound/exaile/files/digest-exaile-0.2.10 b/media-sound/exaile/files/digest-exaile-0.2.10 new file mode 100644 index 000000000000..e790925c2ac7 --- /dev/null +++ b/media-sound/exaile/files/digest-exaile-0.2.10 @@ -0,0 +1,3 @@ +MD5 776412d9844b06fe26444c0d7f74d712 exaile_0.2.10.tar.gz 516304 +RMD160 80a688361964659785932ff1de3be71c798f5082 exaile_0.2.10.tar.gz 516304 +SHA256 11cbef758b770fcab44a73b0b3d7f7daa37c1eb3c9e96cb6754e664f76609184 exaile_0.2.10.tar.gz 516304 diff --git a/media-sound/exaile/files/digest-exaile-0.2.9-r2 b/media-sound/exaile/files/digest-exaile-0.2.9-r2 deleted file mode 100644 index 7fa98eb6bbe1..000000000000 --- a/media-sound/exaile/files/digest-exaile-0.2.9-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d52241d30a66286d9483e30e1259d8d4 exaile_0.2.9.tar.gz 421296 -RMD160 333362939e80f2feb5bd81d51e134cb4d29f74f2 exaile_0.2.9.tar.gz 421296 -SHA256 b8377fd0559a1ca7b98b47348a436b9dc90658b1dde17115b429e907f045ca98 exaile_0.2.9.tar.gz 421296 diff --git a/media-sound/exaile/files/exaile-0.2.10-destdir.patch b/media-sound/exaile/files/exaile-0.2.10-destdir.patch new file mode 100644 index 000000000000..05eb13698cd4 --- /dev/null +++ b/media-sound/exaile/files/exaile-0.2.10-destdir.patch @@ -0,0 +1,9 @@ +diff -ur exaile_0.2.10.orig/Makefile exaile_0.2.10/Makefile +--- exaile_0.2.10.orig/Makefile 2007-06-21 06:17:04.000000000 +0300 ++++ exaile_0.2.10/Makefile 2007-06-25 09:07:36.000000000 +0300 +@@ -1,4 +1,4 @@ +-PREFIX ?= /usr/local ++PREFIX = /usr + LIBDIR ?= $(PREFIX)/lib + FIREFOX ?= /usr/lib/firefox + |