pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-dep



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Oct  9 14:33:40 UTC 2016

Added Files:
        pkgsrc/devel/ruby-dep: DESCR Makefile PLIST distinfo

Log Message:
Add ruby-dep package version 1.4.0.

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-dep/DESCR \
    pkgsrc/devel/ruby-dep/Makefile pkgsrc/devel/ruby-dep/PLIST \
    pkgsrc/devel/ruby-dep/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-dep/DESCR
diff -u /dev/null pkgsrc/devel/ruby-dep/DESCR:1.1
--- /dev/null   Sun Oct  9 14:33:40 2016
+++ pkgsrc/devel/ruby-dep/DESCR Sun Oct  9 14:33:40 2016
@@ -0,0 +1 @@
+Creates a version constraint of supported Rubies,suitable for a gemspec file.
Index: pkgsrc/devel/ruby-dep/Makefile
diff -u /dev/null pkgsrc/devel/ruby-dep/Makefile:1.1
--- /dev/null   Sun Oct  9 14:33:40 2016
+++ pkgsrc/devel/ruby-dep/Makefile      Sun Oct  9 14:33:40 2016
@@ -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"
Index: pkgsrc/devel/ruby-dep/PLIST
diff -u /dev/null pkgsrc/devel/ruby-dep/PLIST:1.1
--- /dev/null   Sun Oct  9 14:33:40 2016
+++ pkgsrc/devel/ruby-dep/PLIST Sun Oct  9 14:33:40 2016
@@ -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
Index: pkgsrc/devel/ruby-dep/distinfo
diff -u /dev/null pkgsrc/devel/ruby-dep/distinfo:1.1
--- /dev/null   Sun Oct  9 14:33:40 2016
+++ pkgsrc/devel/ruby-dep/distinfo      Sun Oct  9 14:33:40 2016
@@ -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