diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-06-14 11:22:05 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-06-14 11:22:05 +0000 |
commit | 17a37a72db2196b9c9124e63de390e5ea7fd9602 (patch) | |
tree | 7918146a5739cb1955828e705c21357b63ccc2a9 /dev-ruby | |
parent | Cleanup old. (diff) | |
download | gentoo-2-17a37a72db2196b9c9124e63de390e5ea7fd9602.tar.gz gentoo-2-17a37a72db2196b9c9124e63de390e5ea7fd9602.tar.bz2 gentoo-2-17a37a72db2196b9c9124e63de390e5ea7fd9602.zip |
Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/matchy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/matchy/matchy-0.5.2.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-ruby/matchy/ChangeLog b/dev-ruby/matchy/ChangeLog index 7535cce19e5a..1722a8ac434a 100644 --- a/dev-ruby/matchy/ChangeLog +++ b/dev-ruby/matchy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/matchy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.15 2014/06/14 11:20:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.16 2014/06/14 11:22:05 mrueg Exp $ + + 14 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -matchy-0.5.2.ebuild: + Cleanup old. 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> matchy-0.5.2-r1.ebuild: x86 stable wrt bug #504314 diff --git a/dev-ruby/matchy/matchy-0.5.2.ebuild b/dev-ruby/matchy/matchy-0.5.2.ebuild deleted file mode 100644 index eeb5694bb6d0..000000000000 --- a/dev-ruby/matchy/matchy-0.5.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2.ebuild,v 1.10 2014/04/05 16:25:15 mrueg Exp $ - -EAPI="2" - -MY_OWNER="mcmire" - -USE_RUBY="ruby19 jruby" - -RUBY_FAKEGEM_DOCDIR="" -RUBY_FAKEGEM_EXTRADOC="" - -RUBY_FAKEGEM_NAME="${MY_OWNER}-${PN}" - -inherit ruby-fakegem - -DESCRIPTION="RSpec-esque matchers for use in Test::Unit" -HOMEPAGE="http://github.com/mcmire/matchy" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -# workaround for ruby 1.9.2, sent upstream after 0.5.2 -each_ruby_test() { - RUBYLIB="$(pwd)${RUBYLIB+:${RUBYLIB}}" each_fakegem_test -} |