diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-12-31 06:44:49 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-12-31 06:44:49 +0000 |
commit | 9bdf7ed7c3e2d35d5fdb57011df09c5b3e83cb83 (patch) | |
tree | ed8fcfedd32662732f023d53a6c9a177a9e8762c /dev-ruby/date_validator | |
parent | Cleanup. (diff) | |
download | gentoo-2-9bdf7ed7c3e2d35d5fdb57011df09c5b3e83cb83.tar.gz gentoo-2-9bdf7ed7c3e2d35d5fdb57011df09c5b3e83cb83.tar.bz2 gentoo-2-9bdf7ed7c3e2d35d5fdb57011df09c5b3e83cb83.zip |
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/date_validator')
-rw-r--r-- | dev-ruby/date_validator/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/date_validator/date_validator-0.6.4.ebuild | 45 |
2 files changed, 4 insertions, 46 deletions
diff --git a/dev-ruby/date_validator/ChangeLog b/dev-ruby/date_validator/ChangeLog index 23c67ecec45f..01999f3c5bcb 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.4 2013/07/14 08:03:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v 1.5 2013/12/31 06:44:49 graaff Exp $ + + 31 Dec 2013; Hans de Graaff <graaff@gentoo.org> -date_validator-0.6.4.ebuild: + Cleanup. *date_validator-0.7.0 (14 Jul 2013) diff --git a/dev-ruby/date_validator/date_validator-0.6.4.ebuild b/dev-ruby/date_validator/date_validator-0.6.4.ebuild deleted file mode 100644 index e0c5771e5b8d..000000000000 --- a/dev-ruby/date_validator/date_validator-0.6.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 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.4.ebuild,v 1.1 2013/05/01 05:39:35 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 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 -} |