diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-06-09 10:38:26 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-06-09 10:38:26 +0000 |
commit | 3cf2aff5c446c93f216bde6b4c656c0eba39f8ad (patch) | |
tree | 51a0b270abb6d64871ff8bc85081a18916d3c1fc /dev-ruby/async_sinatra | |
parent | Remove old. (diff) | |
download | gentoo-2-3cf2aff5c446c93f216bde6b4c656c0eba39f8ad.tar.gz gentoo-2-3cf2aff5c446c93f216bde6b4c656c0eba39f8ad.tar.bz2 gentoo-2-3cf2aff5c446c93f216bde6b4c656c0eba39f8ad.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/async_sinatra')
-rw-r--r-- | dev-ruby/async_sinatra/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/dev-ruby/async_sinatra/ChangeLog b/dev-ruby/async_sinatra/ChangeLog index d3fad4d88852..3c72a8fb010c 100644 --- a/dev-ruby/async_sinatra/ChangeLog +++ b/dev-ruby/async_sinatra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/async_sinatra # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.14 2015/06/07 16:48:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.15 2015/06/09 10:38:26 mrueg Exp $ + + 09 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -async_sinatra-1.1.0.ebuild: + Remove old. 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild b/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild deleted file mode 100644 index 98570c4e8b4f..000000000000 --- a/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.4 2015/04/03 07:11:56 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" -RUBY_FAKEGEM_TASK_DOC="docs" - -inherit ruby-fakegem - -DESCRIPTION="Asynchronous response API for Sinatra and Thin" -HOMEPAGE="https://github.com/raggi/async_sinatra" -SRC_URI="https://github.com/raggi/async_sinatra/archive/v${PV}.tar.gz -> ${P}-git.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_bdepend "test? ( - >=dev-ruby/hoe-2.9.1 - >=dev-ruby/minitest-2.5.1 - >=dev-ruby/eventmachine-0.12.11 - dev-ruby/rack-test - )" -ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )" - -ruby_add_rdepend ">=dev-ruby/sinatra-1.3.2 - >=dev-ruby/rack-1.4.1" - -all_ruby_prepare() { - # Remove development dependencies that we don't have from the gemspec - sed -i -e '/\(hoe\|rdoc\|rubyforge\)/d' async_sinatra.gemspec || die - - # Avoid obsolete rubyforge dependency. - sed -e '/rubyforge_name/ s:^:#:' -i Rakefile || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/ - doins -r examples || die "Failed to install examples" -} |