summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-07 19:23:25 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-07 19:23:25 +0000
commit7548198acf023d54f9210e97237627a4d49174a6 (patch)
tree15dea13d3160d74d58277c1aaa3d638c758ae5dc /x11-apps
parentTransition to eapi 2 use deps (diff)
downloadgentoo-2-7548198acf023d54f9210e97237627a4d49174a6.tar.gz
gentoo-2-7548198acf023d54f9210e97237627a4d49174a6.tar.bz2
gentoo-2-7548198acf023d54f9210e97237627a4d49174a6.zip
Removed the note about desktop-effects - fix bug 245372.
Added a call to python_need_rebuild and moved the tarball to the Gentoo mirrors. (Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/fusion-icon/ChangeLog9
-rw-r--r--x11-apps/fusion-icon/fusion-icon-0.1.ebuild12
2 files changed, 11 insertions, 10 deletions
diff --git a/x11-apps/fusion-icon/ChangeLog b/x11-apps/fusion-icon/ChangeLog
index 2ada77880233..b5972ea4a0f2 100644
--- a/x11-apps/fusion-icon/ChangeLog
+++ b/x11-apps/fusion-icon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/fusion-icon
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/fusion-icon/ChangeLog,v 1.2 2008/11/01 23:15:30 jmbsvicetto Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/fusion-icon/ChangeLog,v 1.3 2009/03/07 19:23:25 jmbsvicetto Exp $
+
+ 07 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ fusion-icon-0.1.ebuild:
+ Removed the note about desktop-effects - fix bug 245372. Added a call to
+ python_need_rebuild and moved the tarball to the Gentoo mirrors.
01 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml:
diff --git a/x11-apps/fusion-icon/fusion-icon-0.1.ebuild b/x11-apps/fusion-icon/fusion-icon-0.1.ebuild
index fcf8fbbaadd0..d4316027c836 100644
--- a/x11-apps/fusion-icon/fusion-icon-0.1.ebuild
+++ b/x11-apps/fusion-icon/fusion-icon-0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/fusion-icon/fusion-icon-0.1.ebuild,v 1.1 2008/10/27 00:48:37 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/fusion-icon/fusion-icon-0.1.ebuild,v 1.2 2009/03/07 19:23:25 jmbsvicetto Exp $
inherit gnome2-utils python
@@ -8,13 +8,12 @@ MINIMUM_COMPIZ_RELEASE=0.6.0
DESCRIPTION="Compiz Fusion Tray Icon and Manager"
HOMEPAGE="http://compiz-fusion.org"
-SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/desktop-effects/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk qt4"
-RESTRICT="mirror"
RDEPEND="
>=dev-python/compizconfig-python-${MINIMUM_COMPIZ_RELEASE}
@@ -37,13 +36,10 @@ src_install() {
pkg_postinst() {
python_version
+ python_need_rebuild
python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}"/site-packages/FusionIcon
use gtk && gnome2_icon_cache_update
-
- ewarn "DO NOT report bugs to Gentoo's bugzilla"
- einfo "Please report all bugs to #gentoo-desktop-effects"
- einfo "Thank you on behalf of the Gentoo Desktop-Effects team"
}
pkg_postrm() {