summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2007-01-29 21:57:08 +0000
committerTom Martin <slarti@gentoo.org>2007-01-29 21:57:08 +0000
commit727cc95c7182147115fd8747e23a692babe9214b (patch)
treed1d301c5d7a61a329ff0eedf027b02bed7c3063b /mail-client/mail-notification/mail-notification-4.0.ebuild
parentRemove -s from CFLAGS (diff)
downloadgentoo-2-727cc95c7182147115fd8747e23a692babe9214b.tar.gz
gentoo-2-727cc95c7182147115fd8747e23a692babe9214b.tar.bz2
gentoo-2-727cc95c7182147115fd8747e23a692babe9214b.zip
Fix numerous cock-ups. Thanks to Ed Catmur <ed@catmur.co.uk> in bug #164072.
(Portage version: 2.1.2-r4)
Diffstat (limited to 'mail-client/mail-notification/mail-notification-4.0.ebuild')
-rw-r--r--mail-client/mail-notification/mail-notification-4.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail-client/mail-notification/mail-notification-4.0.ebuild b/mail-client/mail-notification/mail-notification-4.0.ebuild
index ded2ba343d67..6ca4f6ec4cb7 100644
--- a/mail-client/mail-notification/mail-notification-4.0.ebuild
+++ b/mail-client/mail-notification/mail-notification-4.0.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/mail-client/mail-notification/mail-notification-4.0.ebuild,v 1.1 2007/01/27 12:26:43 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-4.0.ebuild,v 1.2 2007/01/29 21:57:08 slarti Exp $
-inherit eutils gnome2 multilib flag-o-matic
+inherit eutils gnome2 multilib flag-o-matic versionator
DESCRIPTION="A GNOME trayicon which checks for email. Supports mbox, MH,
Maildir, IMAP, Sylpheed, POP3, Gmail and Evolution. Authenticates via
@@ -55,9 +55,7 @@ pkg_setup() {
}
src_unpack() {
- S=${WORKDIR}/${PN}-${MY_PV}
gnome2_src_unpack
- gnome2_omf_fix
sed -i -e 's:gtk-update-icon-cache:true:' ./art/Makefile.in
}