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

(-)a/dev-libs/gmime/gmime-2.6.20-r1.ebuild (-2 / +3 lines)
Lines 14-25 HOMEPAGE="http://spruce.sourceforge.net/gmime/ https://developer.gnome.org/gmime Link Here
14
SLOT="2.6"
14
SLOT="2.6"
15
LICENSE="LGPL-2.1"
15
LICENSE="LGPL-2.1"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
17
IUSE="doc mono static-libs vala"
17
IUSE="doc mono smime static-libs vala"
18
18
19
RDEPEND="
19
RDEPEND="
20
	>=dev-libs/glib-2.18:2
20
	>=dev-libs/glib-2.18:2
21
	sys-libs/zlib
21
	sys-libs/zlib
22
	>=app-crypt/gpgme-1.1.6
22
	smime? ( >=app-crypt/gpgme-1.1.6 )
23
	mono? (
23
	mono? (
24
		dev-lang/mono
24
		dev-lang/mono
25
		>=dev-dotnet/gtk-sharp-2.12.21:2 )
25
		>=dev-dotnet/gtk-sharp-2.12.21:2 )
Lines 47-52 src_configure() { Link Here
47
		--enable-cryptography \
47
		--enable-cryptography \
48
		--disable-strict-parser \
48
		--disable-strict-parser \
49
		$(use_enable mono) \
49
		$(use_enable mono) \
50
		$(use_enable smime) \
50
		$(use_enable static-libs static) \
51
		$(use_enable static-libs static) \
51
		$(use_enable vala)
52
		$(use_enable vala)
52
}
53
}
(-)a/dev-libs/gmime/metadata.xml (+3 lines)
Lines 8-11 Link Here
8
	<upstream>
8
	<upstream>
9
		<remote-id type="sourceforge">spruce</remote-id>
9
		<remote-id type="sourceforge">spruce</remote-id>
10
	</upstream>
10
	</upstream>
11
	<use>
12
		<flag name="smime">Enable S/MIME support</flag>
13
	</use>
11
</pkgmetadata>
14
</pkgmetadata>

Return to bug 583614