* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/sidekiq-cron/
@ 2016-03-27 0:45 Manuel Rüger
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2016-03-27 0:45 UTC (permalink / raw
To: gentoo-commits
commit: 5e67fe5466acf07d3024541e48aa10b205aa1f74
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 00:45:41 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 00:45:41 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5e67fe54
dev-ruby/sidekiq-cron: Initial version
Package-Manager: portage-2.2.28
dev-ruby/sidekiq-cron/Manifest | 1 +
dev-ruby/sidekiq-cron/metadata.xml | 8 +++++
dev-ruby/sidekiq-cron/sidekiq-cron-0.4.2.ebuild | 39 +++++++++++++++++++++++++
3 files changed, 48 insertions(+)
diff --git a/dev-ruby/sidekiq-cron/Manifest b/dev-ruby/sidekiq-cron/Manifest
new file mode 100644
index 0000000..8a049f8
--- /dev/null
+++ b/dev-ruby/sidekiq-cron/Manifest
@@ -0,0 +1 @@
+DIST sidekiq-cron-0.4.2.gem 174592 SHA256 25a1f819d1f033bd0fc1d6eddad616fa195d65124b611cfdb3f253b2e52574a5 SHA512 3cc0a2ba20f2c796d847e9e88dbff0792f57ff7ec2289cb9c5395e5e653b1e72e2454c91f3a5f937f35f8e1e32a5e2cc8d31e792e32da1c06627e2d27e8ac502 WHIRLPOOL bdb23ad98323cb159f873105ffe775dfa3a82f3051dfc41eaa51f21a1dd4dd5534a1d205dfb85b52aba8d3b1352ee0237ce436f426d136c3df0311d1fdc82088
diff --git a/dev-ruby/sidekiq-cron/metadata.xml b/dev-ruby/sidekiq-cron/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/sidekiq-cron/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/sidekiq-cron/sidekiq-cron-0.4.2.ebuild b/dev-ruby/sidekiq-cron/sidekiq-cron-0.4.2.ebuild
new file mode 100644
index 0000000..99ee05c
--- /dev/null
+++ b/dev-ruby/sidekiq-cron/sidekiq-cron-0.4.2.ebuild
@@ -0,0 +1,39 @@
+# 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="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Enables to set jobs to be run in specified time (using CRON notation)"
+HOMEPAGE="http://github.com/ondrejbartas/sidekiq-cron https://github.com/ondrejbartas/sidekiq-cron.git https://rubygems.org/gems/sidekiq-cron"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/redis-namespace-1.5.2
+ >=dev-ruby/rufus-scheduler-2.0.24
+ >=dev-ruby/sidekiq-4.0.0"
+ruby_add_bdepend "test? ( dev-ruby/minitest
+ dev-ruby/mocha
+ dev-ruby/rack
+ dev-ruby/rack-test
+ dev-ruby/shotgun
+ dev-ruby/shoulda-context
+ dev-ruby/sinatra
+ dev-ruby/slim
+ dev-ruby/test-unit )"
+
+all_ruby_prepare() {
+ sed -i -e "/bundler/,+16d" test/test_helper.rb || die
+ sed -i -e "/bundler/,+10d" -e "/jeweler/,+12d" Rakefile || die
+}
+
+RESTRICT="test" # requires local redis server
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/sidekiq-cron/
@ 2016-10-01 19:52 Manuel Rüger
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2016-10-01 19:52 UTC (permalink / raw
To: gentoo-commits
commit: a8427165842dad207bbfc69e2b42e43410917838
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 19:52:34 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 19:52:34 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a8427165
dev-ruby/sidekiq-cron: Version bump, remove old
Package-Manager: portage-2.3.1
dev-ruby/sidekiq-cron/Manifest | 2 +-
.../{sidekiq-cron-0.4.2.ebuild => sidekiq-cron-0.4.4.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/sidekiq-cron/Manifest b/dev-ruby/sidekiq-cron/Manifest
index 8a049f8..128cc57 100644
--- a/dev-ruby/sidekiq-cron/Manifest
+++ b/dev-ruby/sidekiq-cron/Manifest
@@ -1 +1 @@
-DIST sidekiq-cron-0.4.2.gem 174592 SHA256 25a1f819d1f033bd0fc1d6eddad616fa195d65124b611cfdb3f253b2e52574a5 SHA512 3cc0a2ba20f2c796d847e9e88dbff0792f57ff7ec2289cb9c5395e5e653b1e72e2454c91f3a5f937f35f8e1e32a5e2cc8d31e792e32da1c06627e2d27e8ac502 WHIRLPOOL bdb23ad98323cb159f873105ffe775dfa3a82f3051dfc41eaa51f21a1dd4dd5534a1d205dfb85b52aba8d3b1352ee0237ce436f426d136c3df0311d1fdc82088
+DIST sidekiq-cron-0.4.4.gem 175104 SHA256 aacdff12e1f4486abe34bdae835a476d6c75b812b6c3dbd87d1440e7214051af SHA512 bc6773fc813e46e26738f2593210b61ba7668633a431f9dce0fc8109a2651b6568f7fc9248bbd906c0e57f2f9f062797178fd50974a14f2a591bb5d6c735ea34 WHIRLPOOL 00fe9c913180576222b3d010d72cbbbea0bc08e009a11dac3a0811fe28c0e6445965e483053e16bd29c6c17ed7b2203f81b1fb9c2e101d2adfb47bfffd18a8cd
diff --git a/dev-ruby/sidekiq-cron/sidekiq-cron-0.4.2.ebuild b/dev-ruby/sidekiq-cron/sidekiq-cron-0.4.4.ebuild
similarity index 97%
rename from dev-ruby/sidekiq-cron/sidekiq-cron-0.4.2.ebuild
rename to dev-ruby/sidekiq-cron/sidekiq-cron-0.4.4.ebuild
index 99ee05c..1a7864b 100644
--- a/dev-ruby/sidekiq-cron/sidekiq-cron-0.4.2.ebuild
+++ b/dev-ruby/sidekiq-cron/sidekiq-cron-0.4.4.ebuild
@@ -20,7 +20,7 @@ IUSE=""
ruby_add_rdepend ">=dev-ruby/redis-namespace-1.5.2
>=dev-ruby/rufus-scheduler-2.0.24
- >=dev-ruby/sidekiq-4.0.0"
+ >=dev-ruby/sidekiq-4.2.1"
ruby_add_bdepend "test? ( dev-ruby/minitest
dev-ruby/mocha
dev-ruby/rack
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-01 19:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-27 0:45 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/sidekiq-cron/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2016-10-01 19:52 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