diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-10-06 23:26:51 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-10-06 23:26:51 +0000 |
commit | 0191457bdea2145868d562722f18a6515180a106 (patch) | |
tree | 410fe5b67d6f94f0d61de0392aa158dbfc550160 /mail-client/mail-notification | |
parent | missing description (diff) | |
download | historical-0191457bdea2145868d562722f18a6515180a106.tar.gz historical-0191457bdea2145868d562722f18a6515180a106.tar.bz2 historical-0191457bdea2145868d562722f18a6515180a106.zip |
Version bump. Re-closes #58543. Added mime useflag. Temp. removed ~amd64.
Diffstat (limited to 'mail-client/mail-notification')
4 files changed, 65 insertions, 8 deletions
diff --git a/mail-client/mail-notification/ChangeLog b/mail-client/mail-notification/ChangeLog index ef67ca194728..d711791ba008 100644 --- a/mail-client/mail-notification/ChangeLog +++ b/mail-client/mail-notification/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-client/mail-notification # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.5 2004/09/09 19:58:00 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.6 2004/10/06 23:26:51 ticho Exp $ + +*mail-notification-0.7.0 (07 Oct 2004) + + 07 Oct 2004; Andrej Kacian <ticho@gentoo.org> + +mail-notification-0.7.0.ebuild: + Version bump. Added MIME support useflag and appropriate depend on + dev-libs/gmime. Removed ~amd64 until gmime gets it too. 09 Sep 2004; Tom Martin <slarti@gentoo.org> mail-notification-0.6.1.ebuild, mail-notification-0.6.2.ebuild: diff --git a/mail-client/mail-notification/Manifest b/mail-client/mail-notification/Manifest index 07ecc1eda70c..ef36543a88ea 100644 --- a/mail-client/mail-notification/Manifest +++ b/mail-client/mail-notification/Manifest @@ -1,17 +1,19 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 2c064b8fb1e752393b49746c3d3cf7ab mail-notification-0.6.2.ebuild 1320 -MD5 362f6cfeefbc227243602af252ff75d3 mail-notification-0.6.1.ebuild 1405 -MD5 2da6348155b223b4cee45aa8c5882c76 ChangeLog 1304 +MD5 648b44f03a346f65c7425ced27027a6e ChangeLog 1554 +MD5 b45ad2b3ca101fcc5a73e6c67be28c3b mail-notification-0.7.0.ebuild 1511 MD5 5d240c2111a6535d744ec8bbc7cc692c metadata.xml 249 -MD5 c20d65fc977d20fe4c343cbc1db3418c files/digest-mail-notification-0.6.1 75 +MD5 362f6cfeefbc227243602af252ff75d3 mail-notification-0.6.1.ebuild 1405 +MD5 2c064b8fb1e752393b49746c3d3cf7ab mail-notification-0.6.2.ebuild 1320 MD5 0b8e0b3106ddbaebf2a1d54ae0aaf040 files/digest-mail-notification-0.6.2 75 +MD5 982a73287c9d3dc7377a0484f07adf8b files/digest-mail-notification-0.7.0 75 MD5 4c450be92ce937bb17a9c9d58b4b3463 files/mail-notification-0.6.1-64bit-fix.patch 325 +MD5 c20d65fc977d20fe4c343cbc1db3418c files/digest-mail-notification-0.6.1 75 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBQLXYCHk4+ZoBpvsRAsGAAKCRjB0n/im4i01kCujxmNiyKDETCwCfYq/n -55kozGsz/EZxVtHgq1+3NGk= -=+P3m +iD8DBQFBZH9J10xuJSrg3/sRArlKAJ9+AFAecqJCdm5WaRPFaQLjVeFG+ACfflM5 +Z2UtkL7p/Sa5nDmaP9mgkUI= +=jbF6 -----END PGP SIGNATURE----- diff --git a/mail-client/mail-notification/files/digest-mail-notification-0.7.0 b/mail-client/mail-notification/files/digest-mail-notification-0.7.0 new file mode 100644 index 000000000000..f9b9905a1b8a --- /dev/null +++ b/mail-client/mail-notification/files/digest-mail-notification-0.7.0 @@ -0,0 +1 @@ +MD5 e95deb387feb9fb5c8f790c1bcf4d469 mail-notification-0.7.0.tar.gz 516285 diff --git a/mail-client/mail-notification/mail-notification-0.7.0.ebuild b/mail-client/mail-notification/mail-notification-0.7.0.ebuild new file mode 100644 index 000000000000..3a73dde30485 --- /dev/null +++ b/mail-client/mail-notification/mail-notification-0.7.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-0.7.0.ebuild,v 1.1 2004/10/06 23:26:51 ticho Exp $ + +inherit gnome2 + +DESCRIPTION="A GNOME trayicon which checks for mail supporting mbox, MH, +Maildir, IMAP, Sylpheed, POP3. Authenticates via apop, ssl, sasl." +HOMEPAGE="http://www.nongnu.org/mailnotify/" +SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.gz" + +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2" + +IUSE="imap ipv6 mime ssl sasl" + +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 + ssl? ( >=dev-libs/openssl-0.9.6 ) + sasl? ( >=dev-libs/cyrus-sasl-2 ) + mime? ( >=dev-libs/gmime-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 support will be disabled until we're sure it's ok, license-wise -ticho +G2CONF="${G2CONF} --disable-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 +} |