aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2019-07-20 08:01:52 +0200
committerHans de Graaff <hans@degraaff.org>2019-07-20 08:01:52 +0200
commit67ba7e36cdae66aac6abb487ca2b32fc84877ab1 (patch)
tree9b8b8eeb0d8fce87512203b1987b52f44e3e82e8 /dev-ruby/dm-validations/dm-validations-1.2.0.ebuild
parentdev-ruby/rubocop: remove obsolete version (diff)
downloadruby-overlay-67ba7e36cdae66aac6abb487ca2b32fc84877ab1.tar.gz
ruby-overlay-67ba7e36cdae66aac6abb487ca2b32fc84877ab1.tar.bz2
ruby-overlay-67ba7e36cdae66aac6abb487ca2b32fc84877ab1.zip
dev-ruby/dm-*: remove obsolete data mapper packages
These packages were still only marked for ruby19 and are years out of date. Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-ruby/dm-validations/dm-validations-1.2.0.ebuild')
-rw-r--r--dev-ruby/dm-validations/dm-validations-1.2.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-ruby/dm-validations/dm-validations-1.2.0.ebuild b/dev-ruby/dm-validations/dm-validations-1.2.0.ebuild
deleted file mode 100644
index fe12249..0000000
--- a/dev-ruby/dm-validations/dm-validations-1.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Library for performing validations on DM models and pure Ruby object"
-HOMEPAGE="http://datamapper.org/"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/jeweler >=dev-ruby/yard-0.8.7 )"
-ruby_add_bdepend "test? (
- dev-ruby/dm-migrations:1.2
- =dev-ruby/dm-types-1.2.2
- dev-ruby/jeweler
- dev-ruby/rspec:0 )"
-
-ruby_add_rdepend "dev-ruby/dm-core:1.2"
-
-all_ruby_prepare() {
- sed -i -e "s/gem 'jeweler'/#gem 'jeweler'/g" Rakefile || die
-}