aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/dm-validations')
-rw-r--r--dev-ruby/dm-validations/ChangeLog12
-rw-r--r--dev-ruby/dm-validations/Manifest1
-rw-r--r--dev-ruby/dm-validations/dm-validations-1.2.0.ebuild35
-rw-r--r--dev-ruby/dm-validations/metadata.xml5
4 files changed, 0 insertions, 53 deletions
diff --git a/dev-ruby/dm-validations/ChangeLog b/dev-ruby/dm-validations/ChangeLog
deleted file mode 100644
index ee55d2b..0000000
--- a/dev-ruby/dm-validations/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for dev-ruby/dm-validations
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 12 Nov 2013; Peter Wilmott <p@p8952.info> dm-validations-1.2.0.ebuild:
- dm-validations: Use versionator + slots
-
-*dm-validations-1.2.0 (29 Oct 2013)
-
- 29 Oct 2013; Peter Wilmott <p@p8952.info> +dm-validations-1.2.0.ebuild,
- +metadata.xml:
- dev-ruby/dm-validations: Initial commit, dependency for datamapper(dm)-1.2.x
diff --git a/dev-ruby/dm-validations/Manifest b/dev-ruby/dm-validations/Manifest
deleted file mode 100644
index 69144a0..0000000
--- a/dev-ruby/dm-validations/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dm-validations-1.2.0.gem 56320 SHA256 5f60298addc59c4c34443763a7ef1aed941f7176fb61c62e7c1e70cf97058d2a SHA512 2e2af99f216f1a5dd57b48a9d1b6961d1d1eeaca62bb80450d3618f515ea863e95cd760edb772a72fd70a8fdf2eb4b7d85f33cdbffaa20895915be96cfeb5493 WHIRLPOOL 485943e493a702ebdd2b6eeea9da3432bb45240c5477ae38169a057950a2001df8487e3981c5b66d717a6aee07aa60a366e71ae5304b043a2e3e70f7d8534184
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
-}
diff --git a/dev-ruby/dm-validations/metadata.xml b/dev-ruby/dm-validations/metadata.xml
deleted file mode 100644
index 8521361..0000000
--- a/dev-ruby/dm-validations/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>ruby</herd>
-</pkgmetadata>