ports/opt (3.5): ncurses-ruby: renamed to ruby-ncurses
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 9406ec259451a93b3cd6c8aab52a37def4003290 Author: Juergen Daubert <jue@jue.li> Date: Wed Feb 6 14:49:39 2019 +0100 ncurses-ruby: renamed to ruby-ncurses diff --git a/ncurses-ruby/.footprint b/ncurses-ruby/.footprint deleted file mode 100644 index 0106e9fa4..000000000 --- a/ncurses-ruby/.footprint +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/ruby/ -drwxr-xr-x root/root usr/lib/ruby/vendor_ruby/ -drwxr-xr-x root/root usr/lib/ruby/vendor_ruby/2.6/ --rw-r--r-- root/root usr/lib/ruby/vendor_ruby/2.6/ncurses.rb -drwxr-xr-x root/root usr/lib/ruby/vendor_ruby/2.6/x86_64-linux/ --rwxr-xr-x root/root usr/lib/ruby/vendor_ruby/2.6/x86_64-linux/ncurses.so diff --git a/ncurses-ruby/.signature b/ncurses-ruby/.signature deleted file mode 100644 index d933570e5..000000000 --- a/ncurses-ruby/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/U5obey4rIWsCiCjER7hfFHQDJ9OY6/2LVX1NrcZMS0Ye3Lq22zxpWmFJoc1hOsXisIDlUjqa1Hs0JT/yTerkgk= -SHA256 (Pkgfile) = 0d4c1b94301a7ed19336ec7a3b0245924297ae7754c114b690bd0740686b4eec -SHA256 (.footprint) = c85576e37c6a8af79c34c0f696de27c3ecee387569a766c220c6de5f49c527be -SHA256 (ncurses-ruby-20140731.tar.xz) = 56893c1a7245bed8ac041161ae654e5eaaac8ad295a834c2a4608f302b61189b diff --git a/ncurses-ruby/Pkgfile b/ncurses-ruby/Pkgfile deleted file mode 100644 index c8789120a..000000000 --- a/ncurses-ruby/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Ruby module for accessing the ncurses library -# URL: https://github.com/eclubb/ncurses-ruby -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: ruby - -name=ncurses-ruby -version=20140731 -release=5 -source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz) - -build () { - cd $name-$version/ext/ncurses - mkdir lib - cp $SRC/$name-$version/lib/ncurses.rb lib - ruby extconf.rb --vendor - make - make DESTDIR=$PKG install -}
participants (1)
-
crux@crux.nu