gentoo-overlay/README.md

123 lines
4.6 KiB
Markdown
Raw Permalink Normal View History

2016-10-01 06:11:18 +00:00
Gentoo overlay
2016-02-11 01:01:58 +00:00
==================
2016-02-11 01:21:50 +00:00
Quality: experimental
2016-02-11 01:22:24 +00:00
2016-02-11 01:21:50 +00:00
Status: unofficial
2016-02-11 01:02:49 +00:00
2016-02-11 01:21:02 +00:00
Installing
2016-02-11 01:01:58 +00:00
---------
Option 1:
2016-02-10 23:41:13 +00:00
2016-02-11 01:04:31 +00:00
Follow:
2016-02-11 01:01:58 +00:00
2016-10-01 06:11:18 +00:00
layman -f -o https://raw.githubusercontent.com/ussrwin/gentoo-overlay/master/repositories.xml -a ussr
2016-02-11 01:01:58 +00:00
Option 2:
2016-02-11 01:23:07 +00:00
To add it to the list of layman, open **/etc/layman/layman.cfg** and immediately after the line:
2016-02-11 01:01:58 +00:00
overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
2016-02-11 01:05:08 +00:00
add:
2016-02-11 01:01:58 +00:00
2016-10-01 06:11:18 +00:00
https://raw.githubusercontent.com/ussrwin/gentoo-overlay/master/repositories.xml
2016-02-11 01:01:58 +00:00
2016-02-11 01:05:08 +00:00
must happen:
2016-02-11 01:01:58 +00:00
overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
2016-10-01 06:11:18 +00:00
https://raw.githubusercontent.com/ussrwin/gentoo-overlay/master/repositories.xml
2016-02-11 01:01:58 +00:00
2016-02-11 01:05:08 +00:00
then follow:
2016-02-11 01:01:58 +00:00
layman -L
2016-10-01 06:11:18 +00:00
layman -a ussr
2016-02-11 01:19:55 +00:00
2017-02-27 23:06:47 +00:00
Repository ebuilds
---------
Category | Name | Description | Versions
--- | --- | --- | ---
2017-02-28 07:07:23 +00:00
app-antivirus | clamtk | A frontend for ClamAV using Gtk2-perl | 5.24
2017-02-27 23:06:47 +00:00
app-backup | insync-bin | Advanced cross-platform Google Drive client | 1.3.14
2017-03-25 00:57:29 +00:00
app-editors | brackets-bin | Open source code editor for web designers and front-end developers | 1.9
2017-02-27 23:06:47 +00:00
app-editors | lighttable-bin | The next generation code editor | 0.8.1-r1
app-office | litetran | Very simple GUI for text translation (like google translate) | 9999
dev-libs | libmesode | Fork of libstrophe for use with Profanity XMPP Client | 0.9.1 / 9999
dev-python | slixmpp | Python library for XMPP - asyncio fork | 1.2.4 / 9999
dev-qt | qt5-styleplugins | Additional style plugins for Qt | 9999
games-fps | urbanterror-maps | Various maps for urban terror 4 | 20160214
games-fps | urbanterror | Hollywood tactical shooter based on the ioquake3 engine | 4.2.023
games-util | urtconnector | Advanced UrbanTerror launcher program | 9999
2017-03-01 22:48:56 +00:00
mail-client | wmail-bin | The missing desktop client for Gmail & Google Inbox | 2.3.0
2017-03-25 00:57:29 +00:00
media-sound | teamspeak-client-bin | TeamSpeak Client - Voice Communication Software | 3.1.2
2017-02-27 23:06:47 +00:00
media-tv | popcorntime-bin | Watch Movies and TV Shows instantly | 0.3.10
media-video | gnome-twitch | Enjoy Twitch on your GNU/Linux desktop | 0.3.1
net-im | ghetto-skype | Free calls, text and picture sharing with anyone, anywhere | 1.5.0
net-im | poezio | Console XMPP client that looks like most famous IRC clients | 9999
net-im | profanity | Ncurses based jabber client inspired by irssi | 0.5.1 / 9999
net-im | rambox-bin | Free and Open Source messaging and emailing app that combines common web applications into one | 0.5.3
net-im | riot-web-bin | A glossy Matrix collaboration client for the web | 0.9.7
net-news | feedreader | A modern desktop application designed to complement web-based RSS accounts| 2.0
2017-03-25 00:57:29 +00:00
www-apps | rainloop-community | Simple, modern and fast web-based email client | 1.10.5.192 / 1.11.0.203
2017-03-25 00:57:52 +00:00
www-apps | rainloop | Simple, modern and fast web-based email client | 1.10.5.192 / 1.11.0.203
2017-02-27 23:06:47 +00:00
www-servers | caddy-bin | Fast, cross-platform HTTP/2 web server with automatic HTTPS | 0.9.5
x11-misc | sunflower | Small and highly customizable twin-panel file manager with plugin-support | 0.3.1-r1
x11-misc | twmn | A notification system for tiling window managers | 9999
x11-themes | menda-circle-icon-theme | Menda Circle Icon Theme | 9999
x11-themes | menda-themes | Manjaro's official Gtk2, Gtk3, Metacity, Xfwm, Openbox, Cinnamon and GNOME Shell themes | 9999
2016-10-31 13:13:22 +00:00
Repository tree
2016-02-11 01:19:55 +00:00
---------
2016-10-31 13:13:22 +00:00
```
.
├── app-antivirus
│ └── clamtk
├── app-backup
│ └── insync-bin
2017-02-27 12:05:45 +00:00
├── app-editors
2017-02-27 16:25:05 +00:00
│ ├── brackets-bin
2017-02-27 12:05:45 +00:00
│ └── lighttable-bin
2016-10-31 13:13:22 +00:00
├── app-office
│ └── litetran
├── dev-libs
│ └── libmesode
├── dev-python
│ └── slixmpp
2017-02-27 16:25:05 +00:00
├── dev-qt
│ └── qt5-styleplugins
2016-10-31 13:13:22 +00:00
├── games-fps
│ ├── urbanterror
│ └── urbanterror-maps
├── games-util
│ └── urtconnector
2017-02-27 12:05:45 +00:00
├── mail-client
│ └── wmail-bin
2017-02-27 16:25:05 +00:00
├── media-sound
│ └── teamspeak-client-bin
├── media-tv
│ └── popcorntime-bin
├── media-video
│ └── gnome-twitch
2016-10-31 13:13:22 +00:00
├── net-im
2017-02-27 16:25:05 +00:00
│ ├── ghetto-skype
2016-10-31 13:13:22 +00:00
│ ├── poezio
2016-12-21 05:52:07 +00:00
│ ├── profanity
2017-02-27 16:25:05 +00:00
│ ├── rambox-bin
  └── riot-web-bin
├── net-news
│ └── feedreader
2016-12-21 05:52:07 +00:00
├── www-apps
  ├── rainloop
   │   └── rainloop-community
2017-02-27 11:04:56 +00:00
├── www-servers
2017-02-27 11:05:38 +00:00
│ └── caddy-bin
2016-10-31 13:13:22 +00:00
├── x11-misc
2017-02-27 16:25:05 +00:00
  ├── sunflower
2016-10-31 13:13:22 +00:00
│ └── twmn
└── x11-themes
├── menda-circle-icon-theme
└── menda-themes
```