pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-dotenv Remove ruby-dotenv package. it was ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6b234c2ffbc
branches:  trunk
changeset: 364192:f6b234c2ffbc
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 21 14:50:40 2017 +0000

description:
Remove ruby-dotenv package.  it was required by ruby-celluloid but it dose
not any more.

diffstat:

 devel/ruby-dotenv/DESCR    |  12 ------------
 devel/ruby-dotenv/Makefile |  12 ------------
 devel/ruby-dotenv/PLIST    |  15 ---------------
 devel/ruby-dotenv/distinfo |   6 ------
 4 files changed, 0 insertions(+), 45 deletions(-)

diffs (61 lines):

diff -r d8c56f258335 -r f6b234c2ffbc devel/ruby-dotenv/DESCR
--- a/devel/ruby-dotenv/DESCR   Wed Jun 21 14:49:56 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-Shim to load environment variables from `.env` into `ENV` in *development*.
-
-Storing [configuration in the environment](http://www.12factor.net/config) is
-one of the tenets of a [twelve-factor app](http://www.12factor.net/). Anything
-that is likely to change between deployment environments-such as resource
-handles for databases or credentials for external services - should be
-extracted from the code into environment variables.
-
-But it is not always practical to set environment variables on development
-machines or continuous integration servers where multiple projects are
-run. dotenv loads variables from a `.env` file into `ENV` when the environment
-is bootstrapped.
diff -r d8c56f258335 -r f6b234c2ffbc devel/ruby-dotenv/Makefile
--- a/devel/ruby-dotenv/Makefile        Wed Jun 21 14:49:56 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2016/02/16 14:55:34 taca Exp $
-
-DISTNAME=      dotenv-2.1.0
-CATEGORIES=    devel
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/bkeepers/dotenv
-COMMENT=       Loads environment variables from .env
-LICENSE=       mit
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d8c56f258335 -r f6b234c2ffbc devel/ruby-dotenv/PLIST
--- a/devel/ruby-dotenv/PLIST   Wed Jun 21 14:49:56 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/09/13 13:57:25 taca Exp $
-bin/dotenv
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/bin/dotenv
-${GEM_LIBDIR}/lib/dotenv.rb
-${GEM_LIBDIR}/lib/dotenv/cli.rb
-${GEM_LIBDIR}/lib/dotenv/environment.rb
-${GEM_LIBDIR}/lib/dotenv/parser.rb
-${GEM_LIBDIR}/lib/dotenv/substitutions/command.rb
-${GEM_LIBDIR}/lib/dotenv/substitutions/variable.rb
-${GEM_LIBDIR}/lib/dotenv/tasks.rb
-${GEM_LIBDIR}/lib/dotenv/version.rb
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r d8c56f258335 -r f6b234c2ffbc devel/ruby-dotenv/distinfo
--- a/devel/ruby-dotenv/distinfo        Wed Jun 21 14:49:56 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2016/02/16 14:55:34 taca Exp $
-
-SHA1 (dotenv-2.1.0.gem) = cf327cf795016bcbea38b67fda961f6711c64f91
-RMD160 (dotenv-2.1.0.gem) = 296ab6d8a4802dbb51c0b0f3d23cc94fc07ca0da
-SHA512 (dotenv-2.1.0.gem) = d34addb9ac9af2b08fc8a70415eefa3ed3f9659878b3e23e714c35f356c148b826616445b80d5232b27b84c7812c6775980cac20217704476f599f829aca2a31
-Size (dotenv-2.1.0.gem) = 10240 bytes



Home | Main Index | Thread Index | Old Index