summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-07-14 08:02:17 +0000
committerHans de Graaff <graaff@gentoo.org>2013-07-14 08:02:17 +0000
commit3a52027c3c3ddb06042326be98677ef976f92e5f (patch)
tree14a0e6c034d911d584a7b64bc3d7cae1a1cf6523 /dev-ruby/date_validator
parentsys-kernel/aufs-sources: Bump to latest genpatches (diff)
downloadgentoo-2-3a52027c3c3ddb06042326be98677ef976f92e5f.tar.gz
gentoo-2-3a52027c3c3ddb06042326be98677ef976f92e5f.tar.bz2
gentoo-2-3a52027c3c3ddb06042326be98677ef976f92e5f.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/date_validator')
-rw-r--r--dev-ruby/date_validator/ChangeLog5
-rw-r--r--dev-ruby/date_validator/date_validator-0.6.3.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/dev-ruby/date_validator/ChangeLog b/dev-ruby/date_validator/ChangeLog
index c47b3adfe8c0..0c29d3f966a3 100644
--- a/dev-ruby/date_validator/ChangeLog
+++ b/dev-ruby/date_validator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/date_validator
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v 1.2 2013/05/01 05:39:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v 1.3 2013/07/14 08:02:16 graaff Exp $
+
+ 14 Jul 2013; Hans de Graaff <graaff@gentoo.org> -date_validator-0.6.3.ebuild:
+ Cleanup.
*date_validator-0.6.4 (01 May 2013)
diff --git a/dev-ruby/date_validator/date_validator-0.6.3.ebuild b/dev-ruby/date_validator/date_validator-0.6.3.ebuild
deleted file mode 100644
index 0976fe851e75..000000000000
--- a/dev-ruby/date_validator/date_validator-0.6.3.ebuild
+++ /dev/null
@@ -1,45 +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/date_validator/date_validator-0.6.3.ebuild,v 1.1 2012/01/22 11:26:25 flameeyes Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 ruby19"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_EXTRADOC="Readme.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-# if ever needed
-#GITHUB_USER="codegram"
-#GITHUB_PROJECT="${PN}"
-#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3"
-HOMEPAGE="http://github.com/codegram/date_validator"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activemodel-3.0
-"
-
-ruby_add_bdepend "
- test? (
- dev-ruby/minitest
- >=dev-ruby/tzinfo-0.3
- >=dev-ruby/activesupport-3.0
- )
- doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
- sed -i \
- -e '/git ls-files/d' \
- ${RUBY_FAKEGEM_GEMSPEC} || die
-}