pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-dep Add ruby-dep package version 1.4.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc28a9bc5982
branches:  trunk
changeset: 353603:dc28a9bc5982
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 09 14:33:40 2016 +0000

description:
Add ruby-dep package version 1.4.0.

Creates a version constraint of supported Rubies, suitable for a gemspec file.

diffstat:

 devel/ruby-dep/DESCR    |   1 +
 devel/ruby-dep/Makefile |  15 +++++++++++++++
 devel/ruby-dep/PLIST    |  17 +++++++++++++++++
 devel/ruby-dep/distinfo |   6 ++++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 7be7a6179a39 -r dc28a9bc5982 devel/ruby-dep/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-dep/DESCR      Sun Oct 09 14:33:40 2016 +0000
@@ -0,0 +1,1 @@
+Creates a version constraint of supported Rubies,suitable for a gemspec file.
diff -r 7be7a6179a39 -r dc28a9bc5982 devel/ruby-dep/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-dep/Makefile   Sun Oct 09 14:33:40 2016 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2016/10/09 14:33:40 taca Exp $
+
+DISTNAME=      ruby_dep-${VERS}
+PKGNAME=       ${RUBY_PKGPREFIX}-dep-${VERS}
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/e2/ruby_dep
+COMMENT=       Extracts supported Ruby versions from Travis file
+LICENSE=       mit
+
+VERS=          1.4.0
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7be7a6179a39 -r dc28a9bc5982 devel/ruby-dep/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-dep/PLIST      Sun Oct 09 14:33:40 2016 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2016/10/09 14:33:40 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.rubocop.yml
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/ruby_dep.rb
+${GEM_LIBDIR}/lib/ruby_dep/logger.rb
+${GEM_LIBDIR}/lib/ruby_dep/quiet.rb
+${GEM_LIBDIR}/lib/ruby_dep/ruby_version.rb
+${GEM_LIBDIR}/lib/ruby_dep/travis.rb
+${GEM_LIBDIR}/lib/ruby_dep/travis/ruby_version.rb
+${GEM_LIBDIR}/lib/ruby_dep/version.rb
+${GEM_LIBDIR}/lib/ruby_dep/warning.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 7be7a6179a39 -r dc28a9bc5982 devel/ruby-dep/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-dep/distinfo   Sun Oct 09 14:33:40 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/10/09 14:33:40 taca Exp $
+
+SHA1 (ruby_dep-1.4.0.gem) = 8a4d57c834a4394e276f91cc80d5c251cdfc547f
+RMD160 (ruby_dep-1.4.0.gem) = 5aa1fb8d5e1146600e09bb911d3d1817fc7586e4
+SHA512 (ruby_dep-1.4.0.gem) = 83e8f52a3d23d4e064d44f506a7744cdfa5eae0421c469275c4ed511ff088b68fc7cfa666e1dd6e5e1df474280df8d27028c8d675c0b4abdace0cff46701c14f
+Size (ruby_dep-1.4.0.gem) = 10752 bytes



Home | Main Index | Thread Index | Old Index