summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-10-27 08:25:02 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2023-10-27 08:25:02 -0500
commit5402a7e503a58155febebe48ab1468f6ef9b9621 (patch)
treeb908d05d82875add21b33b3a9decbeb32a7dcbf8 /gui-apps
parentdev-ruby/puppetdb-termini: drop 8.0.0 (diff)
downloadgentoo-5402a7e503a58155febebe48ab1468f6ef9b9621.tar.gz
gentoo-5402a7e503a58155febebe48ab1468f6ef9b9621.tar.bz2
gentoo-5402a7e503a58155febebe48ab1468f6ef9b9621.zip
gui-apps/wl-clipboard: drop 2.2.0, 2.2.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/wl-clipboard/Manifest1
-rw-r--r--gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild34
-rw-r--r--gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild34
3 files changed, 0 insertions, 69 deletions
diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 9e8df2bbe1b6..d8d8db2a1260 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1,2 +1 @@
-DIST wl-clipboard-2.2.0.tar.gz 49344 BLAKE2B 4d7c8e5756396748871dd54f8823857511e0666b6bb5efa783894660efaf533a99064b84456439390f2ff2fc2fe16d97748efcafe24cfa18dbced42fb82e0269 SHA512 a2667b26970ebdd4c6d8bb6a05d902fa446fb94ba2c878dfa896e502277dac9837c75370108de9a39308597c153f3952289933174adf535148d027593a6cf829
DIST wl-clipboard-2.2.1.tar.gz 49421 BLAKE2B 2d98c8b557ab39ab5b39af477632a55b19aff8f15496d6d6c6b8db8ab80a0fce9628a0d0c48cc77375def4edd4767b74c30816b6881142f420abd68f1e06c051 SHA512 fdda519df42e1dbfb112ab7d8195a0f36cf5cf18fffffa8f32ac4688a08009e206b96a169da641f909c9acf244eb6a5201811842b4d3111e1ccdb1ce8fb4db43
diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
deleted file mode 100644
index f3bfb1904745..000000000000
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Wayland clipboard utilities"
-HOMEPAGE="https://github.com/bugaevc/wl-clipboard"
-
-if [[ ${PV} == 9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
-else
- SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-util/wayland-scanner
- dev-libs/wayland-protocols"
-
-src_configure() {
- local -a emesonargs=(
- -Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
- )
- meson_src_configure
-}
diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
deleted file mode 100644
index a1db46bbf012..000000000000
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Wayland clipboard utilities"
-HOMEPAGE="https://github.com/bugaevc/wl-clipboard"
-
-if [[ ${PV} == 9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
-else
- SRC_URI="https://github.com/bugaevc/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-util/wayland-scanner
- dev-libs/wayland-protocols"
-
-src_configure() {
- local -a emesonargs=(
- -Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
- )
- meson_src_configure
-}