summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-03-08 13:30:21 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-08 13:30:21 +0200
commit859ff215ecc4a9ccf0396707c8ad0bc409e7ed4e (patch)
tree5708a29062e4298edc4e7576bd2ec69f0e33dda1 /gui-apps
parentapp-emacs/cider: Stabilize 1.13.1 amd64, #926443 (diff)
downloadgentoo-859ff215ecc4a9ccf0396707c8ad0bc409e7ed4e.tar.gz
gentoo-859ff215ecc4a9ccf0396707c8ad0bc409e7ed4e.tar.bz2
gentoo-859ff215ecc4a9ccf0396707c8ad0bc409e7ed4e.zip
gui-apps/kanshi: drop 1.4.0, 1.5.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/kanshi/Manifest2
-rw-r--r--gui-apps/kanshi/kanshi-1.4.0.ebuild39
-rw-r--r--gui-apps/kanshi/kanshi-1.5.0.ebuild39
3 files changed, 0 insertions, 80 deletions
diff --git a/gui-apps/kanshi/Manifest b/gui-apps/kanshi/Manifest
index 76ffdd74feaa..14a2eb69015d 100644
--- a/gui-apps/kanshi/Manifest
+++ b/gui-apps/kanshi/Manifest
@@ -1,4 +1,2 @@
-DIST kanshi-1.4.0.tar.gz 22207 BLAKE2B 9d3d1172c77e77049cfa16a279cf77daaeaf8276a76228a3a5f0c141db4a27c2023e2398fc1591747116d4691c48caa323a6d96e2f2b8379e956478dabaff6fc SHA512 bf894865268f706487379b97e7de0df44c2e69aaa1feaca3f4e68f966382f0663ade6a770457803e274ec3afa9fa5661f7509c344a2f71a2b4cd7289277664a2
-DIST kanshi-1.5.0.tar.gz 22330 BLAKE2B 6cccc0a178f2434073ab1438688e678be9abba427d042bfc2325c9b88fc71c183b2ea6d058fdcc3caaab32f9d140263b7daccc1dc812778bdb04f0b4762375be SHA512 a3bb11644382727bd52ff26942ca031246ca4ac006c02b5c6dcd0c21948f7cb8ad3cfc6141c51637ee9150069711b59cc0bdd9bb7bde9583fe9c11b02bb89088
DIST kanshi-1.5.1.tar.gz 22492 BLAKE2B d177951d7d37c2ac65d63ebdb5e0ac823857cf7b8f316e3adb0abcef6bd3ff6b44fff27b05f739e443d451c431fb2abccc96764000d887a46eb8dd3117d57f92 SHA512 0fe5fa584febe29b80eb8e896cc87734de83a7a5021e027bb864a9da9b8b333db3584f83885c2870907f4a1ec5ef8bb386356a037b7560643c4badec811bb1aa
DIST kanshi-1.6.0.tar.gz 22107 BLAKE2B 6e18525f6efdbf201326fd228f926bddc7fe67363decd07bd473b3d235a5324831461b07e0ff86c877b702194284c740fa2a4547d8907738dd480e41d3d1aebf SHA512 0202cf7e9e4f1c9bb456b8e5452fe5a7d4a7f8f37ee6a3809d165238b95c71b6f278ece7dc2b323e2788e41248fc3e4752aaac6728810faccd34fdeb147e6143
diff --git a/gui-apps/kanshi/kanshi-1.4.0.ebuild b/gui-apps/kanshi/kanshi-1.4.0.ebuild
deleted file mode 100644
index a3441df26d64..000000000000
--- a/gui-apps/kanshi/kanshi-1.4.0.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
-}
diff --git a/gui-apps/kanshi/kanshi-1.5.0.ebuild b/gui-apps/kanshi/kanshi-1.5.0.ebuild
deleted file mode 100644
index a3441df26d64..000000000000
--- a/gui-apps/kanshi/kanshi-1.5.0.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
-}