public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/orm_adapter/
@ 2016-03-28  0:10 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2016-03-28  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     2a269e63b1d709647bc80b8e1d7598f72aec236b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 00:10:08 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 00:10:08 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=2a269e63

dev-ruby/orm_adapter: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/orm_adapter/Manifest                 |  1 +
 dev-ruby/orm_adapter/metadata.xml             |  8 ++++++
 dev-ruby/orm_adapter/orm_adapter-0.5.0.ebuild | 38 +++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-ruby/orm_adapter/Manifest b/dev-ruby/orm_adapter/Manifest
new file mode 100644
index 0000000..25b58fd
--- /dev/null
+++ b/dev-ruby/orm_adapter/Manifest
@@ -0,0 +1 @@
+DIST orm_adapter-0.5.0.gem 15360 SHA256 aa5d0be5d540cbb46d3a93e88061f4ece6a25f6e97d6a47122beb84fe595e9b9 SHA512 5f0c5261ee1eea8e6b40f6714242b85009ea8a115090abbcfae29485e1b04fad8d1a37ef4262d229a71109826790240bf029c5da0fa96ec4da7277f80072f159 WHIRLPOOL ce679b3d13fafc1bf77705885e75062699be2179635546152e0a7808a90198cfaffe8d38581bdb325e5fe1d8c8eb6c56defe4b08191c81403dc8a9a889ce2690

diff --git a/dev-ruby/orm_adapter/metadata.xml b/dev-ruby/orm_adapter/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/orm_adapter/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/orm_adapter/orm_adapter-0.5.0.ebuild b/dev-ruby/orm_adapter/orm_adapter-0.5.0.ebuild
new file mode 100644
index 0000000..cf76103
--- /dev/null
+++ b/dev-ruby/orm_adapter/orm_adapter-0.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_EXTRA_DOC="History.txt README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a single point of entry for using basic features of ruby ORMs"
+HOMEPAGE="http://github.com/ianwhite/orm_adapter https://rubygems.org/gems/orm_adapter"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+# datamapper not packaged
+RESTRICT="test"
+
+#ruby_add_bdepend ">=dev-ruby/activerecord-3.2.15
+#	>=dev-ruby/bson_ext-1.3.0
+#	>=dev-ruby/bundler-1.0.0
+#	>=dev-ruby/datamapper-1.0
+#	>=dev-ruby/dm-active_model-1.0
+#	>=dev-ruby/dm-sqlite-adapter-1.0
+#	>=dev-ruby/git-1.2.5
+#	>=dev-ruby/mongoid-2.8.0
+#	<dev-ruby/mongoid-2.9
+#	>=dev-ruby/mongo_mapper-0.11.0
+#	<dev-ruby/mongo_mapper-0.12
+#	>=dev-ruby/rake-0.8.7
+#	>=dev-ruby/sqlite3-1.3.2"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/orm_adapter/
@ 2016-03-28  1:25 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2016-03-28  1:25 UTC (permalink / raw
  To: gentoo-commits

commit:     763c5fbfabc3c8ee52097625cb75e156053e8db2
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 01:23:30 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 01:23:30 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=763c5fbf

dev-ruby/orm_adapter: Fix EXTRADOC variable

Package-Manager: portage-2.2.28

 dev-ruby/orm_adapter/orm_adapter-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/orm_adapter/orm_adapter-0.5.0.ebuild b/dev-ruby/orm_adapter/orm_adapter-0.5.0.ebuild
index cf76103..00a054c 100644
--- a/dev-ruby/orm_adapter/orm_adapter-0.5.0.ebuild
+++ b/dev-ruby/orm_adapter/orm_adapter-0.5.0.ebuild
@@ -8,7 +8,7 @@ USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_EXTRA_DOC="History.txt README.rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
 
 inherit ruby-fakegem
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-28  1:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-28  0:10 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/orm_adapter/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2016-03-28  1:25 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox