public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/greenclip-bin/
@ 2021-07-31 17:23 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 2+ messages in thread
From: Nickolas Raymond Kaczynski @ 2021-07-31 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b05215ac5fbec4cad9cde9283016f1d686546c2d
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Sat Jul 31 17:20:16 2021 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Sat Jul 31 17:23:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b05215ac

x11-misc/greenclip-bin: add new package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 x11-misc/greenclip-bin/Manifest                 |  2 ++
 x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild | 31 +++++++++++++++++++++++++
 x11-misc/greenclip-bin/metadata.xml             | 10 ++++++++
 3 files changed, 43 insertions(+)

diff --git a/x11-misc/greenclip-bin/Manifest b/x11-misc/greenclip-bin/Manifest
new file mode 100644
index 000000000..57cd6d744
--- /dev/null
+++ b/x11-misc/greenclip-bin/Manifest
@@ -0,0 +1,2 @@
+DIST greenclip-bin-4.2 4184360 BLAKE2B eef17446ae85c76fff1386097baff5665753e4dfeb01455b7e19935753eaa1e09a9a90e1fa0d4ceb91d0a5439ed079ffb8c3aa68ef587a74f5e338188f6c65cd SHA512 9861b208bcb358a47f4c3afcde7b164e6cb3db9d599bab0fbb0f55254601551cb0a8ee486c496d9e30aa373ed596fdd159ac7eac57211b3a75a66b5629b06f06
+DIST greenclip-bin-4.2.README.md 5105 BLAKE2B 6deff08b3dfc75ba257a5ebfa0ddfc80450fd13c273aefd92fd9ce58e43a01bd59e69ee45f1401596a216ce30d792ff13b043ab213cfd522846450547af1c9e5 SHA512 7a06bc581a9dbbc76d7b6c2039ca9f6781dfbf0d492fb42bfc90a2189be5643877132b78284593e8adfc70fea76bc65e329429248aa77d96c3017d612380841f

diff --git a/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild b/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild
new file mode 100644
index 000000000..061f97958
--- /dev/null
+++ b/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+HOMEPAGE="https://github.com/erebe/greenclip"
+DESCRIPTION="Simple clipboard manager to be integrated with rofi"
+
+MY_PN=${PN%-bin}
+SRC_URI="
+	https://github.com/erebe/${MY_PN}/releases/download/v${PV}/${MY_PN} -> ${P}
+	https://raw.githubusercontent.com/erebe/${MY_PN}/v${PV}/README.md -> ${P}.README.md
+"
+
+KEYWORDS="~amd64"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+QA_PREBUILT="/usr/bin/${MY_PN}"
+S="${WORKDIR}"
+
+src_install() {
+	newbin "${DISTDIR}/${P}" "${MY_PN}"
+	newdoc "${DISTDIR}/${P}.README.md" README.md
+}
+
+pkg_postinst() {
+	elog "Please read /usr/share/doc/${PF}/README.md.bz2"
+	elog "on how to use rofi/dmenu/fzf as a menu for the clipboard."
+}

diff --git a/x11-misc/greenclip-bin/metadata.xml b/x11-misc/greenclip-bin/metadata.xml
new file mode 100644
index 000000000..718134bf3
--- /dev/null
+++ b/x11-misc/greenclip-bin/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>nrk@disroot.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">erebe/greenclip</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/greenclip-bin/
@ 2025-03-21 10:38 Nickolas Raymond Kaczynski
  0 siblings, 0 replies; 2+ messages in thread
From: Nickolas Raymond Kaczynski @ 2025-03-21 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     fbf335167648532f572f4aa733b8703415b2f372
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Fri Mar 21 09:43:12 2025 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Fri Mar 21 09:43:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbf33516

x11-misc/greenclip-bin: remove myself from maintainer

I've switched over to clipmenu and don't use this anymore.
But given that it's a statically linked binary, should be easy
for someone else to pick up maintenance if they want to.

Signed-off-by: NRK <nrk <AT> disroot.org>

 x11-misc/greenclip-bin/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/x11-misc/greenclip-bin/metadata.xml b/x11-misc/greenclip-bin/metadata.xml
index 0ab51a976..953619072 100644
--- a/x11-misc/greenclip-bin/metadata.xml
+++ b/x11-misc/greenclip-bin/metadata.xml
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>nrk@disroot.org</email>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">erebe/greenclip</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-21 10:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-31 17:23 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/greenclip-bin/ Nickolas Raymond Kaczynski
  -- strict thread matches above, loose matches on Subject: below --
2025-03-21 10:38 Nickolas Raymond Kaczynski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox