Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 84489
Collapse All | Expand All

(-)mail-notification-1.0.ebuild (-4 / +5 lines)
Lines 9-19 Link Here
9
HOMEPAGE="http://www.nongnu.org/mailnotify/"
9
HOMEPAGE="http://www.nongnu.org/mailnotify/"
10
SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.gz"
10
SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.gz"
11
11
12
KEYWORDS="x86 amd64 ppc"
12
KEYWORDS="~x86 ~amd64 ~ppc"
13
SLOT="0"
13
SLOT="0"
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
15
16
IUSE="imap ipv6 mime ssl sasl gmail"
16
IUSE="imap ipv6 mime ssl sasl gmail gmail_timestamps"
17
17
18
DEPEND=">=x11-libs/gtk+-2.4
18
DEPEND=">=x11-libs/gtk+-2.4
19
	>=dev-util/gob-2
19
	>=dev-util/gob-2
Lines 27-34 Link Here
27
	dev-perl/XML-Parser
27
	dev-perl/XML-Parser
28
	ssl? ( >=dev-libs/openssl-0.9.6 )
28
	ssl? ( >=dev-libs/openssl-0.9.6 )
29
	sasl? ( >=dev-libs/cyrus-sasl-2 )
29
	sasl? ( >=dev-libs/cyrus-sasl-2 )
30
	mime? ( >=dev-libs/gmime-2 )
30
	mime? ( >=dev-libs/gmime-2.1 )
31
	gmail? ( >=net-libs/libsoup-2.2 )"
31
	gmail? ( >=net-libs/libsoup-2.2
32
		gmail_timestamps? ( >=dev-libs/icu-2.6 ))"
32
33
33
G2CONF="${G2CONF} $(use_enable ssl)"
34
G2CONF="${G2CONF} $(use_enable ssl)"
34
G2CONF="${G2CONF} $(use_enable sasl)"
35
G2CONF="${G2CONF} $(use_enable sasl)"

Return to bug 84489