public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2021-02-24 18:50 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2021-02-24 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8cec98b369092b9c7aa18ec45cac3aab32a558af
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Tue Feb 23 10:38:40 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Feb 23 10:38:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cec98b3

x11-misc/i3lock-fancy-rapid: drop live ebuild

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 .../i3lock-fancy-rapid-9999.ebuild                 | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
deleted file mode 100644
index bf69e1f9..00000000
--- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic git-r3 toolchain-funcs
-
-DESCRIPTION="A faster implementation of i3lock-fancy"
-HOMEPAGE="https://github.com/yvbbrjdr/i3lock-fancy-rapid"
-EGIT_REPO_URI="https://github.com/yvbbrjdr/i3lock-fancy-rapid.git"
-
-LICENSE="BSD"
-SLOT="0"
-
-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 i3lock-fancy-rapid
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3lock-fancy-rapid/
@ 2021-04-21  0:58 Jian Lin
  2021-04-21  0:56 ` [gentoo-commits] repo/proj/guru:master " Jian Lin
  0 siblings, 1 reply; 13+ messages in thread
From: Jian Lin @ 2021-04-21  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ae1126b8676b01fdad1f9156a8c23bc8d08c739a
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Wed Apr 21 00:55:27 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Wed Apr 21 00:55:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae1126b8

x11-misc/i3lock-fancy-rapid: bump to 0.0.0_pre20210421

bump to 0.0.0_pre20210421
drop the sed command because it has been upstreamed

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 x11-misc/i3lock-fancy-rapid/Manifest               |  1 +
 .../i3lock-fancy-rapid-0.0.0_pre20210421.ebuild    | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/i3lock-fancy-rapid/Manifest b/x11-misc/i3lock-fancy-rapid/Manifest
index f037f67bf..256f0e92f 100644
--- a/x11-misc/i3lock-fancy-rapid/Manifest
+++ b/x11-misc/i3lock-fancy-rapid/Manifest
@@ -1 +1,2 @@
 DIST i3lock-fancy-rapid-0.0.0_pre20201109.tar.gz 299910 BLAKE2B 180541c4f997a16418d2ded6718788276299be6952a644cfcd3204ee321550207507079246f287374d81be3c80b77d4dfcb8b603f20fe3aa55aadaed03f6a0d4 SHA512 b0afb68a3640f0fea1ff10440f145736b7ddebf9fec6c8c5707d23f6c05f168f680cdce59abdf8e5105ae853a2fa60a9a4672ac1c486e4dd83eab1031d348247
+DIST i3lock-fancy-rapid-0.0.0_pre20210421.tar.gz 299917 BLAKE2B ee8ffc214da2b75971c0daebc1f24d70629c6f9f588c44c39b1a46a2cc4ce1ff88d21d0789780ff650d7f053ba32e391642078e234538eeeeebc2659789d4d12 SHA512 ba61068bb1d4780bdd2f82f9b08940f36c2054d4972b48c374efb5cd81f47a644f4f8e0112be8b07b819cc41a3ef1f5b4f80da3d26b0be284e311a55c2e3942b

diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20210421.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20210421.ebuild
new file mode 100644
index 000000000..8c70cb5ad
--- /dev/null
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20210421.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+MY_REV="6eeebd4caa177b82fa5010b5e8828cce3f89fb97"
+
+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"
+S="${WORKDIR}/${PN}-${MY_REV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+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 i3lock-fancy-rapid
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3lock-fancy-rapid/
@ 2021-04-20 23:35 Jian Lin
  2021-04-20 23:49 ` [gentoo-commits] repo/proj/guru:master " Jian Lin
  0 siblings, 1 reply; 13+ messages in thread
From: Jian Lin @ 2021-04-20 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     a589a3bd936d9d76c49fdb47b10855cd47121811
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Tue Apr 20 23:35:11 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Tue Apr 20 23:35:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a589a3bd

x11-misc/i3lock-fancy-rapid: respect LDFLAGS

