summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-04-20 07:04:04 +0000
committerHans de Graaff <graaff@gentoo.org>2013-04-20 07:04:04 +0000
commit83a6019d97b3a3f86e4546c8a380e237f33f0f2b (patch)
treeae96dd7b2a2da0abe619a857a7cb783ffbd91848 /dev-ruby/term-ansicolor
parentVersion bump. (diff)
downloadgentoo-2-83a6019d97b3a3f86e4546c8a380e237f33f0f2b.tar.gz
gentoo-2-83a6019d97b3a3f86e4546c8a380e237f33f0f2b.tar.bz2
gentoo-2-83a6019d97b3a3f86e4546c8a380e237f33f0f2b.zip
Cleanup.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
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.5-r1.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-ruby/term-ansicolor/ChangeLog b/dev-ruby/term-ansicolor/ChangeLog
index 813a5a299c16..6fefc1e61530 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.33 2013/01/15 03:41:02 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.34 2013/04/20 07:04:04 graaff Exp $
+
+ 20 Apr 2013; Hans de Graaff <graaff@gentoo.org>
+ -term-ansicolor-1.0.5-r1.ebuild:
+ Cleanup.
15 Jan 2013; Rick Farina <zerochaos@gentoo.org> term-ansicolor-1.0.7.ebuild:
adding ~arm keywords to net-analyzer/metasploit rdeps
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
deleted file mode 100644
index accd8cc7a792..000000000000
--- a/dev-ruby/term-ansicolor/term-ansicolor-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 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.12 2012/10/28 17:22:20 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="tests"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README"
-
-# don't install a cdiff wrapper, collides with app-misc/colordiff (bug
-# #310073).
-RUBY_FAKEGEM_BINWRAP="decolor"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences."
-HOMEPAGE="http://term-ansicolor.rubyforge.org/"
-LICENSE="GPL-2"
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE="examples"
-
-all_ruby_install() {
- all_fakegem_install
-
- use examples && docinto examples && dodoc examples/*
-}