summaryrefslogtreecommitdiff
path: root/gui-apps/wl-clipboard
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /gui-apps/wl-clipboard
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'gui-apps/wl-clipboard')
-rw-r--r--gui-apps/wl-clipboard/Manifest2
-rw-r--r--gui-apps/wl-clipboard/metadata.xml14
-rw-r--r--gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild34
-rw-r--r--gui-apps/wl-clipboard/wl-clipboard-2.3.0.ebuild34
-rw-r--r--gui-apps/wl-clipboard/wl-clipboard-9999.ebuild34
5 files changed, 0 insertions, 118 deletions
diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
deleted file mode 100644
index 6a4cfaa6c0bf..000000000000
--- a/gui-apps/wl-clipboard/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST wl-clipboard-2.2.1.tar.gz 49421 BLAKE2B 2d98c8b557ab39ab5b39af477632a55b19aff8f15496d6d6c6b8db8ab80a0fce9628a0d0c48cc77375def4edd4767b74c30816b6881142f420abd68f1e06c051 SHA512 fdda519df42e1dbfb112ab7d8195a0f36cf5cf18fffffa8f32ac4688a08009e206b96a169da641f909c9acf244eb6a5201811842b4d3111e1ccdb1ce8fb4db43
-DIST wl-clipboard-2.3.0.tar.gz 51077 BLAKE2B 1f66fdf50a21f26bad1b6eca83f5ba0100d968fb384a5b357b10f49370c1f3cecd52f738d41cef957cafd2690b728ec17394389eedc5d485fe97cb0fe162a4ba SHA512 101dd7a18fbaee0754318cf9ec8403068df4091ccc5d3dd0bd1e46627d56a183c718c206816c08e5dbadf6fd5c747fa0c95eca1925fa27c7eeda133909696f9b
diff --git a/gui-apps/wl-clipboard/metadata.xml b/gui-apps/wl-clipboard/metadata.xml
deleted file mode 100644
index 9173ac5d8f5e..000000000000
--- a/gui-apps/wl-clipboard/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <longdescription lang="en">
- Two command-line Wayland clipboard utilities, wl-copy and wl-paste, that let you easily copy data between the clipboard and Unix pipes, sockets, files and so on.
- </longdescription>
- <upstream>
- <remote-id type="github">bugaevc/wl-clipboard</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
deleted file mode 100644
index adbb5e41e51b..000000000000
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~ppc ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
-"
-
-src_configure() {
- local emesonargs=(
- -Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
- )
- meson_src_configure
-}
diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.3.0.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.3.0.ebuild
deleted file mode 100644
index ce2eaaea9dab..000000000000
--- a/gui-apps/wl-clipboard/wl-clipboard-2.3.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~ppc ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-libs/wayland-protocols-1.39
- dev-util/wayland-scanner
-"
-
-src_configure() {
- local emesonargs=(
- -Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
- )
- meson_src_configure
-}
diff --git a/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild b/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild
deleted file mode 100644
index ce2eaaea9dab..000000000000
--- a/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~ppc ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-libs/wayland-protocols-1.39
- dev-util/wayland-scanner
-"
-
-src_configure() {
- local emesonargs=(
- -Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
- )
- meson_src_configure
-}