* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/dm-timestamps/
@ 2013-10-29 19:18 Peter Wilmott
0 siblings, 0 replies; 2+ messages in thread
From: Peter Wilmott @ 2013-10-29 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 2ad518880256b54f5115d76f8204b5725e278dbd
Author: Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Tue Oct 29 18:53:39 2013 +0000
Commit: Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Tue Oct 29 18:53:39 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=2ad51888
dev-ruby/dm-timestamps: Initial commit, dependency for datamapper(dm)-1.2.x
Package-Manager: portage-2.2.7
---
dev-ruby/dm-timestamps/ChangeLog | 9 ++++++
dev-ruby/dm-timestamps/dm-timestamps-1.2.0.ebuild | 34 +++++++++++++++++++++++
dev-ruby/dm-timestamps/metadata.xml | 5 ++++
3 files changed, 48 insertions(+)
diff --git a/dev-ruby/dm-timestamps/ChangeLog b/dev-ruby/dm-timestamps/ChangeLog
new file mode 100644
index 0000000..9052689
--- /dev/null
+++ b/dev-ruby/dm-timestamps/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-ruby/dm-timestamps
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*dm-timestamps-1.2.0 (29 Oct 2013)
+
+ 29 Oct 2013; Peter Wilmott <p@p8952.info> +dm-timestamps-1.2.0.ebuild,
+ +metadata.xml:
+ dev-ruby/dm-timestamps: Initial commit, dependency for datamapper(dm)-1.2.x
diff --git a/dev-ruby/dm-timestamps/dm-timestamps-1.2.0.ebuild b/dev-ruby/dm-timestamps/dm-timestamps-1.2.0.ebuild
new file mode 100644
index 0000000..509d25e
--- /dev/null
+++ b/dev-ruby/dm-timestamps/dm-timestamps-1.2.0.ebuild
@@ -0,0 +1,34 @@
+# 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 magical timestamps"
+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/dm-migrations-1.2.0
+ 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-timestamps/metadata.xml b/dev-ruby/dm-timestamps/metadata.xml
new file mode 100644
index 0000000..8521361
--- /dev/null
+++ b/dev-ruby/dm-timestamps/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/dm-timestamps/
@ 2013-11-12 19:42 Peter Wilmott
0 siblings, 0 replies; 2+ messages in thread
From: Peter Wilmott @ 2013-11-12 19:42 UTC (permalink / raw
To: gentoo-commits
commit: d5428b98021019489db1085f40a2e29294cecbea
Author: Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Tue Nov 12 19:19:37 2013 +0000
Commit: Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Tue Nov 12 19:19:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=d5428b98
dm-timestamps: Use versionator + slots
Package-Manager: portage-2.2.7
---
dev-ruby/dm-timestamps/ChangeLog | 3 +++
dev-ruby/dm-timestamps/dm-timestamps-1.2.0.ebuild | 8 ++++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/dev-ruby/dm-timestamps/ChangeLog b/dev-ruby/dm-timestamps/ChangeLog
index 9052689..2d5d6e8 100644
--- a/dev-ruby/dm-timestamps/ChangeLog
+++ b/dev-ruby/dm-timestamps/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Nov 2013; Peter Wilmott <p@p8952.info> dm-timestamps-1.2.0.ebuild:
+ dm-timestamps: Use versionator + slots
+
*dm-timestamps-1.2.0 (29 Oct 2013)
29 Oct 2013; Peter Wilmott <p@p8952.info> +dm-timestamps-1.2.0.ebuild,
diff --git a/dev-ruby/dm-timestamps/dm-timestamps-1.2.0.ebuild b/dev-ruby/dm-timestamps/dm-timestamps-1.2.0.ebuild
index 509d25e..c9a4bb0 100644
--- a/dev-ruby/dm-timestamps/dm-timestamps-1.2.0.ebuild
+++ b/dev-ruby/dm-timestamps/dm-timestamps-1.2.0.ebuild
@@ -11,23 +11,23 @@ RUBY_FAKEGEM_TASK_DOC="yard"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-inherit ruby-fakegem
+inherit ruby-fakegem versionator
DESCRIPTION="DataMapper plugin for magical timestamps"
HOMEPAGE="http://datamapper.org/"
LICENSE="MIT"
-SLOT="0"
+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.0
+ dev-ruby/dm-migrations:1.2
dev-ruby/jeweler
dev-ruby/rspec:0 )"
-ruby_add_rdepend "=dev-ruby/dm-core-1.2.1"
+ruby_add_rdepend "dev-ruby/dm-core:1.2"
all_ruby_prepare() {
sed -i -e "s/gem 'jeweler'/#gem 'jeweler'/g" Rakefile || die
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-12 19:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 19:18 [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/dm-timestamps/ Peter Wilmott
-- strict thread matches above, loose matches on Subject: below --
2013-11-12 19:42 Peter Wilmott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox