summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-12-05 09:49:24 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-12-05 09:49:24 +0200
commit8ab604b3e1322afc5deadf062c79e40a6348b6fd (patch)
tree14d221fc4e6adc6b5ab7c3d564920b2b961e0351 /gui-apps
parentgui-apps/slurp: drop 9999 (stale live) (diff)
downloadgentoo-8ab604b3e1322afc5deadf062c79e40a6348b6fd.tar.gz
gentoo-8ab604b3e1322afc5deadf062c79e40a6348b6fd.tar.bz2
gentoo-8ab604b3e1322afc5deadf062c79e40a6348b6fd.zip
gui-apps/kanshi: drop 1.3.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/kanshi/Manifest1
-rw-r--r--gui-apps/kanshi/kanshi-1.3.1.ebuild39
2 files changed, 0 insertions, 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
-}