diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-09-21 08:43:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-09-21 08:43:57 +0000 |
commit | a1f44daca8733a9b3c68414e3bc0a84e5bdd7499 (patch) | |
tree | 83721f4e7b7ea82a163d3d81b9948dceb210ef68 /databases/ruby-dbd_sqlite | |
parent | This is the ODBC driver for DBI-for-Ruby. (diff) |
- replaced all ruby-dbi and ruby-dbd ports with rubygems
Notes
Notes:
svn path=/head/; revision=368727
Diffstat (limited to 'databases/ruby-dbd_sqlite')
-rw-r--r-- | databases/ruby-dbd_sqlite/Makefile | 26 | ||||
-rw-r--r-- | databases/ruby-dbd_sqlite/distinfo | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_sqlite/pkg-descr | 3 | ||||
-rw-r--r-- | databases/ruby-dbd_sqlite/pkg-plist | 5 |
4 files changed, 0 insertions, 36 deletions
diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile deleted file mode 100644 index aa28ca0b9930..000000000000 --- a/databases/ruby-dbd_sqlite/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= dbd_sqlite -PORTVERSION= 0.1.2 -PORTREVISION= 1 -CATEGORIES= databases ruby -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-dbi -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= dbd-sqlite-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= SQLite driver for DBI-for-Ruby - -LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2 -RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${PORTSDIR}/databases/ruby-dbi - -USE_RUBY= yes -USE_RUBY_SETUP= yes - -DEPRECATED= RubyForge shutdown May 15 2014 -EXPIRATION_DATE= 2014-09-20 - -.include <bsd.port.mk> diff --git a/databases/ruby-dbd_sqlite/distinfo b/databases/ruby-dbd_sqlite/distinfo deleted file mode 100644 index b1cf72c3182f..000000000000 --- a/databases/ruby-dbd_sqlite/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/dbd-sqlite-0.1.2.tar.gz) = b06909b0733fdb4ee82a457e7fd9e9c37fcc5adac5a64b82426a79dc203fbc85 -SIZE (ruby/dbd-sqlite-0.1.2.tar.gz) = 52681 diff --git a/databases/ruby-dbd_sqlite/pkg-descr b/databases/ruby-dbd_sqlite/pkg-descr deleted file mode 100644 index e562f0286926..000000000000 --- a/databases/ruby-dbd_sqlite/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is the SQLite driver for DBI-for-Ruby. - -WWW: http://ruby-dbi.sourceforge.net diff --git a/databases/ruby-dbd_sqlite/pkg-plist b/databases/ruby-dbd_sqlite/pkg-plist deleted file mode 100644 index ce2f725be03e..000000000000 --- a/databases/ruby-dbd_sqlite/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%RUBY_SITELIBDIR%%/dbd/SQLite.rb -%%RUBY_SITELIBDIR%%/dbd/sqlite/database.rb -%%RUBY_SITELIBDIR%%/dbd/sqlite/statement.rb -@dirrm %%RUBY_SITELIBDIR%%/dbd/sqlite -@dirrmtry %%RUBY_SITELIBDIR%%/dbd |