diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-02-13 19:33:52 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-02-13 19:33:52 +0000 |
commit | 16d29c0cf8a31cedda90a31a4f661c6023afed6a (patch) | |
tree | 626258d217bb4e83365c1ffbd4408eb2ed0c33f9 /dev-ruby/term-ansicolor | |
parent | Fix bug number (diff) | |
download | gentoo-2-16d29c0cf8a31cedda90a31a4f661c6023afed6a.tar.gz gentoo-2-16d29c0cf8a31cedda90a31a4f661c6023afed6a.tar.bz2 gentoo-2-16d29c0cf8a31cedda90a31a4f661c6023afed6a.zip |
Add ~sparc
(Portage version: 2.1.7.16/cvs/Linux ia64)
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.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/term-ansicolor/ChangeLog b/dev-ruby/term-ansicolor/ChangeLog index 03ebebdbf3a9..45b6b78c14ba 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.4 2010/01/14 16:08:46 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.5 2010/02/13 19:33:52 armin76 Exp $ + + 13 Feb 2010; Raúl Porcel <armin76@gentoo.org> + term-ansicolor-1.0.4.ebuild, term-ansicolor-1.0.4-r1.ebuild: + Add ~sparc 14 Jan 2010; Brent Baude <ranger@gentoo.org> term-ansicolor-1.0.4-r1.ebuild: diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.0.4-r1.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.0.4-r1.ebuild index 7155aec56b11..4a04ae7924a6 100644 --- a/dev-ruby/term-ansicolor/term-ansicolor-1.0.4-r1.ebuild +++ b/dev-ruby/term-ansicolor/term-ansicolor-1.0.4-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.4-r1.ebuild,v 1.3 2010/01/14 16:08:46 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.4-r1.ebuild,v 1.4 2010/02/13 19:33:52 armin76 Exp $ EAPI=2 USE_RUBY="ruby18" @@ -14,7 +14,7 @@ DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences. HOMEPAGE="http://term-ansicolor.rubyforge.org/" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="examples" diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild index 627919cb9ce1..b6b1b7272aa3 100644 --- a/dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild +++ b/dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.4.ebuild,v 1.1 2009/08/01 07:50:25 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild,v 1.2 2010/02/13 19:33:52 armin76 Exp $ inherit gems @@ -8,7 +8,7 @@ DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences. HOMEPAGE="http://term-ansicolor.rubyforge.org/" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" SLOT="0" IUSE="" USE_RUBY="ruby18" |