* [gentoo-commits] gentoo-x86 commit in dev-libs/gmime: gmime-2.6.18-r1.ebuild ChangeLog gmime-2.6.17.ebuild gmime-2.6.18.ebuild
@ 2013-10-02 19:23 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-10-02 19:23 UTC (permalink / raw
To: gentoo-commits
pacho 13/10/02 19:23:58
Modified: ChangeLog
Added: gmime-2.6.18-r1.ebuild
Removed: gmime-2.6.17.ebuild gmime-2.6.18.ebuild
Log:
Apply upstream fixes, also solving problems with pan (#486776 by Duncan), drop old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.231 dev-libs/gmime/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmime/ChangeLog?rev=1.231&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmime/ChangeLog?rev=1.231&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmime/ChangeLog?r1=1.230&r2=1.231
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gmime/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog 28 Sep 2013 19:52:27 -0000 1.230
+++ ChangeLog 2 Oct 2013 19:23:58 -0000 1.231
@@ -1,6 +1,17 @@
# ChangeLog for dev-libs/gmime
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/ChangeLog,v 1.230 2013/09/28 19:52:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/ChangeLog,v 1.231 2013/10/02 19:23:58 pacho Exp $
+
+*gmime-2.6.18-r1 (02 Oct 2013)
+
+ 02 Oct 2013; Pacho Ramos <pacho@gentoo.org>
+ +files/gmime-2.6.18-close-reference.patch,
+ +files/gmime-2.6.18-code-cleanup.patch,
+ +files/gmime-2.6.18-custom-headers.patch,
+ +files/gmime-2.6.18-mutexes-earlier.patch, +gmime-2.6.18-r1.ebuild,
+ -gmime-2.6.17.ebuild, -gmime-2.6.18.ebuild:
+ Apply upstream fixes, also solving problems with pan (#486776 by Duncan), drop
+ old.
*gmime-2.6.18 (28 Sep 2013)
1.1 dev-libs/gmime/gmime-2.6.18-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmime/gmime-2.6.18-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmime/gmime-2.6.18-r1.ebuild?rev=1.1&content-type=text/plain
Index: gmime-2.6.18-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.6.18-r1.ebuild,v 1.1 2013/10/02 19:23:58 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
VALA_USE_DEPEND="vapigen"
inherit eutils mono-env gnome2 vala
DESCRIPTION="Utilities for creating and parsing messages using MIME"
HOMEPAGE="http://spruce.sourceforge.net/gmime/ http://developer.gnome.org/gmime/stable/"
SLOT="2.6"
LICENSE="LGPL-2.1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc mono static-libs vala"
RDEPEND="
>=dev-libs/glib-2.18:2
sys-libs/zlib
>=app-crypt/gpgme-1.1.6
mono? (
dev-lang/mono
>=dev-dotnet/glib-sharp-2.4.0:2 )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.8
virtual/pkgconfig
doc? ( app-text/docbook-sgml-utils )
mono? ( dev-dotnet/gtk-sharp-gapi:2 )
vala? (
$(vala_depend)
>=dev-libs/gobject-introspection-1.30.0 )
"
pkg_setup() {
use mono && mono-env_pkg_setup
}
src_prepare() {
# Minor code/comment cleanup
epatch "${FILESDIR}/${P}-code-cleanup.patch"
# Initialize mutexes earlier in g_mime_init
epatch "${FILESDIR}/${P}-mutexes-earlier.patch"
# Implemented custom header writer for References
epatch "${FILESDIR}/${P}-custom-headers.patch"
epatch "${FILESDIR}/${P}-close-reference.patch"
gnome2_src_prepare
use vala && vala_src_prepare
}
src_configure() {
gnome2_src_configure \
--enable-cryptography \
--disable-strict-parser \
$(use_enable mono) \
$(use_enable static-libs static) \
$(use_enable vala)
}
src_compile() {
MONO_PATH="${S}" gnome2_src_compile
if use doc; then
emake -C docs/tutorial html
fi
}
src_install() {
GACUTIL_FLAGS="/root '${ED}/usr/$(get_libdir)' /gacdir '${EPREFIX}/usr/$(get_libdir)' /package ${PN}" \
gnome2_src_install
if use doc ; then
docinto tutorial
dodoc docs/tutorial/html/*
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-02 19:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 19:23 [gentoo-commits] gentoo-x86 commit in dev-libs/gmime: gmime-2.6.18-r1.ebuild ChangeLog gmime-2.6.17.ebuild gmime-2.6.18.ebuild Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox