pkgsrc-WIP-changes archive

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

Packages are now imported in pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Mon Aug 21 15:30:30 2017 +0200
Changeset:	018c3c5edf7b8129990c48e286c7e05bbfa505fb

Modified Files:
	Makefile
Removed Files:
	ruby-mustache/DESCR
	ruby-mustache/Makefile
	ruby-mustache/PLIST
	ruby-mustache/distinfo
	ruby-rdiscount/DESCR
	ruby-rdiscount/Makefile
	ruby-rdiscount/PLIST
	ruby-rdiscount/distinfo
	ruby-ronn/DESCR
	ruby-ronn/Makefile
	ruby-ronn/PLIST
	ruby-ronn/distinfo

Log Message:
Packages are now imported in pkgsrc.

ruby-mustache is now in devel/
ruby-rdiscount is now in textproc/
ruby-ronn is now in devel/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=018c3c5edf7b8129990c48e286c7e05bbfa505fb

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

diffstat:
 Makefile                |  3 --
 ruby-mustache/DESCR     |  6 ----
 ruby-mustache/Makefile  | 21 -------------
 ruby-mustache/PLIST     | 78 -------------------------------------------------
 ruby-mustache/distinfo  |  6 ----
 ruby-rdiscount/DESCR    |  4 ---
 ruby-rdiscount/Makefile | 20 -------------
 ruby-rdiscount/PLIST    | 57 ------------------------------------
 ruby-rdiscount/distinfo |  6 ----
 ruby-ronn/DESCR         |  6 ----
 ruby-ronn/Makefile      | 25 ----------------
 ruby-ronn/PLIST         | 73 ---------------------------------------------
 ruby-ronn/distinfo      |  5 ----
 13 files changed, 310 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 21c4773d6b..ddca86ab92 100644
--- a/Makefile
+++ b/Makefile
@@ -3957,13 +3957,10 @@ SUBDIR+=	ruby-git_stats
 SUBDIR+=	ruby-iesd
 SUBDIR+=	ruby-kakasi
 SUBDIR+=	ruby-libv8
-SUBDIR+=	ruby-mustache
 SUBDIR+=	ruby-neovim
 SUBDIR+=	ruby-passenger
-SUBDIR+=	ruby-rdiscount
 SUBDIR+=	ruby-redmine
 SUBDIR+=	ruby-review
-SUBDIR+=	ruby-ronn
 SUBDIR+=	ruby-teamocil
 SUBDIR+=	ruby-termit
 SUBDIR+=	ruby-therubyracer
