diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2016-02-13 15:00:10 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2016-02-13 15:00:10 +0000 |
commit | d65602d1916efb5f1fe7c5fc6a74a35248411e40 (patch) | |
tree | e8f7e5cd8b0f7b62de98bdc901455c468a1908b3 | |
parent | c1a5d4e847a4bd8dee29fad44928676875b51ddd (diff) | |
download | pkgsrc-d65602d1916efb5f1fe7c5fc6a74a35248411e40.tar.gz |
Remove ruby-libnotify package.
There is no pkgsrc user and upstream has not been updated since 2012.
No objection on pkgsrc-users@:
http://mail-index.netbsd.org/pkgsrc-users/2016/01/30/msg022904.html
-rw-r--r-- | sysutils/Makefile | 3 | ||||
-rw-r--r-- | sysutils/ruby-libnotify/DESCR | 1 | ||||
-rw-r--r-- | sysutils/ruby-libnotify/Makefile | 20 | ||||
-rw-r--r-- | sysutils/ruby-libnotify/PLIST | 3 | ||||
-rw-r--r-- | sysutils/ruby-libnotify/distinfo | 9 | ||||
-rw-r--r-- | sysutils/ruby-libnotify/patches/patch-ext_extconf.rb | 24 | ||||
-rw-r--r-- | sysutils/ruby-libnotify/patches/patch-ext_rnotify.c | 15 | ||||
-rw-r--r-- | sysutils/ruby-libnotify/patches/patch-setup.rb | 24 |
8 files changed, 1 insertions, 98 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 0e9a9b177a1..43be3d13feb 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.658 2015/12/30 14:23:22 leot Exp $ +# $NetBSD: Makefile,v 1.659 2016/02/13 15:00:10 tsutsui Exp $ # COMMENT= System utilities @@ -463,7 +463,6 @@ SUBDIR+= ruby-childprocess SUBDIR+= ruby-directory-watcher SUBDIR+= ruby-facter SUBDIR+= ruby-fssm -SUBDIR+= ruby-libnotify SUBDIR+= ruby-listen SUBDIR+= ruby-notify SUBDIR+= ruby-quota diff --git a/sysutils/ruby-libnotify/DESCR b/sysutils/ruby-libnotify/DESCR deleted file mode 100644 index dc4bef55bd1..00000000000 --- a/sysutils/ruby-libnotify/DESCR +++ /dev/null @@ -1 +0,0 @@ -ruby-libnotify is a ruby binding for libnotify (http://www.galago-project.org) diff --git a/sysutils/ruby-libnotify/Makefile b/sysutils/ruby-libnotify/Makefile deleted file mode 100644 index 78ce7cba90f..00000000000 --- a/sysutils/ruby-libnotify/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2015/06/10 14:47:59 taca Exp $ - -DISTNAME= ruby-libnotify-0.5.1 -PKGNAME= ${DISTNAME:S/ruby/${RUBY_PKGPREFIX}/} -PKGREVISION= 5 -CATEGORIES= sysutils -MASTER_SITES= -https://github.com/vargolo/ruby-libnotify/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/vargolo/ruby-libnotify -COMMENT= Ruby binding for libnotify -LICENSE= gnu-lgpl-v2.1 - -USE_RUBY_SETUP= yes - -.include "../../x11/ruby-gnome2-gtk/buildlink3.mk" -.include "../../sysutils/libnotify/buildlink3.mk" -.include "../../devel/ruby-pkg-config/tool.mk" -.include "../../lang/ruby/modules.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/ruby-libnotify/PLIST b/sysutils/ruby-libnotify/PLIST deleted file mode 100644 index a70d1db4e06..00000000000 --- a/sysutils/ruby-libnotify/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2013/08/14 12:51:16 obache Exp $ -${RUBY_SITELIB}/RNotify.rb -${RUBY_SITEARCHLIB}/rnotify.${RUBY_DLEXT} diff --git a/sysutils/ruby-libnotify/distinfo b/sysutils/ruby-libnotify/distinfo deleted file mode 100644 index bda7c285ca2..00000000000 --- a/sysutils/ruby-libnotify/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:32:29 agc Exp $ - -SHA1 (ruby-libnotify-0.5.1.tar.gz) = 49c03da48c80ce962d164338e030114bd99300ef -RMD160 (ruby-libnotify-0.5.1.tar.gz) = 97285d65f55938b9902841e76e8da69108313a06 -SHA512 (ruby-libnotify-0.5.1.tar.gz) = 890c2ea6f4f12b1a292d17bd5efc3951ac7a1c4e985336b7d63bc3a87d39b506cce58bb45c71bdc95e4e6924adfe6c55f5a307874d19ee84cb78d18e2d898f9f -Size (ruby-libnotify-0.5.1.tar.gz) = 25822 bytes -SHA1 (patch-ext_extconf.rb) = 0f88e4c467f70d7e70c787b3f9bffdcc7f573a0b -SHA1 (patch-ext_rnotify.c) = f737a74df9eb3556cff6e4f64cbf25413073e30f -SHA1 (patch-setup.rb) = 1d00946ff78c337e7f8bfb7a4825773f6014f1ac diff --git a/sysutils/ruby-libnotify/patches/patch-ext_extconf.rb b/sysutils/ruby-libnotify/patches/patch-ext_extconf.rb deleted file mode 100644 index 8fb39aa01f6..00000000000 --- a/sysutils/ruby-libnotify/patches/patch-ext_extconf.rb +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ext_extconf.rb,v 1.2 2015/06/10 14:47:59 taca Exp $ - -* not using gems in pkgsrc. - ---- ext/extconf.rb.orig 2012-11-24 17:54:50.000000000 +0000 -+++ ext/extconf.rb -@@ -5,8 +5,6 @@ type=0, DEBUG - type=1, RELEASE - =end - --require 'rubygems' -- - begin - require 'mkmf-gnome2' - require 'gtk2' -@@ -43,7 +41,7 @@ end - if check_required_version("libnotify", 0, 7, 0) == true - if have_library("notify", "notify_init") == true - $CFLAGS << ' -DDEBUG' if type == 0 -- $CFLAGS << ' -Wall' << " -I#{Config::CONFIG["sitearchdir"]} " << PKGConfig.cflags("libnotify") -+ $CFLAGS << ' -Wall' << " -I#{RbConfig::CONFIG["sitearchdir"]} " << PKGConfig.cflags("libnotify") - $LIBS << ' ' << PKGConfig.libs("libnotify") - check_set_app_name_libnotify - check_set_notification_name_libnotify diff --git a/sysutils/ruby-libnotify/patches/patch-ext_rnotify.c b/sysutils/ruby-libnotify/patches/patch-ext_rnotify.c deleted file mode 100644 index c1ec10ea335..00000000000 --- a/sysutils/ruby-libnotify/patches/patch-ext_rnotify.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ext_rnotify.c,v 1.1 2013/08/30 16:55:47 joerg Exp $ - ---- ext/rnotify.c.orig 2013-08-30 16:12:51.000000000 +0000 -+++ ext/rnotify.c -@@ -12,6 +12,10 @@ - #define MODULE_NAME "Notify" - #define CLASS_NAME "Notification" - -+#ifndef UNUSED -+#define UNUSED(x) x -+#endif -+ - typedef struct _ActionData ActionData; - struct _ActionData - { diff --git a/sysutils/ruby-libnotify/patches/patch-setup.rb b/sysutils/ruby-libnotify/patches/patch-setup.rb deleted file mode 100644 index 5bf95c957b0..00000000000 --- a/sysutils/ruby-libnotify/patches/patch-setup.rb +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-setup.rb,v 1.1 2015/06/10 14:47:59 taca Exp $ - -Do not use obsolete Config. - ---- setup.rb.orig 2012-11-24 17:54:50.000000000 +0000 -+++ setup.rb -@@ -102,7 +102,7 @@ end - - class ConfigTable - -- c = ::Config::CONFIG -+ c = ::RbConfig::CONFIG - - rubypath = c['bindir'] + '/' + c['ruby_install_name'] - -@@ -1219,7 +1219,7 @@ class Installer - raise InstallError, "no ruby extention exists: 'ruby #{$0} setup' first" - end - -- DLEXT = /\.#{ ::Config::CONFIG['DLEXT'] }\z/ -+ DLEXT = /\.#{ ::RbConfig::CONFIG['DLEXT'] }\z/ - - def _ruby_extentions(dir) - Dir.open(dir) {|d| |