summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-09-11 17:58:12 +0000
committerHans de Graaff <graaff@gentoo.org>2012-09-11 17:58:12 +0000
commit88268d7b396a75ecb1183e084795b828f55644d2 (patch)
tree72b2e139f87ea825258b6c65b616c15b33d39787 /dev-ruby
parentCleanup. Nothing in the tree depends on it and this should probably have been... (diff)
downloadhistorical-88268d7b396a75ecb1183e084795b828f55644d2.tar.gz
historical-88268d7b396a75ecb1183e084795b828f55644d2.tar.bz2
historical-88268d7b396a75ecb1183e084795b828f55644d2.zip
Cleanup.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/rack-protection/ChangeLog6
-rw-r--r--dev-ruby/rack-protection/rack-protection-1.1.4.ebuild23
-rw-r--r--dev-ruby/rack-test/ChangeLog5
-rw-r--r--dev-ruby/rack-test/rack-test-0.6.0.ebuild31
-rw-r--r--dev-ruby/radiant/ChangeLog6
-rw-r--r--dev-ruby/radiant/radiant-0.8.2-r1.ebuild48
-rw-r--r--dev-ruby/radiant/radiant-0.9.1-r2.ebuild50
-rw-r--r--dev-ruby/radius/ChangeLog6
-rw-r--r--dev-ruby/radius/radius-0.6.1-r1.ebuild30
-rw-r--r--dev-ruby/radius/radius-0.7.1.ebuild20
10 files changed, 19 insertions, 206 deletions
diff --git a/dev-ruby/rack-protection/ChangeLog b/dev-ruby/rack-protection/ChangeLog
index dd47fd2e552f..eaf73a3a3411 100644
--- a/dev-ruby/rack-protection/ChangeLog
+++ b/dev-ruby/rack-protection/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rack-protection
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.7 2012/08/14 00:51:19 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.8 2012/09/11 17:54:38 graaff Exp $
+
+ 11 Sep 2012; Hans de Graaff <graaff@gentoo.org>
+ -rack-protection-1.1.4.ebuild:
+ Cleanup.
14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org>
rack-protection-1.2.0.ebuild:
diff --git a/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild b/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild
deleted file mode 100644
index 92ce451d96df..000000000000
--- a/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild,v 1.4 2012/05/17 10:57:55 tomka Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rack-protection.gemspec"
-
-inherit ruby-fakegem eutils versionator
-
-DESCRIPTION="This gem protects against typical web attacks."
-HOMEPAGE="https://github.com/rkh/rack-protection"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1)"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rack-test dev-ruby/rspec:2 )"
diff --git a/dev-ruby/rack-test/ChangeLog b/dev-ruby/rack-test/ChangeLog
index 2b1957a75bb2..a66af52d906d 100644
--- a/dev-ruby/rack-test/ChangeLog
+++ b/dev-ruby/rack-test/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rack-test
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.22 2012/08/12 20:51:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.23 2012/09/11 17:55:38 graaff Exp $
+
+ 11 Sep 2012; Hans de Graaff <graaff@gentoo.org> -rack-test-0.6.0.ebuild:
+ Cleanup.
12 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> rack-test-0.6.1.ebuild:
Bump to EAPI 4; use the new rspec recipe for testing, and stop using bundler
diff --git a/dev-ruby/rack-test/rack-test-0.6.0.ebuild b/dev-ruby/rack-test/rack-test-0.6.0.ebuild
deleted file mode 100644
index 4d634ffd22ac..000000000000
--- a/dev-ruby/rack-test/rack-test-0.6.0.ebuild
+++ /dev/null
@@ -1,31 +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/rack-test/rack-test-0.6.0.ebuild,v 1.2 2011/07/23 07:28:25 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-# no documentation is generable, it needs hanna, which is broken
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps."
-HOMEPAGE="http://github.com/brynary/rack-test"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend '>=dev-ruby/rack-1.0'
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 >=dev-ruby/sinatra-1.2.6 )"
-
-all_ruby_prepare() {
- # Remove Bundler related code.
- rm Gemfile Gemfile.lock || die "Unable to clean unneeded Bundler items."
-}
diff --git a/dev-ruby/radiant/ChangeLog b/dev-ruby/radiant/ChangeLog
index 2af3df33f93f..abbd2be25499 100644
--- a/dev-ruby/radiant/ChangeLog
+++ b/dev-ruby/radiant/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/radiant
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radiant/ChangeLog,v 1.25 2012/08/16 03:55:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radiant/ChangeLog,v 1.26 2012/09/11 17:57:14 graaff Exp $
+
+ 11 Sep 2012; Hans de Graaff <graaff@gentoo.org> -radiant-0.8.2-r1.ebuild,
+ -radiant-0.9.1-r2.ebuild:
+ Cleanup.
16 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org>
radiant-1.0.0_rc3-r1.ebuild:
diff --git a/dev-ruby/radiant/radiant-0.8.2-r1.ebuild b/dev-ruby/radiant/radiant-0.8.2-r1.ebuild
deleted file mode 100644
index e3935d0fb12b..000000000000
--- a/dev-ruby/radiant/radiant-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,48 +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/radiant/radiant-0.8.2-r1.ebuild,v 1.1 2010/06/01 07:59:44 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="spec cucumber"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG CONTRIBUTORS README"
-RUBY_FAKEGEM_EXTRAINSTALL="app config db public script vendor"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A no-fluff, open source content management system"
-HOMEPAGE="http://radiantcms.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RUBY_PATCHES=( "${P}-migration.patch" )
-
-# Testing depends on a working database but creating this currently
-# fails. This may be breakage related to Rails 2.3.8. Further
-# investigation needed.
-RESTRICT="test"
-
-#ruby_add_bdepend "test? ( dev-db/sqlite3-ruby dev-ruby/rspec dev-util/cucumber )"
-
-ruby_add_rdepend ">=dev-ruby/redcloth-4.0.0
- >=dev-ruby/rack-1.0.0
- =dev-ruby/rails-2.3*
- >=dev-ruby/highline-1.5.1
- >=dev-ruby/radius-0.5.1"
-
-# Remove code from vendor that we support as an external dependency.
-all_ruby_prepare() {
- rm -rf vendor/{highline,radius,rails,redcloth} || die "Unable to remove vendored code."
-}
-
-#each_ruby_test() {
-# cp config/database.sqlite.yml config/database.yml || die "Unable to provide database.yml for testing."
-# ${RUBY} -S rake db:migrate
-# each_fakegem_test
-# rm config/database.yml || die "Unable to remove testing database.yml."
-#}
diff --git a/dev-ruby/radiant/radiant-0.9.1-r2.ebuild b/dev-ruby/radiant/radiant-0.9.1-r2.ebuild
deleted file mode 100644
index d4ffe2bcaafa..000000000000
--- a/dev-ruby/radiant/radiant-0.9.1-r2.ebuild
+++ /dev/null
@@ -1,50 +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/radiant/radiant-0.9.1-r2.ebuild,v 1.1 2010/08/11 12:02:26 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="spec cucumber"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG CONTRIBUTORS README"
-
-# All these files are needed because the generator expect to install them.
-RUBY_FAKEGEM_EXTRAINSTALL="CHANGELOG CONTRIBUTORS INSTALL LICENSE README Rakefile app config db log public script vendor"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A no-fluff, open source content management system"
-HOMEPAGE="http://radiantcms.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Testing depends on a working database and a bundled version of Rails 2.3.8
-# Needs more work later.
-RESTRICT="test"
-
-#ruby_add_bdepend "test? ( dev-db/sqlite3-ruby dev-ruby/rspec dev-util/cucumber )"
-
-ruby_add_rdepend ">=dev-ruby/redcloth-4.0.0
- >=dev-ruby/rack-1.1.0
- =dev-ruby/rails-2.3*
- >=dev-ruby/highline-1.5.1
- >=dev-ruby/radius-0.5.1
- =dev-ruby/will_paginate-2.3*"
-
-# Remove code from vendor that we support as an external dependency.
-all_ruby_prepare() {
- epatch "${FILESDIR}/${P}-unbundled.patch"
-
- rm -rf vendor/{highline,radius,rails,redcloth} || die "Unable to remove vendored code."
-}
-
-each_ruby_test() {
- cp config/database.sqlite.yml config/database.yml || die "Unable to provide database.yml for testing."
- ${RUBY} -S rake db:migrate
- each_fakegem_test
- rm config/database.yml || die "Unable to remove testing database.yml."
-}
diff --git a/dev-ruby/radius/ChangeLog b/dev-ruby/radius/ChangeLog
index 30c50a49badc..02bed1540999 100644
--- a/dev-ruby/radius/ChangeLog
+++ b/dev-ruby/radius/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/radius
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.10 2012/08/14 18:46:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.11 2012/09/11 17:58:12 graaff Exp $
+
+ 11 Sep 2012; Hans de Graaff <graaff@gentoo.org> -radius-0.6.1-r1.ebuild,
+ -radius-0.7.1.ebuild:
+ Cleanup.
14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Update metadata.xml so that it's the same as most other packages.
diff --git a/dev-ruby/radius/radius-0.6.1-r1.ebuild b/dev-ruby/radius/radius-0.6.1-r1.ebuild
deleted file mode 100644
index 3fdf78b59b59..000000000000
--- a/dev-ruby/radius/radius-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,30 +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/radius/radius-0.6.1-r1.ebuild,v 1.2 2011/02/16 07:12:39 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Powerful tag-based template system."
-HOMEPAGE="http://radius.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-# Remove newgem related tasks to avoid dependency on it. This is only
-# needed to create and distribute the gem.
-all_ruby_prepare() {
- sed -i -e '/newgem\/tasks/d' Rakefile || die "Unable to remove newgem code."
- sed -i -e 's/newgem//' Rakefile || die "Unable to remove newgem code."
- sed -i -e 's/::Newgem::VERSION/0/' Rakefile || die "Unable to remove newgem code."
-}
-
-ruby_add_bdepend "dev-ruby/hoe dev-ruby/rubigen"
diff --git a/dev-ruby/radius/radius-0.7.1.ebuild b/dev-ruby/radius/radius-0.7.1.ebuild
deleted file mode 100644
index da4f6ff00fcc..000000000000
--- a/dev-ruby/radius/radius-0.7.1.ebuild
+++ /dev/null
@@ -1,20 +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/radius/radius-0.7.1.ebuild,v 1.1 2011/08/15 06:11:06 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Powerful tag-based template system."
-HOMEPAGE="http://radius.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/redcloth )"