commit: 6f78e7027498741b8d7449b562bb415ad664f925 Author: Ferenc Erki <erkiferenc <AT> gmail <DOT> com> AuthorDate: Wed May 13 11:54:38 2020 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Nov 14 22:55:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f78e702
x11-misc/clipnotify: new ebuild. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ferenc Erki <erkiferenc <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15777 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> x11-misc/clipnotify/Manifest | 1 + x11-misc/clipnotify/clipnotify-1.0.2.ebuild | 23 +++++++++++++++++++++++ x11-misc/clipnotify/metadata.xml | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/x11-misc/clipnotify/Manifest b/x11-misc/clipnotify/Manifest new file mode 100644 index 00000000000..222a5982b58 --- /dev/null +++ b/x11-misc/clipnotify/Manifest @@ -0,0 +1 @@ +DIST clipnotify-1.0.2.tar.gz 1318 BLAKE2B a418a1a25f43c033fd6457eabe926b0ebf911b233f9dd1cf6ff7a8399ab2660083bec969aef1f44edd583ee2cd1d097b71e7014b620efcdcb8c544a63612a17b SHA512 52277099d9543e0f550de63ff2e15e3e7ba63ea38f3928006e2b570bb1bcdd3f2f09892bd4efecc1f36fb5131e0567c28c2b0597123c90b9f78ab6fbd02dfc49 diff --git a/x11-misc/clipnotify/clipnotify-1.0.2.ebuild b/x11-misc/clipnotify/clipnotify-1.0.2.ebuild new file mode 100644 index 00000000000..f3047ebe20e --- /dev/null +++ b/x11-misc/clipnotify/clipnotify-1.0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Notify on new X clipboard events" +HOMEPAGE="https://github.com/cdown/clipnotify" +SRC_URI="https://github.com/cdown/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + x11-libs/libX11 + x11-libs/libXfixes +" +RDEPEND="${DEPEND}" + +src_install() { + dobin clipnotify +} diff --git a/x11-misc/clipnotify/metadata.xml b/x11-misc/clipnotify/metadata.xml new file mode 100644 index 00000000000..b99ff18165e --- /dev/null +++ b/x11-misc/clipnotify/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Ferenc Erki</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
