diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-21 02:00:28 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-21 02:00:28 +0000 |
commit | b7042591d7183a204c2c97459464812409f578a9 (patch) | |
tree | 7610b6cd98186c6e768a3275cdcc182260d0fadb /dev-ruby/method_source | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-b7042591d7183a204c2c97459464812409f578a9.tar.gz gentoo-2-b7042591d7183a204c2c97459464812409f578a9.tar.bz2 gentoo-2-b7042591d7183a204c2c97459464812409f578a9.zip |
Remove ruby18 target. Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/method_source')
-rw-r--r-- | dev-ruby/method_source/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/method_source/method_source-0.8.2-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/method_source/method_source-0.8.2-r2.ebuild | 8 |
3 files changed, 10 insertions, 34 deletions
diff --git a/dev-ruby/method_source/ChangeLog b/dev-ruby/method_source/ChangeLog index b6394f1d91c4..fc97ade31043 100644 --- a/dev-ruby/method_source/ChangeLog +++ b/dev-ruby/method_source/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/method_source -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.21 2013/11/17 09:55:35 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.22 2014/05/21 02:00:28 mrueg Exp $ + + 21 May 2014; Manuel Rüger <mrueg@gentoo.org> -method_source-0.8.2-r1.ebuild, + method_source-0.8.2-r2.ebuild: + Remove ruby18 target. Cleanup old. *method_source-0.8.2-r2 (17 Nov 2013) diff --git a/dev-ruby/method_source/method_source-0.8.2-r1.ebuild b/dev-ruby/method_source/method_source-0.8.2-r1.ebuild deleted file mode 100644 index 942ed8ddfeda..000000000000 --- a/dev-ruby/method_source/method_source-0.8.2-r1.ebuild +++ /dev/null @@ -1,28 +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/method_source/method_source-0.8.2-r1.ebuild,v 1.1 2013/10/09 00:39:58 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" - -RUBY_FAKEGEM_TASK_TEST="none" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Retrieve the source code for a method." -HOMEPAGE="http://github.com/banister/method_source" -IUSE="" -SLOT="0" - -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc64 ~x86" - -ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )" - -each_ruby_test() { - ${RUBY} -I. -S bacon -k test/test.rb || die "Tests failed." -} diff --git a/dev-ruby/method_source/method_source-0.8.2-r2.ebuild b/dev-ruby/method_source/method_source-0.8.2-r2.ebuild index 13e511e73c14..6313d0b44ade 100644 --- a/dev-ruby/method_source/method_source-0.8.2-r2.ebuild +++ b/dev-ruby/method_source/method_source-0.8.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/method_source-0.8.2-r2.ebuild,v 1.1 2013/11/17 09:55:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/method_source-0.8.2-r2.ebuild,v 1.2 2014/05/21 02:00:28 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_TEST="none" RUBY_FAKEGEM_TASK_DOC="" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="README.markdown" inherit ruby-fakegem -DESCRIPTION="Retrieve the source code for a method." +DESCRIPTION="Retrieve the source code for a method" HOMEPAGE="http://github.com/banister/method_source" IUSE="" SLOT="0" |