summaryrefslogtreecommitdiff
path: root/virtual
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-04-04 11:42:03 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-04-04 11:42:03 +0100
commit6457e888a02dcb4a61bef3b2436f7a46fa840c2c (patch)
treedfc54d8fcd1f0a2f26b81bc58b511aa3332cc454 /virtual
parentUpdate to include virtualbox-additions (diff)
downloadportage-6457e888a02dcb4a61bef3b2436f7a46fa840c2c.tar.bz2
portage-6457e888a02dcb4a61bef3b2436f7a46fa840c2c.tar.xz
portage-6457e888a02dcb4a61bef3b2436f7a46fa840c2c.zip
Add newest tools
Diffstat (limited to 'virtual')
-rw-r--r--virtual/miller-desktop/Manifest2
-rw-r--r--virtual/miller-desktop/miller-desktop-2.1.2.ebuild (renamed from virtual/miller-desktop/miller-desktop-2.1.1.ebuild)5
-rw-r--r--virtual/miller-dev/Manifest1
-rw-r--r--virtual/miller-dev/miller-dev-10.4.ebuild130
4 files changed, 136 insertions, 2 deletions
diff --git a/virtual/miller-desktop/Manifest b/virtual/miller-desktop/Manifest
index 9983039..ebefcac 100644
--- a/virtual/miller-desktop/Manifest
+++ b/virtual/miller-desktop/Manifest
@@ -1 +1 @@
-EBUILD miller-desktop-2.1.1.ebuild 842 BLAKE2B e5552aaaa1d2ae89e759ca512ee66f593f4944a5d3f1c04aed494140579f048c15f68bccce68c8432a5b0e7372f7ed7aa56a226cf524e1f4ea9d3ccbf1baaf42 SHA512 962d682f34f29b569cf48413b2fe7ad8e657b85ce872e54ee8f2fcbaa5c9dc56efee6538d2755aecc91aef351f21ee9507626db65d311a6256534321ced351c1
+EBUILD miller-desktop-2.1.2.ebuild 896 BLAKE2B 999218999b8993093696435c67aaeef4a0d4225f7f969b0ee2e4e3f46db1f6ffa1f649045c31c29c85612e1c0afe62af5443057dfaf123bc1be38d6937b66f75 SHA512 12843520861b23c422e77365165f19af2e6eb7008ba4adc91c71db08ced0254c521cbd8279ebeb1d8e81ecf274279bae860e43330f421ef7eba124b7498b87f7
diff --git a/virtual/miller-desktop/miller-desktop-2.1.1.ebuild b/virtual/miller-desktop/miller-desktop-2.1.2.ebuild
index 0985fbd..e4a4686 100644
--- a/virtual/miller-desktop/miller-desktop-2.1.1.ebuild
+++ b/virtual/miller-desktop/miller-desktop-2.1.2.ebuild
@@ -2,7 +2,7 @@ DESCRIPTION="Virtual for desktops/laptops"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 mips ppc ppc-macos sparc sparc-fbsd x86 x86-fbsd"
-IUSE="cdr vpnc pptp forticlient wifi b43 networkmanager plymouth"
+IUSE="cdr vpnc pptp forticlient openconnect wifi b43 networkmanager plymouth"
RDEPEND="
virtual/eject
@@ -33,6 +33,9 @@ RDEPEND="
forticlient? (
net-vpn/forticlientsslvpn
)
+ openconnect? (
+ net-vpn/openconnect
+ )
sys-fs/dosfstools
sys-block/partitionmanager
"
diff --git a/virtual/miller-dev/Manifest b/virtual/miller-dev/Manifest
index 559ed25..aa13da6 100644
--- a/virtual/miller-dev/Manifest
+++ b/virtual/miller-dev/Manifest
@@ -1 +1,2 @@
EBUILD miller-dev-10.3.4.ebuild 2478 BLAKE2B d636c77c36f14213757c5aa0b50d4360c48b317794a20a190c53b64c4c499ea4fa3d6e6c2fb7d4c46a4309a02f8de73490e386fe475c87f651945c17f40dd0fb SHA512 a5e7059c630a064a50e84c6ddc4ad914b1b6628958addc952ddaff1032daa693b4097b5c29fafc4961b157c4a88d2fc6b12e7db56cf41860212a428bc7b37f51
+EBUILD miller-dev-10.4.ebuild 2638 BLAKE2B d611490b86e9003753f0ecc0209d9fb393c1a9ce95eaa3a141c0e47e9c00dcdbee7366b42537e73a89a0d52438897fcee9326549bb9e7af8e732e28e1b608287 SHA512 d2177cb6c8aecfdaa32a94acd80f5fc00987e56fc67d47dad28b9df603efcd76fbbffe948206f8ada0c07b7965daeb0ce24bcf2286170159cdf2694962eb52c0
diff --git a/virtual/miller-dev/miller-dev-10.4.ebuild b/virtual/miller-dev/miller-dev-10.4.ebuild
new file mode 100644
index 0000000..b8b20d5
--- /dev/null
+++ b/virtual/miller-dev/miller-dev-10.4.ebuild
@@ -0,0 +1,130 @@
+EAPI="7"
+DESCRIPTION="Virtual for Miller development workstations"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm ia64 mips ppc ppc-macos sparc sparc-fbsd x86 x86-fbsd"
+IUSE="X dotnet odbc mysql postgres cxx vnc"
+
+RDEPEND="
+ =net-misc/unison-2.51*
+ virtual/miller-base
+ app-editors/ghostwriter
+ app-vim/nerdtree
+ app-vim/json
+ app-vim/vim-javascript
+ app-vim/vim-spell-en
+ app-vim/nerdcommenter
+ app-vim/youcompleteme
+ app-vim/surround
+ app-vim/syntastic
+ app-vim/gitgutter
+ app-vim/alternate
+ app-vim/xsl-syntax
+ www-client/lynx
+ app-admin/webapp-config
+ postgres? (
+ dev-db/apgdiff
+ dev-db/pg_activity
+ dev-db/postgresql_autodoc
+ mysql? ( dev-db/postgresql-fdw-mysql )
+ )
+ dev-util/uncrustify
+ dev-util/cproto
+ dev-util/ctags
+ dev-db/pgFormatter
+ net-nds/shelldap
+ sys-devel/gdb
+ dev-util/valgrind
+ dev-util/lcov
+ app-text/htmltidy
+ app-doc/doxygen
+ app-benchmarks/wrk
+ dev-libs/stb
+ media-libs/libsdl2
+ sys-fs/inotify-tools
+ net-misc/shmux
+ app-misc/jq
+ cxx? (
+ dev-util/ccache
+ dev-util/cppcheck
+ sys-devel/clang[static-analyzer]
+ dev-util/splint
+ =sys-devel/gcc-10*
+ =sys-devel/gcc-11*
+ dev-util/bloaty
+ dev-util/include-what-you-use
+ dev-cpp/benchmark
+ )
+ media-fonts/freefont
+ media-fonts/hack
+ media-fonts/roboto-mono
+ app-vim/vcscommand
+ dev-vcs/git
+ dev-vcs/git-extras
+ sys-devel/distcc
+ dev-util/patchutils
+ || (
+ net-misc/iputils[arping]
+ net-analyzer/arping
+ )
+ dev-libs/libadhocutil
+ dev-libs/libdbpp-postgresql
+ dev-libs/libdbpp-mysql
+ dev-libs/icetray[ut]
+ www-misc/icespider
+ net-misc/gentoobrowse-api
+ dev-libs/fcgi
+ dev-libs/Ice
+ dev-libs/slice-parser
+ dev-cpp/glibmm
+ dev-cpp/libxmlpp:3.0
+ dev-util/libabigail
+ dev-util/unifdef
+ net-libs/libesmtp
+ www-apache/mod_fcgid
+ www-apache/apache-mod-markdown
+ media-gfx/imagemagick
+ app-shells/gentoo-bashcomp
+ app-arch/rar
+ net-ftp/ftp
+ media-video/ffmpeg
+ odbc? (
+ mysql? ( dev-db/mariadb-connector-odbc )
+ postgres? ( dev-db/psqlodbc )
+ )
+ net-misc/youtube-dl
+ www-servers/apache
+ X? (
+ || ( www-client/google-chrome ( www-client/chromium www-plugins/chrome-binary-plugins ) )
+ || ( www-client/firefox www-client/firefox-bin )
+ vnc? ( || (
+ net-misc/tigervnc
+ net-misc/vnc
+ ) )
+ x11-misc/xdotool
+ net-misc/rdesktop
+ media-gfx/gimp
+ kde-apps/kruler
+ net-analyzer/wireshark
+ x11-apps/xhost
+ dev-db/squirrel-sql
+ app-editors/okteta
+ dev-util/kdbg
+ kde-apps/dolphin-plugins-git
+ net-analyzer/nmap
+ dotnet? (
+ dev-util/monodevelop
+ || (
+ >=dev-util/monodevelop-4
+ (
+ dev-util/monodevelop-database
+ dev-util/monodevelop-debugger-gdb
+ )
+ )
+ )
+ dev-db/pgadmin4
+ kde-apps/kcachegrind
+ app-editors/gvim
+ dev-util/hotspot
+ )"
+