diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-12-31 12:32:37 +0100 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-12-31 13:26:40 +0100 |
commit | 37475f717ed2d7cf28525fcfc2915428be30e365 (patch) | |
tree | 3485688c7274db6200610ec0dc1ad4a55fa53a8a /java/intellij-rubymine/files | |
parent | java/intellij-rubymine: update to 2021.3.1 (diff) |
rubymine: drop the intellij- prefix and move away from java
Diffstat (limited to 'java/intellij-rubymine/files')
-rw-r--r-- | java/intellij-rubymine/files/pkg-message.in | 12 | ||||
-rw-r--r-- | java/intellij-rubymine/files/rubymine.1 | 15 | ||||
-rw-r--r-- | java/intellij-rubymine/files/rubymine.desktop.in | 12 | ||||
-rw-r--r-- | java/intellij-rubymine/files/rubymine.in | 3 |
4 files changed, 0 insertions, 42 deletions
diff --git a/java/intellij-rubymine/files/pkg-message.in b/java/intellij-rubymine/files/pkg-message.in deleted file mode 100644 index 583ac2e7d756..000000000000 --- a/java/intellij-rubymine/files/pkg-message.in +++ /dev/null @@ -1,12 +0,0 @@ -[ -{ type: install - message: <<EOM -The native (faster) file watching support backed by kqueue is enabled -by default. If you encounter problems problems with watching large -trees, you disable it by appending the following property into -%%DATADIR%%/bin/rubymine.properties: - - idea.filewatcher.disabled=true -EOM -} -] diff --git a/java/intellij-rubymine/files/rubymine.1 b/java/intellij-rubymine/files/rubymine.1 deleted file mode 100644 index ee3a0380c7ef..000000000000 --- a/java/intellij-rubymine/files/rubymine.1 +++ /dev/null @@ -1,15 +0,0 @@ -.\" $OpenBSD: mdoc.template,v 1.10 2007/05/31 22:10:19 jmc Exp $ -.Dd $Mdocdate: April 9 2010 $ -.Dt RUBYMINE 1 -.Os -.Sh NAME -.Nm rubymine -.Nd launch RubyMine Integrated Development Environment -.Sh SYNOPSIS -.Nm -.Op jvm-args -.Sh DESCRIPTION -.Nm -starts up the RubyMine Community Edition Integrated Development Environment. -.Sh SEE ALSO -https://www.jetbrains.com/ruby/ diff --git a/java/intellij-rubymine/files/rubymine.desktop.in b/java/intellij-rubymine/files/rubymine.desktop.in deleted file mode 100644 index 92f5879610d9..000000000000 --- a/java/intellij-rubymine/files/rubymine.desktop.in +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Version=1.0 -Encoding=UTF-8 -Type=Application -Name=RubyMine -GenericName=RubyMine -Comment=Ruby on Rails IDE from JetBrains -Icon=%%DATADIR%%/rubymine.png -Exec=%%DATADIR%%/bin/rubymine.sh -Terminal=false -StartupNotify=true -Categories=Application;Development; diff --git a/java/intellij-rubymine/files/rubymine.in b/java/intellij-rubymine/files/rubymine.in deleted file mode 100644 index f387de0d3c65..000000000000 --- a/java/intellij-rubymine/files/rubymine.in +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec "%%DATADIR%%/bin/rubymine.sh" "$@" |