summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-07-05 18:21:56 +0000
committerSamuli Suominen <drac@gentoo.org>2007-07-05 18:21:56 +0000
commit80ad6ef869a81579efa772851a466ecb704ef217 (patch)
treee74107f8d9f8ef558bce46ce30e6a36d37ac2fb7 /media-sound/exaile
parentversion bump (diff)
downloadgentoo-2-80ad6ef869a81579efa772851a466ecb704ef217.tar.gz
gentoo-2-80ad6ef869a81579efa772851a466ecb704ef217.tar.bz2
gentoo-2-80ad6ef869a81579efa772851a466ecb704ef217.zip
Stop breaking ROOT.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'media-sound/exaile')
-rw-r--r--media-sound/exaile/ChangeLog6
-rw-r--r--media-sound/exaile/exaile-0.2.10-r1.ebuild6
-rw-r--r--media-sound/exaile/exaile-0.2.9-r3.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/media-sound/exaile/ChangeLog b/media-sound/exaile/ChangeLog
index 3b541df1e0f4..691128f0949a 100644
--- a/media-sound/exaile/ChangeLog
+++ b/media-sound/exaile/ChangeLog
@@ -1,6 +1,10 @@
# 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.21 2007/06/26 20:52:16 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.22 2007/07/05 18:21:56 drac Exp $
+
+ 05 Jul 2007; Samuli Suominen <drac@gentoo.org> exaile-0.2.9-r3.ebuild,
+ exaile-0.2.10-r1.ebuild:
+ Stop breaking ROOT.
26 Jun 2007; Samuli Suominen <drac@gentoo.org> exaile-0.2.10-r1.ebuild:
Multilib friendly for bug 183311, thanks to Pacho Ramos, Thomas A.,
diff --git a/media-sound/exaile/exaile-0.2.10-r1.ebuild b/media-sound/exaile/exaile-0.2.10-r1.ebuild
index 7bd1cca46b5c..8001d699c459 100644
--- a/media-sound/exaile/exaile-0.2.10-r1.ebuild
+++ b/media-sound/exaile/exaile-0.2.10-r1.ebuild
@@ -1,6 +1,6 @@
# 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.10-r1.ebuild,v 1.2 2007/06/26 20:52:16 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.10-r1.ebuild,v 1.3 2007/07/05 18:21:56 drac Exp $
inherit eutils fdo-mime multilib python
@@ -80,13 +80,13 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize /usr/share/${PN}
+ python_mod_optimize "${ROOT}"/usr/share/${PN}
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
pkg_postrm() {
- python_mod_cleanup /usr/share/${PN}
+ python_mod_cleanup "${ROOT}"/usr/share/${PN}
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
diff --git a/media-sound/exaile/exaile-0.2.9-r3.ebuild b/media-sound/exaile/exaile-0.2.9-r3.ebuild
index d2edfb768bda..68a86ab32da4 100644
--- a/media-sound/exaile/exaile-0.2.9-r3.ebuild
+++ b/media-sound/exaile/exaile-0.2.9-r3.ebuild
@@ -1,6 +1,6 @@
# 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-r3.ebuild,v 1.1 2007/06/08 16:18:20 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.9-r3.ebuild,v 1.2 2007/07/05 18:21:56 drac Exp $
inherit eutils fdo-mime python toolchain-funcs
@@ -78,13 +78,13 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize /usr/share/${PN}
+ python_mod_optimize "${ROOT}"/usr/share/${PN}
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
pkg_postrm() {
- python_mod_cleanup /usr/share/${PN}
+ python_mod_cleanup "${ROOT}"/usr/share/${PN}
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}