diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-misc/clipboard | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-misc/clipboard')
| -rw-r--r-- | app-misc/clipboard/Manifest | 1 | ||||
| -rw-r--r-- | app-misc/clipboard/clipboard-0.10.0-r1.ebuild | 40 | ||||
| -rw-r--r-- | app-misc/clipboard/metadata.xml | 23 |
3 files changed, 0 insertions, 64 deletions
diff --git a/app-misc/clipboard/Manifest b/app-misc/clipboard/Manifest deleted file mode 100644 index 1d0592779ea2..000000000000 --- a/app-misc/clipboard/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST clipboard-0.10.0.tar.gz 31623894 BLAKE2B e0f2a1f4bd3062136d90ee1810ac5e168492cc6d230ffecc82844a405da686cb0230909e457ab1f942033ac5f72993fd57d491ec415f890126610117696d323f SHA512 bd870eff60b446fcc0305a7f60958a0e68315c41daa0f1a736e0d9791ad85af0418f719779408e388ff0f20abc4d32f5a5f4f18947f1d6e42d7869450d7b9bc6 diff --git a/app-misc/clipboard/clipboard-0.10.0-r1.ebuild b/app-misc/clipboard/clipboard-0.10.0-r1.ebuild deleted file mode 100644 index 98a6306f114d..000000000000 --- a/app-misc/clipboard/clipboard-0.10.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -MY_PN="Clipboard" -MY_P="${MY_PN}-${PV}" -DESCRIPTION="Cut, copy, and paste anything in your terminal" -HOMEPAGE="https://getclipboard.app/ https://github.com/Slackadays/Clipboard" -SRC_URI="https://github.com/Slackadays/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug lto wayland X" - -DEPEND="X? ( x11-libs/libXext ) - wayland? ( dev-libs/wayland-protocols ) - dev-libs/openssl - media-libs/alsa-lib -" - -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - "-DCMAKE_INSTALL_LIBDIR=$(get_libdir)" - "-DCMAKE_C_FLAGS=$(usex debug "${CFLAGS}" "${CFLAGS} -DNDEBUG")" - "-DCMAKE_CXX_FLAGS=$(usex debug "${CXXFLAGS}" "${CXXFLAGS} -DNDEBUG")" - "-DNO_WAYLAND=$(usex !wayland)" - "-DNO_X11=$(usex !X)" - "-DNO_LTO=$(usex !lto)" - "-DNO_ALSA=no" - ) - cmake_src_configure -} diff --git a/app-misc/clipboard/metadata.xml b/app-misc/clipboard/metadata.xml deleted file mode 100644 index 8fd8220471e3..000000000000 --- a/app-misc/clipboard/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>quincyf467@protonmail.com</email> - <name>Quincy Fleming</name> - </maintainer> - <use> - <flag name="lto">Enable Link Time Optimization (LTO)</flag> - </use> - <upstream> - <remote-id type="github">Slackadays/Clipboard</remote-id> - <doc lang="en">https://github.com/Slackadays/Clipboard/blob/main/README.md</doc> - <bugs-to>https://github.com/Slackadays/Clipboard/issues</bugs-to> - </upstream> - <longdescription lang="en"> - CB (or Clipboard) is a ridonkulously easy-to-use data remembrance tool bursting with oodles of useful features and absolutely gorgeous eye candy. - - That's underselling it a bit. - - This is your one-way golden ticket to saving time and effort anytime and anywhere. Have a telepath with an infallible memory always by your side. Feel the sheer power flowing through your commanding body as you cut, copy, paste, add, remove, load, and make note of anything that dares lay in your terminal at the mere press of a button. In no time, you'll be reclined back on a sunny beach in the Caribbean sipping a succulent papaya smoothie with the love of your life all while you watch dolphins leaping from the shimmering waves of the soft blue water. Ok, so maybe that last part won't actually happen, but you get the idea - </longdescription> -</pkgmetadata> |