diff --git a/ruby-mustache/DESCR b/ruby-mustache/DESCR
deleted file mode 100644
index c21464e75a..0000000000
--- a/ruby-mustache/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Inspired by ctemplate and et, Mustache is a framework-agnostic way
-to render logic-free views.
-As ctemplates says, "It emphasizes separating logic from presentation:
-it is impossible to embed application logic in this template language."
-For a list of implementations (other than Ruby) and tips, see
-http://mustache.github.io/.
diff --git a/ruby-mustache/Makefile b/ruby-mustache/Makefile
deleted file mode 100644
index 94cdcf2da9..0000000000
--- a/ruby-mustache/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/04/25 21:58:17 ahp-nils Exp $
-
-DISTNAME=		mustache-1.0.3
-PKGNAME=		${RUBY_PKGPREFIX}-${DISTNAME}
-CATEGORIES=		devel
-
-MAINTAINER=		nils%NetBSD.org@localhost
-HOMEPAGE=		https://mustache.github.io/
-COMMENT=		Logic-less Ruby templates
-LICENSE=		mit
-
-RUBYGEM_OPTIONS+=	--format-executable
-
-INSTALLATION_DIRS+=	${PKGMANDIR}/man1 ${PKGMANDIR}/man5
-
-post-install:
-	${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/mustache.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${RUBY_PKGPREFIX}-mustache.1
-	${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/mustache.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/${RUBY_PKGPREFIX}-mustache.5
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-mustache/PLIST b/ruby-mustache/PLIST
deleted file mode 100644
index 14dc354536..0000000000
--- a/ruby-mustache/PLIST
+++ /dev/null
@@ -1,78 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/25 21:58:18 ahp-nils Exp $
-bin/mustache${RUBY_SUFFIX}
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/bin/mustache
-${GEM_LIBDIR}/lib/mustache.rb
-${GEM_LIBDIR}/lib/mustache/context.rb
-${GEM_LIBDIR}/lib/mustache/context_miss.rb
-${GEM_LIBDIR}/lib/mustache/enumerable.rb
-${GEM_LIBDIR}/lib/mustache/generator.rb
-${GEM_LIBDIR}/lib/mustache/parser.rb
-${GEM_LIBDIR}/lib/mustache/settings.rb
-${GEM_LIBDIR}/lib/mustache/template.rb
-${GEM_LIBDIR}/lib/mustache/utils.rb
-${GEM_LIBDIR}/lib/mustache/version.rb
-${GEM_LIBDIR}/man/mustache.1
-${GEM_LIBDIR}/man/mustache.1.html
-${GEM_LIBDIR}/man/mustache.1.ron
-${GEM_LIBDIR}/man/mustache.5
-${GEM_LIBDIR}/man/mustache.5.html
-${GEM_LIBDIR}/man/mustache.5.ron
-${GEM_LIBDIR}/test/autoloading_test.rb
-${GEM_LIBDIR}/test/fixtures/comments.mustache
-${GEM_LIBDIR}/test/fixtures/comments.rb
-${GEM_LIBDIR}/test/fixtures/complex_view.mustache
-${GEM_LIBDIR}/test/fixtures/complex_view.rb
-${GEM_LIBDIR}/test/fixtures/crazy_recursive.mustache
-${GEM_LIBDIR}/test/fixtures/crazy_recursive.rb
-${GEM_LIBDIR}/test/fixtures/delimiters.mustache
-${GEM_LIBDIR}/test/fixtures/delimiters.rb
-${GEM_LIBDIR}/test/fixtures/dot_notation.mustache
-${GEM_LIBDIR}/test/fixtures/dot_notation.rb
-${GEM_LIBDIR}/test/fixtures/double_section.mustache
-${GEM_LIBDIR}/test/fixtures/double_section.rb
-${GEM_LIBDIR}/test/fixtures/escaped.mustache
-${GEM_LIBDIR}/test/fixtures/escaped.rb
-${GEM_LIBDIR}/test/fixtures/inner_partial.mustache
-${GEM_LIBDIR}/test/fixtures/inner_partial.txt
-${GEM_LIBDIR}/test/fixtures/inverted_section.mustache
-${GEM_LIBDIR}/test/fixtures/inverted_section.rb
-${GEM_LIBDIR}/test/fixtures/lambda.mustache
-${GEM_LIBDIR}/test/fixtures/lambda.rb
-${GEM_LIBDIR}/test/fixtures/liberal.mustache
-${GEM_LIBDIR}/test/fixtures/liberal.rb
-${GEM_LIBDIR}/test/fixtures/method_missing.rb
-${GEM_LIBDIR}/test/fixtures/namespaced.mustache
-${GEM_LIBDIR}/test/fixtures/namespaced.rb
-${GEM_LIBDIR}/test/fixtures/nested_objects.mustache
-${GEM_LIBDIR}/test/fixtures/nested_objects.rb
-${GEM_LIBDIR}/test/fixtures/node.mustache
-${GEM_LIBDIR}/test/fixtures/partial_with_module.mustache
-${GEM_LIBDIR}/test/fixtures/partial_with_module.rb
-${GEM_LIBDIR}/test/fixtures/passenger.conf
-${GEM_LIBDIR}/test/fixtures/passenger.rb
-${GEM_LIBDIR}/test/fixtures/recursive.mustache
-${GEM_LIBDIR}/test/fixtures/recursive.rb
-${GEM_LIBDIR}/test/fixtures/simple.mustache
-${GEM_LIBDIR}/test/fixtures/simple.rb
-${GEM_LIBDIR}/test/fixtures/simply_complicated.mustache
-${GEM_LIBDIR}/test/fixtures/template_partial.mustache
-${GEM_LIBDIR}/test/fixtures/template_partial.rb
-${GEM_LIBDIR}/test/fixtures/template_partial.txt
-${GEM_LIBDIR}/test/fixtures/unescaped.mustache
-${GEM_LIBDIR}/test/fixtures/unescaped.rb
-${GEM_LIBDIR}/test/fixtures/utf8.mustache
-${GEM_LIBDIR}/test/fixtures/utf8_partial.mustache
-${GEM_LIBDIR}/test/helper.rb
-${GEM_LIBDIR}/test/mustache_test.rb
-${GEM_LIBDIR}/test/parser_test.rb
-${GEM_LIBDIR}/test/partial_test.rb
-${GEM_LIBDIR}/test/spec_test.rb
-${GEM_LIBDIR}/test/template_test.rb
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
-man/man1/${RUBY_PKGPREFIX}-mustache.1
-man/man5/${RUBY_PKGPREFIX}-mustache.5
-@pkgdir lib/ruby/gems/2.0.0/build_info
diff --git a/ruby-mustache/distinfo b/ruby-mustache/distinfo
deleted file mode 100644
index 4f2c883284..0000000000
--- a/ruby-mustache/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/04/25 21:58:18 ahp-nils Exp $
-
-SHA1 (mustache-1.0.3.gem) = 9e3da0dbb4542a31a995c08be95f154e129719e4
-RMD160 (mustache-1.0.3.gem) = 4122c20f21625b1a2ad2364268b9fa6c46cdf8de
-SHA512 (mustache-1.0.3.gem) = 2329a8f63fd025cbf2dee7c8034b0914d5348874775a4df9067a8af9aa566c639dfa7a5fabf63c3f48d520d4b5b901ae47e880e5a85213c253780036e1650255
-Size (mustache-1.0.3.gem) = 40960 bytes
diff --git a/ruby-rdiscount/DESCR b/ruby-rdiscount/DESCR
deleted file mode 100644
index 9c606a5aad..0000000000
--- a/ruby-rdiscount/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-RDiscount converts documents in Markdown syntax to HTML.
-It uses the excellent Discount processor by David Loren Parsons
-for this purpose, and thereby inherits Discount's numerous useful
-extensions to the Markdown language.
diff --git a/ruby-rdiscount/Makefile b/ruby-rdiscount/Makefile
deleted file mode 100644
index a090957202..0000000000
--- a/ruby-rdiscount/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/04/25 21:55:59 ahp-nils Exp $
-
-DISTNAME=		rdiscount-2.2.0.1
-PKGNAME=		${RUBY_PKGPREFIX}-${DISTNAME}
-CATEGORIES=		textproc
-
-MAINTAINER=		nils%NetBSD.org@localhost
-HOMEPAGE=		http://dafoster.net/projects/rdiscount/
-COMMENT=		Converts documents in Markdown syntax to HTML
-LICENSE=		modified-bsd
-
-RUBYGEM_OPTIONS+=	--format-executable
-
-INSTALLATION_DIRS+=	${PKGMANDIR}/man1
-
-post-install:
-	${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/rdiscount.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${RUBY_PKGPREFIX}-rdiscount.1
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-rdiscount/PLIST b/ruby-rdiscount/PLIST
deleted file mode 100644
index ba535763a9..0000000000
--- a/ruby-rdiscount/PLIST
+++ /dev/null
@@ -1,57 +0,0 @@
-@comment $NetBSD$
-bin/rdiscount${RUBY_SUFFIX}
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_EXTSDIR}/gem.build_complete
-${GEM_EXTSDIR}/rdiscount.${RUBY_DLEXT}
-${GEM_LIBDIR}/BUILDING
-${GEM_LIBDIR}/COPYING
-${GEM_LIBDIR}/README.markdown
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/bin/rdiscount
-${GEM_LIBDIR}/ext/Csio.c
-${GEM_LIBDIR}/ext/VERSION
-${GEM_LIBDIR}/ext/amalloc.c
-${GEM_LIBDIR}/ext/amalloc.h
-${GEM_LIBDIR}/ext/basename.c
-${GEM_LIBDIR}/ext/blocktags
-${GEM_LIBDIR}/ext/config.h
-${GEM_LIBDIR}/ext/css.c
-${GEM_LIBDIR}/ext/cstring.h
-${GEM_LIBDIR}/ext/docheader.c
-${GEM_LIBDIR}/ext/dumptree.c
-${GEM_LIBDIR}/ext/emmatch.c
-${GEM_LIBDIR}/ext/extconf.rb
-${GEM_LIBDIR}/ext/flags.c
-${GEM_LIBDIR}/ext/generate.c
-${GEM_LIBDIR}/ext/github_flavoured.c
-${GEM_LIBDIR}/ext/html5.c
-${GEM_LIBDIR}/ext/markdown.c
-${GEM_LIBDIR}/ext/markdown.h
-${GEM_LIBDIR}/ext/mkdio.c
-${GEM_LIBDIR}/ext/mkdio.h
-${GEM_LIBDIR}/ext/mktags.c
-${GEM_LIBDIR}/ext/pgm_options.c
-${GEM_LIBDIR}/ext/pgm_options.h
-${GEM_LIBDIR}/ext/rdiscount.c
-${GEM_LIBDIR}/ext/resource.c
-${GEM_LIBDIR}/ext/setup.c
-${GEM_LIBDIR}/ext/tags.c
-${GEM_LIBDIR}/ext/tags.h
-${GEM_LIBDIR}/ext/toc.c
-${GEM_LIBDIR}/ext/version.c
-${GEM_LIBDIR}/ext/xml.c
-${GEM_LIBDIR}/ext/xmlpage.c
-${GEM_LIBDIR}/lib/markdown.rb
-${GEM_LIBDIR}/lib/rdiscount.rb
-${GEM_LIBDIR}/lib/rdiscount.${RUBY_DLEXT}
-${GEM_LIBDIR}/man/markdown.7
-${GEM_LIBDIR}/man/rdiscount.1
-${GEM_LIBDIR}/man/rdiscount.1.ronn
-${GEM_LIBDIR}/rdiscount.gemspec
-${GEM_LIBDIR}/test/benchmark.rb
-${GEM_LIBDIR}/test/benchmark.txt
-${GEM_LIBDIR}/test/markdown_test.rb
-${GEM_LIBDIR}/test/rdiscount_test.rb
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
-man/man1/${RUBY_PKGPREFIX}-rdiscount.1
-@pkgdir lib/ruby/gems/2.2.0/build_info
diff --git a/ruby-rdiscount/distinfo b/ruby-rdiscount/distinfo
deleted file mode 100644
index adeee96522..0000000000
--- a/ruby-rdiscount/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/04/25 21:55:59 ahp-nils Exp $
-
-SHA1 (rdiscount-2.2.0.1.gem) = 1fb5666607a1c0925d909e05d83a873d751bf3e3
-RMD160 (rdiscount-2.2.0.1.gem) = f2bfa0b406f6e182b7c41da89e94e23724961a5a
-SHA512 (rdiscount-2.2.0.1.gem) = 81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6
-Size (rdiscount-2.2.0.1.gem) = 68096 bytes
diff --git a/ruby-ronn/DESCR b/ruby-ronn/DESCR
deleted file mode 100644
index 8a40fe135f..0000000000
--- a/ruby-ronn/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Ronn builds manuals. It converts simple, human readable textfiles
-to roff for terminal display, and also to HTML for the web.
-The source format includes all of Markdown but has a more rigid
-structure and syntax extensions for features commonly found in
-manpages (definition lists, link notation, etc.).
-The ronn-format(7) manual page defines the format in detail.
diff --git a/ruby-ronn/Makefile b/ruby-ronn/Makefile
deleted file mode 100644
index 6bf2037006..0000000000
--- a/ruby-ronn/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/04/25 21:59:58 ahp-nils Exp $
-
-DISTNAME=		ronn-0.7.3
-PKGNAME=		${RUBY_PKGPREFIX}-${DISTNAME}
-CATEGORIES=		devel textproc
-
-MAINTAINER=		nils%NetBSD.org@localhost
-HOMEPAGE=		https://rtomayko.github.io/ronn/
-COMMENT=		Manual authoring tool
-LICENSE=		mit
-
-DEPENDS+=		${RUBY_PKGPREFIX}-hpricot-[0-9]*:../../textproc/ruby-hpricot
-DEPENDS+=		${RUBY_PKGPREFIX}-mustache-[0-9]*:../../wip/ruby-mustache
-DEPENDS+=		${RUBY_PKGPREFIX}-rdiscount-[0-9]*:../../wip/ruby-rdiscount
-
-RUBYGEM_OPTIONS+=	--format-executable
-
-INSTALLATION_DIRS+=	${PKGMANDIR}/man1 ${PKGMANDIR}/man7
-
-post-install:
-	${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/ronn.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ronn.1
-	${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/ronn-format.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7/ronn-format.7
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-ronn/PLIST b/ruby-ronn/PLIST
deleted file mode 100644
index bf4c295418..0000000000
--- a/ruby-ronn/PLIST
+++ /dev/null
@@ -1,73 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/25 21:59:58 ahp-nils Exp $
-bin/ronn${RUBY_SUFFIX}
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/AUTHORS
-${GEM_LIBDIR}/CHANGES
-${GEM_LIBDIR}/COPYING
-${GEM_LIBDIR}/INSTALLING
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/bin/ronn
-${GEM_LIBDIR}/config.ru
-${GEM_LIBDIR}/lib/ronn.rb
-${GEM_LIBDIR}/lib/ronn/document.rb
-${GEM_LIBDIR}/lib/ronn/index.rb
-${GEM_LIBDIR}/lib/ronn/roff.rb
-${GEM_LIBDIR}/lib/ronn/server.rb
-${GEM_LIBDIR}/lib/ronn/template.rb
-${GEM_LIBDIR}/lib/ronn/template/80c.css
-${GEM_LIBDIR}/lib/ronn/template/dark.css
-${GEM_LIBDIR}/lib/ronn/template/darktoc.css
-${GEM_LIBDIR}/lib/ronn/template/default.html
-${GEM_LIBDIR}/lib/ronn/template/man.css
-${GEM_LIBDIR}/lib/ronn/template/print.css
-${GEM_LIBDIR}/lib/ronn/template/screen.css
-${GEM_LIBDIR}/lib/ronn/template/toc.css
-${GEM_LIBDIR}/lib/ronn/utils.rb
-${GEM_LIBDIR}/man/index.html
-${GEM_LIBDIR}/man/index.txt
-${GEM_LIBDIR}/man/ronn-format.7
-${GEM_LIBDIR}/man/ronn-format.7.ronn
-${GEM_LIBDIR}/man/ronn.1
-${GEM_LIBDIR}/man/ronn.1.ronn
-${GEM_LIBDIR}/ronn.gemspec
-${GEM_LIBDIR}/test/angle_bracket_syntax.html
-${GEM_LIBDIR}/test/angle_bracket_syntax.ronn
-${GEM_LIBDIR}/test/basic_document.html
-${GEM_LIBDIR}/test/basic_document.ronn
-${GEM_LIBDIR}/test/contest.rb
-${GEM_LIBDIR}/test/custom_title_document.html
-${GEM_LIBDIR}/test/custom_title_document.ronn
-${GEM_LIBDIR}/test/definition_list_syntax.html
-${GEM_LIBDIR}/test/definition_list_syntax.roff
-${GEM_LIBDIR}/test/definition_list_syntax.ronn
-${GEM_LIBDIR}/test/dots_at_line_start_test.roff
-${GEM_LIBDIR}/test/dots_at_line_start_test.ronn
-${GEM_LIBDIR}/test/entity_encoding_test.html
-${GEM_LIBDIR}/test/entity_encoding_test.roff
-${GEM_LIBDIR}/test/entity_encoding_test.ronn
-${GEM_LIBDIR}/test/index.txt
-${GEM_LIBDIR}/test/markdown_syntax.html
-${GEM_LIBDIR}/test/markdown_syntax.roff
-${GEM_LIBDIR}/test/markdown_syntax.ronn
-${GEM_LIBDIR}/test/middle_paragraph.html
-${GEM_LIBDIR}/test/middle_paragraph.roff
-${GEM_LIBDIR}/test/middle_paragraph.ronn
-${GEM_LIBDIR}/test/missing_spaces.roff
-${GEM_LIBDIR}/test/missing_spaces.ronn
-${GEM_LIBDIR}/test/pre_block_with_quotes.roff
-${GEM_LIBDIR}/test/pre_block_with_quotes.ronn
-${GEM_LIBDIR}/test/section_reference_links.html
-${GEM_LIBDIR}/test/section_reference_links.roff
-${GEM_LIBDIR}/test/section_reference_links.ronn
-${GEM_LIBDIR}/test/test_ronn.rb
-${GEM_LIBDIR}/test/test_ronn_document.rb
-${GEM_LIBDIR}/test/test_ronn_index.rb
-${GEM_LIBDIR}/test/titleless_document.html
-${GEM_LIBDIR}/test/titleless_document.ronn
-${GEM_LIBDIR}/test/underline_spacing_test.roff
-${GEM_LIBDIR}/test/underline_spacing_test.ronn
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
-man/man1/ronn.1
-man/man7/ronn-format.7
-@pkgdir lib/ruby/gems/2.0.0/build_info
diff --git a/ruby-ronn/distinfo b/ruby-ronn/distinfo
deleted file mode 100644
index f026ade7a9..0000000000
--- a/ruby-ronn/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/04/25 21:59:58 ahp-nils Exp $
-
-SHA1 (ronn-0.7.3.gem) = e30936a7e93204a81dd84fc0bff283b645fa1c29
-RMD160 (ronn-0.7.3.gem) = 2b9b7cce3a81dd20971823cb401f5894e3498c92
-Size (ronn-0.7.3.gem) = 61440 bytes


Home | Main Index | Thread Index | Old Index