diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-01-02 15:27:22 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-01-02 15:27:22 +0000 |
commit | b792f962113c5b62595d572005d338006600450a (patch) | |
tree | 708711a106c52d535de5fde6282ae92c3a0a3159 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-b792f962113c5b62595d572005d338006600450a.tar.gz gentoo-2-b792f962113c5b62595d572005d338006600450a.tar.bz2 gentoo-2-b792f962113c5b62595d572005d338006600450a.zip |
Remove old versions.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/jeweler/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/jeweler/jeweler-1.5.2-r1.ebuild | 45 | ||||
-rw-r--r-- | dev-ruby/jeweler/jeweler-1.6.2.ebuild | 47 | ||||
-rw-r--r-- | dev-ruby/jeweler/jeweler-1.6.3.ebuild | 47 |
4 files changed, 6 insertions, 141 deletions
diff --git a/dev-ruby/jeweler/ChangeLog b/dev-ruby/jeweler/ChangeLog index 8b1cd63a9c36..02f76917479f 100644 --- a/dev-ruby/jeweler/ChangeLog +++ b/dev-ruby/jeweler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/jeweler -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jeweler/ChangeLog,v 1.13 2011/07/24 10:30:38 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jeweler/ChangeLog,v 1.14 2012/01/02 15:27:22 graaff Exp $ + + 02 Jan 2012; Hans de Graaff <graaff@gentoo.org> -jeweler-1.5.2-r1.ebuild, + -jeweler-1.6.2.ebuild, -jeweler-1.6.3.ebuild: + Remove old versions. 24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> jeweler-1.6.4.ebuild: Marked ~ppc64 wrt #369741 diff --git a/dev-ruby/jeweler/jeweler-1.5.2-r1.ebuild b/dev-ruby/jeweler/jeweler-1.5.2-r1.ebuild deleted file mode 100644 index af23489a70e9..000000000000 --- a/dev-ruby/jeweler/jeweler-1.5.2-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jeweler/jeweler-1.5.2-r1.ebuild,v 1.1 2011/04/25 08:40:59 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_DOC="yard" -RUBY_FAKEGEM_DOCDIR="doc" - -# Tests and features also need the same set of dependencies present. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.markdown README.markdown" - -RUBY_FAKEGEM_GEMSPEC="jeweler.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Rake tasks for managing gems and versioning and a generator for creating a new project" -HOMEPAGE="http://wiki.github.com/technicalpickles/jeweler" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" - -# We do not depend on runtime dependencies since the usage of jeweler in -# Rakefile's does not require this. However, the generator does, but it -# depends on gems that are obsolete and not supported in Gentoo. - -all_ruby_prepare() { - # Remove bundler support. - rm Gemfile Gemfile.lock || die - sed -i -e '/bundler/d' -e '/Bundler.setup/d' Rakefile test/test_helper.rb features/support/env.rb || die - - # Remove (currently) unused targets from the Rakefile that require - # additional dependencies. - sed -i -e '/rcov/,$d' Rakefile || die - - # Remove a runtime dependency that we can't satisfy. - sed -i -e '/<git>/d' jeweler.gemspec || die -} diff --git a/dev-ruby/jeweler/jeweler-1.6.2.ebuild b/dev-ruby/jeweler/jeweler-1.6.2.ebuild deleted file mode 100644 index 4475c2088325..000000000000 --- a/dev-ruby/jeweler/jeweler-1.6.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jeweler/jeweler-1.6.2.ebuild,v 1.1 2011/06/02 07:29:20 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_DOC="yard" -RUBY_FAKEGEM_DOCDIR="doc" - -# Tests and features also need the same set of dependencies present. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.markdown README.markdown" - -RUBY_FAKEGEM_GEMSPEC="jeweler.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Rake tasks for managing gems and versioning and a generator for creating a new project" -HOMEPAGE="http://wiki.github.com/technicalpickles/jeweler" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" - -ruby_add_rdepend "dev-ruby/bundler" - -# We do not depend on all runtime dependencies since the usage of jeweler in -# Rakefile's does not require this. However, the generator does, but it -# depends on gems that are obsolete and not supported in Gentoo. - -all_ruby_prepare() { - # Remove bundler support. - rm Gemfile Gemfile.lock || die - sed -i -e '/bundler/d' -e '/Bundler.setup/d' Rakefile test/test_helper.rb features/support/env.rb || die - - # Remove (currently) unused targets from the Rakefile that require - # additional dependencies. - sed -i -e '/rcov/,$d' Rakefile || die - - # Remove a runtime dependency that we can't satisfy. - sed -i -e '/<git>/d' jeweler.gemspec || die -} diff --git a/dev-ruby/jeweler/jeweler-1.6.3.ebuild b/dev-ruby/jeweler/jeweler-1.6.3.ebuild deleted file mode 100644 index 81acbb3d4947..000000000000 --- a/dev-ruby/jeweler/jeweler-1.6.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jeweler/jeweler-1.6.3.ebuild,v 1.1 2011/07/03 08:00:13 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_DOC="yard" -RUBY_FAKEGEM_DOCDIR="doc" - -# Tests and features also need the same set of dependencies present. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.markdown README.markdown" - -RUBY_FAKEGEM_GEMSPEC="jeweler.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Rake tasks for managing gems and versioning and a generator for creating a new project" -HOMEPAGE="http://wiki.github.com/technicalpickles/jeweler" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" - -ruby_add_rdepend "dev-ruby/bundler" - -# We do not depend on all runtime dependencies since the usage of jeweler in -# Rakefile's does not require this. However, the generator does, but it -# depends on gems that are obsolete and not supported in Gentoo. - -all_ruby_prepare() { - # Remove bundler support. - rm Gemfile Gemfile.lock || die - sed -i -e '/bundler/d' -e '/Bundler.setup/d' Rakefile test/test_helper.rb features/support/env.rb || die - - # Remove (currently) unused targets from the Rakefile that require - # additional dependencies. - sed -i -e '/rcov/,$d' Rakefile || die - - # Remove a runtime dependency that we can't satisfy. - sed -i -e '/<git>/d' jeweler.gemspec || die -} |