diff options
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ruby-net-irc/Makefile | 6 | ||||
-rw-r--r-- | chat/ruby-net-irc/PLIST | 6 | ||||
-rw-r--r-- | chat/ruby-net-irc/distinfo | 10 | ||||
-rw-r--r-- | chat/ruby-net-irc/patches/patch-aa | 8 |
4 files changed, 17 insertions, 13 deletions
diff --git a/chat/ruby-net-irc/Makefile b/chat/ruby-net-irc/Makefile index 2eb55c7f3ee..492009482e3 100644 --- a/chat/ruby-net-irc/Makefile +++ b/chat/ruby-net-irc/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/22 11:40:55 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/14 09:16:39 obache Exp $ -DISTNAME= net-irc-0.0.5 +DISTNAME= net-irc-0.0.7 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= chat MAINTAINER= obache@NetBSD.org -HOMEPAGE= http://lowreal.rubyforge.org/net-irc/ +HOMEPAGE= http://coderepos.org/share/browser/lang/ruby/net-irc COMMENT= Ruby IRC library GEM_BUILD= gemspec diff --git a/chat/ruby-net-irc/PLIST b/chat/ruby-net-irc/PLIST index 49369d2260f..93323a66a68 100644 --- a/chat/ruby-net-irc/PLIST +++ b/chat/ruby-net-irc/PLIST @@ -1,10 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/22 11:40:55 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/05/14 09:16:39 obache Exp $ ${GEM_HOME}/cache/net-irc-${PKGVERSION}.gem ${GEM_LIBDIR}/ChangeLog ${GEM_LIBDIR}/README ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/examples/client.rb +${GEM_LIBDIR}/examples/echo_bot.rb +${GEM_LIBDIR}/examples/gmail.rb ${GEM_LIBDIR}/examples/hatena-star-stream.rb +${GEM_LIBDIR}/examples/hig.rb +${GEM_LIBDIR}/examples/iig.rb ${GEM_LIBDIR}/examples/lig.rb ${GEM_LIBDIR}/examples/lingr.rb ${GEM_LIBDIR}/examples/mixi.rb diff --git a/chat/ruby-net-irc/distinfo b/chat/ruby-net-irc/distinfo index 4716a327725..5b27088cae5 100644 --- a/chat/ruby-net-irc/distinfo +++ b/chat/ruby-net-irc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/10/22 11:40:55 obache Exp $ +$NetBSD: distinfo,v 1.2 2009/05/14 09:16:39 obache Exp $ -SHA1 (net-irc-0.0.5.gem) = 320d881c3682a517b59be695d3b1ed5f8582868b -RMD160 (net-irc-0.0.5.gem) = 7247bcaa5a785e2d27e0367cccc6d620fa8f5dd4 -Size (net-irc-0.0.5.gem) = 38400 bytes -SHA1 (patch-aa) = 6f4b0cbbf9f76cb545868285a91574f984c28fad +SHA1 (net-irc-0.0.7.gem) = 7a260939a8b1e75ef23930b208de2c69b9826baf +RMD160 (net-irc-0.0.7.gem) = 069929ae665ba6416952d2d293129fe40cea10aa +Size (net-irc-0.0.7.gem) = 46080 bytes +SHA1 (patch-aa) = 07c8b38909c8a89057a66f4ef557926df234b7c8 diff --git a/chat/ruby-net-irc/patches/patch-aa b/chat/ruby-net-irc/patches/patch-aa index 3309c5494dc..a7d987a4317 100644 --- a/chat/ruby-net-irc/patches/patch-aa +++ b/chat/ruby-net-irc/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/10/22 11:40:55 obache Exp $ +$NetBSD: patch-aa,v 1.2 2009/05/14 09:16:40 obache Exp $ ---- ../net-irc-0.0.5.gemspec.orig 2008-10-22 11:25:48.000000000 +0000 -+++ ../net-irc-0.0.5.gemspec +--- ../net-irc-0.0.7.gemspec.orig 2009-05-14 09:10:18.000000000 +0000 ++++ ../net-irc-0.0.7.gemspec @@ -42,7 +42,6 @@ files: - lib/net/irc/message.rb - lib/net/irc/message - lib/net/irc/message/serverconfig.rb -- lib/net/irc/message/modeparser - lib/net/irc/message/modeparser.rb + - examples/gmail.rb - examples/hatena-star-stream.rb - - examples/sig.rb |