public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3lock-fancy-rapid/
Date: Mon, 21 Dec 2020 05:31:52 +0000 (UTC)	[thread overview]
Message-ID: <1608528689.e5f41411b85c010dbe7dc865f377ea46dd44dfb3.telans@gentoo> (raw)

commit:     e5f41411b85c010dbe7dc865f377ea46dd44dfb3
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Dec 21 05:31:29 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Dec 21 05:31:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5f41411

x11-misc/i3lock-fancy-rapid: add keyworded snapshot; fix tc-direct

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 x11-misc/i3lock-fancy-rapid/Manifest               |  1 +
 .../i3lock-fancy-rapid-0.0.0_pre20201109.ebuild    | 43 ++++++++++++++++++++++
 .../i3lock-fancy-rapid-9999.ebuild                 | 25 +++++++++++--
 3 files changed, 66 insertions(+), 3 deletions(-)

diff --git a/x11-misc/i3lock-fancy-rapid/Manifest b/x11-misc/i3lock-fancy-rapid/Manifest
new file mode 100644
index 00000000..f037f67b
--- /dev/null
+++ b/x11-misc/i3lock-fancy-rapid/Manifest
@@ -0,0 +1 @@
+DIST i3lock-fancy-rapid-0.0.0_pre20201109.tar.gz 299910 BLAKE2B 180541c4f997a16418d2ded6718788276299be6952a644cfcd3204ee321550207507079246f287374d81be3c80b77d4dfcb8b603f20fe3aa55aadaed03f6a0d4 SHA512 b0afb68a3640f0fea1ff10440f145736b7ddebf9fec6c8c5707d23f6c05f168f680cdce59abdf8e5105ae853a2fa60a9a4672ac1c486e4dd83eab1031d348247

diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild
new file mode 100644
index 00000000..961ef174
--- /dev/null
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+MY_REV="c70ecfa8a529cb71f21f475f31d748ce9b154a8b"
+
+DESCRIPTION="A faster implementation of i3lock-fancy"
+HOMEPAGE="https://github.com/yvbbrjdr/i3lock-fancy-rapid"
+SRC_URI="https://github.com/yvbbrjdr/i3lock-fancy-rapid/archive/${MY_REV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	|| (
+		>=x11-misc/i3lock-2.12
+		>=x11-misc/i3lock-color-2.12
+	)
+"
+DEPEND="x11-libs/libX11"
+
+S="${WORKDIR}"/i3lock-fancy-rapid-${MY_REV}
+
+src_prepare() {
+	default
+	sed -e "s/gcc/$(tc-getCC)/" \
+		-e "/CFLAGS=/d" \
+		-i Makefile || die
+}
+
+src_configure() {
+	default
+	append-cflags -fopenmp -lX11
+}
+
+src_install() {
+	dobin "${PN}"
+	einstalldocs
+}

diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
index 4df35e43..f9b0e938 100644
--- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
@@ -2,18 +2,37 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit git-r3
 
 DESCRIPTION="A faster implementation of i3lock-fancy"
 HOMEPAGE="https://github.com/yvbbrjdr/i3lock-fancy-rapid"
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/yvbbrjdr/i3lock-fancy-rapid.git"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
 
-RDEPEND="x11-misc/i3lock-color"
+RDEPEND="
+	|| (
+		>=x11-misc/i3lock-2.12
+		>=x11-misc/i3lock-color-2.12
+	)
+"
+DEPEND="x11-libs/libX11"
+
+src_prepare() {
+	default
+	sed -e "s/gcc/$(tc-getCC)/" \
+		-e "/CFLAGS=/d" \
+		-i Makefile || die
+}
+
+src_configure() {
+	default
+	append-cflags -fopenmp -lX11
+}
 
 src_install() {
 	dobin "${PN}"
+	einstalldocs
 }


             reply	other threads:[~2020-12-21  5:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-21  5:31 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-21  0:58 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3lock-fancy-rapid/ Jian Lin
2021-04-20 23:35 Jian Lin
2021-02-23 10:48 Jian Lin
2021-02-23 10:48 Jian Lin
2021-01-02 19:00 Jian Lin
2021-01-01 18:58 Jian Lin
2021-01-01 18:58 Jian Lin
2020-12-26 20:05 Jian Lin
2020-12-21 22:42 Jian Lin
2020-12-21 22:42 Jian Lin
2020-12-21 22:42 Jian Lin
2020-12-21  0:50 Jian Lin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1608528689.e5f41411b85c010dbe7dc865f377ea46dd44dfb3.telans@gentoo \
    --to=telans@posteo.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox