pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ruby-actionmailer42 mail/ruby-actionmailer42: rem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a152497e1c82
branches:  trunk
changeset: 413626:a152497e1c82
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 21 15:37:55 2020 +0000

description:
mail/ruby-actionmailer42: remove package

Remove ruby-actionmailer42 package, a part of Ruby on Rails 4.2 package.

diffstat:

 mail/ruby-actionmailer42/DESCR    |  12 ------------
 mail/ruby-actionmailer42/Makefile |  22 ----------------------
 mail/ruby-actionmailer42/PLIST    |  25 -------------------------
 mail/ruby-actionmailer42/distinfo |   6 ------
 4 files changed, 0 insertions(+), 65 deletions(-)

diffs (81 lines):

diff -r bbea6cf86018 -r a152497e1c82 mail/ruby-actionmailer42/DESCR
--- a/mail/ruby-actionmailer42/DESCR    Sat Mar 21 15:36:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-Action Mailer is a framework for designing email-service layers. These layers
-are used to consolidate code for sending out forgotten passwords, welcome
-wishes on signup, invoices for billing, and any other use case that requires
-a written notification to either a person or another system.
-
-Action Mailer is in essence a wrapper around Action Controller and the
-Mail gem.  It provides a way to make emails using templates in the same
-way that Action Controller renders views using templates.
-
-Additionally, an Action Mailer class can be used to process incoming email,
-such as allowing a weblog to accept new posts from an email (which could even
-have been sent from a phone).
diff -r bbea6cf86018 -r a152497e1c82 mail/ruby-actionmailer42/Makefile
--- a/mail/ruby-actionmailer42/Makefile Sat Mar 21 15:36:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2019/03/03 17:29:02 taca Exp $
-
-DISTNAME=      actionmailer-${RAILS_VERSION}
-PKGNAME=       ${RUBY_PKGPREFIX}-actionmailer${RUBY_RAILS}-${RAILS_VERSION}
-CATEGORIES=    mail devel
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.rubyonrails.org/
-COMMENT=       Email composition, delivery, and receiving (for Rails 4.2)
-LICENSE=       mit
-
-DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
-DEPENDS+=      ${RUBY_ACTIONVIEW_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-mail>=2.5.4:../../mail/ruby-mail
-# ruby-actionview already depends it.
-#DEPENDS+=     ${RUBY_PKGPREFIX}-rails-dom-testing1>=1.0.5:../../textproc/ruby-rails-dom-testing1
-
-RUBY_RAILS_ACCEPTED=   42
-RUBY_RAILS_STRICT_DEP= yes
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r bbea6cf86018 -r a152497e1c82 mail/ruby-actionmailer42/PLIST
--- a/mail/ruby-actionmailer42/PLIST    Sat Mar 21 15:36:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/22 00:41:20 minskim Exp $
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/CHANGELOG.md
-${GEM_LIBDIR}/MIT-LICENSE
-${GEM_LIBDIR}/README.rdoc
-${GEM_LIBDIR}/lib/action_mailer.rb
-${GEM_LIBDIR}/lib/action_mailer/base.rb
-${GEM_LIBDIR}/lib/action_mailer/collector.rb
-${GEM_LIBDIR}/lib/action_mailer/delivery_job.rb
-${GEM_LIBDIR}/lib/action_mailer/delivery_methods.rb
-${GEM_LIBDIR}/lib/action_mailer/gem_version.rb
-${GEM_LIBDIR}/lib/action_mailer/inline_preview_interceptor.rb
-${GEM_LIBDIR}/lib/action_mailer/log_subscriber.rb
-${GEM_LIBDIR}/lib/action_mailer/mail_helper.rb
-${GEM_LIBDIR}/lib/action_mailer/message_delivery.rb
-${GEM_LIBDIR}/lib/action_mailer/preview.rb
-${GEM_LIBDIR}/lib/action_mailer/railtie.rb
-${GEM_LIBDIR}/lib/action_mailer/test_case.rb
-${GEM_LIBDIR}/lib/action_mailer/test_helper.rb
-${GEM_LIBDIR}/lib/action_mailer/version.rb
-${GEM_LIBDIR}/lib/rails/generators/mailer/USAGE
-${GEM_LIBDIR}/lib/rails/generators/mailer/mailer_generator.rb
-${GEM_LIBDIR}/lib/rails/generators/mailer/templates/application_mailer.rb
-${GEM_LIBDIR}/lib/rails/generators/mailer/templates/mailer.rb
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r bbea6cf86018 -r a152497e1c82 mail/ruby-actionmailer42/distinfo
--- a/mail/ruby-actionmailer42/distinfo Sat Mar 21 15:36:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2019/04/14 10:14:57 taca Exp $
-
-SHA1 (actionmailer-4.2.11.1.gem) = b781b4aade8b9c5826fe674a8e300a7c488fc6e4
-RMD160 (actionmailer-4.2.11.1.gem) = 9bca37f33fcbc7c5dba8ef07808dcac824b808de
-SHA512 (actionmailer-4.2.11.1.gem) = b92d1f9cfc64988de102ffa42acf4a085791f5991f87a0c4b39914a3db8ac14650fe88b50475e058ac297dff48048d014cbb1be3afa56c3a21e70f7efcc23104
-Size (actionmailer-4.2.11.1.gem) = 27136 bytes



Home | Main Index | Thread Index | Old Index