aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/rio/Manifest1
-rw-r--r--x11-terms/rio/files/rio-0.1.15-remove-min-rust-version-requirement.patch30
-rw-r--r--x11-terms/rio/rio-0.1.15.ebuild486
3 files changed, 0 insertions, 517 deletions
diff --git a/x11-terms/rio/Manifest b/x11-terms/rio/Manifest
index 52345d94a..fd24c2a47 100644
--- a/x11-terms/rio/Manifest
+++ b/x11-terms/rio/Manifest
@@ -258,7 +258,6 @@ DIST regex-syntax-0.6.29.crate 299752 BLAKE2B 2408ebfe5f0dd6578c33f18e8ea9a0a7a8
DIST regex-syntax-0.8.4.crate 347577 BLAKE2B 400323cdad2a7daa8d4006e4dd7a7b1234704df0f80ca0f4bb19447f8f1d270053bc8aa613e48291ab3a78c7eb02d7afec57bfc8d966a48b372a4c80de9b120c SHA512 10719c138d9aa304106fcbf77da0b01645d1b6fbc621abb639dbd43ed5fc3dbd22aaad8b86df55a60e7b2b4fc347b6f41419131d7b047273e146073250d892ed
DIST remove_dir_all-0.5.3.crate 9184 BLAKE2B ab7ef94e0230ddc9b363f038254a180881bbc20eb04a254f97e6f71ed491c99ba1c88f5e85632d450243882a4a0df63f3b8b183bc1fbca9caf30ec23d577b1d7 SHA512 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c
DIST renderdoc-sys-1.1.0.crate 10366 BLAKE2B b8a45b84ed2d258c684b8056eee7f699bbf2381034aefcf77df0481c3f07a0705b46ab89d462d515bec752f22de689ede3535be5e826a75b84adba54ade51abe SHA512 a9535ffe9fb0a7c38133a834419f5b1f9b866e116569e0f31f2238145a63e1392d4f24186504cbf40bc67521842c1a977c0dcc53f5a12f45366b6c44484a64c9
-DIST rio-0.1.15.tar.gz 51892064 BLAKE2B cf3f931dc4d5785943e4e0175d8efac9d8f7e026af576ef7ba9d4c5f894d03d4c4ed90d0ba86a8fecec4c1cd6e415f4a0126e3ec28d5c148edc2733d9a1a8daf SHA512 57d627add16fa4a7ad5ad0e9583730f43bfae9cd208b3c65ee68095b89631ea29b8e4739ead7bce63cca9e2624dc3580defdcd8dbaaaa286afe92ccbeec475a0
DIST rio-0.1.17.tar.gz 51898538 BLAKE2B f2575bfabd94a47b711a24fc877ea34c53b02d57597db0c323466499cd3ce412488040b1e756592e28f6337af64fcac03e6b2d1f49cec727a489912906d27230 SHA512 82e4e1d50e44a9c7d5cf274b0817ef844c3563f7c92e4045d6518029fe7374bb6d452c835889f5d93e2b0d7d89825e3dbef31c0fd6152977d7554e8dc323cbfc
DIST rio-proc-macros-0.1.14.crate 2522 BLAKE2B a4889ee44dbe86e5c6990fab201acc3fe4ebea8235cc74933f9656bc606387ff7bc3293f0edee53f2cb8ea7c05648552b0114307cb982e44191c7e5d5a15119c SHA512 7ad6ba3d75b1484bf7997645ad12920e73878c0e214a9fbd70e95d721497956e078609d5e0f266d57b513390c80037bed1a898526f1c866384c33869bea5b181
DIST roxmltree-0.20.0.crate 54594 BLAKE2B 9605ca407af248c71e0d2bc24d213aa6ff08a14eb548b85de16de7e172a617cdf12c2e4c686f6dd1c80455448a313f6e7d760885f189ae726934efbe06fb5603 SHA512 f8a934d3809e417c43bca53478cef0a7a18d908620175c84cfa2cdb8c85775b52cc641fb7eb12c80c483e0c17eb500dd3358ace858aceaa810d3ddbdef902d91
diff --git a/x11-terms/rio/files/rio-0.1.15-remove-min-rust-version-requirement.patch b/x11-terms/rio/files/rio-0.1.15-remove-min-rust-version-requirement.patch
deleted file mode 100644
index ebf4f5e6d..000000000
--- a/x11-terms/rio/files/rio-0.1.15-remove-min-rust-version-requirement.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -17,7 +17,6 @@
- edition = "2021"
- license = "MIT"
- keywords = ["graphics", "terminal", "application"]
--rust-version = "1.80.1"
- repository = "https://github.com/raphamorim/rio"
- homepage = "https://raphamorim.io/rio"
- documentation = "https://github.com/raphamorim/rio#readme"
---- a/frontends/rioterm/Cargo.toml
-+++ b/frontends/rioterm/Cargo.toml
-@@ -6,7 +6,6 @@
- edition.workspace = true
- license.workspace = true
- keywords.workspace = true
--rust-version.workspace = true
- repository.workspace = true
- homepage.workspace = true
- documentation.workspace = true
---- a/frontends/wasm/Cargo.toml
-+++ b/frontends/wasm/Cargo.toml
-@@ -6,7 +6,6 @@
- edition.workspace = true
- license.workspace = true
- keywords.workspace = true
--rust-version.workspace = true
- repository.workspace = true
- homepage.workspace = true
- documentation.workspace = true
diff --git a/x11-terms/rio/rio-0.1.15.ebuild b/x11-terms/rio/rio-0.1.15.ebuild
deleted file mode 100644
index ce31b2794..000000000
--- a/x11-terms/rio/rio-0.1.15.ebuild
+++ /dev/null
@@ -1,486 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Autogenerated by pycargoebuild 0.13.3
-
-EAPI=8
-
-CRATES="
- ab_glyph@0.2.28
- ab_glyph_rasterizer@0.1.8
- adler2@2.0.0
- adler32@1.2.0
- adler@1.0.2
- ahash@0.8.11
- aho-corasick@1.1.3
- allocator-api2@0.2.18
- android_system_properties@0.1.5
- anes@0.1.6
- anstream@0.6.15
- anstyle-parse@0.2.5
- anstyle-query@1.1.1
- anstyle-wincon@3.0.4
- anstyle@1.0.8
- approx@0.5.1
- arrayref@0.3.9
- arrayvec@0.7.6
- as-raw-xcb-connection@1.0.1
- ash@0.38.0+1.3.281
- atomic-waker@1.1.2
- autocfg@1.3.0
- base64@0.22.1
- bit-set@0.6.0
- bit-vec@0.7.0
- bit_field@0.10.2
- bitflags@1.3.2
- bitflags@2.6.0
- block2@0.5.1
- block@0.1.6
- borsh@1.5.1
- bumpalo@3.16.0
- bytemuck@1.18.0
- bytemuck_derive@1.7.1
- byteorder-lite@0.1.0
- byteorder@1.5.0
- bytes@0.3.0
- calloop-wayland-source@0.3.0
- calloop@0.13.0
- cast@0.3.0
- cc@1.1.21
- cfg-if@0.1.10
- cfg-if@1.0.0
- cfg_aliases@0.1.1
- cfg_aliases@0.2.1
- ciborium-io@0.2.2
- ciborium-ll@0.2.2
- ciborium@0.2.2
- clap@4.5.17
- clap_builder@4.5.17
- clap_derive@4.5.13
- clap_lex@0.7.2
- clipboard-win@3.1.1
- cocoa-foundation@0.1.2
- cocoa@0.25.0
- codespan-reporting@0.11.1
- color_quant@1.1.0
- colorchoice@1.0.2
- com@0.6.0
- com_macros@0.6.0
- com_macros_support@0.6.0
- concurrent-queue@2.5.0
- console_error_panic_hook@0.1.7
- console_log@0.2.2
- copa@0.1.14
- copypasta@0.10.1
- core-foundation-sys@0.8.7
- core-foundation@0.10.0
- core-foundation@0.9.4
- core-graphics-types@0.1.3
- core-graphics-types@0.2.0
- core-graphics@0.23.2
- core-graphics@0.24.0
- core-text@20.1.0
- crc32fast@1.4.2
- criterion-plot@0.5.0
- criterion@0.5.1
- crossbeam-channel@0.5.13
- crossbeam-deque@0.8.5
- crossbeam-epoch@0.9.18
- crossbeam-utils@0.8.20
- crossfont@0.8.0
- crunchy@0.2.2
- cstr@0.2.12
- ctor-lite@0.1.0
- cursor-icon@1.1.0
- d3d12@22.0.0
- deflate@1.0.0
- dirs-sys@0.4.1
- dirs@5.0.1
- dispatch@0.2.0
- dlib@0.5.2
- document-features@0.2.10
- downcast-rs@1.2.1
- dpi@0.1.1
- dwrote@0.11.1
- either@1.13.0
- env_logger@0.4.3
- equivalent@1.0.1
- errno@0.3.9
- euclid@0.22.11
- exr@1.72.0
- fastrand@2.1.1
- fdeflate@0.3.4
- filetime@0.2.25
- flate2@1.0.33
- flume@0.11.0
- fnv@1.0.7
- font-types@0.6.0
- fontconfig-parser@0.5.7
- foreign-types-macros@0.2.3
- foreign-types-shared@0.3.1
- foreign-types@0.5.0
- form_urlencoded@1.2.1
- freetype-rs@0.36.0
- freetype-sys@0.20.1
- fsevent-sys@4.1.0
- fuchsia-cprng@0.1.1
- fuchsia-zircon-sys@0.3.3
- fuchsia-zircon@0.3.3
- futures-channel@0.3.30
- futures-core@0.3.30
- futures-executor@0.3.30
- futures-io@0.3.30
- futures-macro@0.3.30
- futures-sink@0.3.30
- futures-task@0.3.30
- futures-util@0.3.30
- futures@0.3.30
- gethostname@0.4.3
- getrandom@0.2.15
- gif@0.13.1
- gl_generator@0.14.0
- glow@0.13.1
- glutin_wgl_sys@0.6.0
- gpu-alloc-types@0.3.0
- gpu-alloc@0.6.0
- gpu-allocator@0.26.0
- gpu-descriptor-types@0.2.0
- gpu-descriptor@0.3.0
- guillotiere@0.6.2
- half@2.4.1
- hashbrown@0.14.5
- hassle-rs@0.11.0
- heck@0.5.0
- hermit-abi@0.4.0
- hexf-parse@0.2.1
- idna@0.5.0
- image-webp@0.1.3
- image@0.24.9
- image@0.25.2
- indexmap@2.5.0
- inotify-sys@0.1.5
- inotify@0.9.6
- iovec@0.1.4
- is-terminal@0.4.13
- is_terminal_polyfill@1.70.1
- itertools@0.10.5
- itoa@1.0.11
- jni-sys@0.3.0
- jpeg-decoder@0.3.1
- js-sys@0.3.70
- khronos-egl@6.0.0
- khronos_api@3.1.0
- kqueue-sys@1.0.4
- kqueue@1.0.8
- lazy-bytes-cast@5.0.1
- lazy_static@1.5.0
- lebe@0.5.2
- libc@0.2.158
- libloading@0.8.5
- libredox@0.0.2
- libredox@0.1.3
- linked-hash-map@0.5.6
- linux-raw-sys@0.4.14
- litrs@0.4.1
- lock_api@0.4.12
- log@0.3.9
- log@0.4.22
- lru@0.12.4
- malloc_buf@0.0.6
- matchers@0.1.0
- memchr@2.7.4
- memmap2@0.9.5
- metal@0.29.0
- minicov@0.3.5
- miniz_oxide@0.7.4
- miniz_oxide@0.8.0
- mio@0.8.11
- miow@0.5.0
- miow@0.6.0
- naga@22.1.0
- ndk-sys@0.5.0+25.2.9519653
- net2@0.2.39
- notify@6.1.1
- nu-ansi-term@0.46.0
- num-traits@0.2.19
- objc-foundation@0.1.1
- objc-sys@0.3.5
- objc2-app-kit@0.2.2
- objc2-core-data@0.2.2
- objc2-core-image@0.2.2
- objc2-encode@4.0.3
- objc2-foundation@0.2.2
- objc2-metal@0.2.2
- objc2-quartz-core@0.2.2
- objc2@0.5.2
- objc@0.2.7
- objc_id@0.1.1
- once_cell@1.19.0
- oorandom@11.1.4
- option-ext@0.2.0
- orbclient@0.3.47
- ordered-float@4.2.2
- overload@0.1.1
- owned_ttf_parser@0.24.0
- parking_lot@0.12.3
- parking_lot_core@0.9.10
- paste@1.0.15
- percent-encoding@2.3.1
- pin-project-internal@1.1.5
- pin-project-lite@0.2.14
- pin-project@1.1.5
- pin-utils@0.1.0
- pkg-config@0.3.30
- plotters-backend@0.3.7
- plotters-svg@0.3.7
- plotters@0.3.7
- png@0.17.13
- polling@3.7.3
- ppv-lite86@0.2.20
- presser@0.3.1
- proc-macro2@1.0.86
- profiling@1.0.15
- qoi@0.4.1
- quick-error@2.0.1
- quick-xml@0.36.1
- quote@1.0.37
- rand@0.4.6
- rand@0.8.5
- rand_chacha@0.3.1
- rand_core@0.3.1
- rand_core@0.4.2
- rand_core@0.6.4
- range-alloc@0.1.3
- raw-window-handle@0.6.2
- rayon-core@1.12.1
- rayon@1.10.0
- rdrand@0.4.0
- read-fonts@0.20.0
- redox_syscall@0.4.1
- redox_syscall@0.5.4
- redox_users@0.4.6
- regex-automata@0.1.10
- regex-automata@0.4.7
- regex-syntax@0.6.29
- regex-syntax@0.8.4
- regex@1.10.6
- remove_dir_all@0.5.3
- renderdoc-sys@1.1.0
- rio-proc-macros@0.1.14
- roxmltree@0.20.0
- rustc-hash@1.1.0
- rustc-hash@2.0.0
- rustix@0.38.37
- ryu@1.0.18
- same-file@1.0.6
- scoped-tls@1.0.1
- scopeguard@1.2.0
- sctk-adwaita@0.10.1
- serde@1.0.210
- serde_derive@1.0.210
- serde_json@1.0.128
- serde_spanned@0.6.7
- sharded-slab@0.1.7
- shlex@1.3.0
- signal-hook-registry@1.4.2
- signal-hook@0.3.17
- simd-adler32@0.3.7
- skrifa@0.20.0
- slab@0.4.9
- slotmap@1.0.7
- smallvec@1.13.2
- smithay-client-toolkit@0.19.2
- smithay-clipboard@0.7.2
- smol_str@0.3.1
- softbuffer@0.4.6
- spin@0.9.8
- spirv@0.3.0+sdk-1.3.268.0
- static_assertions@1.1.0
- strict-num@0.1.1
- strsim@0.11.1
- svg_fmt@0.4.3
- syn@1.0.109
- syn@2.0.77
- tempdir@0.3.7
- termcolor@1.4.1
- thiserror-impl@1.0.63
- thiserror@1.0.63
- thread_local@1.1.8
- tiff@0.9.1
- tiny-skia-path@0.11.4
- tiny-skia@0.11.4
- tiny-xlib@0.2.3
- tinytemplate@1.2.1
- tinyvec@1.8.0
- tinyvec_macros@0.1.1
- toml@0.8.19
- toml_datetime@0.6.8
- toml_edit@0.22.21
- tracing-attributes@0.1.27
- tracing-core@0.1.32
- tracing-log@0.2.0
- tracing-subscriber@0.3.18
- tracing-web@0.1.3
- tracing@0.1.40
- ttf-parser@0.21.1
- ttf-parser@0.24.1
- twox-hash@1.6.3
- unicode-bidi@0.3.15
- unicode-ident@1.0.13
- unicode-normalization@0.1.24
- unicode-segmentation@1.12.0
- unicode-width@0.1.13
- unicode-xid@0.2.5
- url@2.5.2
- utf8parse@0.2.2
- valuable@0.1.0
- version_check@0.9.5
- walkdir@2.5.0
- wasi@0.11.0+wasi-snapshot-preview1
- wasm-bindgen-backend@0.2.93
- wasm-bindgen-futures@0.4.43
- wasm-bindgen-macro-support@0.2.93
- wasm-bindgen-macro@0.2.93
- wasm-bindgen-shared@0.2.93
- wasm-bindgen-test-macro@0.3.43
- wasm-bindgen-test@0.3.43
- wasm-bindgen@0.2.93
- wayland-backend@0.3.7
- wayland-client@0.31.6
- wayland-csd-frame@0.3.0
- wayland-cursor@0.31.6
- wayland-protocols-plasma@0.3.4
- wayland-protocols-wlr@0.3.4
- wayland-protocols@0.32.4
- wayland-scanner@0.31.5
- wayland-sys@0.31.5
- web-sys@0.3.70
- web-time@1.1.0
- weezl@0.1.8
- wgpu-core@22.1.0
- wgpu-hal@22.0.0
- wgpu-types@22.0.0
- wgpu@22.1.0
- widestring@1.1.0
- winapi-i686-pc-windows-gnu@0.4.0
- winapi-util@0.1.9
- winapi-x86_64-pc-windows-gnu@0.4.0
- winapi@0.3.9
- windows-core@0.52.0
- windows-sys@0.42.0
- windows-sys@0.48.0
- windows-sys@0.52.0
- windows-sys@0.59.0
- windows-targets@0.48.5
- windows-targets@0.52.6
- windows@0.42.0
- windows@0.52.0
- windows_aarch64_gnullvm@0.42.2
- windows_aarch64_gnullvm@0.48.5
- windows_aarch64_gnullvm@0.52.6
- windows_aarch64_msvc@0.42.2
- windows_aarch64_msvc@0.48.5
- windows_aarch64_msvc@0.52.6
- windows_i686_gnu@0.42.2
- windows_i686_gnu@0.48.5
- windows_i686_gnu@0.52.6
- windows_i686_gnullvm@0.52.6
- windows_i686_msvc@0.42.2
- windows_i686_msvc@0.48.5
- windows_i686_msvc@0.52.6
- windows_x86_64_gnu@0.42.2
- windows_x86_64_gnu@0.48.5
- windows_x86_64_gnu@0.52.6
- windows_x86_64_gnullvm@0.42.2
- windows_x86_64_gnullvm@0.48.5
- windows_x86_64_gnullvm@0.52.6
- windows_x86_64_msvc@0.42.2
- windows_x86_64_msvc@0.48.5
- windows_x86_64_msvc@0.52.6
- winnow@0.6.18
- wio@0.2.2
- x11-clipboard@0.9.2
- x11-dl@2.21.0
- x11rb-protocol@0.13.1
- x11rb@0.13.1
- xcursor@0.3.8
- xi-unicode@0.3.0
- xkbcommon-dl@0.4.2
- xkeysym@0.2.1
- xml-rs@0.8.22
- yazi@0.1.6
- yeslogic-fontconfig-sys@5.0.0
- zeno@0.2.3
- zerocopy-derive@0.7.35
- zerocopy@0.7.35
- zune-core@0.4.12
- zune-inflate@0.2.54
- zune-jpeg@0.4.13
-"
-
-inherit cargo desktop
-
-DESCRIPTION="A hardware-accelerated GPU terminal emulator powered by WebGPU"
-HOMEPAGE="https://raphamorim.io/rio/"
-SRC_URI="
- ${CARGO_CRATE_URIS}
- https://github.com/raphamorim/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-# Dependent crate licenses
-LICENSE+="
- Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0
- Unicode-DFS-2016 ZLIB
-"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-DEPEND="
- media-libs/freetype:2
- media-libs/fontconfig
- wayland? ( dev-libs/wayland )
- wayland? ( x11-libs/libxkbcommon[wayland] )
- X? ( x11-libs/libxkbcommon[X] )
- >=sys-libs/ncurses-6.4_p20240330
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-build/cmake
- virtual/pkgconfig
- >=virtual/rust-1.78.0
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-remove-min-rust-version-requirement.patch"
-)
-
-QA_FLAGS_IGNORED="usr/bin/rio"
-
-DOCS=(
- "README.md"
- "docs/docs"
-)
-
-src_prepare() {
- default
- sed -i '/^strip =/d' Cargo.toml || die
-}
-
-src_configure() {
- local myfeatures=(
- $(usev wayland)
- $(usev X x11)
- )
- cargo_src_configure --verbose --no-default-features
-}
-
-src_install() {
- dobin "$(cargo_target_dir)/${PN}"
-
- dodoc -r "${DOCS[@]}"
- newicon -s scalable "misc/logo.svg" "${PN}.svg"
- domenu "misc/${PN}.desktop"
-}