diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-24 09:18:05 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-24 09:18:05 +0000 |
commit | 616eeb951b6df42032024d02cb05ecefd9989a1b (patch) | |
tree | 526aa2da60dd5c3e0b152fc5c4d7c766fd943941 /mail-mta/esmtp | |
parent | version bump wrt #259920 (diff) | |
download | gentoo-2-616eeb951b6df42032024d02cb05ecefd9989a1b.tar.gz gentoo-2-616eeb951b6df42032024d02cb05ecefd9989a1b.tar.bz2 gentoo-2-616eeb951b6df42032024d02cb05ecefd9989a1b.zip |
Version bump (#261462). Thanks to Kai Dietrich
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'mail-mta/esmtp')
-rw-r--r-- | mail-mta/esmtp/ChangeLog | 11 | ||||
-rw-r--r-- | mail-mta/esmtp/esmtp-1.0.ebuild | 25 |
2 files changed, 34 insertions, 2 deletions
diff --git a/mail-mta/esmtp/ChangeLog b/mail-mta/esmtp/ChangeLog index ee186aa6f3fb..56ac78297e0a 100644 --- a/mail-mta/esmtp/ChangeLog +++ b/mail-mta/esmtp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-mta/esmtp -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.19 2008/07/22 17:27:54 dertobi123 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.20 2009/03/24 09:18:05 tove Exp $ + +*esmtp-1.0 (24 Mar 2009) + + 24 Mar 2009; Torsten Veller <tove@gentoo.org> +esmtp-1.0.ebuild: + Version bump (#261462). Thanks to Kai Dietrich + +*esmtp-0.6.0 (22 Jul 2008) 22 Jul 2008; Tobias Scherbaum <dertobi123@gentoo.org> ChangeLog: Version bump, remove mailwrapper support, #198106 diff --git a/mail-mta/esmtp/esmtp-1.0.ebuild b/mail-mta/esmtp/esmtp-1.0.ebuild new file mode 100644 index 000000000000..b5dc3cdad71f --- /dev/null +++ b/mail-mta/esmtp/esmtp-1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.0.ebuild,v 1.1 2009/03/24 09:18:05 tove Exp $ + +DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax" +HOMEPAGE="http://esmtp.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="net-libs/libesmtp + dev-libs/openssl" +RDEPEND="${DEPEND} + !net-mail/mailwrapper + !virtual/mta" + +PROVIDE="virtual/mta" + +src_install() { + emake DESTDIR="${D}" install || die "einstall failed" + dodoc AUTHORS ChangeLog NEWS README TODO || die +} |