summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Harris Jr. <johnmh@johnmh.me>2024-07-01 12:18:40 +0000
committerJohn M. Harris Jr. <johnmh@johnmh.me>2024-07-01 12:18:40 +0000
commitcd7228a7fd7d899bb1b9077af9f4d264d85a571f (patch)
tree00da34267e291b4c6c2cb294c5e00b8719cf3fcb
parentgui-apps/wl-clip-persist: Add ebuild (diff)
downloadjohnmh-cd7228a7fd7d899bb1b9077af9f4d264d85a571f.tar.gz
johnmh-cd7228a7fd7d899bb1b9077af9f4d264d85a571f.tar.bz2
johnmh-cd7228a7fd7d899bb1b9077af9f4d264d85a571f.zip
gui-apps/wl-clip-persist: treeclean
Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
-rw-r--r--gui-apps/wl-clip-persist/Manifest1
-rw-r--r--gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/gui-apps/wl-clip-persist/Manifest b/gui-apps/wl-clip-persist/Manifest
deleted file mode 100644
index 2f1e8ab..0000000
--- a/gui-apps/wl-clip-persist/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD wl-clip-persist-9999.ebuild 619 BLAKE2B 00badc843f12905705e3e84ba6c999e4a2823ccb3c0afe47c7c1f06cca033243dee40edad3c11fca44ae54f78e0cf9d274a09a113ed9b7ff5b92f0c19397e41b SHA512 7163274ccacda9979d956f3a4126e8f0768d19c04cfdacd6c780b9b23163bc29a6bff1985c2943e3d7ae0f726d310a77157fb9f0cb05851bedd8fa64f7e7578f
diff --git a/gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild b/gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild
deleted file mode 100644
index 039f9d9..0000000
--- a/gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2024 John M. Harris, Jr.
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cargo git-r3
-
-DESCRIPTION="Keep Wayland clipboard even after programs close"
-HOMEPAGE="https://github.com/Linus789/wl-clip-persist"
-
-EGIT_REPO_URI="https://github.com/Linus789/wl-clip-persist.git"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-vcs/git"
-RDEPEND="
- ${DEPEND}
- gui-libs/wlroots
-"
-
-src_unpack() {
- git-r3_src_unpack
- cargo_live_src_unpack
-}
-
-src_configure() {
- cargo_gen_config
- cargo_src_configure
-}
-
-src_compile() {
- cargo_src_compile
-}
-
-src_install() {
- cargo_src_install
-}