aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2019-07-20 08:06:09 +0200
committerHans de Graaff <hans@degraaff.org>2019-07-20 08:06:09 +0200
commit90015f54907d469e95ed1463c1b32f527b06b626 (patch)
treefecce11ee3276d3e21bc584a8c5cbe01f8cc3111 /dev-ruby/datamapper/datamapper-1.2.0.ebuild
parentdev-ruby/dm-*: remove obsolete data mapper packages (diff)
downloadruby-overlay-90015f54907d469e95ed1463c1b32f527b06b626.tar.gz
ruby-overlay-90015f54907d469e95ed1463c1b32f527b06b626.tar.bz2
ruby-overlay-90015f54907d469e95ed1463c1b32f527b06b626.zip
dev-ruby/datamapper: remove more data mapper packages
More obsolete ruby19-only packages. Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-ruby/datamapper/datamapper-1.2.0.ebuild')
-rw-r--r--dev-ruby/datamapper/datamapper-1.2.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/datamapper/datamapper-1.2.0.ebuild b/dev-ruby/datamapper/datamapper-1.2.0.ebuild
deleted file mode 100644
index ca312fd..0000000
--- a/dev-ruby/datamapper/datamapper-1.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-DESCRIPTION="An Object/Relational Mapper for Ruby"
-HOMEPAGE="http://datamapper.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.12 )"
-ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.12 )"
-
-ruby_add_rdepend "
- dev-ruby/dm-core:1.2
- dev-ruby/dm-aggregates:1.2
- dev-ruby/dm-constraints:1.2
- dev-ruby/dm-migrations:1.2
- dev-ruby/dm-transactions:1.2
- dev-ruby/dm-serializer:1.2
- dev-ruby/dm-timestamps:1.2
- dev-ruby/dm-validations:1.2
- dev-ruby/dm-types:1.2"