* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/SmartCopyPaste/
@ 2022-05-30 11:58 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-05-30 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 26cdb9df4450e525bb0300ac45aa3ec22e8a5429
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon May 30 09:43:18 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 30 09:45:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26cdb9df
mpv-plugin/SmartCopyPaste: initial import
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
mpv-plugin/SmartCopyPaste/Manifest | 2 ++
.../SmartCopyPaste/SmartCopyPaste-3.1.ebuild | 26 ++++++++++++++++++++++
mpv-plugin/SmartCopyPaste/metadata.xml | 8 +++++++
3 files changed, 36 insertions(+)
diff --git a/mpv-plugin/SmartCopyPaste/Manifest b/mpv-plugin/SmartCopyPaste/Manifest
new file mode 100644
index 000000000..6ce11aa5c
--- /dev/null
+++ b/mpv-plugin/SmartCopyPaste/Manifest
@@ -0,0 +1,2 @@
+DIST Eisa01-mpv-scripts-2.2.1.tar.gz 3479702 BLAKE2B e5445b427a751125e8aa1650df08006cc5dc4629f0ddeb7eeb0cd649c7d57176d013fa8199a0bb2bb88e9bf802431603fd21b9d9675fe860343d3fb9978fc83e SHA512 9c7115016b8a918c11ad8a22064991e69e3601fdd4f340d46b9153320b4e5af20334121cf4b5fb676b4bc9d8dd66c3a5ffb1b67c486d636a4eb255b61a443f9e
+EBUILD SmartCopyPaste-3.1.ebuild 570 BLAKE2B 6570aa92d18089cd0befb9fbc1f9a6a1ecf535fd4e49a935a4e90e5277d96e71bbfd706cefcee85676c7e494c27cebb6c12ee13912ee36437c6d2779bc3f4fb2 SHA512 0efb7e46e821ecf508034cf5117bd2d9a0c65d8fe0a89b4f721748f2377e150766d57c0c0010844efa8ec5d0eab0764331d5d62aa992384a60a2f893b240c097
diff --git a/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild b/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild
new file mode 100644
index 000000000..2051621ad
--- /dev/null
+++ b/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_MPV="rdepend"
+MPV_REQ_USE="lua"
+inherit mpv-plugin
+
+MY_PN="mpv-scripts"
+
+DESCRIPTION="Gives mpv the capability to copy and paste while being smart and customizable"
+HOMEPAGE="https://github.com/Eisa01/mpv-scripts"
+
+SRC_URI="https://github.com/Eisa01/${MY_PN}/archive/refs/tags/2.2.1.tar.gz -> Eisa01-${MY_PN}-2.2.1.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ x11-misc/xclip
+"
+
+S="${WORKDIR}/${MY_PN}-2.2.1/scripts"
+
+MPV_PLUGIN_FILES=( ${PN}.lua )
diff --git a/mpv-plugin/SmartCopyPaste/metadata.xml b/mpv-plugin/SmartCopyPaste/metadata.xml
new file mode 100644
index 000000000..be3f1030e
--- /dev/null
+++ b/mpv-plugin/SmartCopyPaste/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>smaniotto.nicola@gmail.com</email>
+ <name>Nicola Smaniotto</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/SmartCopyPaste/
@ 2023-06-10 10:56 Florian Schmaus
0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2023-06-10 10:56 UTC (permalink / raw
To: gentoo-commits
commit: 3b345c82b543a42cec28cae67c183bc24a2eff02
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Thu Jun 8 09:06:09 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun 8 09:08:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b345c82
mpv-plugin/SmartCopyPaste: add github upstream metadata
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
mpv-plugin/SmartCopyPaste/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mpv-plugin/SmartCopyPaste/metadata.xml b/mpv-plugin/SmartCopyPaste/metadata.xml
index be3f1030e..9b1b6be1a 100644
--- a/mpv-plugin/SmartCopyPaste/metadata.xml
+++ b/mpv-plugin/SmartCopyPaste/metadata.xml
@@ -5,4 +5,7 @@
<email>smaniotto.nicola@gmail.com</email>
<name>Nicola Smaniotto</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">Eisa01/mpv-scripts</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-10 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-10 10:56 [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/SmartCopyPaste/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2022-05-30 11:58 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox