diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-11-04 07:24:03 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-11-04 07:24:03 +0000 |
commit | e992f8ad8d8024e06ae9e605f9132a804c418041 (patch) | |
tree | 184a195c46b1e650f7f0c0c4d897b66c840cb5a6 /dev-ruby/term-ansicolor | |
parent | Version bumped. Fixed puppet.conf, bug #338439. (diff) | |
download | gentoo-2-e992f8ad8d8024e06ae9e605f9132a804c418041.tar.gz gentoo-2-e992f8ad8d8024e06ae9e605f9132a804c418041.tar.bz2 gentoo-2-e992f8ad8d8024e06ae9e605f9132a804c418041.zip |
x86 stable wrt bug #343471
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/term-ansicolor')
-rw-r--r-- | dev-ruby/term-ansicolor/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/term-ansicolor/term-ansicolor-1.0.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/term-ansicolor/ChangeLog b/dev-ruby/term-ansicolor/ChangeLog index a0cc6d44125e..978c12a6e5b5 100644 --- a/dev-ruby/term-ansicolor/ChangeLog +++ b/dev-ruby/term-ansicolor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/term-ansicolor # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.13 2010/10/31 23:11:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.14 2010/11/04 07:24:03 phajdan.jr Exp $ + + 04 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + term-ansicolor-1.0.5-r1.ebuild: + x86 stable wrt bug #343471 31 Oct 2010; Markos Chandras <hwoarang@gentoo.org> term-ansicolor-1.0.5-r1.ebuild: diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.0.5-r1.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.0.5-r1.ebuild index 65e0ae238d04..f3e07e949c01 100644 --- a/dev-ruby/term-ansicolor/term-ansicolor-1.0.5-r1.ebuild +++ b/dev-ruby/term-ansicolor/term-ansicolor-1.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.5-r1.ebuild,v 1.4 2010/10/31 23:11:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.5-r1.ebuild,v 1.5 2010/11/04 07:24:03 phajdan.jr Exp $ EAPI=2 USE_RUBY="ruby18 ree18" @@ -19,7 +19,7 @@ DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences. HOMEPAGE="http://term-ansicolor.rubyforge.org/" LICENSE="GPL-2" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" SLOT="0" IUSE="examples" |