diff options
author | 2013-02-13 09:37:42 +0000 | |
---|---|---|
committer | 2013-02-13 09:37:42 +0000 | |
commit | 83e4cde33f665ead121477c4fc5ec16d36f24111 (patch) | |
tree | f27f8d8a2a0f15443d9f4ca9b4e2427ea9705600 /virtual | |
parent | app-misc/tmux: Use pkg-config to detect ncurses, #456644 (diff) | |
download | gentoo-2-83e4cde33f665ead121477c4fc5ec16d36f24111.tar.gz gentoo-2-83e4cde33f665ead121477c4fc5ec16d36f24111.tar.bz2 gentoo-2-83e4cde33f665ead121477c4fc5ec16d36f24111.zip |
Change default mta - bug #450812
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/mta/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/mta/mta-1.ebuild | 30 |
2 files changed, 37 insertions, 2 deletions
diff --git a/virtual/mta/ChangeLog b/virtual/mta/ChangeLog index 9fa7184187bb..15b5d53c2b35 100644 --- a/virtual/mta/ChangeLog +++ b/virtual/mta/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/mta -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mta/ChangeLog,v 1.8 2012/11/07 11:42:04 eras Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mta/ChangeLog,v 1.9 2013/02/13 09:37:42 eras Exp $ + +*mta-1 (13 Feb 2013) + + 13 Feb 2013; Eray Aslan <eras@gentoo.org> +mta-1.ebuild: + Change default mta - bug #450812 07 Nov 2012; Eray Aslan <eras@gentoo.org> mta-0.ebuild: mail-mta/nbsmtp is no longer in the tree diff --git a/virtual/mta/mta-1.ebuild b/virtual/mta/mta-1.ebuild new file mode 100644 index 000000000000..43012db1346c --- /dev/null +++ b/virtual/mta/mta-1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mta/mta-1.ebuild,v 1.1 2013/02/13 09:37:42 eras Exp $ + +EAPI=4 + +DESCRIPTION="Virtual for Message Transfer Agents" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="" + +# mail-mta/citadel is from sunrise +RDEPEND="|| ( mail-mta/nullmailer + mail-mta/msmtp[mta] + mail-mta/ssmtp[mta] + mail-mta/courier + mail-mta/esmtp + mail-mta/exim + mail-mta/mini-qmail + mail-mta/netqmail + mail-mta/postfix + mail-mta/qmail-ldap + mail-mta/sendmail + mail-mta/citadel[-postfix] )" |