diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2023-08-29 12:56:31 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2023-08-29 12:56:31 +0100 |
commit | 51f26aa9a7ae12c9bb7a44224fdbff8090d7d0af (patch) | |
tree | eb3e79e922e88d53b1e431055905a23efd3f1683 /virtual/miller-dev | |
parent | Add temporary cppcheck v2.10 (diff) | |
download | portage-51f26aa9a7ae12c9bb7a44224fdbff8090d7d0af.tar.bz2 portage-51f26aa9a7ae12c9bb7a44224fdbff8090d7d0af.tar.xz portage-51f26aa9a7ae12c9bb7a44224fdbff8090d7d0af.zip |
Bump desktop and dev with new deps
Diffstat (limited to 'virtual/miller-dev')
-rw-r--r-- | virtual/miller-dev/Manifest | 2 | ||||
-rw-r--r-- | virtual/miller-dev/miller-dev-10.6.0.ebuild (renamed from virtual/miller-dev/miller-dev-10.5.5.ebuild) | 15 |
2 files changed, 13 insertions, 4 deletions
diff --git a/virtual/miller-dev/Manifest b/virtual/miller-dev/Manifest index a9bc2ee..bb64b1f 100644 --- a/virtual/miller-dev/Manifest +++ b/virtual/miller-dev/Manifest @@ -1 +1 @@ -EBUILD miller-dev-10.5.5.ebuild 2773 BLAKE2B 56f507f5178d9af8ec4507fe1bd640f56f5e722ee6d57e9df9284561e44a7aa14ef346345e42000fbcf50af49a68fbada080bafc58cbdfd40209a5716602dd37 SHA512 23417dc0eb99b8612c683096178da51e3479dda32693b91f795a91063b9fa85fb29a37afd96c3cfc3263343b6981dcc79cb6bc48161c86c7f9e070590c0bc13e +EBUILD miller-dev-10.6.0.ebuild 2937 BLAKE2B b608d6bb16c266e1f322f57f6a189c3fd1f868bd6af971234b11f27b5c2408d8d7977b7f04d0d49832b569df1c3fb8f83e9a5815eff7491d51a32aadb21a9172 SHA512 e6710389005bad5bcb49083e5c5a80c230bcff76b68005dd3906dc283bc6cc05d164276bfb71d5592875bed4cefd827c189c3d5aecf0e7af20b49dc9ea3adbd8 diff --git a/virtual/miller-dev/miller-dev-10.5.5.ebuild b/virtual/miller-dev/miller-dev-10.6.0.ebuild index 9a1f412..6554162 100644 --- a/virtual/miller-dev/miller-dev-10.5.5.ebuild +++ b/virtual/miller-dev/miller-dev-10.6.0.ebuild @@ -3,12 +3,15 @@ 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 java" +IUSE="X dotnet odbc mysql postgres cxx vnc java ilt" RDEPEND=" =net-misc/unison-2.51* virtual/miller-base app-editors/ghostwriter + app-shells/powerline + app-shells/powerline-gitstatus + app-vim/ansiesc app-vim/nerdtree app-vim/json app-vim/vim-javascript @@ -43,6 +46,12 @@ RDEPEND=" dev-java/maven-bin dev-util/idea-community ) + ilt? ( + dev-libs/mxml + media-gfx/blender + media-gfx/openmesh + media-libs/assimp + ) dev-util/uncrustify dev-util/cproto dev-util/ctags @@ -71,8 +80,7 @@ RDEPEND=" dev-cpp/benchmark ) media-fonts/freefont - media-fonts/hack - media-fonts/roboto-mono + media-fonts/intel-one-mono app-vim/vcscommand dev-vcs/git dev-vcs/git-extras @@ -93,6 +101,7 @@ RDEPEND=" dev-cpp/libxmlpp:3.0 dev-util/libabigail dev-util/unifdef + sys-devel/mold net-libs/libesmtp www-apache/mod_fcgid www-apache/apache-mod-markdown |