Closes: https://bugs.gentoo.org/781818
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 ...pre20201109.ebuild => i3lock-fancy-rapid-0.0.0_pre20201109-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

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-r1.ebuild
similarity index 91%
rename from x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild
rename to x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109-r1.ebuild
index ce7191db1..d7e35a48b 100644
--- 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-r1.ebuild
@@ -28,6 +28,7 @@ src_prepare() {
 	default
 	sed -e "s/gcc/$(tc-getCC)/" \
 		-e "/CFLAGS=/d" \
+		-e 's/$(CC) $^ $(CFLAGS) -o $@/$(CC) $^ $(CFLAGS) $(LDFLAGS) -o $@/' \
 		-i Makefile || die
 }
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2021-02-24 18:50 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2021-02-24 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     7f2d05b1d772c9dd8ac40bf94718aabbb1745974
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Tue Feb 23 10:37:50 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Feb 23 10:37:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f2d05b1

x11-misc/i3lock-fancy-rapid: add info to metadata

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 x11-misc/i3lock-fancy-rapid/metadata.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/x11-misc/i3lock-fancy-rapid/metadata.xml b/x11-misc/i3lock-fancy-rapid/metadata.xml
index 99a09d7d..cb5478a8 100644
--- a/x11-misc/i3lock-fancy-rapid/metadata.xml
+++ b/x11-misc/i3lock-fancy-rapid/metadata.xml
@@ -6,6 +6,11 @@
 		<name>Jian Lin</name>
 	</maintainer>
 	<upstream>
+		<maintainer status="active">
+			<name>yvbbrjdr</name>
+			<email>xyyqzy@hotmail.com</email>
+		</maintainer>
+		<bugs-to>https://github.com/yvbbrjdr/i3lock-fancy-rapid/issues</bugs-to>
 		<remote-id type="github">yvbbrjdr/i3lock-fancy-rapid</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2021-01-03 12:09 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2021-01-03 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d33bd50548367fa6bfb93765f76ff2a4927e7318
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Sat Jan  2 18:55:56 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 19:00:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d33bd505

x11-misc/i3lock-fancy-rapid: sort inherit

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2b180af7..bf69e1f9 100644
--- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit git-r3 flag-o-matic toolchain-funcs
+inherit flag-o-matic git-r3 toolchain-funcs
 
 DESCRIPTION="A faster implementation of i3lock-fancy"
 HOMEPAGE="https://github.com/yvbbrjdr/i3lock-fancy-rapid"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2021-01-02 12:13 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2021-01-02 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6199fb49e4354b997c34f47313d54295aa7b6e91
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Fri Jan  1 18:54:23 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jan  1 18:58:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6199fb49

x11-misc/i3lock-fancy-rapid: fix yeas of copyright notice

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f1f1cb0f..2b180af7 100644
--- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.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


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2021-01-02 12:13 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2021-01-02 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1eca5ea0f8c7f5cadabc858f55534d9bd8ebbc10
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Fri Jan  1 18:30:26 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jan  1 18:58:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1eca5ea0

x11-misc/i3lock-fancy-rapid: add KEYWORDS

add KEYWORDS according to juippis's suggestion.
https://github.com/gentoo/guru/issues/10#issuecomment-654632609

