Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-activejob51 devel/ruby-activejob51: remove ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a33f108592c4
branches: trunk
changeset: 438839:a33f108592c4
user: taca <taca%pkgsrc.org@localhost>
date: Thu Sep 10 16:46:24 2020 +0000
description:
devel/ruby-activejob51: remove package
Remove ruby-activejob51 (Ruby on Rails 5.1.*) package which is EOL.
diffstat:
devel/ruby-activejob51/DESCR | 21 ---------------------
devel/ruby-activejob51/Makefile | 21 ---------------------
devel/ruby-activejob51/PLIST | 41 -----------------------------------------
devel/ruby-activejob51/distinfo | 6 ------
4 files changed, 0 insertions(+), 89 deletions(-)
diffs (105 lines):
diff -r b2301ee4ed4b -r a33f108592c4 devel/ruby-activejob51/DESCR
--- a/devel/ruby-activejob51/DESCR Thu Sep 10 16:45:44 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-Active Job is a framework for declaring jobs and making them run on a
-variety of queueing backends. These jobs can be everything from
-regularly scheduled clean-ups, to billing charges, to
-mailings. Anything that can be chopped up into small units of work and
-run in parallel, really.
-
-It also serves as the backend for Action Mailer's #deliver_later
-functionality that makes it easy to turn any mailing into a job for
-running later. That's one of the most common jobs in a modern web
-application: Sending emails outside of the request-response cycle, so
-the user doesn't have to wait on it.
-
-The main point is to ensure that all Rails apps will have a job
-infrastructure in place, even if it's in the form of an "immediate
-runner". We can then have framework features and other gems build on
-top of that, without having to worry about API differences between
-Delayed Job and Resque. Picking your queuing backend becomes more of
-an operational concern, then. And you'll be able to switch between
-them without having to rewrite your jobs.
-
-This is for Ruby on Rails 5.1.
diff -r b2301ee4ed4b -r a33f108592c4 devel/ruby-activejob51/Makefile
--- a/devel/ruby-activejob51/Makefile Thu Sep 10 16:45:44 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2020/03/20 15:26:27 taca Exp $
-
-DISTNAME= activejob-${RAILS_VERSION}
-PKGNAME= ${RUBY_PKGPREFIX}-activejob${RUBY_RAILS}-${RAILS_VERSION}
-CATEGORIES= devel
-
-MAINTAINER= minskim%NetBSD.org@localhost
-HOMEPAGE= http://www.rubyonrails.org/
-COMMENT= Job classes that can be run by a variety of queueing backends
-LICENSE= mit
-
-DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
-DEPENDS+= ${RUBY_PKGPREFIX}-globalid>=0.3.6:../../devel/ruby-globalid
-
-USE_LANGUAGES= # none
-
-RUBY_RAILS_ACCEPTED= 51
-RUBY_RAILS_STRICT_DEP= yes
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r b2301ee4ed4b -r a33f108592c4 devel/ruby-activejob51/PLIST
--- a/devel/ruby-activejob51/PLIST Thu Sep 10 16:45:44 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/21 09:50:44 taca Exp $
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/CHANGELOG.md
-${GEM_LIBDIR}/MIT-LICENSE
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/lib/active_job.rb
-${GEM_LIBDIR}/lib/active_job/arguments.rb
-${GEM_LIBDIR}/lib/active_job/base.rb
-${GEM_LIBDIR}/lib/active_job/callbacks.rb
-${GEM_LIBDIR}/lib/active_job/configured_job.rb
-${GEM_LIBDIR}/lib/active_job/core.rb
-${GEM_LIBDIR}/lib/active_job/enqueuing.rb
-${GEM_LIBDIR}/lib/active_job/exceptions.rb
-${GEM_LIBDIR}/lib/active_job/execution.rb
-${GEM_LIBDIR}/lib/active_job/gem_version.rb
-${GEM_LIBDIR}/lib/active_job/logging.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/async_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/backburner_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/delayed_job_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/inline_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/qu_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/que_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/queue_classic_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/resque_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/sidekiq_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/sneakers_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/sucker_punch_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_adapters/test_adapter.rb
-${GEM_LIBDIR}/lib/active_job/queue_name.rb
-${GEM_LIBDIR}/lib/active_job/queue_priority.rb
-${GEM_LIBDIR}/lib/active_job/railtie.rb
-${GEM_LIBDIR}/lib/active_job/test_case.rb
-${GEM_LIBDIR}/lib/active_job/test_helper.rb
-${GEM_LIBDIR}/lib/active_job/translation.rb
-${GEM_LIBDIR}/lib/active_job/version.rb
-${GEM_LIBDIR}/lib/rails/generators/job/job_generator.rb
-${GEM_LIBDIR}/lib/rails/generators/job/templates/application_job.rb
-${GEM_LIBDIR}/lib/rails/generators/job/templates/job.rb
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r b2301ee4ed4b -r a33f108592c4 devel/ruby-activejob51/distinfo
--- a/devel/ruby-activejob51/distinfo Thu Sep 10 16:45:44 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 2020/03/20 15:26:27 taca Exp $
-
-SHA1 (activejob-5.1.7.gem) = 9e9ac3c56f0c2177c5ce25c7e9889d6ae44964e2
-RMD160 (activejob-5.1.7.gem) = a65bce8c2f4bb5fec5031e418b0ee06351d56519
-SHA512 (activejob-5.1.7.gem) = e4472e77479d780c59576a70cda2b5e8c1e4973475c54973e80f5f98db358e638329a1db5b34398f9693bc9b45ede222ef6ccc39d7696b85cf93aa3c4dc621ae
-Size (activejob-5.1.7.gem) = 26112 bytes
Home |
Main Index |
Thread Index |
Old Index