diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-03-08 14:19:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-03-08 14:19:58 +0000 |
commit | 76a01f7166c40c8672c6e8834c4a37fa9fb31995 (patch) | |
tree | 2359e83afcd766fd719e0605c16a83d5aca66564 /dev-libs/gmime | |
parent | Removed dev-tcltk/tclxml-expat from package.mask after removal (diff) | |
download | gentoo-2-76a01f7166c40c8672c6e8834c4a37fa9fb31995.tar.gz gentoo-2-76a01f7166c40c8672c6e8834c4a37fa9fb31995.tar.bz2 gentoo-2-76a01f7166c40c8672c6e8834c4a37fa9fb31995.zip |
Version bump with bugfixes for 2.2 and 2.4.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gmime')
-rw-r--r-- | dev-libs/gmime/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/gmime/gmime-2.2.27.ebuild | 72 | ||||
-rw-r--r-- | dev-libs/gmime/gmime-2.4.23.ebuild | 82 |
3 files changed, 162 insertions, 1 deletions
diff --git a/dev-libs/gmime/ChangeLog b/dev-libs/gmime/ChangeLog index fd5337e47166..17fedd067541 100644 --- a/dev-libs/gmime/ChangeLog +++ b/dev-libs/gmime/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/gmime # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/ChangeLog,v 1.141 2011/03/07 20:28:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/ChangeLog,v 1.142 2011/03/08 14:19:58 pacho Exp $ + +*gmime-2.4.23 (08 Mar 2011) +*gmime-2.2.27 (08 Mar 2011) + + 08 Mar 2011; Pacho Ramos <pacho@gentoo.org> +gmime-2.2.27.ebuild, + +gmime-2.4.23.ebuild: + Version bump with bugfixes for 2.2 and 2.4. 07 Mar 2011; Jeroen Roovers <jer@gentoo.org> gmime-2.4.22.ebuild: Stable for HPPA (bug #353436). diff --git a/dev-libs/gmime/gmime-2.2.27.ebuild b/dev-libs/gmime/gmime-2.2.27.ebuild new file mode 100644 index 000000000000..aafd00e23562 --- /dev/null +++ b/dev-libs/gmime/gmime-2.2.27.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.2.27.ebuild,v 1.1 2011/03/08 14:19:58 pacho Exp $ + +EAPI="3" +GCONF_DEBUG="no" + +inherit gnome2 eutils mono libtool autotools + +DESCRIPTION="Utilities for creating and parsing messages using MIME" +HOMEPAGE="http://spruce.sourceforge.net/gmime/" + +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="doc mono" + +RDEPEND=">=dev-libs/glib-2:2 + sys-libs/zlib + mono? ( + dev-lang/mono + >=dev-dotnet/gtk-sharp-2.4.0:2 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/gtk-doc-am + doc? ( + >=dev-util/gtk-doc-1.0 + app-text/docbook-sgml-utils ) + mono? ( dev-dotnet/gtk-sharp-gapi:2 )" + +pkg_setup() { + DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS PORTING README TODO doc/html/" + G2CONF="${G2CONF} $(use_enable mono)" +} + +src_prepare() { + epatch "${FILESDIR}/gmime-2.2.23-sign-assembly.patch" + + cp "${FILESDIR}/gmime-sharp.snk" mono/ + if use doc ; then + #db2html should be docbook2html + sed -i -e 's:db2html:docbook2html -o gmime-tut:g' \ + docs/tutorial/Makefile.am docs/tutorial/Makefile.in \ + || die "sed failed (1)" + # Fix doc targets (bug #97154) + sed -i -e 's!\<\(tmpl-build.stamp\): !\1 $(srcdir)/tmpl/*.sgml: !' \ + gtk-doc.make docs/reference/Makefile.in || die "sed failed (3)" + fi + + eautoreconf + elibtoolize +} + +src_compile() { + MONO_PATH="${S}" emake || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "installation failed" + + if use doc ; then + # we don't use docinto/dodoc, because we don't want html doc gzipped + insinto /usr/share/doc/${PF}/tutorial + doins docs/tutorial/html/* + fi + + # rename these two, so they don't conflict with app-arch/sharutils + # (bug #70392) Ticho, 2004-11-10 + mv "${ED}/usr/bin/uuencode" "${ED}/usr/bin/gmime-uuencode" + mv "${ED}/usr/bin/uudecode" "${ED}/usr/bin/gmime-uudecode" + mono_multilib_comply +} diff --git a/dev-libs/gmime/gmime-2.4.23.ebuild b/dev-libs/gmime/gmime-2.4.23.ebuild new file mode 100644 index 000000000000..29359cb06d83 --- /dev/null +++ b/dev-libs/gmime/gmime-2.4.23.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.4.23.ebuild,v 1.1 2011/03/08 14:19:58 pacho Exp $ + +EAPI="3" +GCONF_DEBUG="no" + +inherit gnome2 eutils mono libtool + +DESCRIPTION="Utilities for creating and parsing messages using MIME" +HOMEPAGE="http://spruce.sourceforge.net/gmime/" + +SLOT="2.4" +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" + +RDEPEND=">=dev-libs/glib-2.12:2 + sys-libs/zlib + mono? ( + dev-lang/mono + >=dev-dotnet/gtk-sharp-2.4.0:2 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( + >=dev-util/gtk-doc-1.8 + app-text/docbook-sgml-utils ) + mono? ( dev-dotnet/gtk-sharp-gapi:2 )" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS PORTING README TODO" + G2CONF="${G2CONF} $(use_enable mono) --enable-cryptography" +} + +src_prepare() { + gnome2_src_prepare + + if use doc ; then + # db2html should be docbook2html + sed -i -e 's:db2html:docbook2html:' \ + configure.in configure || die "sed failed (1)" + sed -i -e 's:db2html:docbook2html -o gmime-tut:g' \ + docs/tutorial/Makefile.am docs/tutorial/Makefile.in \ + || die "sed failed (2)" + # Fix doc targets (bug #97154) + sed -i -e 's!\<\(tmpl-build.stamp\): !\1 $(srcdir)/tmpl/*.sgml: !' \ + gtk-doc.make docs/reference/Makefile.in || die "sed failed (3)" + fi + + # Use correct libdir for mono assembly + sed -i -e 's:^libdir.*:libdir=@libdir@:' \ + -e 's:^prefix=:exec_prefix=:' \ + -e 's:prefix)/lib:libdir):' \ + mono/gmime-sharp-2.4.pc.in mono/Makefile.{am,in} || die "sed failed (4)" + + elibtoolize +} + +src_compile() { + MONO_PATH="${S}" emake || die "emake failed" + if use doc; then + emake -C docs/tutorial html || die "emake html failed" + fi +} + +src_install() { + emake GACUTIL_FLAGS="/root '${ED}/usr/$(get_libdir)' /gacdir '${EPREFIX}/usr/$(get_libdir)' /package ${PN}" \ + DESTDIR="${D}" install || die "installation failed" + + if use doc ; then + # we don't use docinto/dodoc, because we don't want html doc gzipped + insinto /usr/share/doc/${PF}/tutorial + doins docs/tutorial/html/* + fi + + dodoc $DOCS || die "dodoc failed" + + # rename these two, so they don't conflict with app-arch/sharutils + # (bug #70392) Ticho, 2004-11-10 + mv "${ED}/usr/bin/uuencode" "${ED}/usr/bin/gmime-uuencode-${SLOT}" + mv "${ED}/usr/bin/uudecode" "${ED}/usr/bin/gmime-uudecode-${SLOT}" +} |