commit:     8ab604b3e1322afc5deadf062c79e40a6348b6fd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 07:49:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 07:49:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab604b3

gui-apps/kanshi: drop 1.3.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-apps/kanshi/Manifest            |  1 -
 gui-apps/kanshi/kanshi-1.3.1.ebuild | 39 -------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/gui-apps/kanshi/Manifest b/gui-apps/kanshi/Manifest
index cdbda7eeb1d3..6a0272f947a2 100644
--- a/gui-apps/kanshi/Manifest
+++ b/gui-apps/kanshi/Manifest
@@ -1,2 +1 @@
-DIST kanshi-1.3.1.tar.gz 20991 BLAKE2B 
9ecad147d2ace82ea4a2e8fccbc1a2a81bdca534f4ae952a1bbc4303c4ff0e6cf6de5dd617e1ee79abd23bb094358b3336bc031748525f628b912e53e5a04db8
 SHA512 
21580c6d950c33ce80a3d39e71ae8352c23c96d89827b79f4a294ccade87026c1ce294a5f9aa9b58e06f7930a3885ab9a54400b7289dfbee18a2a1a53a55709b
 DIST kanshi-1.4.0.tar.gz 22207 BLAKE2B 
9d3d1172c77e77049cfa16a279cf77daaeaf8276a76228a3a5f0c141db4a27c2023e2398fc1591747116d4691c48caa323a6d96e2f2b8379e956478dabaff6fc
 SHA512 
bf894865268f706487379b97e7de0df44c2e69aaa1feaca3f4e68f966382f0663ade6a770457803e274ec3afa9fa5661f7509c344a2f71a2b4cd7289277664a2

diff --git a/gui-apps/kanshi/kanshi-1.3.1.ebuild 
b/gui-apps/kanshi/kanshi-1.3.1.ebuild
deleted file mode 100644
index a3441df26d64..000000000000
--- a/gui-apps/kanshi/kanshi-1.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="dynamic display configuration (autorandr for wayland)"
-HOMEPAGE="https://wayland.emersion.fr/kanshi/ https://sr.ht/~emersion/kanshi/";
-SRC_URI="
-       https://git.sr.ht/~emersion/kanshi/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz
-"
-S=${WORKDIR}/${PN}-v${PV}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+man varlink"
-
-RDEPEND="
-       dev-libs/wayland
-       varlink? ( dev-libs/libvarlink )
-"
-BDEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-       dev-libs/wayland-protocols
-       dev-util/wayland-scanner
-       man? ( >=app-text/scdoc-1.9.3 )
-"
-
-src_configure() {
-       local emesonargs=(
-               $(meson_feature man man-pages)
-               $(meson_feature varlink ipc)
-       )
-       meson_src_configure
-}

Reply via email to