public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/clipnotify/
@ 2020-11-14 22:55 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2020-11-14 22:55 UTC (permalink / raw
  To: gentoo-commits

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>erkiferenc@gmail.com</email>
+		<name>Ferenc Erki</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/clipnotify/
@ 2021-01-03  1:18 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-01-03  1:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a61cf71d49140ab240da396e34a5e4cdb9eb7bc2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 01:17:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 01:17:33 2021 +0000
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 <sam <AT> 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="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/clipnotify/
@ 2021-12-03 13:02 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2021-12-03 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     2e494ac58f90e23500d7b3f11b126c2ac483ec1d
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  3 12:56:45 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Dec  3 13:02:26 2021 +0000
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 <juippis <AT> 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
 }


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

end of thread, other threads:[~2021-12-03 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-03  1:18 [gentoo-commits] repo/gentoo:master commit in: x11-misc/clipnotify/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-12-03 13:02 Joonas Niilola
2020-11-14 22:55 Patrice Clement

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