diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-05 13:55:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-05 13:55:03 +0000 |
commit | 8c137fe74f97598deea1af930fd9d61cc3bbd474 (patch) | |
tree | 9a680ac83c3104ef4fa2e23cf63e6cd69e549b68 /dev-ruby/tmail | |
parent | Stable for amd64, wrt bug #483658 (diff) | |
download | gentoo-2-8c137fe74f97598deea1af930fd9d61cc3bbd474.tar.gz gentoo-2-8c137fe74f97598deea1af930fd9d61cc3bbd474.tar.bz2 gentoo-2-8c137fe74f97598deea1af930fd9d61cc3bbd474.zip |
Stable for amd64, wrt bug #483704
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/tmail')
-rw-r--r-- | dev-ruby/tmail/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-ruby/tmail/ChangeLog b/dev-ruby/tmail/ChangeLog index 2548f8b4cd93..9d0300beadde 100644 --- a/dev-ruby/tmail/ChangeLog +++ b/dev-ruby/tmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tmail -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.22 2012/05/01 18:24:19 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.23 2013/09/05 13:55:03 ago Exp $ + + 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> tmail-1.2.7.1-r3.ebuild: + Stable for amd64, wrt bug #483704 01 May 2012; Raúl Porcel <armin76@gentoo.org> tmail-1.2.7.1-r2.ebuild, tmail-1.2.7.1-r3.ebuild: @@ -83,4 +86,3 @@ 02 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> +tmail-1.2.3.1.ebuild, +metadata.xml: Initial import of tmail, needed for the unbundled actionmailer. - diff --git a/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild b/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild index 983a0c187ac8..e168ebec7526 100644 --- a/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild +++ b/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild,v 1.2 2012/05/01 18:24:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/tmail-1.2.7.1-r3.ebuild,v 1.3 2013/09/05 13:55:03 ago Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -16,7 +16,7 @@ HOMEPAGE="http://rubyforge.org/projects/tmail/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="debug" # Tests seem to be broken with the new encoding handling from Ruby, |