public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hyfetch/
@ 2023-10-20  7:46 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2023-10-20  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     1063ef61ba4662c616265fb9c25f6a79ae53315c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 07:46:13 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 07:46:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1063ef61

app-misc/hyfetch: disable py3.9

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/hyfetch/hyfetch-1.4.10.ebuild | 2 +-
 app-misc/hyfetch/hyfetch-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/hyfetch/hyfetch-1.4.10.ebuild b/app-misc/hyfetch/hyfetch-1.4.10.ebuild
index 076daa812814..8a6dd0d5a2f6 100644
--- a/app-misc/hyfetch/hyfetch-1.4.10.ebuild
+++ b/app-misc/hyfetch/hyfetch-1.4.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit optfeature distutils-r1
 
 DESCRIPTION="Neofetch with LGBTQ+ pride flags!"

diff --git a/app-misc/hyfetch/hyfetch-9999.ebuild b/app-misc/hyfetch/hyfetch-9999.ebuild
index c73d6a446e80..448b872ef1ad 100644
--- a/app-misc/hyfetch/hyfetch-9999.ebuild
+++ b/app-misc/hyfetch/hyfetch-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit optfeature distutils-r1
 
 DESCRIPTION="Neofetch with LGBTQ+ pride flags!"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/hyfetch/
@ 2023-11-18 14:49 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-11-18 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     25a9dc71dbff9410bb1bd44744a8f582201268fb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 14:49:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 14:49:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a9dc71

app-misc/hyfetch: Keyword 1.4.10 arm64, #917542

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/hyfetch/hyfetch-1.4.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/hyfetch/hyfetch-1.4.10.ebuild b/app-misc/hyfetch/hyfetch-1.4.10.ebuild
index 8a6dd0d5a2f6..92dcfefad695 100644
--- a/app-misc/hyfetch/hyfetch-1.4.10.ebuild
+++ b/app-misc/hyfetch/hyfetch-1.4.10.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/hykilpikonna/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/hyfetch/
@ 2023-11-24  9:32 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-11-24  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7c66c6efcec9a73e0a5497440908c71ab7c0e73b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 09:32:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 09:32:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c66c6ef

app-misc/hyfetch: Stabilize 1.4.10 amd64, #917584

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/hyfetch/hyfetch-1.4.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/hyfetch/hyfetch-1.4.10.ebuild b/app-misc/hyfetch/hyfetch-1.4.10.ebuild
index 92dcfefad695..5584d2553d7b 100644
--- a/app-misc/hyfetch/hyfetch-1.4.10.ebuild
+++ b/app-misc/hyfetch/hyfetch-1.4.10.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/hykilpikonna/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64"
+	KEYWORDS="amd64 ~arm64"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/hyfetch/
@ 2023-12-13  8:06 Florian Schmaus
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2023-12-13  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d193b005ba4662a1198d805f40f9378ac9c18434
Author:     Bailey Kasin <baileykasin <AT> gmail <DOT> com>
AuthorDate: Sun Dec  3 04:40:36 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 07:59:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d193b005

app-misc/hyfetch: add 1.4.11

Signed-off-by: Bailey Kasin <baileykasin <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34101
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-misc/hyfetch/Manifest              |  1 +
 app-misc/hyfetch/hyfetch-1.4.11.ebuild | 36 ++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-misc/hyfetch/Manifest b/app-misc/hyfetch/Manifest
index 3a5f627eff09..6828c0de92ea 100644
--- a/app-misc/hyfetch/Manifest
+++ b/app-misc/hyfetch/Manifest
@@ -1 +1,2 @@
 DIST hyfetch-1.4.10.tar.gz 266471 BLAKE2B 294002c2cd986055f6392aa61bb8de1d3d558712cd327243e7c2e756aa6e00ff23372fd0ffcc60db8f978110a3d8d1d78c6f683e304fc65b19d2f076e10347f2 SHA512 3f44bd9c0b030b435949db0c0cbd4913e7ec15e857df0dcf2fc3b7d10dca0a4c8ecb9862157f60eebd15b7a1c233c51a74f341b440892e0925871e42215c80e0
+DIST hyfetch-1.4.11.tar.gz 275741 BLAKE2B 0739dc7bc2a90989dcd4dbdd6d14ce8ba62def2a9e069ae16a3a1435118e3639edcc112fc3fa0b8dd54684744e500672c7397315b78d965b68da2f9b9f702b13 SHA512 13c757fed68c9aa1caa503553d6d29c0b68284029090b970b863dec3240dabb28a852ef0ec0f2742c6c268e30a15c48018a651e74ba0e6782b5aa14f2b1d1312

