summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-06-26 09:49:11 +0000
committerHans de Graaff <graaff@gentoo.org>2010-06-26 09:49:11 +0000
commit45ab26ad0ff223410ffa461a92b5ec5aa09a7f08 (patch)
treedcaecb3aa9490c48b8e5ac915318597b78bf9bd2 /dev-ruby
parentold (diff)
downloadgentoo-2-45ab26ad0ff223410ffa461a92b5ec5aa09a7f08.tar.gz
gentoo-2-45ab26ad0ff223410ffa461a92b5ec5aa09a7f08.tar.bz2
gentoo-2-45ab26ad0ff223410ffa461a92b5ec5aa09a7f08.zip
Remove old version.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/minitest/ChangeLog5
-rw-r--r--dev-ruby/minitest/minitest-1.4.2.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/dev-ruby/minitest/ChangeLog b/dev-ruby/minitest/ChangeLog
index a730e62b2b5c..b67d2356eee1 100644
--- a/dev-ruby/minitest/ChangeLog
+++ b/dev-ruby/minitest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/minitest
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.15 2010/05/25 10:27:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.16 2010/06/26 09:49:11 graaff Exp $
+
+ 26 Jun 2010; Hans de Graaff <graaff@gentoo.org> -minitest-1.4.2.ebuild:
+ Remove old version.
25 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
minitest-1.4.2.ebuild, minitest-1.5.0.ebuild, minitest-1.6.0.ebuild:
diff --git a/dev-ruby/minitest/minitest-1.4.2.ebuild b/dev-ruby/minitest/minitest-1.4.2.ebuild
deleted file mode 100644
index da4ce8194443..000000000000
--- a/dev-ruby/minitest/minitest-1.4.2.ebuild
+++ /dev/null
@@ -1,32 +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/minitest/minitest-1.4.2.ebuild,v 1.11 2010/05/25 10:27:34 flameeyes Exp $
-
-EAPI=2
-# jruby → tests fail, reported upstream
-# http://rubyforge.org/tracker/index.php?func=detail&aid=27657&group_id=1040&atid=4097
-USE_RUBY="ruby18 jruby"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
-
-RUBY_FAKEGEM_EXTRAINSTALL="template"
-
-inherit ruby-fakegem
-
-DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit."
-HOMEPAGE="http://rubyforge.org/projects/bfts"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "
- doc? ( dev-ruby/hoe )
- test? (
- virtual/ruby-test-unit
- dev-ruby/hoe
- )"