From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E0B6F138547 for ; Tue, 29 Oct 2013 19:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1661BE0A52; Tue, 29 Oct 2013 19:18:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E70BEE0A40 for ; Tue, 29 Oct 2013 19:18:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E139E33F0DB for ; Tue, 29 Oct 2013 19:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A537BE5467 for ; Tue, 29 Oct 2013 19:18:20 +0000 (UTC) From: "Peter Wilmott" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Peter Wilmott" Message-ID: <1383072800.6e41a2f2e2d90742a0257ccf9cb48b77f3c3a784.p8952@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/dm-migrations/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/dm-migrations/ChangeLog dev-ruby/dm-migrations/dm-migrations-1.2.0.ebuild dev-ruby/dm-migrations/metadata.xml X-VCS-Directories: dev-ruby/dm-migrations/ X-VCS-Committer: p8952 X-VCS-Committer-Name: Peter Wilmott X-VCS-Revision: 6e41a2f2e2d90742a0257ccf9cb48b77f3c3a784 X-VCS-Branch: master Date: Tue, 29 Oct 2013 19:18:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 82db3875-57fa-42a7-a016-0257de88423d X-Archives-Hash: e9a60ba4e5fb80ca08f1cc9f8751ef41 commit: 6e41a2f2e2d90742a0257ccf9cb48b77f3c3a784 Author: Peter Wilmott

p8952 info> AuthorDate: Tue Oct 29 18:53:20 2013 +0000 Commit: Peter Wilmott

p8952 info> CommitDate: Tue Oct 29 18:53:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=6e41a2f2 dev-ruby/dm-migrations: Initial commit, dependency for datamapper(dm)-1.2.x Package-Manager: portage-2.2.7 --- dev-ruby/dm-migrations/ChangeLog | 9 +++++++ dev-ruby/dm-migrations/dm-migrations-1.2.0.ebuild | 31 +++++++++++++++++++++++ dev-ruby/dm-migrations/metadata.xml | 5 ++++ 3 files changed, 45 insertions(+) diff --git a/dev-ruby/dm-migrations/ChangeLog b/dev-ruby/dm-migrations/ChangeLog new file mode 100644 index 0000000..4a5239f --- /dev/null +++ b/dev-ruby/dm-migrations/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-ruby/dm-migrations +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*dm-migrations-1.2.0 (29 Oct 2013) + + 29 Oct 2013; Peter Wilmott +dm-migrations-1.2.0.ebuild, + +metadata.xml: + dev-ruby/dm-migrations: Initial commit, dependency for datamapper(dm)-1.2.x diff --git a/dev-ruby/dm-migrations/dm-migrations-1.2.0.ebuild b/dev-ruby/dm-migrations/dm-migrations-1.2.0.ebuild new file mode 100644 index 0000000..eb25c83 --- /dev/null +++ b/dev-ruby/dm-migrations/dm-migrations-1.2.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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 + +DESCRIPTION="DataMapper plugin for writing and speccing migrations" +HOMEPAGE="http://datamapper.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_bdepend "doc? ( dev-ruby/jeweler >=dev-ruby/yard-0.8.7 )" +ruby_add_bdepend "test? ( dev-ruby/jeweler dev-ruby/rspec:0 )" + +ruby_add_rdepend "=dev-ruby/dm-core-1.2.1" + +all_ruby_prepare() { + sed -i -e "s/gem 'jeweler'/#gem 'jeweler'/g" Rakefile || die +} diff --git a/dev-ruby/dm-migrations/metadata.xml b/dev-ruby/dm-migrations/metadata.xml new file mode 100644 index 0000000..8521361 --- /dev/null +++ b/dev-ruby/dm-migrations/metadata.xml @@ -0,0 +1,5 @@ + + + +ruby +