Suggested-by: Joonas Niilola <juippis <AT> gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 .../i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index 849d23d7..ce7191db 100644
--- 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
@@ -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
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_REV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
 	|| (


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2020-12-27 12:48 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-27 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d3b5ed2b2a6d7b7f925b3493f771916ca3add431
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Sat Dec 26 20:04:53 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec 26 20:04:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b5ed2b

x11-misc/i3lock-fancy-rapid: add remote-id

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 x11-misc/i3lock-fancy-rapid/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-misc/i3lock-fancy-rapid/metadata.xml b/x11-misc/i3lock-fancy-rapid/metadata.xml
index 1acbd84a..99a09d7d 100644
--- a/x11-misc/i3lock-fancy-rapid/metadata.xml
+++ b/x11-misc/i3lock-fancy-rapid/metadata.xml
@@ -5,4 +5,7 @@
 		<email>jlin.gentoo@outlook.com</email>
 		<name>Jian Lin</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">yvbbrjdr/i3lock-fancy-rapid</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2020-12-22 13:06 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-22 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     72ee3618c0f4e931d65b1fe81e7c122d21bc46df
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Mon Dec 21 22:02:01 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Dec 21 22:02:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72ee3618

x11-misc/i3lock-fancy-rapid: add missing eclass for live ebuild

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f9b0e938..5ffeb4dc 100644
--- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit git-r3
+inherit git-r3 flag-o-matic toolchain-funcs
 
 DESCRIPTION="A faster implementation of i3lock-fancy"
 HOMEPAGE="https://github.com/yvbbrjdr/i3lock-fancy-rapid"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2020-12-22 13:06 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-22 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f5e750afa9e841ce344587ce7658d5e36b87d4fb
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Mon Dec 21 22:14:30 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Dec 21 22:14:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5e750af

x11-misc/i3lock-fancy-rapid: don't use PN with dobin

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild | 2 +-
 x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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
index 17c48669..849d23d7 100644
--- 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
@@ -37,6 +37,6 @@ src_configure() {
 }
 
 src_install() {
-	dobin "${PN}"
+	dobin i3lock-fancy-rapid
 	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 5ffeb4dc..f1f1cb0f 100644
--- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
@@ -33,6 +33,6 @@ src_configure() {
 }
 
 src_install() {
-	dobin "${PN}"
+	dobin i3lock-fancy-rapid
 	einstalldocs
 }


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2020-12-22 13:06 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-22 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f5a6d22a3491047841cd02d6aa4c048b15c16a19
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Mon Dec 21 22:04:21 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Dec 21 22:04:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5a6d22a

x11-misc/i3lock-fancy-rapid: update S

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 .../i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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
index 961ef174..17c48669 100644
--- 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
@@ -10,6 +10,7 @@ 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"
+S="${WORKDIR}/${PN}-${MY_REV}"
 
 LICENSE="BSD"
 SLOT="0"
@@ -23,8 +24,6 @@ RDEPEND="
 "
 DEPEND="x11-libs/libX11"
 
-S="${WORKDIR}"/i3lock-fancy-rapid-${MY_REV}
-
 src_prepare() {
 	default
 	sed -e "s/gcc/$(tc-getCC)/" \


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2020-12-21 11:06 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-21 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e5f41411b85c010dbe7dc865f377ea46dd44dfb3
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Dec 21 05:31:29 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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
 }


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/
@ 2020-12-21 11:06 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-21 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4d00703faf9ad72886261d85308f6ad8c81504dd
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Mon Dec 21 00:47:07 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Dec 21 00:47:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d00703f

x11-misc/i3lock-fancy-rapid: new package

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 .../i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild | 19 +++++++++++++++++++
 x11-misc/i3lock-fancy-rapid/metadata.xml              |  8 ++++++++
 2 files changed, 27 insertions(+)

diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
new file mode 100644
index 00000000..4df35e43
--- /dev/null
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2020 Gentoo Authors
+# 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}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="x11-misc/i3lock-color"
+
+src_install() {
+	dobin "${PN}"
+}

diff --git a/x11-misc/i3lock-fancy-rapid/metadata.xml b/x11-misc/i3lock-fancy-rapid/metadata.xml
new file mode 100644
index 00000000..1acbd84a
--- /dev/null
+++ b/x11-misc/i3lock-fancy-rapid/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>jlin.gentoo@outlook.com</email>
+		<name>Jian Lin</name>
+	</maintainer>
+</pkgmetadata>


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

end of thread, other threads:[~2021-04-21  0:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-24 18:50 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-fancy-rapid/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-04-21  0:58 [gentoo-commits] repo/proj/guru:dev " Jian Lin
2021-04-21  0:56 ` [gentoo-commits] repo/proj/guru:master " Jian Lin
2021-04-20 23:35 [gentoo-commits] repo/proj/guru:dev " Jian Lin
2021-04-20 23:49 ` [gentoo-commits] repo/proj/guru:master " Jian Lin
2021-02-24 18:50 Andrew Ammerlaan
2021-01-03 12:09 Michał Górny
2021-01-02 12:13 Andrew Ammerlaan
2021-01-02 12:13 Andrew Ammerlaan
2020-12-27 12:48 Andrew Ammerlaan
2020-12-22 13:06 Andrew Ammerlaan
2020-12-22 13:06 Andrew Ammerlaan
2020-12-22 13:06 Andrew Ammerlaan
2020-12-21 11:06 Andrew Ammerlaan
2020-12-21 11:06 Andrew Ammerlaan

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