public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mailutils: ChangeLog mailutils-2.1.ebuild
Date: Thu, 21 Jan 2010 20:22:52 +0000	[thread overview]
Message-ID: <E1NY3YK-0006zA-8g@stork.gentoo.org> (raw)

jer         10/01/21 20:22:52

  Modified:             ChangeLog
  Added:                mailutils-2.1.ebuild
  Log:
  Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #252749).
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.39                 net-mail/mailutils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailutils/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailutils/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailutils/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	16 Mar 2009 09:44:22 -0000	1.38
+++ ChangeLog	21 Jan 2010 20:22:51 -0000	1.39
@@ -1,6 +1,12 @@
 # ChangeLog for net-mail/mailutils
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v 1.38 2009/03/16 09:44:22 bangert Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v 1.39 2010/01/21 20:22:51 jer Exp $
+
+*mailutils-2.1 (21 Jan 2010)
+
+  21 Jan 2010; Jeroen Roovers <jer@gentoo.org> +mailutils-2.1.ebuild,
+  +files/mailutils-2.1-python.patch:
+  Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #252749).
 
   16 Mar 2009; Thilo Bangert <bangert@gentoo.org> mailutils-0.6-r3.ebuild,
   mailutils-1.2.ebuild:



1.1                  net-mail/mailutils/mailutils-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailutils/mailutils-2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailutils/mailutils-2.1.ebuild?rev=1.1&content-type=text/plain

Index: mailutils-2.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/mailutils-2.1.ebuild,v 1.1 2010/01/21 20:22:51 jer Exp $

EAPI="2"

inherit eutils flag-o-matic python

DESCRIPTION="A useful collection of mail servers, clients, and filters."
HOMEPAGE="http://www.gnu.org/software/mailutils/mailutils.html"
SRC_URI="http://ftp.gnu.org/gnu/mailutils/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"

KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="gdbm guile mysql nls pam postgres python test"
PROVIDE="virtual/mailx"

RDEPEND="!virtual/mailx
	!mail-client/nmh
	!mail-filter/libsieve
	guile? ( dev-scheme/guile )
	gdbm? ( sys-libs/gdbm )
	mysql? ( virtual/mysql )
	postgres? ( virtual/postgresql-base )
	nls? ( sys-devel/gettext )
	virtual/mta"

DEPEND="${RDEPEND}
	test? ( dev-util/dejagnu )"

src_prepare() {
	epatch "${FILESDIR}"/${P}-python.patch
}

src_configure() {
	# TODO: Fix this breakage, starting in examples/cpp/
	append-ldflags $(no-as-needed)

	local myconf="--localstatedir=/var --sharedstatedir=/var"
	myconf="${myconf} --enable-mh"

	# We need sendmail or compiling will fail
	myconf="${myconf} --enable-sendmail"

	econf ${myconf} \
		$(use_with gdbm) \
		$(use_with guile) \
		$(use_with mysql) \
		$(use_with postgres) \
		$(use_enable nls) \
		$(use_enable pam) \
		$(use_with python) \
		|| die "configure failed"
}

src_install() {
	emake DESTDIR="${D}" install || die
	# mail.rc stolen from mailx, resolve bug #37302.
	insinto /etc
	doins "${FILESDIR}/mail.rc"
}






             reply	other threads:[~2010-01-21 20:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-21 20:22 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-21 20:52 [gentoo-commits] gentoo-x86 commit in net-mail/mailutils: ChangeLog mailutils-2.1.ebuild Jeroen Roovers (jer)
2010-01-24 19:54 Jeroen Roovers (jer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NY3YK-0006zA-8g@stork.gentoo.org \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox