summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2013-12-07 08:36:31 +0000
committerobache <obache>2013-12-07 08:36:31 +0000
commit938431b1b38ea52c61e7f54dc7b71602348d44c6 (patch)
tree40630463b4baf61b2697bd3af7c3356b36c9c4b8
parentff59ccd92fb3ea4b2a870d785648812fc8d6b20a (diff)
downloadpkgsrc-938431b1b38ea52c61e7f54dc7b71602348d44c6.tar.gz
Removed security/ruby-soauth and security/ruby-roauth.
No package depend on those packages and no advantage to maintain pure ruby gem with pkgsrc.
-rw-r--r--doc/CHANGES-20134
-rw-r--r--security/Makefile4
-rw-r--r--security/ruby-roauth/DESCR4
-rw-r--r--security/ruby-roauth/Makefile12
-rw-r--r--security/ruby-roauth/PLIST11
-rw-r--r--security/ruby-roauth/distinfo5
-rw-r--r--security/ruby-soauth/DESCR11
-rw-r--r--security/ruby-soauth/Makefile12
-rw-r--r--security/ruby-soauth/PLIST9
-rw-r--r--security/ruby-soauth/distinfo5
10 files changed, 4 insertions, 73 deletions
diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013
index d897ab9387a..3b7c99b4964 100644
--- a/doc/CHANGES-2013
+++ b/doc/CHANGES-2013
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2013,v 1.4401 2013/12/07 01:00:12 wiz Exp $
+$NetBSD: CHANGES-2013,v 1.4402 2013/12/07 08:36:31 obache Exp $
Changes to the packages collection and infrastructure in 2013:
@@ -6464,3 +6464,5 @@ Changes to the packages collection and infrastructure in 2013:
Updated devel/p5-ExtUtils-MakeMaker to 6.84nb1 [wiz 2013-12-07]
Removed devel/p5-ExtUtils-Install [wiz 2013-12-07]
Updated devel/p5-ExtUtils-InstallPaths to 0.010 [wiz 2013-12-07]
+ Removed security/ruby-soauth [obache 2013-12-07]
+ Removed security/ruby-roauth [obache 2013-12-07]
diff --git a/security/Makefile b/security/Makefile
index 898965fea1d..aa39c70c8bf 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.487 2013/11/19 12:51:38 tron Exp $
+# $NetBSD: Makefile,v 1.488 2013/12/07 08:36:31 obache Exp $
#
COMMENT= Security tools
@@ -373,10 +373,8 @@ SUBDIR+= ruby-net-ssh-gateway
SUBDIR+= ruby-oauth
SUBDIR+= ruby-password
SUBDIR+= ruby-rc4
-SUBDIR+= ruby-roauth
SUBDIR+= ruby-shadow
SUBDIR+= ruby-simple_oauth
-SUBDIR+= ruby-soauth
SUBDIR+= ruby-tcpwrap
SUBDIR+= ruby-twitter_oauth
SUBDIR+= sbd
diff --git a/security/ruby-roauth/DESCR b/security/ruby-roauth/DESCR
deleted file mode 100644
index 696c3e24fc9..00000000000
--- a/security/ruby-roauth/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Based on SOAuth: security/ruby-soauth
-
-A *simple* Ruby OAuth library that supports OAuth header signing, and header
-verifying.
diff --git a/security/ruby-roauth/Makefile b/security/ruby-roauth/Makefile
deleted file mode 100644
index 9a34fa7d358..00000000000
--- a/security/ruby-roauth/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2011/09/24 05:09:57 obache Exp $
-
-DISTNAME= roauth-0.0.8
-CATEGORIES= security
-
-MAINTAINER= obache@NetBSD.org
-HOMEPAGE= http://github.com/maccman/roauth
-COMMENT= Simple Ruby OAuth library
-LICENSE= mit
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/ruby-roauth/PLIST b/security/ruby-roauth/PLIST
deleted file mode 100644
index c5ca8d330a9..00000000000
--- a/security/ruby-roauth/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2011/06/10 02:09:57 obache Exp $
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.markdown
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/VERSION
-${GEM_LIBDIR}/lib/roauth.rb
-${GEM_LIBDIR}/roauth.gemspec
-${GEM_LIBDIR}/test/helper.rb
-${GEM_LIBDIR}/test/test_roauth.rb
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/security/ruby-roauth/distinfo b/security/ruby-roauth/distinfo
deleted file mode 100644
index c37b6c908e5..00000000000
--- a/security/ruby-roauth/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2011/09/24 05:09:57 obache Exp $
-
-SHA1 (roauth-0.0.8.gem) = d5495b4e18a7c67979095c3e9ff9a0c019bfaa75
-RMD160 (roauth-0.0.8.gem) = 040960697f278b1598f04b3941f2ad72f90038fc
-Size (roauth-0.0.8.gem) = 7168 bytes
diff --git a/security/ruby-soauth/DESCR b/security/ruby-soauth/DESCR
deleted file mode 100644
index 8315da7f692..00000000000
--- a/security/ruby-soauth/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-## The "S" is for "Signs" ##
-
-*SOAuth* is a Ruby library that **creates HTTP headers for OAuth Authorization**
-using previously-obtained OAuth keys/secrets. Useful if you want to make your
-own HTTP request objects instead of using the ones created for you using the
-[commonly-used OAuth gem](security/ruby-oauth).
-
-It should be noted that this was developed without edge cases in mind -- it was
-pretty much abstracted from my "by-hand" signing of OAuth requests in [Prey
-Fetcher](http://preyfetcher.com), so don't consider it production-quality code
-(though it [is running in production](http://preyfetcher.com)).
diff --git a/security/ruby-soauth/Makefile b/security/ruby-soauth/Makefile
deleted file mode 100644
index e0db337fea9..00000000000
--- a/security/ruby-soauth/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 07:47:05 taca Exp $
-
-DISTNAME= soauth-0.2
-CATEGORIES= security
-
-MAINTAINER= obache@NetBSD.org
-HOMEPAGE= http://github.com/tofumatt/soauth
-COMMENT= Ruby library that creates HTTP headers for OAuth Authorization
-LICENSE= mit
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/ruby-soauth/PLIST b/security/ruby-soauth/PLIST
deleted file mode 100644
index 42437b32f4c..00000000000
--- a/security/ruby-soauth/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/03 04:55:10 obache Exp $
-${GEM_HOME}/cache/soauth-${PKGVERSION}.gem
-${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.markdown
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/lib/soauth.rb
-${GEM_LIBDIR}/soauth.gemspec
-${GEM_LIBDIR}/test/soauth_test.rb
-${GEM_HOME}/specifications/soauth-${PKGVERSION}.gemspec
diff --git a/security/ruby-soauth/distinfo b/security/ruby-soauth/distinfo
deleted file mode 100644
index cee3144f687..00000000000
--- a/security/ruby-soauth/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/08/03 04:55:10 obache Exp $
-
-SHA1 (soauth-0.2.gem) = 44a666d6e388593f9ad1c5ac9612313a779a5e6f
-RMD160 (soauth-0.2.gem) = 0c3f87be9376dbfe015f58e83c0d46e99ec22582
-Size (soauth-0.2.gem) = 7680 bytes