summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-08-11 05:36:54 +0000
committerHans de Graaff <graaff@gentoo.org>2010-08-11 05:36:54 +0000
commit6d4bbeaf319b9abccd75a510ddd861b664426e63 (patch)
treeb79b130017eb4e70e2e87adccb400c28c45a435b /dev-ruby/term-ansicolor
parentSwitch amd64 to multilib since hulu no longer works with 64bit flash. (diff)
downloadhistorical-6d4bbeaf319b9abccd75a510ddd861b664426e63.tar.gz
historical-6d4bbeaf319b9abccd75a510ddd861b664426e63.tar.bz2
historical-6d4bbeaf319b9abccd75a510ddd861b664426e63.zip
Remove old versions.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/term-ansicolor')
-rw-r--r--dev-ruby/term-ansicolor/ChangeLog6
-rw-r--r--dev-ruby/term-ansicolor/term-ansicolor-1.0.4-r1.ebuild25
-rw-r--r--dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild14
3 files changed, 5 insertions, 40 deletions
diff --git a/dev-ruby/term-ansicolor/ChangeLog b/dev-ruby/term-ansicolor/ChangeLog
index 8e2cb3b4332a..001575246fa8 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.7 2010/03/18 12:52:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.8 2010/08/11 05:33:17 graaff Exp $
+
+ 11 Aug 2010; Hans de Graaff <graaff@gentoo.org>
+ -term-ansicolor-1.0.4.ebuild, -term-ansicolor-1.0.4-r1.ebuild:
+ Remove old versions.
18 Mar 2010; Diego E. Pettenò <flameeyes@gentoo.org>
term-ansicolor-1.0.5.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
deleted file mode 100644
index 4a04ae7924a6..000000000000
--- a/dev-ruby/term-ansicolor/term-ansicolor-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.4 2010/02/13 19:33:52 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences."
-HOMEPAGE="http://term-ansicolor.rubyforge.org/"
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE="examples"
-
-all_ruby_install() {
- dodoc CHANGES doc-main.txt README
-
- use examples && docinto examples && dodoc 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
deleted file mode 100644
index b6b1b7272aa3..000000000000
--- a/dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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.2 2010/02/13 19:33:52 armin76 Exp $
-
-inherit gems
-
-DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences."
-HOMEPAGE="http://term-ansicolor.rubyforge.org/"
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~sparc ~x86"
-SLOT="0"
-IUSE=""
-USE_RUBY="ruby18"