summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-10-03 19:03:36 +0000
committerHans de Graaff <graaff@gentoo.org>2007-10-03 19:03:36 +0000
commit2400be677f3dccb48ada38364fa4ce9031d96aa7 (patch)
treebbe856e1e006adfb2d592a59c57195e23cbced36 /mail-client
parentFix compilation of alsa-driver-1.0.14-r1, somehow I missed some parts when cr... (diff)
downloadgentoo-2-2400be677f3dccb48ada38364fa4ce9031d96aa7.tar.gz
gentoo-2-2400be677f3dccb48ada38364fa4ce9031d96aa7.tar.bz2
gentoo-2-2400be677f3dccb48ada38364fa4ce9031d96aa7.zip
Remove old version
(Portage version: 2.1.3.9)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mail-notification/ChangeLog6
-rw-r--r--mail-client/mail-notification/files/digest-mail-notification-1.03
-rw-r--r--mail-client/mail-notification/mail-notification-1.0.ebuild49
3 files changed, 5 insertions, 53 deletions
diff --git a/mail-client/mail-notification/ChangeLog b/mail-client/mail-notification/ChangeLog
index f37b1c5dfe86..b8678095c75e 100644
--- a/mail-client/mail-notification/ChangeLog
+++ b/mail-client/mail-notification/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mail-notification
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.46 2007/09/28 16:19:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.47 2007/10/03 19:03:35 graaff Exp $
+
+ 03 Oct 2007; Hans de Graaff <graaff@gentoo.org>
+ -mail-notification-1.0.ebuild:
+ Remove old version
28 Sep 2007; Raúl Porcel <armin76@gentoo.org>
mail-notification-4.0.ebuild:
diff --git a/mail-client/mail-notification/files/digest-mail-notification-1.0 b/mail-client/mail-notification/files/digest-mail-notification-1.0
deleted file mode 100644
index c69a09a32e3c..000000000000
--- a/mail-client/mail-notification/files/digest-mail-notification-1.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9f458da2a222490330ed93d3298ced75 mail-notification-1.0.tar.gz 622289
-RMD160 1bd740d3949c045052154ef7dd043001c9a83467 mail-notification-1.0.tar.gz 622289
-SHA256 21ff377f40eb120ffacd6856f04b68226065d63f69cfeeb63ebb31100a4586ca mail-notification-1.0.tar.gz 622289
diff --git a/mail-client/mail-notification/mail-notification-1.0.ebuild b/mail-client/mail-notification/mail-notification-1.0.ebuild
deleted file mode 100644
index 79df68d6a0f0..000000000000
--- a/mail-client/mail-notification/mail-notification-1.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-1.0.ebuild,v 1.7 2005/06/28 01:52:57 gustavoz Exp $
-
-inherit gnome2
-
-DESCRIPTION="A GNOME trayicon which checks for mail supporting mbox, MH,
-Maildir, IMAP, Sylpheed, POP3, Gmail. Authenticates via apop, ssl, sasl."
-HOMEPAGE="http://www.nongnu.org/mailnotify/"
-SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.gz"
-
-KEYWORDS="x86 amd64 ppc sparc"
-SLOT="0"
-LICENSE="GPL-2"
-
-IUSE="imap ipv6 mime ssl sasl gmail"
-
-DEPEND=">=x11-libs/gtk+-2.4
- >=dev-util/gob-2
- >=gnome-base/gnome-panel-2
- >=gnome-base/eel-2
- >=gnome-base/gconf-2.4
- >=gnome-base/libgnomeui-2.4
- >=gnome-base/libglade-2.0
- >=gnome-base/eel-2.0
- >=gnome-base/orbit-2.0
- dev-perl/XML-Parser
- ssl? ( >=dev-libs/openssl-0.9.6 )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
- mime? ( >=dev-libs/gmime-2 )
- gmail? ( >=net-libs/libsoup-2.2 )"
-
-G2CONF="${G2CONF} $(use_enable ssl)"
-G2CONF="${G2CONF} $(use_enable sasl)"
-G2CONF="${G2CONF} $(use_enable ipv6)"
-G2CONF="${G2CONF} $(use_enable imap)"
-G2CONF="${G2CONF} $(use_enable mime)"
-
-# Gmail good to go now. --slarti
-G2CONF="${G2CONF} $(use_enable gmail)"
-
-pkg_postinst() {
- echo
- ewarn "Due to a bug in bonobo-activation, your GNOME/X11 session must"
- ewarn "be restarted for mail-notification to work. If you don't do"
- ewarn "this, this program will crash during the setup phase."
- ewarn "See http://bugzilla.gnome.org/show_bug.cgi?id=151082"
- echo
-}