databases/ruby-postgres_ext: remove pacakge
Remove ruby-postgres_ext package. Acoording to https://github.com/dockyard/postgres_ext (redirect to https://github.com/DavyJonesLocker/postgres_ext), this rubygem is no longer maintained. Approved by MAINTAINER.
This commit is contained in:
parent
d21073f628
commit
345d7407e2
4 changed files with 0 additions and 77 deletions
|
@ -1,2 +0,0 @@
|
|||
postgres_ext adds missing native PostgreSQL data types to ActiveRecord
|
||||
and convenient querying extensions for ActiveRecord and Arel.
|
|
@ -1,21 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2020/03/20 15:08:56 taca Exp $
|
||||
|
||||
DISTNAME= postgres_ext-3.0.1
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= https://github.com/dockyard/postgres_ext
|
||||
COMMENT= Native PostgreSQL data types for ActiveRecord
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-arel>=4.0.1:../../databases/ruby-arel
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-pg_array_parser>=0.0.9:../../databases/ruby-pg_array_parser
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
RUBY_RAILS_ACCEPTED= 42
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,48 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2020/01/16 15:17:32 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/CHANGELOG.md
|
||||
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
|
||||
${GEM_LIBDIR}/CONTRIBUTING.md
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/docs/querying.md
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.activerecord-4.0.x
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.activerecord-4.1.x
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.activerecord-4.2.x
|
||||
${GEM_LIBDIR}/lib/postgres_ext.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/active_record.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/active_record/cte_proxy.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/active_record/querying.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/active_record/relation.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/active_record/relation/merger.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/active_record/relation/predicate_builder.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/active_record/relation/predicate_builder/array_handler.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/active_record/relation/query_methods.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel/4.1/predications.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel/4.1/visitors.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel/4.1/visitors/depth_first.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel/4.1/visitors/postgresql.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel/4.2/predications.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel/4.2/visitors.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel/4.2/visitors/postgresql.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel/nodes.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel/nodes/array_nodes.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/arel/nodes/contained_within.rb
|
||||
${GEM_LIBDIR}/lib/postgres_ext/version.rb
|
||||
${GEM_LIBDIR}/postgres_ext.gemspec
|
||||
${GEM_LIBDIR}/test/arel/array_test.rb
|
||||
${GEM_LIBDIR}/test/arel/inet_test.rb
|
||||
${GEM_LIBDIR}/test/queries/alias_test.rb
|
||||
${GEM_LIBDIR}/test/queries/array_queries_test.rb
|
||||
${GEM_LIBDIR}/test/queries/common_table_expression_test.rb
|
||||
${GEM_LIBDIR}/test/queries/contains_test.rb
|
||||
${GEM_LIBDIR}/test/queries/join_query_test.rb
|
||||
${GEM_LIBDIR}/test/queries/sanity_test.rb
|
||||
${GEM_LIBDIR}/test/queries/window_functions_test.rb
|
||||
${GEM_LIBDIR}/test/test_helper.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
|
@ -1,6 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.2 2020/01/16 15:17:32 taca Exp $
|
||||
|
||||
SHA1 (postgres_ext-3.0.1.gem) = 60dc47991c25e6f3593a4062f4fa0fcea64b9756
|
||||
RMD160 (postgres_ext-3.0.1.gem) = 66e4074fe75f5b2930cb35a1aaebaed23dff8d36
|
||||
SHA512 (postgres_ext-3.0.1.gem) = da1f47e90e12229f675955491d21eea56a349213db963e7a6e29886c1f5b8773a1988ca224be4abf5163e66e4189d98e9adf85d61e201488e5c13b36bc6f7b4f
|
||||
Size (postgres_ext-3.0.1.gem) = 24064 bytes
|
Loading…
Reference in a new issue