From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/niri/
Date: Sun, 10 Mar 2024 21:26:19 +0000 (UTC) [thread overview]
Message-ID: <1710039389.a328d3cc61330b410ce7bf1085f0afdc23c9b3b3.lanodan@gentoo> (raw)
commit: a328d3cc61330b410ce7bf1085f0afdc23c9b3b3
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 10 02:55:29 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Mar 10 02:56:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a328d3cc
gui-wm/niri: drop 0.1.2
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
gui-wm/niri/Manifest | 2 -
gui-wm/niri/niri-0.1.2.ebuild | 86 -------------------------------------------
2 files changed, 88 deletions(-)
diff --git a/gui-wm/niri/Manifest b/gui-wm/niri/Manifest
index fb0ce2fe37..ce27a8ecac 100644
--- a/gui-wm/niri/Manifest
+++ b/gui-wm/niri/Manifest
@@ -1,4 +1,2 @@
-DIST niri-0.1.2-vendored-dependencies.tar.xz 55030364 BLAKE2B 0da4f7a94f19bf9fa8b2cad36d59c1032f34581e63aa60b4a9284d0550f4c30364ea1b6d5f84b77edc13931585fd82f2bbd5e528bc52f201aa89b2a1c53de240 SHA512 63a5b3dd3510be665a771a811f5e86929124b4b73fb728fdc0c23c73934b383a5ca3f3d91e9bcbbd4e71dcb3226dd3b817b59a11ea060c7258abb8ff87e47d87
-DIST niri-0.1.2.tar.gz 206414 BLAKE2B e2883a3a2abfc1a0f4532b1b7ec2f256dca8c9f49921205d3827a42837aa5dfb0013a3092bd2558205cd6bbb299ba7ed571ecb8900869710cb1ac917d2195e53 SHA512 9ffa0d70c0045bc1fecf2e3c61a49010cdb1e2e1e304bd9fe40cf760f5c286d37949ffed49c969c17d6bf7fa7230ca7aa7c893d2eaf4cda766f452307bb36d38
DIST niri-0.1.3-vendored-dependencies.tar.xz 55616952 BLAKE2B 8fac26737c74f819f4f3b2369a962c03de4d220088fe2288b9dd3e50077123236c959022286b15356d2cd8c25ea1ee5cc65a2bfd46635a97a13886bc242d353f SHA512 dda7b1cc94efb9257c915a5a49c669752860d67fe87154a58323eaf9d551c9e592979eaf52d3b7d1709de07cd82ddfb6e47c24bd0867789ab77136192133376f
DIST niri-0.1.3.tar.gz 231744 BLAKE2B c28bb7ef1a71f352f199cbfe3c0eab3cde4432c357e4bb16eed026e68b48215087da723f03a2484c7bb5d0e84f83444570b4b36277bcec9ab7da8e5c25a00e62 SHA512 1e00cbd6c10df2fcfcf481c93d5530b52d2687cbbe155d0cf8f370caf41d6057b902731484c3e522f0f0d6775485aa9b6d125a0aa29cdcd697861331852264dd
diff --git a/gui-wm/niri/niri-0.1.2.ebuild b/gui-wm/niri/niri-0.1.2.ebuild
deleted file mode 100644
index a9e5c4667a..0000000000
--- a/gui-wm/niri/niri-0.1.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LLVM_MAX_SLOT=17
-
-inherit cargo llvm
-
-DESCRIPTION="Scrollable-tiling Wayland compositor"
-HOMEPAGE="https://github.com/YaLTeR/niri"
-SRC_URI="
- https://github.com/YaLTeR/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://github.com/YaLTeR/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
-"
-
-LICENSE="GPL-3+"
-# Dependent crate licenses
-LICENSE+="
- Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0
- Unicode-DFS-2016
-"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus screencast"
-REQUIRED_USE="screencast? ( dbus )"
-
-DEPEND="
- dev-libs/glib:2
- dev-libs/libinput:=
- dev-libs/wayland
- media-libs/mesa
- sys-auth/seatd:=
- virtual/libudev:=
- x11-libs/cairo
- x11-libs/libxkbcommon
- x11-libs/pango
- x11-libs/pixman
- screencast? (
- media-video/pipewire
- )
-"
-RDEPEND="${DEPEND}"
-# Clang is required for bindgen
-BDEPEND="
- >=virtual/rust-1.72.0
- screencast? ( <sys-devel/clang-$((LLVM_MAX_SLOT + 1)) )
-"
-
-ECARGO_VENDOR="${WORKDIR}/vendor"
-
-QA_FLAGS_IGNORED="usr/bin/niri"
-
-llvm_check_deps() {
- if use screencast; then
- has_version -b "sys-devel/clang:${LLVM_SLOT}"
- fi
-}
-
-src_prepare() {
- sed -i 's/^git =.*/version = "*"/' Cargo.toml || die
- default
-}
-
-src_configure() {
- local myfeatures=(
- $(usev dbus)
- $(usev screencast xdp-gnome-screencast)
- )
- cargo_src_configure --no-default-features
-}
-
-src_install() {
- cargo_src_install
-
- dobin resources/niri-session
-
- insinto /usr/lib/systemd/user
- doins resources/niri{.service,-shutdown.target}
-
- insinto /usr/share/wayland-sessions
- doins resources/niri.desktop
-
- insinto /usr/share/xdg-desktop-portal
- doins resources/niri-portals.conf
-}
next reply other threads:[~2024-03-10 21:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-10 21:26 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-09 16:30 [gentoo-commits] repo/proj/guru:master commit in: gui-wm/niri/ Viorel Munteanu
2024-09-15 21:45 Julien Roy
2024-09-15 21:45 Julien Roy
2024-08-13 0:32 Lucio Sauer
2024-08-13 0:32 Lucio Sauer
2024-04-21 14:11 Haelwenn Monnier
2024-04-21 14:11 Haelwenn Monnier
2024-03-31 13:44 Julien Roy
2024-03-31 13:44 Julien Roy
2024-03-10 21:26 Haelwenn Monnier
2024-02-17 10:35 Haelwenn Monnier
2024-02-17 10:35 Haelwenn Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1710039389.a328d3cc61330b410ce7bf1085f0afdc23c9b3b3.lanodan@gentoo \
--to=contact@hacktivis.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox