Difference between pages "Template:FLOP" and "Package:Sublime Text Editor"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<noinclude>
{{Ebuild
This is the "FLOP" template.
|Summary=Sublime Text is an advanced commercial text editor.
It should be called in the following format:
|CatPkg=app-editors/sublime-text
<pre>
|Maintainer=Oleg,
{{FLOP
|Homepage=http://sublimetext.com
|Created on=
|Summary=
|Author=
|Maintainer=
|Organization=
|Source URI=
|Reference Bug=
|FLOP Status=
}}
}}
</pre>
Sublime Text is a very complete text editor with lots of features, and support for plugins. It's free, but often shows a popup showing that's unregistered, so you can purchase the license for USD$70.
Edit the page to see the template text.
 
</noinclude><includeonly>
== Install ==
[[Category:FLOP|{{PAGENAME}}]] __NOEDITSECTION__ __NOTOC__ __NOTITLE__<div id="zplogo">[[File:flop.png|frameless]]</div><div class="flop_summary" id="flop_info">{{#if: {{{Created on|}}}|
First, you must have installed [[Package:Layman|Layman]] with Git support. Then, add the overlay ''sublime-text'':
;Created on: [[Created on::{{{Created on|}}}]]}}{{#if: {{{Author|}}} |;Original Author(s): {{#arraymaptemplate:{{{Author|}}}|AuthorDisplay|,|,}}|}}{{#if: {{{Maintainer|}}} |;Current Maintainer(s): {{#arraymaptemplate:{{{Maintainer|}}}|MaintainerDisplay|,|,}} |}}{{#if: {{{Organization|}}} |
 
;Organization: [[Organization::{{{Organization|}}}]] |}}{{#if: {{{Source URI|}}}|
<console>###i## layman -a sublime-text</console>
;Git sources (for cloning): [{{{Source URI}}} Link]{{#set:Source URI={{{Source URI}}}}} }}
 
;Status: [[FLOP Status::{{{FLOP Status|}}}]]{{#if:{{{Reference Bug|}}}|
Now, install the version you want. For the version 2:
;Reference Bug: [https://bugs.funtoo.org/browse/{{{Reference Bug|}}} [[Reference Bug::{{{Reference Bug|}}}]]]]}}
<console>###i## emerge -av sublime-text:2</console>
</div>
 
= Funtoo Linux Optimization Proposal: {{PAGENAME}} =
For the version 3 (default):
<div class="flop_subtitle">[[Summary::{{{Summary|}}}]]</div></includeonly>
<console>###i## emerge -av sublime-text:3</console>
 
You can have installed both versions, so you must install it with the USE flag ''multislot'', that also brings the package eselect-sublime.
{{EbuildFooter}}

Latest revision as of 04:52, January 3, 2015

Sublime Text Editor

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Sublime Text is a very complete text editor with lots of features, and support for plugins. It's free, but often shows a popup showing that's unregistered, so you can purchase the license for USD$70.

Install

First, you must have installed Layman with Git support. Then, add the overlay sublime-text:

root # layman -a sublime-text

Now, install the version you want. For the version 2:

root # emerge -av sublime-text:2

For the version 3 (default):

root # emerge -av sublime-text:3

You can have installed both versions, so you must install it with the USE flag multislot, that also brings the package eselect-sublime.