pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-path devel/ruby-path: remove package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3810a400ed76
branches:  trunk
changeset: 343431:3810a400ed76
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Nov 04 04:23:06 2019 +0000

description:
devel/ruby-path: remove package

Remove ruby-path package.

Initially, it was added for some other ruby packge depdendency but now no
package depends on it.  And this package is not maintained and no new
rubygems.

diffstat:

 devel/ruby-path/DESCR    |  14 --------------
 devel/ruby-path/Makefile |  12 ------------
 devel/ruby-path/PLIST    |  21 ---------------------
 devel/ruby-path/distinfo |   6 ------
 4 files changed, 0 insertions(+), 53 deletions(-)

diffs (69 lines):

diff -r 746003563eb7 -r 3810a400ed76 devel/ruby-path/DESCR
--- a/devel/ruby-path/DESCR     Mon Nov 04 04:20:28 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-Path - a Path manipulation library
-
-Path is a library to manage paths.  It is similar to Pathname, but has some
-extra goodness.  The method names are intended to be short and explicit, and
-avoid too much duplication like having 'name' or 'path' in the method name.
-
-I believe the object-oriented approach to manipulate paths is very elegant and
-useful.  Paths are naturally the subject of their methods and even if they are
-simple Strings behind, they carry way much more information and deserve a
-first-class status.
-
-Also, using a path library like this avoid to remember in which class the
-functionality is implemented, everything is in one place (if not, please open
-an issue!).
diff -r 746003563eb7 -r 3810a400ed76 devel/ruby-path/Makefile
--- a/devel/ruby-path/Makefile  Mon Nov 04 04:20:28 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2013/09/15 18:38:34 taca Exp $
-
-DISTNAME=      path-1.3.3
-CATEGORIES=    devel
-
-MAINTAINER=    taca%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/eregon/path/
-COMMENT=       Path manipulation library
-LICENSE=       mit
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 746003563eb7 -r 3810a400ed76 devel/ruby-path/PLIST
--- a/devel/ruby-path/PLIST     Mon Nov 04 04:20:28 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/02/11 08:51:00 taca Exp $
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/lib/path.rb
-${GEM_LIBDIR}/lib/path/compatibility.rb
-${GEM_LIBDIR}/lib/path/dir.rb
-${GEM_LIBDIR}/lib/path/file.rb
-${GEM_LIBDIR}/lib/path/file_predicates.rb
-${GEM_LIBDIR}/lib/path/fileutils.rb
-${GEM_LIBDIR}/lib/path/find.rb
-${GEM_LIBDIR}/lib/path/identity.rb
-${GEM_LIBDIR}/lib/path/implementation.rb
-${GEM_LIBDIR}/lib/path/io.rb
-${GEM_LIBDIR}/lib/path/load.rb
-${GEM_LIBDIR}/lib/path/parts.rb
-${GEM_LIBDIR}/lib/path/predicates.rb
-${GEM_LIBDIR}/lib/path/require_tree.rb
-${GEM_LIBDIR}/lib/path/version.rb
-${GEM_LIBDIR}/path.gemspec
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 746003563eb7 -r 3810a400ed76 devel/ruby-path/distinfo
--- a/devel/ruby-path/distinfo  Mon Nov 04 04:20:28 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:29:26 agc Exp $
-
-SHA1 (path-1.3.3.gem) = d688f0ac05b74016b9c7b8ea3db1636d6d7853b8
-RMD160 (path-1.3.3.gem) = 37adc6a95c69f0670a2bd73fb7e35754adae3fef
-SHA512 (path-1.3.3.gem) = 1a14aa5e98ed7db0c9f1eda8fa3410716cc91b604aa6adb6c7768c6247ebb73b8f55ac98560c40ea7602d36e8ca9e32e552b3a99a2f3ad7276e4336806cc8f7a
-Size (path-1.3.3.gem) = 19456 bytes



Home | Main Index | Thread Index | Old Index