summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-03-07 04:18:00 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-03-07 04:18:00 +0000
commit23f7920236de061bc2ab4ed7590047c35cd956de (patch)
treec79b65a8449b81a939f7d6fc895f82ba968d26d6 /dev-ruby/ruby-progressbar
parentFix minor typo (diff)
downloadgentoo-2-23f7920236de061bc2ab4ed7590047c35cd956de.tar.gz
gentoo-2-23f7920236de061bc2ab4ed7590047c35cd956de.tar.bz2
gentoo-2-23f7920236de061bc2ab4ed7590047c35cd956de.zip
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r--dev-ruby/ruby-progressbar/ChangeLog5
-rw-r--r--dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog
index b7c2bea632f8..ab8ef7cf6abf 100644
--- a/dev-ruby/ruby-progressbar/ChangeLog
+++ b/dev-ruby/ruby-progressbar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-progressbar
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.56 2014/03/02 22:05:51 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.57 2014/03/07 04:18:00 mrueg Exp $
+
+ 07 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -ruby-progressbar-1.0.2.ebuild:
+ Cleanup old.
*ruby-progressbar-1.4.2 (02 Mar 2014)
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild
deleted file mode 100644
index 264219e578cb..000000000000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.7 2013/08/10 15:01:37 ago Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/timecop )"
-
-all_ruby_prepare() {
- sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die
-}