diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 10:43:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 10:43:36 +0000 |
commit | 33c82fe3b9105af1cadebec7dcfb8ffc3110e255 (patch) | |
tree | 969690b97420fa2acd3817499a49f5505cddfc7f /dev-perl/Mail-Sendmail | |
parent | Migrate to git-2 eclass for the live ebuild (diff) | |
download | gentoo-2-33c82fe3b9105af1cadebec7dcfb8ffc3110e255.tar.gz gentoo-2-33c82fe3b9105af1cadebec7dcfb8ffc3110e255.tar.bz2 gentoo-2-33c82fe3b9105af1cadebec7dcfb8ffc3110e255.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Mail-Sendmail')
-rw-r--r-- | dev-perl/Mail-Sendmail/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/Mail-Sendmail/ChangeLog b/dev-perl/Mail-Sendmail/ChangeLog index 65c31125cea4..4091b35e4452 100644 --- a/dev-perl/Mail-Sendmail/ChangeLog +++ b/dev-perl/Mail-Sendmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-Sendmail -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/ChangeLog,v 1.23 2010/01/21 12:40:22 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/ChangeLog,v 1.24 2011/08/30 10:43:36 tove Exp $ + +*Mail-Sendmail-0.790.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Mail-Sendmail-0.790.0.ebuild: + Change version scheme 21 Jan 2010; Torsten Veller <tove@gentoo.org> Mail-Sendmail-0.79.ebuild: Ebuild maintenance. EAPI=2. mips -> ~mips diff --git a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild new file mode 100644 index 000000000000..56a3ee33961b --- /dev/null +++ b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild,v 1.1 2011/08/30 10:43:36 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MIVKOVIC +MODULE_VERSION=0.79 +inherit perl-module + +DESCRIPTION="Simple platform independent mailer" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |