[gentoo-commits] repo/gentoo:master commit in: x11-misc/clipnotify/

2021-12-03 Thread Joonas Niilola
commit: 2e494ac58f90e23500d7b3f11b126c2ac483ec1d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Dec  3 12:56:45 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Dec  3 13:02:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e494ac5

x11-misc/clipnotify: limit MAKEOPTS to -j1

 - there's only one .c file to build but it only seems to work with
   -j1 for me.

Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/clipnotify/clipnotify-1.0.2.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/x11-misc/clipnotify/clipnotify-1.0.2.ebuild 
b/x11-misc/clipnotify/clipnotify-1.0.2.ebuild
index 4a8c1f9e890c..51099e860d15 100644
--- a/x11-misc/clipnotify/clipnotify-1.0.2.ebuild
+++ b/x11-misc/clipnotify/clipnotify-1.0.2.ebuild
@@ -18,6 +18,12 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_compile() {
+   # Running into parallel jobs issues with -j16 on v1.0.2. There's only 
one .c file
+   # to compile. Go figure...
+   emake -j1
+}
+
 src_install() {
dobin clipnotify
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/clipnotify/

2021-01-02 Thread Sam James
commit: a61cf71d49140ab240da396e34a5e4cdb9eb7bc2
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  3 01:17:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  3 01:17:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61cf71d

x11-misc/clipnotify: Stabilize 1.0.2 amd64, #762304

Signed-off-by: Sam James  gentoo.org>

 x11-misc/clipnotify/clipnotify-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/clipnotify/clipnotify-1.0.2.ebuild 
b/x11-misc/clipnotify/clipnotify-1.0.2.ebuild
index f3047ebe20e..3af7384f0aa 100644
--- a/x11-misc/clipnotify/clipnotify-1.0.2.ebuild
+++ b/x11-misc/clipnotify/clipnotify-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/cdown/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/clipnotify/

2020-11-14 Thread Patrice Clement
commit: 6f78e7027498741b8d7449b562bb415ad664f925
Author: Ferenc Erki  gmail  com>
AuthorDate: Wed May 13 11:54:38 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 14 22:55:31 2020 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15777
Signed-off-by: Patrice Clement  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 000..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 000..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 000..b99ff18165e
--- /dev/null
+++ b/x11-misc/clipnotify/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   erkifer...@gmail.com
+   Ferenc Erki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+