Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 54D457A1AF for ; Sun, 9 Oct 2016 14:33:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 04B4085E93; Sun, 9 Oct 2016 14:33:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 88DDC85E8D for ; Sun, 9 Oct 2016 14:33:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Zc9MqkNX1RPB for ; Sun, 9 Oct 2016 14:33:41 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 11FAC85E27 for ; Sun, 9 Oct 2016 14:33:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 088AFFBD2; Sun, 9 Oct 2016 14:33:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476023621273160" MIME-Version: 1.0 Date: Sun, 9 Oct 2016 14:33:41 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-dep To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20161009143341.088AFFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1476023621273160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1476023621273160 Content-Disposition: inline Content-Length: 2305 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1476023621273160--