diff --git a/app-misc/hyfetch/hyfetch-1.4.11.ebuild b/app-misc/hyfetch/hyfetch-1.4.11.ebuild
new file mode 100644
index 000000000000..5f65e10006ae
--- /dev/null
+++ b/app-misc/hyfetch/hyfetch-1.4.11.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit optfeature distutils-r1
+
+DESCRIPTION="Neofetch with LGBTQ+ pride flags!"
+HOMEPAGE="https://github.com/hykilpikonna/hyfetch"
+if [[ ${PV} == *9999 ]]; then
+	EGIT_REPO_URI="https://github.com/hykilpikonna/hyfetch.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/hykilpikonna/${PN}/archive/${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+		dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+pkg_postinst() {
+	optfeature "displaying images" "media-libs/imlib2 www-client/w3m[imlib]"
+	optfeature "gpu detection" sys-apps/pciutils
+	optfeature "thumbnail creation" media-gfx/imagemagick
+	optfeature "wallpaper" media-gfx/feh x11-misc/nitrogen
+	optfeature "window size" x11-misc/xdotool "x11-apps/xwininfo x11-apps/xprop" "x11-apps/xwininfo x11-apps/xdpyinfo"
+	elog "The standard neofetch is installed as 'neowofetch', to avoid name conflicts."
+	elog "So if you do not wish to use the pride flag functionality, you can call the"
+	elog "tool that way instead."
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/hyfetch/
@ 2024-01-18  0:28 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-01-18  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     191efad25cf5a968290fd72cf1d2761b32b01707
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 00:27:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 00:27:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191efad2

app-misc/hyfetch: Stabilize 1.4.11 arm64, #922252

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/hyfetch/hyfetch-1.4.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/hyfetch/hyfetch-1.4.11.ebuild b/app-misc/hyfetch/hyfetch-1.4.11.ebuild
index 5f65e10006ae..cc7372c5bde4 100644
--- a/app-misc/hyfetch/hyfetch-1.4.11.ebuild
+++ b/app-misc/hyfetch/hyfetch-1.4.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/hykilpikonna/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64"
+	KEYWORDS="~amd64 arm64"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/hyfetch/
@ 2024-01-18  0:56 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-01-18  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2b0b82db81dbdc3f83ddb25751666de8a20faab7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 00:55:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 00:55:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0b82db

app-misc/hyfetch: Stabilize 1.4.11 amd64, #922252

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/hyfetch/hyfetch-1.4.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/hyfetch/hyfetch-1.4.11.ebuild b/app-misc/hyfetch/hyfetch-1.4.11.ebuild
index cc7372c5bde4..2be7a98f9acf 100644
--- a/app-misc/hyfetch/hyfetch-1.4.11.ebuild
+++ b/app-misc/hyfetch/hyfetch-1.4.11.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/hykilpikonna/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 arm64"
+	KEYWORDS="amd64 arm64"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/hyfetch/
@ 2024-05-13 18:42 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2024-05-13 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     34e85565b057bbf9f85f3582cb9b231ad2bbf08a
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 18:40:14 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May 13 18:42:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e85565

app-misc/hyfetch: update mv->cp on src_install

 - when multiple python interpreters are enabled via PYTHON_COMPAT, mv'ing the
   source file fails after first iteration since it's gone for good.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/hyfetch/hyfetch-1.4.11-r1.ebuild | 2 +-
 app-misc/hyfetch/hyfetch-9999.ebuild      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/hyfetch/hyfetch-1.4.11-r1.ebuild b/app-misc/hyfetch/hyfetch-1.4.11-r1.ebuild
index 1259152e377e..a05998fb5353 100644
--- a/app-misc/hyfetch/hyfetch-1.4.11-r1.ebuild
+++ b/app-misc/hyfetch/hyfetch-1.4.11-r1.ebuild
@@ -37,7 +37,7 @@ python_install() {
 	distutils-r1_python_install
 
 	dodir /usr/bin/
-	mv neofetch "${D}/usr/bin/neowofetch" || die
+	cp neofetch "${D}/usr/bin/neowofetch" || die
 
 	rm -r "${D}/usr/lib/${EPYTHON}/site-packages/hyfetch/scripts" || die
 }

diff --git a/app-misc/hyfetch/hyfetch-9999.ebuild b/app-misc/hyfetch/hyfetch-9999.ebuild
index 2cb3939d54e0..796c87637890 100644
--- a/app-misc/hyfetch/hyfetch-9999.ebuild
+++ b/app-misc/hyfetch/hyfetch-9999.ebuild
@@ -37,7 +37,7 @@ python_install() {
 	distutils-r1_python_install
 
 	dodir /usr/bin/
-	mv neofetch "${D}/usr/bin/neowofetch" || die
+	cp neofetch "${D}/usr/bin/neowofetch" || die
 
 	rm -r "${D}/usr/lib/${EPYTHON}/site-packages/hyfetch/scripts" || die
 }


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

end of thread, other threads:[~2024-05-13 18:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-24  9:32 [gentoo-commits] repo/gentoo:master commit in: app-misc/hyfetch/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-13 18:42 Joonas Niilola
2024-01-18  0:56 Sam James
2024-01-18  0:28 Sam James
2023-12-13  8:06 Florian Schmaus
2023-11-18 14:49 Sam James
2023-10-20  7:46 Joonas Niilola

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