ruby: remove ruby-ncurses
ruby-ncurses where removed from ruby upstream (ruby commit 9c5b2fd8aa0fd343ad094d47a638cfd3f6ae0a81) and become solely a gem now. OpenWRT subpackage removed. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
parent
c1195229df
commit
117b18bbd6
1 changed files with 1 additions and 14 deletions
|
@ -16,7 +16,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ruby
|
PKG_NAME:=ruby
|
||||||
PKG_VERSION:=2.1.2
|
PKG_VERSION:=2.1.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_LIBVER:=2.1
|
PKG_LIBVER:=2.1
|
||||||
|
|
||||||
|
@ -127,12 +127,6 @@ $(call Package/ruby/Default)
|
||||||
DEPENDS:=ruby
|
DEPENDS:=ruby
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ruby-ncurses
|
|
||||||
$(call Package/ruby/Default)
|
|
||||||
TITLE:=Ruby support for ncurses
|
|
||||||
DEPENDS:=ruby +libncurses +libncursesw
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/ruby-nkf
|
define Package/ruby-nkf
|
||||||
$(call Package/ruby/Default)
|
$(call Package/ruby/Default)
|
||||||
TITLE:=Ruby Network Kanji Filter
|
TITLE:=Ruby Network Kanji Filter
|
||||||
|
@ -361,12 +355,6 @@ define Package/ruby-json/install
|
||||||
) | ( cd $(1); $(TAR) -xf - )
|
) | ( cd $(1); $(TAR) -xf - )
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ruby-ncurses/install
|
|
||||||
( cd $(PKG_INSTALL_DIR); $(TAR) -cf - \
|
|
||||||
usr/lib/ruby/$(PKG_LIBVER)/*/curses.so \
|
|
||||||
) | ( cd $(1); $(TAR) -xf - )
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/ruby-nkf/install
|
define Package/ruby-nkf/install
|
||||||
( cd $(PKG_INSTALL_DIR); $(TAR) -cf - \
|
( cd $(PKG_INSTALL_DIR); $(TAR) -cf - \
|
||||||
usr/lib/ruby/$(PKG_LIBVER)/kconv.rb \
|
usr/lib/ruby/$(PKG_LIBVER)/kconv.rb \
|
||||||
|
@ -471,7 +459,6 @@ $(eval $(call BuildPackage,ruby-gdbm))
|
||||||
$(eval $(call BuildPackage,ruby-gems))
|
$(eval $(call BuildPackage,ruby-gems))
|
||||||
$(eval $(call BuildPackage,ruby-json))
|
$(eval $(call BuildPackage,ruby-json))
|
||||||
$(eval $(call BuildPackage,ruby-irb))
|
$(eval $(call BuildPackage,ruby-irb))
|
||||||
$(eval $(call BuildPackage,ruby-ncurses))
|
|
||||||
$(eval $(call BuildPackage,ruby-nkf))
|
$(eval $(call BuildPackage,ruby-nkf))
|
||||||
$(eval $(call BuildPackage,ruby-openssl))
|
$(eval $(call BuildPackage,ruby-openssl))
|
||||||
$(eval $(call BuildPackage,ruby-rake))
|
$(eval $(call BuildPackage,ruby-rake))
|
||||||
|
|
Loading…
Reference in a new issue