Remove ruby-net-flickr. Upstream development stopped in 2009,
and this is supposed to help with the flickr API, which probably has not stopped in 2009;
This commit is contained in:
parent
d9aa385185
commit
d4e3d86e22
6 changed files with 3 additions and 40 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2017,v 1.3600 2017/09/04 18:12:26 adam Exp $
|
||||
$NetBSD: CHANGES-2017,v 1.3601 2017/09/04 18:16:49 wiz Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2017:
|
||||
|
||||
|
@ -5052,3 +5052,4 @@ Changes to the packages collection and infrastructure in 2017:
|
|||
Updated net/py-s3transfer to 0.1.11 [adam 2017-09-04]
|
||||
Updated net/py-boto3 to 1.4.7 [adam 2017-09-04]
|
||||
Updated net/py-awscli to 1.11.145 [adam 2017-09-04]
|
||||
Removed www/ruby-net-flickr [wiz 2017-09-04]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1262 2017/08/21 15:49:09 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.1263 2017/09/04 18:16:49 wiz Exp $
|
||||
#
|
||||
|
||||
COMMENT= Packages related to the World Wide Web
|
||||
|
@ -820,7 +820,6 @@ SUBDIR+= ruby-mechanize
|
|||
SUBDIR+= ruby-multipart-post
|
||||
SUBDIR+= ruby-mustermann
|
||||
SUBDIR+= ruby-mustermann19
|
||||
SUBDIR+= ruby-net-flickr
|
||||
SUBDIR+= ruby-net-http-digest_auth
|
||||
SUBDIR+= ruby-net-http-persistent
|
||||
SUBDIR+= ruby-ntlm-http
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
Net::Flickr provides an elegant, Ruby-fied implementation of Flickr's
|
||||
REST API.
|
|
@ -1,15 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/07/07 16:16:51 taca Exp $
|
||||
|
||||
DISTNAME= net-flickr-0.0.1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
#HOMEPAGE= http://wonko.com/software/net-flickr/
|
||||
HOMEPAGE= http://code.google.com/p/net-flickr/
|
||||
COMMENT= Flickr REST client
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-hpricot>=0.5:../../textproc/ruby-hpricot
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,14 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2010/09/10 13:13:31 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/lib/net/flickr.rb
|
||||
${GEM_LIBDIR}/lib/net/flickr/auth.rb
|
||||
${GEM_LIBDIR}/lib/net/flickr/errors.rb
|
||||
${GEM_LIBDIR}/lib/net/flickr/list.rb
|
||||
${GEM_LIBDIR}/lib/net/flickr/people.rb
|
||||
${GEM_LIBDIR}/lib/net/flickr/person.rb
|
||||
${GEM_LIBDIR}/lib/net/flickr/photo.rb
|
||||
${GEM_LIBDIR}/lib/net/flickr/photolist.rb
|
||||
${GEM_LIBDIR}/lib/net/flickr/photos.rb
|
||||
${GEM_LIBDIR}/lib/net/flickr/tag.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
|
@ -1,6 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.2 2015/11/04 02:47:35 agc Exp $
|
||||
|
||||
SHA1 (net-flickr-0.0.1.gem) = 4f26025e600fe9cd382c6f05d4e06903d4f03f20
|
||||
RMD160 (net-flickr-0.0.1.gem) = fc8889389e2431082e0c004b5612a91f034966b6
|
||||
SHA512 (net-flickr-0.0.1.gem) = 640ab896336779140385c7541e6b83e5b266f923e557ef11ecc218aef44c007fd0f46368dea604086cc87edb42e6e7474fe728f7dcbe5c819ed6d68274ffcab1
|
||||
Size (net-flickr-0.0.1.gem) = 12800 bytes
|
Loading…
Reference in a new issue