public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2016-10-09  7:58 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2016-10-09  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e85cf801d76c32acf6319fae7ea86fabee8ba9ec
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Sun Oct  9 06:09:04 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 07:58:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85cf801

app-misc/neofetch: new package.

neofetch is a script that gathers information about your system and
prints it to the terminal next to an image, a distro's logo or any ASCII
art of your choice.

Gentoo-Bug: https://bugs.gentoo.org/596592

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2516

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/metadata.xml          | 20 ++++++++++++++++++++
 app-misc/neofetch/neofetch-1.8.1.ebuild | 25 +++++++++++++++++++++++++
 app-misc/neofetch/neofetch-9999.ebuild  | 24 ++++++++++++++++++++++++
 4 files changed, 70 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
new file mode 100644
index 00000000..8a883ed
--- /dev/null
+++ b/app-misc/neofetch/Manifest
@@ -0,0 +1 @@
+DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37

diff --git a/app-misc/neofetch/metadata.xml b/app-misc/neofetch/metadata.xml
new file mode 100644
index 00000000..da6fccc
--- /dev/null
+++ b/app-misc/neofetch/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>herdiansyah@openmailbox.org</email>
+		<name>Muhammad Herdiansyah</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription lang="en">
+		neofetch is a script that gathers information about your system and
+		prints it to the terminal next to an image, a distro's logo or any
+		ASCII art of your choice.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">dylanaraps/neofetch</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-misc/neofetch/neofetch-1.8.1.ebuild b/app-misc/neofetch/neofetch-1.8.1.ebuild
new file mode 100644
index 00000000..b480dc2
--- /dev/null
+++ b/app-misc/neofetch/neofetch-1.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+DEPEND="app-shells/bash:*
+	sys-apps/pciutils"
+
+RDEPEND="${DEPEND}
+	X? ( x11-apps/xprop
+	x11-apps/xrandr
+	media-gfx/scrot
+	www-client/w3m[imlib]
+	media-libs/imlib2
+	media-gfx/imagemagick
+	)
+"

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
new file mode 100644
index 00000000..2e0a8fb
--- /dev/null
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+inherit git-r3
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
+LICENSE="MIT"
+SLOT="0"
+IUSE="X"
+
+DEPEND="app-shells/bash:*
+	sys-apps/pciutils"
+
+RDEPEND="${DEPEND}
+	X? ( x11-apps/xprop
+	x11-apps/xrandr
+	media-gfx/scrot
+	www-client/w3m[imlib]
+	media-libs/imlib2
+	media-gfx/imagemagick
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2016-11-03 21:06 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2016-11-03 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     bfc98177dd40c034050de98749370eb1ed86eaf1
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Tue Nov  1 13:46:11 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 21:05:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc98177

app-misc/neofetch: version bump to 1.9.

Package-Manager: Portage 2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2711

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-misc/neofetch/Manifest                                      | 1 +
 app-misc/neofetch/metadata.xml                                  | 3 +++
 app-misc/neofetch/{neofetch-9999.ebuild => neofetch-1.9.ebuild} | 9 ++++-----
 app-misc/neofetch/neofetch-9999.ebuild                          | 5 ++---
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 8a883ed..f6dbe0a 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1 +1,2 @@
 DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37
+DIST neofetch-1.9.tar.gz 57413 SHA256 c9cbe0eeedbceaf9b23f9a1c4e0838e410dc7bdfdeb7fbd10f5eaf377cceff05 SHA512 15b094d2e655ba69a460da0e24cc2527f47a6bbbaa249e87f053708c869fb00d8e7a8ea91e3a614c6702a9396266b975f1c4e9c5aa39a75f6ce3ca06e2d7eb29 WHIRLPOOL 4e788ce093b27b9af1092c4f89174a978f141ca72d0039715a80057d56018a67eb36cdcecf8575b6199c6987a99f1e3b008eb44a10967a6cd9b8d50108f2855b

diff --git a/app-misc/neofetch/metadata.xml b/app-misc/neofetch/metadata.xml
index da6fccc..79ffa66 100644
--- a/app-misc/neofetch/metadata.xml
+++ b/app-misc/neofetch/metadata.xml
@@ -17,4 +17,7 @@
 	<upstream>
 		<remote-id type="github">dylanaraps/neofetch</remote-id>
 	</upstream>
+	<use>
+		<flag name="X">Enable support for detecting DEs, WMs, screen resolutions, and showing images from an X terminal</flag>
+	</use>
 </pkgmetadata>

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-1.9.ebuild
similarity index 81%
copy from app-misc/neofetch/neofetch-9999.ebuild
copy to app-misc/neofetch/neofetch-1.9.ebuild
index 2e0a8fb..5d343a5 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-1.9.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI=6
-inherit git-r3
+
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
-EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 IUSE="X"
@@ -15,10 +15,9 @@ DEPEND="app-shells/bash:*
 
 RDEPEND="${DEPEND}
 	X? ( x11-apps/xprop
+	x11-apps/xwininfo
 	x11-apps/xrandr
-	media-gfx/scrot
 	www-client/w3m[imlib]
 	media-libs/imlib2
 	media-gfx/imagemagick
-	)
-"
+)"

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 2e0a8fb..e0bb14e 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -15,10 +15,9 @@ DEPEND="app-shells/bash:*
 
 RDEPEND="${DEPEND}
 	X? ( x11-apps/xprop
+	x11-apps/xwininfo
 	x11-apps/xrandr
-	media-gfx/scrot
 	www-client/w3m[imlib]
 	media-libs/imlib2
 	media-gfx/imagemagick
-	)
-"
+)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2016-11-06 20:15 David Seifert
  0 siblings, 0 replies; 75+ messages in thread
From: David Seifert @ 2016-11-06 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8b478fa66ee2b80db70bb45d106811cfedaaa87b
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Fri Nov  4 08:17:25 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 20:14:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b478fa6

app-misc/neofetch: Version bump to 1.9.1

Closes: https://github.com/gentoo/gentoo/pull/2736

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-misc/neofetch/Manifest                          |  2 +-
 .../{neofetch-1.9.ebuild => neofetch-1.9.1.ebuild}  | 21 ++++++++++++---------
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index f6dbe0a..2aca928 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1,2 @@
 DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37
-DIST neofetch-1.9.tar.gz 57413 SHA256 c9cbe0eeedbceaf9b23f9a1c4e0838e410dc7bdfdeb7fbd10f5eaf377cceff05 SHA512 15b094d2e655ba69a460da0e24cc2527f47a6bbbaa249e87f053708c869fb00d8e7a8ea91e3a614c6702a9396266b975f1c4e9c5aa39a75f6ce3ca06e2d7eb29 WHIRLPOOL 4e788ce093b27b9af1092c4f89174a978f141ca72d0039715a80057d56018a67eb36cdcecf8575b6199c6987a99f1e3b008eb44a10967a6cd9b8d50108f2855b
+DIST neofetch-1.9.1.tar.gz 55739 SHA256 d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9 WHIRLPOOL 74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac

diff --git a/app-misc/neofetch/neofetch-1.9.ebuild b/app-misc/neofetch/neofetch-1.9.1.ebuild
similarity index 66%
rename from app-misc/neofetch/neofetch-1.9.ebuild
rename to app-misc/neofetch/neofetch-1.9.1.ebuild
index 5d343a5..c7bbb2e 100644
--- a/app-misc/neofetch/neofetch-1.9.ebuild
+++ b/app-misc/neofetch/neofetch-1.9.1.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
+
 EAPI=6
 
 DESCRIPTION="Simple information system script"
@@ -8,16 +9,18 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch"
 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="X"
 
-DEPEND="app-shells/bash:*
+DEPEND="
+	app-shells/bash:*
 	sys-apps/pciutils"
-
 RDEPEND="${DEPEND}
-	X? ( x11-apps/xprop
-	x11-apps/xwininfo
-	x11-apps/xrandr
-	www-client/w3m[imlib]
-	media-libs/imlib2
-	media-gfx/imagemagick
-)"
+	X? (
+		x11-apps/xprop
+		x11-apps/xwininfo
+		x11-apps/xrandr
+		www-client/w3m[imlib]
+		media-libs/imlib2
+		media-gfx/imagemagick
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2016-12-03  6:53 Benda XU
  0 siblings, 0 replies; 75+ messages in thread
From: Benda XU @ 2016-12-03  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     db66f1581ef9988fe4eb434ddf256ffbd55771e8
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 06:53:00 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 06:53:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db66f158

app-misc/neofetch: support Prefix.

Package-Manager: portage-2.3.2

 app-misc/neofetch/neofetch-1.9.1.ebuild | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/app-misc/neofetch/neofetch-1.9.1.ebuild b/app-misc/neofetch/neofetch-1.9.1.ebuild
index c7bbb2e..241401a 100644
--- a/app-misc/neofetch/neofetch-1.9.1.ebuild
+++ b/app-misc/neofetch/neofetch-1.9.1.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=6
 
+inherit prefix
+
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
@@ -24,3 +26,12 @@ RDEPEND="${DEPEND}
 		media-libs/imlib2
 		media-gfx/imagemagick
 	)"
+
+src_prepare() {
+	hprefixify ${PN}
+	default
+}
+
+src_install() {
+	emake DESTDIR="${ED}" install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2016-12-04 22:32 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2016-12-04 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1aef5edb3f0528f5b234d079238c27f61903995f
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Fri Dec  2 10:05:16 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 22:32:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aef5edb

app-misc/neofetch: version bump to 2.0.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2981

 app-misc/neofetch/Manifest             |  1 +
 app-misc/neofetch/neofetch-2.0.ebuild  | 30 ++++++++++++++++++++++++++++++
 app-misc/neofetch/neofetch-9999.ebuild |  7 ++-----
 3 files changed, 33 insertions(+), 5 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 2aca928..41cf2dd 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1,3 @@
 DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37
 DIST neofetch-1.9.1.tar.gz 55739 SHA256 d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9 WHIRLPOOL 74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac
+DIST neofetch-2.0.tar.gz 57634 SHA256 27c208311d5aef8031987b689e3ba3f7663e5487273fa05698132a10a6ef4a48 SHA512 77eddfa6edd90976fe552d425bf130719715775082768b13cb55a203908b06858d8ba90098703a73b07fb13951a2ec1fb928492e1d74faa9866d3d36619afc0e WHIRLPOOL 8b286364f8d3a0ad0e5e60d2f64f78820cf4a1d3d816d9b4d3872595908e3599991d4f882796a9611e79583cd2b5d448bcbaa8029f66c52e005a9b6063cf88bb

diff --git a/app-misc/neofetch/neofetch-2.0.ebuild b/app-misc/neofetch/neofetch-2.0.ebuild
new file mode 100644
index 00000000..70a6deb
--- /dev/null
+++ b/app-misc/neofetch/neofetch-2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		x11-apps/xprop
+		x11-apps/xwininfo
+		x11-apps/xrandr
+		www-client/w3m[imlib]
+		media-libs/imlib2
+		media-gfx/imagemagick
+	)"
+
+pkg_postinst() {
+	ewarn "If you were updating this from 1.9.x, you may want to update your"
+	ewarn "configuration to the latest version because some old flags are"
+	ewarn "deprecated and may break neofetch. You can copy from"
+	ewarn "/usr/share/neofetch/config to your own config directory."
+}

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index e0bb14e..85203ce 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -6,14 +6,11 @@ inherit git-r3
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
-LICENSE="MIT"
+LICENSE="MIT-with-advertising"
 SLOT="0"
 IUSE="X"
 
-DEPEND="app-shells/bash:*
-	sys-apps/pciutils"
-
-RDEPEND="${DEPEND}
+RDEPEND="sys-apps/pciutils
 	X? ( x11-apps/xprop
 	x11-apps/xwininfo
 	x11-apps/xrandr


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2016-12-11 15:29 Michał Górny
  0 siblings, 0 replies; 75+ messages in thread
From: Michał Górny @ 2016-12-11 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     240eb20430c9030e21105c5c7efc584babfaedcc
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Wed Dec  7 09:18:48 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 15:24:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240eb204

app-misc/neofetch: version bump to 2.0.2

Closes: https://github.com/gentoo/gentoo/pull/3046
Package-Manager: portage-2.3.0

 app-misc/neofetch/Manifest                                       | 2 +-
 app-misc/neofetch/{neofetch-2.0.ebuild => neofetch-2.0.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 41cf2dd..a8a327d 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,3 @@
 DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37
 DIST neofetch-1.9.1.tar.gz 55739 SHA256 d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9 WHIRLPOOL 74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac
-DIST neofetch-2.0.tar.gz 57634 SHA256 27c208311d5aef8031987b689e3ba3f7663e5487273fa05698132a10a6ef4a48 SHA512 77eddfa6edd90976fe552d425bf130719715775082768b13cb55a203908b06858d8ba90098703a73b07fb13951a2ec1fb928492e1d74faa9866d3d36619afc0e WHIRLPOOL 8b286364f8d3a0ad0e5e60d2f64f78820cf4a1d3d816d9b4d3872595908e3599991d4f882796a9611e79583cd2b5d448bcbaa8029f66c52e005a9b6063cf88bb
+DIST neofetch-2.0.2.tar.gz 57385 SHA256 25a174ed41720d7645240cce4ca24f6228097a0daae3afd42563bfcf01584bc9 SHA512 1c31df41cf1e08f40c1a8ff5721f503d9350facf13ae0df30e229ce772b198d22b52662db82908d8d501a396142ba5fea0e7f14e9c8c323bfcbe2080826e1477 WHIRLPOOL b0900b4cf672fb07a2b359a2a3ee8c6e0ae13d745bde0ea8aa435b0a886d86ee1a6b2ef7d9d41e8fec6947d02df47de234a3af250de783f1525db57888fac017

diff --git a/app-misc/neofetch/neofetch-2.0.ebuild b/app-misc/neofetch/neofetch-2.0.2.ebuild
similarity index 100%
rename from app-misc/neofetch/neofetch-2.0.ebuild
rename to app-misc/neofetch/neofetch-2.0.2.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2017-01-25 23:29 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2017-01-25 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     03b700eaed343726bc0c05d18574e57ab851ce17
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Mon Jan 23 11:25:49 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 23:28:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b700ea

app-misc/neofetch: version bump to 3.0.

Closes: https://github.com/gentoo/gentoo/pull/3605

 app-misc/neofetch/Manifest            |  1 +
 app-misc/neofetch/neofetch-3.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index a8a327d..9f228e8 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,4 @@
 DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37
 DIST neofetch-1.9.1.tar.gz 55739 SHA256 d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9 WHIRLPOOL 74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac
 DIST neofetch-2.0.2.tar.gz 57385 SHA256 25a174ed41720d7645240cce4ca24f6228097a0daae3afd42563bfcf01584bc9 SHA512 1c31df41cf1e08f40c1a8ff5721f503d9350facf13ae0df30e229ce772b198d22b52662db82908d8d501a396142ba5fea0e7f14e9c8c323bfcbe2080826e1477 WHIRLPOOL b0900b4cf672fb07a2b359a2a3ee8c6e0ae13d745bde0ea8aa435b0a886d86ee1a6b2ef7d9d41e8fec6947d02df47de234a3af250de783f1525db57888fac017
+DIST neofetch-3.0.tar.gz 69256 SHA256 b5d3319474ff432c874dd39d38800ac8eb31da0b8e481b871ff4792f07fb67c4 SHA512 9f6a446da92d6a1d1a961c34d223e7154d42c9ffddb578064ece7ada9745c8c4d5f11fd9c4b06cb40028886aee3547362a3d097824bc4280859dcbbf2498c1ac WHIRLPOOL 832850eee7a3eead0e09d55c9f75bcb7d527abbc37cce5011b24fe87487562a2e9b03b27db7a18947ec4120ad76d6169e380122c48e68a39e8ce72ce504bd0c1

diff --git a/app-misc/neofetch/neofetch-3.0.ebuild b/app-misc/neofetch/neofetch-3.0.ebuild
new file mode 100644
index 00000000..9a4c4fa
--- /dev/null
+++ b/app-misc/neofetch/neofetch-3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		x11-apps/xprop
+		x11-apps/xwininfo
+		x11-apps/xrandr
+		www-client/w3m[imlib]
+		media-libs/imlib2
+		media-gfx/imagemagick
+	)"
+
+pkg_postinst() {
+	ewarn "A lot of things have changed in neofetch 3.0, and we cannot"
+	ewarn "guarantee that your config will work in neofetch 3.0. As such,"
+	ewarn "we recommend you to use a new config. You can delete your current"
+	ewarn "config from $HOME/.config/neofetch"
+
+	einfo "The system-wide config has been moved from /usr/share/neofetch/config"
+	einfo "to /etc/neofetch/config."
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2017-03-12 18:52 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2017-03-12 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b438d145376c86e2a074525b7fb6652b2dc2581a
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Sun Mar 12 18:48:33 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 18:52:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b438d145

app-misc/neofetch: version bump to 3.0.1.

Closes: https://github.com/gentoo/gentoo/pull/3723

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/neofetch-3.0.1.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 9f228e86dba..c59c55f60eb 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,5 @@
 DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37
 DIST neofetch-1.9.1.tar.gz 55739 SHA256 d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9 WHIRLPOOL 74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac
 DIST neofetch-2.0.2.tar.gz 57385 SHA256 25a174ed41720d7645240cce4ca24f6228097a0daae3afd42563bfcf01584bc9 SHA512 1c31df41cf1e08f40c1a8ff5721f503d9350facf13ae0df30e229ce772b198d22b52662db82908d8d501a396142ba5fea0e7f14e9c8c323bfcbe2080826e1477 WHIRLPOOL b0900b4cf672fb07a2b359a2a3ee8c6e0ae13d745bde0ea8aa435b0a886d86ee1a6b2ef7d9d41e8fec6947d02df47de234a3af250de783f1525db57888fac017
+DIST neofetch-3.0.1.tar.gz 66571 SHA256 31447da6507c13c44eb2006901c00ed4ca08f0423d9439aaddea64edcaca2c38 SHA512 e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad WHIRLPOOL a4b241d611afc31395f4f228937e744257ded55f551d0cfc7193c8269d7174e47861489c1306f27a0d9a9e59acf340b37aa30f7919e59a2855c11732edc323c0
 DIST neofetch-3.0.tar.gz 69256 SHA256 b5d3319474ff432c874dd39d38800ac8eb31da0b8e481b871ff4792f07fb67c4 SHA512 9f6a446da92d6a1d1a961c34d223e7154d42c9ffddb578064ece7ada9745c8c4d5f11fd9c4b06cb40028886aee3547362a3d097824bc4280859dcbbf2498c1ac WHIRLPOOL 832850eee7a3eead0e09d55c9f75bcb7d527abbc37cce5011b24fe87487562a2e9b03b27db7a18947ec4120ad76d6169e380122c48e68a39e8ce72ce504bd0c1

diff --git a/app-misc/neofetch/neofetch-3.0.1.ebuild b/app-misc/neofetch/neofetch-3.0.1.ebuild
new file mode 100644
index 00000000000..9a4c4fa719e
--- /dev/null
+++ b/app-misc/neofetch/neofetch-3.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		x11-apps/xprop
+		x11-apps/xwininfo
+		x11-apps/xrandr
+		www-client/w3m[imlib]
+		media-libs/imlib2
+		media-gfx/imagemagick
+	)"
+
+pkg_postinst() {
+	ewarn "A lot of things have changed in neofetch 3.0, and we cannot"
+	ewarn "guarantee that your config will work in neofetch 3.0. As such,"
+	ewarn "we recommend you to use a new config. You can delete your current"
+	ewarn "config from $HOME/.config/neofetch"
+
+	einfo "The system-wide config has been moved from /usr/share/neofetch/config"
+	einfo "to /etc/neofetch/config."
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2017-03-12 18:52 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2017-03-12 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0ce8f4ef5ae4f481970292e636532879eb9c7a13
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 18:51:32 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 18:52:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce8f4ef

app-misc/neofetch: remove version 3.0.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/neofetch/Manifest            |  1 -
 app-misc/neofetch/neofetch-3.0.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index c59c55f60eb..4f7f08c863f 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -2,4 +2,3 @@ DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063d
 DIST neofetch-1.9.1.tar.gz 55739 SHA256 d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9 WHIRLPOOL 74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac
 DIST neofetch-2.0.2.tar.gz 57385 SHA256 25a174ed41720d7645240cce4ca24f6228097a0daae3afd42563bfcf01584bc9 SHA512 1c31df41cf1e08f40c1a8ff5721f503d9350facf13ae0df30e229ce772b198d22b52662db82908d8d501a396142ba5fea0e7f14e9c8c323bfcbe2080826e1477 WHIRLPOOL b0900b4cf672fb07a2b359a2a3ee8c6e0ae13d745bde0ea8aa435b0a886d86ee1a6b2ef7d9d41e8fec6947d02df47de234a3af250de783f1525db57888fac017
 DIST neofetch-3.0.1.tar.gz 66571 SHA256 31447da6507c13c44eb2006901c00ed4ca08f0423d9439aaddea64edcaca2c38 SHA512 e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad WHIRLPOOL a4b241d611afc31395f4f228937e744257ded55f551d0cfc7193c8269d7174e47861489c1306f27a0d9a9e59acf340b37aa30f7919e59a2855c11732edc323c0
-DIST neofetch-3.0.tar.gz 69256 SHA256 b5d3319474ff432c874dd39d38800ac8eb31da0b8e481b871ff4792f07fb67c4 SHA512 9f6a446da92d6a1d1a961c34d223e7154d42c9ffddb578064ece7ada9745c8c4d5f11fd9c4b06cb40028886aee3547362a3d097824bc4280859dcbbf2498c1ac WHIRLPOOL 832850eee7a3eead0e09d55c9f75bcb7d527abbc37cce5011b24fe87487562a2e9b03b27db7a18947ec4120ad76d6169e380122c48e68a39e8ce72ce504bd0c1

diff --git a/app-misc/neofetch/neofetch-3.0.ebuild b/app-misc/neofetch/neofetch-3.0.ebuild
deleted file mode 100644
index ed8aa03c69f..00000000000
--- a/app-misc/neofetch/neofetch-3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		x11-apps/xprop
-		x11-apps/xwininfo
-		x11-apps/xrandr
-		www-client/w3m[imlib]
-		media-libs/imlib2
-		media-gfx/imagemagick
-	)"
-
-pkg_postinst() {
-	ewarn "A lot of things have changed in neofetch 3.0, and we cannot"
-	ewarn "guarantee that your config will work in neofetch 3.0. As such,"
-	ewarn "we recommend you to use a new config. You can delete your current"
-	ewarn "config from $HOME/.config/neofetch"
-
-	einfo "The system-wide config has been moved from /usr/share/neofetch/config"
-	einfo "to /etc/neofetch/config."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2017-05-07 13:29 Michał Górny
  0 siblings, 0 replies; 75+ messages in thread
From: Michał Górny @ 2017-05-07 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f37b4c9c9403d48d40fb0391a4562809fc5a7e65
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Thu Apr 27 11:38:33 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  7 13:28:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37b4c9c

app-misc/neofetch: update to 3.1.0, remove old

Closes: https://github.com/gentoo/gentoo/pull/4501

 app-misc/neofetch/Manifest                         |  2 +-
 ...neofetch-1.8.1.ebuild => neofetch-3.1.0.ebuild} | 26 ++++++++++------------
 app-misc/neofetch/neofetch-9999.ebuild             |  4 +++-
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 4f7f08c863f..f720ea4f4f6 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,4 @@
-DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37
 DIST neofetch-1.9.1.tar.gz 55739 SHA256 d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9 WHIRLPOOL 74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac
 DIST neofetch-2.0.2.tar.gz 57385 SHA256 25a174ed41720d7645240cce4ca24f6228097a0daae3afd42563bfcf01584bc9 SHA512 1c31df41cf1e08f40c1a8ff5721f503d9350facf13ae0df30e229ce772b198d22b52662db82908d8d501a396142ba5fea0e7f14e9c8c323bfcbe2080826e1477 WHIRLPOOL b0900b4cf672fb07a2b359a2a3ee8c6e0ae13d745bde0ea8aa435b0a886d86ee1a6b2ef7d9d41e8fec6947d02df47de234a3af250de783f1525db57888fac017
 DIST neofetch-3.0.1.tar.gz 66571 SHA256 31447da6507c13c44eb2006901c00ed4ca08f0423d9439aaddea64edcaca2c38 SHA512 e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad WHIRLPOOL a4b241d611afc31395f4f228937e744257ded55f551d0cfc7193c8269d7174e47861489c1306f27a0d9a9e59acf340b37aa30f7919e59a2855c11732edc323c0
+DIST neofetch-3.1.0.tar.gz 68930 SHA256 db7afe24d859b9c8230c3491640d996701816ddc9cf66f98a5071775e8b4ffe5 SHA512 0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975 WHIRLPOOL 0a11065f48d76c46854f65972e9d658fffcbc7e9023f61920fa756153860b5d06c05da005cdb2e61616649ecfaecd4122fcea2e4c4b899a751193838b9542aae

diff --git a/app-misc/neofetch/neofetch-1.8.1.ebuild b/app-misc/neofetch/neofetch-3.1.0.ebuild
similarity index 54%
rename from app-misc/neofetch/neofetch-1.8.1.ebuild
rename to app-misc/neofetch/neofetch-3.1.0.ebuild
index e7d9f70957f..74d58f58175 100644
--- a/app-misc/neofetch/neofetch-1.8.1.ebuild
+++ b/app-misc/neofetch/neofetch-3.1.0.ebuild
@@ -1,24 +1,22 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=6
 
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT"
+LICENSE="MIT-with-advertising"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="X"
 
-DEPEND="app-shells/bash:*
-	sys-apps/pciutils"
-
-RDEPEND="${DEPEND}
-	X? ( x11-apps/xprop
-	x11-apps/xrandr
-	media-gfx/scrot
-	www-client/w3m[imlib]
-	media-libs/imlib2
-	media-gfx/imagemagick
-	)
-"
+RDEPEND="sys-apps/pciutils
+	X? (
+		x11-apps/xprop
+		x11-apps/xwininfo
+		x11-apps/xrandr
+		www-client/w3m[imlib]
+		media-libs/imlib2
+		media-gfx/imagemagick
+	)"

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 29a6133fa34..6a5cf4e804a 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=6
+
 inherit git-r3
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2017-06-23 13:50 Michał Górny
  0 siblings, 0 replies; 75+ messages in thread
From: Michał Górny @ 2017-06-23 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     eac9cee8b0e3f8b319e770328b3d02c59a9f902d
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Wed Jun 21 09:08:47 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 13:50:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac9cee8

app-misc/neofetch: update to 3.2.0

Closes: https://github.com/gentoo/gentoo/pull/4965

 app-misc/neofetch/Manifest              |  2 +-
 app-misc/neofetch/neofetch-3.2.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index f720ea4f4f6..7251963cfcc 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,4 @@
-DIST neofetch-1.9.1.tar.gz 55739 SHA256 d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9 WHIRLPOOL 74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac
 DIST neofetch-2.0.2.tar.gz 57385 SHA256 25a174ed41720d7645240cce4ca24f6228097a0daae3afd42563bfcf01584bc9 SHA512 1c31df41cf1e08f40c1a8ff5721f503d9350facf13ae0df30e229ce772b198d22b52662db82908d8d501a396142ba5fea0e7f14e9c8c323bfcbe2080826e1477 WHIRLPOOL b0900b4cf672fb07a2b359a2a3ee8c6e0ae13d745bde0ea8aa435b0a886d86ee1a6b2ef7d9d41e8fec6947d02df47de234a3af250de783f1525db57888fac017
 DIST neofetch-3.0.1.tar.gz 66571 SHA256 31447da6507c13c44eb2006901c00ed4ca08f0423d9439aaddea64edcaca2c38 SHA512 e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad WHIRLPOOL a4b241d611afc31395f4f228937e744257ded55f551d0cfc7193c8269d7174e47861489c1306f27a0d9a9e59acf340b37aa30f7919e59a2855c11732edc323c0
 DIST neofetch-3.1.0.tar.gz 68930 SHA256 db7afe24d859b9c8230c3491640d996701816ddc9cf66f98a5071775e8b4ffe5 SHA512 0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975 WHIRLPOOL 0a11065f48d76c46854f65972e9d658fffcbc7e9023f61920fa756153860b5d06c05da005cdb2e61616649ecfaecd4122fcea2e4c4b899a751193838b9542aae
+DIST neofetch-3.2.0.tar.gz 71331 SHA256 6aecd51c165a36692b4f6481b3071ab936aafc3fccffabbbfda140567f16431d SHA512 790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764 WHIRLPOOL 5494b97611f08297ec38893e38d06a6d2806a1bc00704b7334d64ba3322deb30d08d453ed85d817ff8f42a163d71580d2d6785a6f1c15443b92ebe826842b575

diff --git a/app-misc/neofetch/neofetch-3.2.0.ebuild b/app-misc/neofetch/neofetch-3.2.0.ebuild
new file mode 100644
index 00000000000..74d58f58175
--- /dev/null
+++ b/app-misc/neofetch/neofetch-3.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		x11-apps/xprop
+		x11-apps/xwininfo
+		x11-apps/xrandr
+		www-client/w3m[imlib]
+		media-libs/imlib2
+		media-gfx/imagemagick
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2017-06-23 13:50 Michał Górny
  0 siblings, 0 replies; 75+ messages in thread
From: Michał Górny @ 2017-06-23 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     aa35d1103eb298242d8633b0df79229752ac70f5
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Wed Jun 21 05:00:18 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 13:50:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa35d110

app-misc/neofetch: remove old

 app-misc/neofetch/neofetch-1.9.1.ebuild | 36 ---------------------------------
 1 file changed, 36 deletions(-)

diff --git a/app-misc/neofetch/neofetch-1.9.1.ebuild b/app-misc/neofetch/neofetch-1.9.1.ebuild
deleted file mode 100644
index 4a843477e88..00000000000
--- a/app-misc/neofetch/neofetch-1.9.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit prefix
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-DEPEND="
-	app-shells/bash:*
-	sys-apps/pciutils"
-RDEPEND="${DEPEND}
-	X? (
-		x11-apps/xprop
-		x11-apps/xwininfo
-		x11-apps/xrandr
-		www-client/w3m[imlib]
-		media-libs/imlib2
-		media-gfx/imagemagick
-	)"
-
-src_prepare() {
-	hprefixify ${PN}
-	default
-}
-
-src_install() {
-	emake DESTDIR="${ED}" install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2017-09-14 22:06 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2017-09-14 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     3e8d7701953a158ae36fabad4934522298eea873
Author:     Muhammad Herdiansyah <herdiansyah <AT> netc <DOT> eu>
AuthorDate: Thu Sep 14 13:06:58 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 22:06:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8d7701

app-misc/neofetch: version bump to 3.3.0.

Closes: https://github.com/gentoo/gentoo/pull/5703

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/neofetch-3.3.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 2c924621a44..685504ddf15 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,4 @@
 DIST neofetch-3.0.1.tar.gz 66571 SHA256 31447da6507c13c44eb2006901c00ed4ca08f0423d9439aaddea64edcaca2c38 SHA512 e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad WHIRLPOOL a4b241d611afc31395f4f228937e744257ded55f551d0cfc7193c8269d7174e47861489c1306f27a0d9a9e59acf340b37aa30f7919e59a2855c11732edc323c0
 DIST neofetch-3.1.0.tar.gz 68930 SHA256 db7afe24d859b9c8230c3491640d996701816ddc9cf66f98a5071775e8b4ffe5 SHA512 0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975 WHIRLPOOL 0a11065f48d76c46854f65972e9d658fffcbc7e9023f61920fa756153860b5d06c05da005cdb2e61616649ecfaecd4122fcea2e4c4b899a751193838b9542aae
 DIST neofetch-3.2.0.tar.gz 71331 SHA256 6aecd51c165a36692b4f6481b3071ab936aafc3fccffabbbfda140567f16431d SHA512 790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764 WHIRLPOOL 5494b97611f08297ec38893e38d06a6d2806a1bc00704b7334d64ba3322deb30d08d453ed85d817ff8f42a163d71580d2d6785a6f1c15443b92ebe826842b575
+DIST neofetch-3.3.0.tar.gz 76325 SHA256 4808e76bd81da3602cb5be7e01dfed8223b1109e2792755dd0d54126014ee696 SHA512 aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0 WHIRLPOOL 33f218bc55c3bbd82c8ced2b13a7861148d00092237626263603a68719f18e8745b9aea0ef318f4e615333af9a463a30b48a92b4afe74af1a3c60fe4765197fe

diff --git a/app-misc/neofetch/neofetch-3.3.0.ebuild b/app-misc/neofetch/neofetch-3.3.0.ebuild
new file mode 100644
index 00000000000..74d58f58175
--- /dev/null
+++ b/app-misc/neofetch/neofetch-3.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		x11-apps/xprop
+		x11-apps/xwininfo
+		x11-apps/xrandr
+		www-client/w3m[imlib]
+		media-libs/imlib2
+		media-gfx/imagemagick
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2017-09-14 22:06 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2017-09-14 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a93bda4ef792c8bc7757ea6860d12f9f306955e6
Author:     Muhammad Herdiansyah <herdiansyah <AT> netc <DOT> eu>
AuthorDate: Thu Sep 14 13:04:54 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 22:06:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93bda4e

app-misc/neofetch: clean up old.

Closes: https://github.com/gentoo/gentoo/pull/5703

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-2.0.2.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 7251963cfcc..2c924621a44 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,3 @@
-DIST neofetch-2.0.2.tar.gz 57385 SHA256 25a174ed41720d7645240cce4ca24f6228097a0daae3afd42563bfcf01584bc9 SHA512 1c31df41cf1e08f40c1a8ff5721f503d9350facf13ae0df30e229ce772b198d22b52662db82908d8d501a396142ba5fea0e7f14e9c8c323bfcbe2080826e1477 WHIRLPOOL b0900b4cf672fb07a2b359a2a3ee8c6e0ae13d745bde0ea8aa435b0a886d86ee1a6b2ef7d9d41e8fec6947d02df47de234a3af250de783f1525db57888fac017
 DIST neofetch-3.0.1.tar.gz 66571 SHA256 31447da6507c13c44eb2006901c00ed4ca08f0423d9439aaddea64edcaca2c38 SHA512 e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad WHIRLPOOL a4b241d611afc31395f4f228937e744257ded55f551d0cfc7193c8269d7174e47861489c1306f27a0d9a9e59acf340b37aa30f7919e59a2855c11732edc323c0
 DIST neofetch-3.1.0.tar.gz 68930 SHA256 db7afe24d859b9c8230c3491640d996701816ddc9cf66f98a5071775e8b4ffe5 SHA512 0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975 WHIRLPOOL 0a11065f48d76c46854f65972e9d658fffcbc7e9023f61920fa756153860b5d06c05da005cdb2e61616649ecfaecd4122fcea2e4c4b899a751193838b9542aae
 DIST neofetch-3.2.0.tar.gz 71331 SHA256 6aecd51c165a36692b4f6481b3071ab936aafc3fccffabbbfda140567f16431d SHA512 790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764 WHIRLPOOL 5494b97611f08297ec38893e38d06a6d2806a1bc00704b7334d64ba3322deb30d08d453ed85d817ff8f42a163d71580d2d6785a6f1c15443b92ebe826842b575

diff --git a/app-misc/neofetch/neofetch-2.0.2.ebuild b/app-misc/neofetch/neofetch-2.0.2.ebuild
deleted file mode 100644
index 78392508f1b..00000000000
--- a/app-misc/neofetch/neofetch-2.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		x11-apps/xprop
-		x11-apps/xwininfo
-		x11-apps/xrandr
-		www-client/w3m[imlib]
-		media-libs/imlib2
-		media-gfx/imagemagick
-	)"
-
-pkg_postinst() {
-	ewarn "If you were updating this from 1.9.x, you may want to update your"
-	ewarn "configuration to the latest version because some old flags are"
-	ewarn "deprecated and may break neofetch. You can copy from"
-	ewarn "/usr/share/neofetch/config to your own config directory."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2017-12-19  4:41 Jason Zaman
  0 siblings, 0 replies; 75+ messages in thread
From: Jason Zaman @ 2017-12-19  4:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d0cfee5dff933318b4201f6029dd68528c9fea58
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 04:27:48 2017 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 04:41:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cfee5d

app-misc/neofetch: amd64 stable

Gentoo-bug: 624954
Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/app-misc/neofetch/neofetch-3.3.0.ebuild b/app-misc/neofetch/neofetch-3.3.0.ebuild
index 74d58f58175..c18a9c9d1ed 100644
--- a/app-misc/neofetch/neofetch-3.3.0.ebuild
+++ b/app-misc/neofetch/neofetch-3.3.0.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch"
 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
 LICENSE="MIT-with-advertising"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-01-05 14:06 Jonas Stein
  0 siblings, 0 replies; 75+ messages in thread
From: Jonas Stein @ 2018-01-05 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e789de78ab45e7752abd929000456526549345e9
Author:     Muhammad Herdiansyah <herdiansyah <AT> netc <DOT> eu>
AuthorDate: Fri Jan  5 05:35:23 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 14:00:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e789de78

app-misc/neofetch: change maintainer email

 app-misc/neofetch/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/metadata.xml b/app-misc/neofetch/metadata.xml
index 79ffa66291e..36155d9d667 100644
--- a/app-misc/neofetch/metadata.xml
+++ b/app-misc/neofetch/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>herdiansyah@openmailbox.org</email>
+		<email>herdiansyah@netc.eu</email>
 		<name>Muhammad Herdiansyah</name>
 	</maintainer>
 	<maintainer type="project">


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-04-07 16:42 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2018-04-07 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f9e03e19d51f6b981e0ad1039a704590452d3c98
Author:     Muhammad Herdiansyah <herdiansyah <AT> netc <DOT> eu>
AuthorDate: Thu Apr  5 23:12:43 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 16:42:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e03e19

app-misc/neofetch: remove old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7831

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-3.0.1.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 315f75845de..38b7a9a01b4 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,3 @@
-DIST neofetch-3.0.1.tar.gz 66571 BLAKE2B e11b39d851359fa1d83778b3b96bc4016bd42d42848c6a37c70aff0ff48f48f52fcdd7b2e5076933dc64dedad8d8727975bab488b2270af2c45d835aba12939d SHA512 e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad
 DIST neofetch-3.1.0.tar.gz 68930 BLAKE2B 4809b972f0cb3ea641cbda00e7777617808891d4ae12ddfd52670d8ee490f4659540faf55b994d212e047d5926349dbe8478dc7e3caccf0f22c2b97b57cb9cdc SHA512 0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975
 DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4 SHA512 790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526 SHA512 aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0

diff --git a/app-misc/neofetch/neofetch-3.0.1.ebuild b/app-misc/neofetch/neofetch-3.0.1.ebuild
deleted file mode 100644
index ed8aa03c69f..00000000000
--- a/app-misc/neofetch/neofetch-3.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		x11-apps/xprop
-		x11-apps/xwininfo
-		x11-apps/xrandr
-		www-client/w3m[imlib]
-		media-libs/imlib2
-		media-gfx/imagemagick
-	)"
-
-pkg_postinst() {
-	ewarn "A lot of things have changed in neofetch 3.0, and we cannot"
-	ewarn "guarantee that your config will work in neofetch 3.0. As such,"
-	ewarn "we recommend you to use a new config. You can delete your current"
-	ewarn "config from $HOME/.config/neofetch"
-
-	einfo "The system-wide config has been moved from /usr/share/neofetch/config"
-	einfo "to /etc/neofetch/config."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-04-07 16:42 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2018-04-07 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a174505d5bfdaba4ff7b2e4d4a919455930ab50b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 16:40:50 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 16:42:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a174505d

app-misc/neofetch: add amd64-fbsd keyword.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/neofetch/neofetch-3.3.0.ebuild | 4 ++--
 app-misc/neofetch/neofetch-3.4.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/neofetch/neofetch-3.3.0.ebuild b/app-misc/neofetch/neofetch-3.3.0.ebuild
index d80e7afe694..6cba23e37f8 100644
--- a/app-misc/neofetch/neofetch-3.3.0.ebuild
+++ b/app-misc/neofetch/neofetch-3.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch"
 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
 LICENSE="MIT-with-advertising"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~amd64-fbsd"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild
index 74d58f58175..0bfd665036b 100644
--- a/app-misc/neofetch/neofetch-3.4.0.ebuild
+++ b/app-misc/neofetch/neofetch-3.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch"
 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
 LICENSE="MIT-with-advertising"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-04-07 16:42 Patrice Clement
  0 siblings, 0 replies; 75+ messages in thread
From: Patrice Clement @ 2018-04-07 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     aa6405a5189eae5bf47710a5463d55d0808f1f00
Author:     Muhammad Herdiansyah <herdiansyah <AT> netc <DOT> eu>
AuthorDate: Fri Apr  6 00:37:12 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 16:42:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6405a5

app-misc/neofetch: version bump to 3.4.0.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/neofetch-3.4.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 38b7a9a01b4..2770c0b618f 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,4 @@
 DIST neofetch-3.1.0.tar.gz 68930 BLAKE2B 4809b972f0cb3ea641cbda00e7777617808891d4ae12ddfd52670d8ee490f4659540faf55b994d212e047d5926349dbe8478dc7e3caccf0f22c2b97b57cb9cdc SHA512 0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975
 DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4 SHA512 790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526 SHA512 aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
+DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild
new file mode 100644
index 00000000000..74d58f58175
--- /dev/null
+++ b/app-misc/neofetch/neofetch-3.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		x11-apps/xprop
+		x11-apps/xwininfo
+		x11-apps/xrandr
+		www-client/w3m[imlib]
+		media-libs/imlib2
+		media-gfx/imagemagick
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-05-10 14:09 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-05-10 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a25def298819ba1c7b5a57f1625eb2486706e7f6
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 10 13:51:35 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 10 14:09:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25def29

app-misc/neofetch: Remove 3.1.0

Overshadowed by 3.3.0.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-3.1.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 2770c0b618f..0821821d658 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,3 @@
-DIST neofetch-3.1.0.tar.gz 68930 BLAKE2B 4809b972f0cb3ea641cbda00e7777617808891d4ae12ddfd52670d8ee490f4659540faf55b994d212e047d5926349dbe8478dc7e3caccf0f22c2b97b57cb9cdc SHA512 0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975
 DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4 SHA512 790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526 SHA512 aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.1.0.ebuild b/app-misc/neofetch/neofetch-3.1.0.ebuild
deleted file mode 100644
index 74d58f58175..00000000000
--- a/app-misc/neofetch/neofetch-3.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		x11-apps/xprop
-		x11-apps/xwininfo
-		x11-apps/xrandr
-		www-client/w3m[imlib]
-		media-libs/imlib2
-		media-gfx/imagemagick
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-05-10 14:09 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-05-10 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     4713fbafdf30632c9ba9d19c6178f7ca5ccfc9b4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 10 14:08:47 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 10 14:09:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4713fbaf

app-misc/neofetch: Sort dependencies

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/neofetch-3.4.0.ebuild |  8 ++++----
 app-misc/neofetch/neofetch-9999.ebuild  | 17 +++++++++--------
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild
index 0bfd665036b..02361f6c21c 100644
--- a/app-misc/neofetch/neofetch-3.4.0.ebuild
+++ b/app-misc/neofetch/neofetch-3.4.0.ebuild
@@ -13,10 +13,10 @@ IUSE="X"
 
 RDEPEND="sys-apps/pciutils
 	X? (
+		media-gfx/imagemagick
+		media-libs/imlib2
+		www-client/w3m[imlib]
 		x11-apps/xprop
-		x11-apps/xwininfo
 		x11-apps/xrandr
-		www-client/w3m[imlib]
-		media-libs/imlib2
-		media-gfx/imagemagick
+		x11-apps/xwininfo
 	)"

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 6a5cf4e804a..2bcaa63beea 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,10 +12,11 @@ SLOT="0"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils
-	X? ( x11-apps/xprop
-	x11-apps/xwininfo
-	x11-apps/xrandr
-	www-client/w3m[imlib]
-	media-libs/imlib2
-	media-gfx/imagemagick
-)"
+	X? (
+		media-gfx/imagemagick
+		media-libs/imlib2
+		www-client/w3m[imlib]
+		x11-apps/xprop
+		x11-apps/xrandr
+		x11-apps/xwininfo
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-05-10 14:09 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-05-10 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3a0d8ca2dcd777d764f6e2738bc45968ea75a868
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 10 13:52:21 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 10 14:09:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0d8ca2

app-misc/neofetch: Remove 3.2.0

Overshadowed by 3.3.0.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-3.2.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 0821821d658..92e0ce26aea 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,2 @@
-DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4 SHA512 790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526 SHA512 aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.2.0.ebuild b/app-misc/neofetch/neofetch-3.2.0.ebuild
deleted file mode 100644
index 74d58f58175..00000000000
--- a/app-misc/neofetch/neofetch-3.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		x11-apps/xprop
-		x11-apps/xwininfo
-		x11-apps/xrandr
-		www-client/w3m[imlib]
-		media-libs/imlib2
-		media-gfx/imagemagick
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-05-11 18:10 Mikle Kolyada
  0 siblings, 0 replies; 75+ messages in thread
From: Mikle Kolyada @ 2018-05-11 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     86461ce9142600484fc0d38c4dda9540632a509f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 18:09:53 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri May 11 18:10:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86461ce9

app-misc/neofetch: Mark stable wrt bug #655394

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild
index 02361f6c21c..861c13b1694 100644
--- a/app-misc/neofetch/neofetch-3.4.0.ebuild
+++ b/app-misc/neofetch/neofetch-3.4.0.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch"
 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
 LICENSE="MIT-with-advertising"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+KEYWORDS="amd64 x86 ~amd64-fbsd"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-05-11 18:21 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-05-11 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     dfca057da6ee93865e4b0f4e0172e042c762b56c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 18:20:34 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May 11 18:20:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfca057d

app-misc/neofetch: Remove 3.3.0

Overshadowed by 3.4.0.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-3.4.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 92e0ce26aea..08bddecf550 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1 @@
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526 SHA512 aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
-DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild
deleted file mode 100644
index 861c13b1694..00000000000
--- a/app-misc/neofetch/neofetch-3.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-fbsd"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-05-11 19:02 Mikle Kolyada
  0 siblings, 0 replies; 75+ messages in thread
From: Mikle Kolyada @ 2018-05-11 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     92052a779d2bdaae03934654e14173aa05aeecf4
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 19:01:51 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri May 11 19:01:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92052a77

app-misc/neofetch: re-add version removed by mistake

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/neofetch-3.4.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 08bddecf550..92e0ce26aea 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1 +1,2 @@
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526 SHA512 aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
+DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild
new file mode 100644
index 00000000000..861c13b1694
--- /dev/null
+++ b/app-misc/neofetch/neofetch-3.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="amd64 x86 ~amd64-fbsd"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		media-gfx/imagemagick
+		media-libs/imlib2
+		www-client/w3m[imlib]
+		x11-apps/xprop
+		x11-apps/xrandr
+		x11-apps/xwininfo
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-05-11 19:02 Mikle Kolyada
  0 siblings, 0 replies; 75+ messages in thread
From: Mikle Kolyada @ 2018-05-11 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f616b8065a92520c06de176ea7fa13c2fde6be5f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 19:02:23 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri May 11 19:02:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f616b806

app-misc/neofetch: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-3.3.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 92e0ce26aea..aa3077c1807 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1 @@
-DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526 SHA512 aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.3.0.ebuild b/app-misc/neofetch/neofetch-3.3.0.ebuild
deleted file mode 100644
index 6cba23e37f8..00000000000
--- a/app-misc/neofetch/neofetch-3.3.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-fbsd"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		x11-apps/xprop
-		x11-apps/xwininfo
-		x11-apps/xrandr
-		www-client/w3m[imlib]
-		media-libs/imlib2
-		media-gfx/imagemagick
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-05-19 20:37 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-05-19 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1127a11f3ac50ca6dd028a764a50d47c2c78baed
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat May 19 20:36:58 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat May 19 20:37:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1127a11f

app-misc/neofetch: Version bump 4.0.1

Closes: https://github.com/gentoo/gentoo/pull/8442
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-misc/neofetch/Manifest                                        | 1 +
 app-misc/neofetch/{neofetch-9999.ebuild => neofetch-4.0.1.ebuild} | 6 +++---
 app-misc/neofetch/neofetch-9999.ebuild                            | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index aa3077c1807..3550a663a43 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1 +1,2 @@
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b
+DIST neofetch-4.0.1.tar.gz 111631 BLAKE2B 457f8d4bb4b2d42bacab5891bd64c6f8b52ee94262258dc4b69b8ebcbae9f06bc7ffabd424a7cae5eee384d52259861f9f2e6b38f3e540b5b805eda48c2d1650 SHA512 b3d89e55d9c056a9e80295f4abcdee96866bcf685dc924f21a8b4c92ddb822b8dafef06d28ac14a3bed9da29bb61219a0d4b82cd7e8da18ce4989d847e4e920d

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-4.0.1.ebuild
similarity index 78%
copy from app-misc/neofetch/neofetch-9999.ebuild
copy to app-misc/neofetch/neofetch-4.0.1.ebuild
index 2bcaa63beea..a25cba92a48 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-4.0.1.ebuild
@@ -1,14 +1,14 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit git-r3
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
-EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
 LICENSE="MIT-with-advertising"
 SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 2bcaa63beea..82642075d61 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit git-r3
 DESCRIPTION="Simple information system script"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-06-14 21:00 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-06-14 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     78727c631737a55c093bcb69ac28b1cfd2a5b78f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 14 21:00:14 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 21:00:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78727c63

app-misc/neofetch: Remove 4.0.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-4.0.1.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 5f9da6272d2..a18e96cc421 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,2 @@
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b
-DIST neofetch-4.0.1.tar.gz 111631 BLAKE2B 457f8d4bb4b2d42bacab5891bd64c6f8b52ee94262258dc4b69b8ebcbae9f06bc7ffabd424a7cae5eee384d52259861f9f2e6b38f3e540b5b805eda48c2d1650 SHA512 b3d89e55d9c056a9e80295f4abcdee96866bcf685dc924f21a8b4c92ddb822b8dafef06d28ac14a3bed9da29bb61219a0d4b82cd7e8da18ce4989d847e4e920d
 DIST neofetch-4.0.2.tar.gz 111792 BLAKE2B 865c45a366224915aeeff82c843c869685814ccb5f553d7da59ab51e26336500cb133b5c827dd6dccccef3e771b357852e86db166d88cda894515419e9eadbc8 SHA512 326b7a9fdf08aa10b790c281148946727dc6a10c5c073654fc0ce9cee9afe663de84ac13144cb3e1d2e33b5ca3ed5094d2cb83e78b7b5f6e1ced49d78e191ce4

diff --git a/app-misc/neofetch/neofetch-4.0.1.ebuild b/app-misc/neofetch/neofetch-4.0.1.ebuild
deleted file mode 100644
index a25cba92a48..00000000000
--- a/app-misc/neofetch/neofetch-4.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-06-14 21:00 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-06-14 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5bd83ef68dab4d18a92d4635ecdd33ce688a5f9f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 14 20:59:49 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 20:59:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd83ef6

app-misc/neofetch: Version bump 4.0.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/neofetch-4.0.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 3550a663a43..5f9da6272d2 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1,3 @@
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b
 DIST neofetch-4.0.1.tar.gz 111631 BLAKE2B 457f8d4bb4b2d42bacab5891bd64c6f8b52ee94262258dc4b69b8ebcbae9f06bc7ffabd424a7cae5eee384d52259861f9f2e6b38f3e540b5b805eda48c2d1650 SHA512 b3d89e55d9c056a9e80295f4abcdee96866bcf685dc924f21a8b4c92ddb822b8dafef06d28ac14a3bed9da29bb61219a0d4b82cd7e8da18ce4989d847e4e920d
+DIST neofetch-4.0.2.tar.gz 111792 BLAKE2B 865c45a366224915aeeff82c843c869685814ccb5f553d7da59ab51e26336500cb133b5c827dd6dccccef3e771b357852e86db166d88cda894515419e9eadbc8 SHA512 326b7a9fdf08aa10b790c281148946727dc6a10c5c073654fc0ce9cee9afe663de84ac13144cb3e1d2e33b5ca3ed5094d2cb83e78b7b5f6e1ced49d78e191ce4

diff --git a/app-misc/neofetch/neofetch-4.0.2.ebuild b/app-misc/neofetch/neofetch-4.0.2.ebuild
new file mode 100644
index 00000000000..a25cba92a48
--- /dev/null
+++ b/app-misc/neofetch/neofetch-4.0.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		media-gfx/imagemagick
+		media-libs/imlib2
+		www-client/w3m[imlib]
+		x11-apps/xprop
+		x11-apps/xrandr
+		x11-apps/xwininfo
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-06-22 16:25 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-06-22 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c854b55859693cf7c24e176e101b637db61bf683
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 16:10:24 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 16:22:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c854b558

app-misc/neofetch: Release switch

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-misc/neofetch/neofetch-4.0.2.ebuild | 10 ++++++++--
 app-misc/neofetch/neofetch-9999.ebuild  | 10 ++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/app-misc/neofetch/neofetch-4.0.2.ebuild b/app-misc/neofetch/neofetch-4.0.2.ebuild
index a25cba92a48..4757864917a 100644
--- a/app-misc/neofetch/neofetch-4.0.2.ebuild
+++ b/app-misc/neofetch/neofetch-4.0.2.ebuild
@@ -3,12 +3,18 @@
 
 EAPI=7
 
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
+fi
+
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
 LICENSE="MIT-with-advertising"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 82642075d61..4757864917a 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -3,10 +3,16 @@
 
 EAPI=7
 
-inherit git-r3
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
+fi
+
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
-EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
 LICENSE="MIT-with-advertising"
 SLOT="0"
 IUSE="X"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-06-22 16:25 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-06-22 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     756c624c0c331aa5cc3d039b3a7e3ff0a8cd5c74
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 16:20:06 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 16:22:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756c624c

app-misc/neofetch: Version bump 5.0.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/neofetch-5.0.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index a18e96cc421..d38d99badee 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1,3 @@
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b
 DIST neofetch-4.0.2.tar.gz 111792 BLAKE2B 865c45a366224915aeeff82c843c869685814ccb5f553d7da59ab51e26336500cb133b5c827dd6dccccef3e771b357852e86db166d88cda894515419e9eadbc8 SHA512 326b7a9fdf08aa10b790c281148946727dc6a10c5c073654fc0ce9cee9afe663de84ac13144cb3e1d2e33b5ca3ed5094d2cb83e78b7b5f6e1ced49d78e191ce4
+DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac539938933333da5671f4a14b6ce029268ba01a16e85d4a30c33 SHA512 7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6

diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild
new file mode 100644
index 00000000000..4757864917a
--- /dev/null
+++ b/app-misc/neofetch/neofetch-5.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
+fi
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		media-gfx/imagemagick
+		media-libs/imlib2
+		www-client/w3m[imlib]
+		x11-apps/xprop
+		x11-apps/xrandr
+		x11-apps/xwininfo
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-09-10  7:57 Benda XU
  0 siblings, 0 replies; 75+ messages in thread
From: Benda XU @ 2018-09-10  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     27fa7a82cd6b3aa6d6c2687828e2ca34930d176e
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 07:55:46 2018 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 07:57:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fa7a82

app-misc/neofetch: Support Prefix.

Suggested-By: Pengcheng Xu.
Closes: https://bugs.gentoo.org/665476
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-misc/neofetch/neofetch-5.0.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild
index 4757864917a..de03e24b9c5 100644
--- a/app-misc/neofetch/neofetch-5.0.0.ebuild
+++ b/app-misc/neofetch/neofetch-5.0.0.ebuild
@@ -26,3 +26,7 @@ RDEPEND="sys-apps/pciutils
 		x11-apps/xrandr
 		x11-apps/xwininfo
 	)"
+
+src_install() {
+	emake DESTDIR="${ED}/usr" install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-09-23  7:14 Benda XU
  0 siblings, 0 replies; 75+ messages in thread
From: Benda XU @ 2018-09-23  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ac93f5d4b432cf5ec40270b6d79a655112e75f43
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 07:10:25 2018 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 07:14:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac93f5d4

app-misc/neofetch: fix double "/usr".

Bug: https://bugs.gentoo.org/665476
Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild
index de03e24b9c5..83f1ec36f8d 100644
--- a/app-misc/neofetch/neofetch-5.0.0.ebuild
+++ b/app-misc/neofetch/neofetch-5.0.0.ebuild
@@ -28,5 +28,5 @@ RDEPEND="sys-apps/pciutils
 	)"
 
 src_install() {
-	emake DESTDIR="${ED}/usr" install
+	emake DESTDIR="${ED}" install
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-10-07 12:05 Mikle Kolyada
  0 siblings, 0 replies; 75+ messages in thread
From: Mikle Kolyada @ 2018-10-07 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     809ee15fc9ed174d36f8738577bd014d7ba5f28e
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  7 12:05:39 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct  7 12:05:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809ee15f

app-misc/neofetch: amd64 stable wrt bug #667940

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild
index 83f1ec36f8d..484dcd52044 100644
--- a/app-misc/neofetch/neofetch-5.0.0.ebuild
+++ b/app-misc/neofetch/neofetch-5.0.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+	KEYWORDS="amd64 ~x86 ~amd64-fbsd"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-10-09 21:24 Thomas Deutschmann
  0 siblings, 0 replies; 75+ messages in thread
From: Thomas Deutschmann @ 2018-10-09 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7d7d1630aed9e9977899f0201b354ca4fdb3b5dd
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 21:18:47 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 21:23:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7d1630

app-misc/neofetch: x86 stable (bug #667940)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild
index 484dcd52044..62677c4b07a 100644
--- a/app-misc/neofetch/neofetch-5.0.0.ebuild
+++ b/app-misc/neofetch/neofetch-5.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~x86 ~amd64-fbsd"
+	KEYWORDS="amd64 x86 ~amd64-fbsd"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-10-19 17:31 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-10-19 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     dd878adb556f383da262068a6e58a2dd6f1bd85d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 17:26:03 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 17:26:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd878adb

app-misc/neofetch: Remove 3.4.0

Overshadowed by 5.0.0.

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-3.4.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index d38d99badee..b59ff839bb4 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,2 @@
-DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b
 DIST neofetch-4.0.2.tar.gz 111792 BLAKE2B 865c45a366224915aeeff82c843c869685814ccb5f553d7da59ab51e26336500cb133b5c827dd6dccccef3e771b357852e86db166d88cda894515419e9eadbc8 SHA512 326b7a9fdf08aa10b790c281148946727dc6a10c5c073654fc0ce9cee9afe663de84ac13144cb3e1d2e33b5ca3ed5094d2cb83e78b7b5f6e1ced49d78e191ce4
 DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac539938933333da5671f4a14b6ce029268ba01a16e85d4a30c33 SHA512 7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild
deleted file mode 100644
index 861c13b1694..00000000000
--- a/app-misc/neofetch/neofetch-3.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-fbsd"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-10-19 17:31 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2018-10-19 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     70cf9d45912395d931d0bbbd3d28263aa0ca849d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 17:26:43 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 17:26:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cf9d45

app-misc/neofetch: Remove 4.0.2

Overshadowed by 5.0.0.

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-4.0.2.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index b59ff839bb4..1746df1690f 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1 @@
-DIST neofetch-4.0.2.tar.gz 111792 BLAKE2B 865c45a366224915aeeff82c843c869685814ccb5f553d7da59ab51e26336500cb133b5c827dd6dccccef3e771b357852e86db166d88cda894515419e9eadbc8 SHA512 326b7a9fdf08aa10b790c281148946727dc6a10c5c073654fc0ce9cee9afe663de84ac13144cb3e1d2e33b5ca3ed5094d2cb83e78b7b5f6e1ced49d78e191ce4
 DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac539938933333da5671f4a14b6ce029268ba01a16e85d4a30c33 SHA512 7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6

diff --git a/app-misc/neofetch/neofetch-4.0.2.ebuild b/app-misc/neofetch/neofetch-4.0.2.ebuild
deleted file mode 100644
index 4757864917a..00000000000
--- a/app-misc/neofetch/neofetch-4.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
-fi
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2018-12-16  1:14 Joshua Kinard
  0 siblings, 0 replies; 75+ messages in thread
From: Joshua Kinard @ 2018-12-16  1:14 UTC (permalink / raw
  To: gentoo-commits

commit:     320ab75a09d17ce773cd12d909193e9e91d63772
Author:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 01:13:36 2018 +0000
Commit:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 01:14:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320ab75a

app-misc/neofetch: Added ~mips to KEYWORDS.

Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.12

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

diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild
index 62677c4b07a..028fbe1249c 100644
--- a/app-misc/neofetch/neofetch-5.0.0.ebuild
+++ b/app-misc/neofetch/neofetch-5.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 x86 ~amd64-fbsd"
+	KEYWORDS="amd64 mips x86 ~amd64-fbsd"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2019-01-08 14:38 Craig Andrews
  0 siblings, 0 replies; 75+ messages in thread
From: Craig Andrews @ 2019-01-08 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a75596f23be965f992efdd08d698637abe74c5bd
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  8 14:16:15 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 14:38:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75596f2

app-misc/neofetch: 5.1.0 version bump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 app-misc/neofetch/Manifest                                        | 1 +
 app-misc/neofetch/{neofetch-9999.ebuild => neofetch-5.1.0.ebuild} | 4 ++--
 app-misc/neofetch/neofetch-9999.ebuild                            | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 1746df1690f..8ed811daf21 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1 +1,2 @@
 DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac539938933333da5671f4a14b6ce029268ba01a16e85d4a30c33 SHA512 7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6
+DIST neofetch-5.1.0.tar.gz 115531 BLAKE2B 386544311fb3a46571791a7c61ee4657e155912add68172dd2c9fa59d6deb0f246b2a0880e00c31c422781ae765fe555c3f82aa2e7f93606419b2cd49f69a902 SHA512 a30ec9c0b5971f89e487a3d7f5a09b3a379cf2c1770abed82efcf2943dcea2640786d4adb276b3125e161bdf3aedee1549dd82ff05addb061479e5dc9afe99d7

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-5.1.0.ebuild
similarity index 87%
copy from app-misc/neofetch/neofetch-9999.ebuild
copy to app-misc/neofetch/neofetch-5.1.0.ebuild
index 4757864917a..45192c9d63c 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-5.1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+	KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 4757864917a..45192c9d63c 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+	KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2019-01-08 17:57 Craig Andrews
  0 siblings, 0 replies; 75+ messages in thread
From: Craig Andrews @ 2019-01-08 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     afcda0e0c71b4bed275d40a3ae58de93bad3f77d
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  8 17:56:47 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 17:56:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcda0e0

app-misc/neofetch: 6.0.0 version bump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/neofetch-6.0.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 8ed811daf21..7c3f11942d5 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1,3 @@
 DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac539938933333da5671f4a14b6ce029268ba01a16e85d4a30c33 SHA512 7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6
 DIST neofetch-5.1.0.tar.gz 115531 BLAKE2B 386544311fb3a46571791a7c61ee4657e155912add68172dd2c9fa59d6deb0f246b2a0880e00c31c422781ae765fe555c3f82aa2e7f93606419b2cd49f69a902 SHA512 a30ec9c0b5971f89e487a3d7f5a09b3a379cf2c1770abed82efcf2943dcea2640786d4adb276b3125e161bdf3aedee1549dd82ff05addb061479e5dc9afe99d7
+DIST neofetch-6.0.0.tar.gz 115538 BLAKE2B ec1a019c873a6c48ca150f51cfc76174b8df6af629530906a638f3f19fdae0e926cb7512b14c90aa9af6b6fb4652f2f6c72128535c2b833d307ad58e66af9c5f SHA512 2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d

diff --git a/app-misc/neofetch/neofetch-6.0.0.ebuild b/app-misc/neofetch/neofetch-6.0.0.ebuild
new file mode 100644
index 00000000000..45192c9d63c
--- /dev/null
+++ b/app-misc/neofetch/neofetch-6.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
+fi
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		media-gfx/imagemagick
+		media-libs/imlib2
+		www-client/w3m[imlib]
+		x11-apps/xprop
+		x11-apps/xrandr
+		x11-apps/xwininfo
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2019-05-01  8:44 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2019-05-01  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3727f17a384fd873c0d745026ea2b9bc52e47f73
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 08:40:01 2019 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May  1 08:40:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3727f17a

app-misc/neofetch: Remove 5.0.0

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-5.1.0.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 7c3f11942d5..4637830da0c 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,2 @@
 DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac539938933333da5671f4a14b6ce029268ba01a16e85d4a30c33 SHA512 7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6
-DIST neofetch-5.1.0.tar.gz 115531 BLAKE2B 386544311fb3a46571791a7c61ee4657e155912add68172dd2c9fa59d6deb0f246b2a0880e00c31c422781ae765fe555c3f82aa2e7f93606419b2cd49f69a902 SHA512 a30ec9c0b5971f89e487a3d7f5a09b3a379cf2c1770abed82efcf2943dcea2640786d4adb276b3125e161bdf3aedee1549dd82ff05addb061479e5dc9afe99d7
 DIST neofetch-6.0.0.tar.gz 115538 BLAKE2B ec1a019c873a6c48ca150f51cfc76174b8df6af629530906a638f3f19fdae0e926cb7512b14c90aa9af6b6fb4652f2f6c72128535c2b833d307ad58e66af9c5f SHA512 2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d

diff --git a/app-misc/neofetch/neofetch-5.1.0.ebuild b/app-misc/neofetch/neofetch-5.1.0.ebuild
deleted file mode 100644
index 45192c9d63c..00000000000
--- a/app-misc/neofetch/neofetch-5.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
-fi
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2019-05-03 13:09 Mikle Kolyada
  0 siblings, 0 replies; 75+ messages in thread
From: Mikle Kolyada @ 2019-05-03 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1b69272d25b1ed5779a433fe6cd7feffb3a01fae
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 13:08:26 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri May  3 13:08:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b69272d

app-misc/neofetch: amd64 stable wrt bug #684862

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git a/app-misc/neofetch/neofetch-6.0.0.ebuild b/app-misc/neofetch/neofetch-6.0.0.ebuild
index 45192c9d63c..b1d4eb92438 100644
--- a/app-misc/neofetch/neofetch-6.0.0.ebuild
+++ b/app-misc/neofetch/neofetch-6.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd"
+	KEYWORDS="amd64 ~mips ~x86 ~amd64-fbsd"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2019-05-13  0:38 Thomas Deutschmann
  0 siblings, 0 replies; 75+ messages in thread
From: Thomas Deutschmann @ 2019-05-13  0:38 UTC (permalink / raw
  To: gentoo-commits

commit:     d6f9f414e5fe9ef052be132f32026b4e97389dcf
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 00:23:36 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon May 13 00:37:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f9f414

app-misc/neofetch: x86 stable (bug #684862)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/app-misc/neofetch/neofetch-6.0.0.ebuild b/app-misc/neofetch/neofetch-6.0.0.ebuild
index b1d4eb92438..7e6422e1f5c 100644
--- a/app-misc/neofetch/neofetch-6.0.0.ebuild
+++ b/app-misc/neofetch/neofetch-6.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~mips ~x86 ~amd64-fbsd"
+	KEYWORDS="amd64 ~mips x86 ~amd64-fbsd"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2019-05-14 16:53 Johannes Huber
  0 siblings, 0 replies; 75+ messages in thread
From: Johannes Huber @ 2019-05-14 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     fac8a6f9da4a73dd7a761f341cbf5a6aa5389a77
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 16:53:08 2019 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue May 14 16:53:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac8a6f9

app-misc/neofetch: Remove 5.0.0

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 app-misc/neofetch/Manifest              |  1 -
 app-misc/neofetch/neofetch-5.0.0.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 4637830da0c..4f842cb4941 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1 @@
-DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac539938933333da5671f4a14b6ce029268ba01a16e85d4a30c33 SHA512 7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6
 DIST neofetch-6.0.0.tar.gz 115538 BLAKE2B ec1a019c873a6c48ca150f51cfc76174b8df6af629530906a638f3f19fdae0e926cb7512b14c90aa9af6b6fb4652f2f6c72128535c2b833d307ad58e66af9c5f SHA512 2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d

diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild
deleted file mode 100644
index 028fbe1249c..00000000000
--- a/app-misc/neofetch/neofetch-5.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 mips x86 ~amd64-fbsd"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
-fi
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"
-
-src_install() {
-	emake DESTDIR="${ED}" install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2019-09-03  1:28 Craig Andrews
  0 siblings, 0 replies; 75+ messages in thread
From: Craig Andrews @ 2019-09-03  1:28 UTC (permalink / raw
  To: gentoo-commits

commit:     161620f5881bb0cc64d133ea4752ad3884346558
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 01:20:50 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 01:28:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161620f5

app-misc/neofetch: 6.1.0 version bump

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/neofetch-6.1.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 4f842cb4941..9c80e85243a 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1 +1,2 @@
 DIST neofetch-6.0.0.tar.gz 115538 BLAKE2B ec1a019c873a6c48ca150f51cfc76174b8df6af629530906a638f3f19fdae0e926cb7512b14c90aa9af6b6fb4652f2f6c72128535c2b833d307ad58e66af9c5f SHA512 2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d
+DIST neofetch-6.1.0.tar.gz 118346 BLAKE2B d9a08cf0b3f9164e8e42e25434d3e23e3c0ebac5e3fe3e770d7a2bde67b127078977fdb44fcc5e11703cafbe0f68332d6d7a4df8ced235d4dbd4a525afc171b1 SHA512 a68b5021d02d217ae5bc67f3d542afe4aebf1cc891f083e276b58847b1dff4419e036dbd7694b7c49c19c615b13eb54c22db3e69e6143c3f10f3fc1966a22a2e

diff --git a/app-misc/neofetch/neofetch-6.1.0.ebuild b/app-misc/neofetch/neofetch-6.1.0.ebuild
new file mode 100644
index 00000000000..45192c9d63c
--- /dev/null
+++ b/app-misc/neofetch/neofetch-6.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
+fi
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		media-gfx/imagemagick
+		media-libs/imlib2
+		www-client/w3m[imlib]
+		x11-apps/xprop
+		x11-apps/xrandr
+		x11-apps/xwininfo
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2019-12-26 12:12 Georgy Yakovlev
  0 siblings, 0 replies; 75+ messages in thread
From: Georgy Yakovlev @ 2019-12-26 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3150efafd448774f7f3903aa3f568fee403082eb
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 12:03:30 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 12:12:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3150efaf

app-misc/neofetch: sync live ebuild

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

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

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 2df09f60d62..f3ecd1b3aa6 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~mips ~x86"
+	KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2019-12-26 12:12 Georgy Yakovlev
  0 siblings, 0 replies; 75+ messages in thread
From: Georgy Yakovlev @ 2019-12-26 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b85b6b3df9deb8c7009abe0693b488d490c86331
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 12:02:52 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 12:12:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85b6b3d

app-misc/neofetch: keyword 6.1.0 on ~ppc64

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

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

diff --git a/app-misc/neofetch/neofetch-6.1.0.ebuild b/app-misc/neofetch/neofetch-6.1.0.ebuild
index 2df09f60d62..f3ecd1b3aa6 100644
--- a/app-misc/neofetch/neofetch-6.1.0.ebuild
+++ b/app-misc/neofetch/neofetch-6.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~mips ~x86"
+	KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2020-03-09  2:23 Craig Andrews
  0 siblings, 0 replies; 75+ messages in thread
From: Craig Andrews @ 2020-03-09  2:23 UTC (permalink / raw
  To: gentoo-commits

commit:     835f6f924b66ee9004cae17e0c5bd8a3b3161323
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  9 02:20:10 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Mar  9 02:23:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835f6f92

app-misc/neofetch: 7.0.0 version bump

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/neofetch-7.0.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 9c80e85243a..dd0af2831bf 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1,3 @@
 DIST neofetch-6.0.0.tar.gz 115538 BLAKE2B ec1a019c873a6c48ca150f51cfc76174b8df6af629530906a638f3f19fdae0e926cb7512b14c90aa9af6b6fb4652f2f6c72128535c2b833d307ad58e66af9c5f SHA512 2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d
 DIST neofetch-6.1.0.tar.gz 118346 BLAKE2B d9a08cf0b3f9164e8e42e25434d3e23e3c0ebac5e3fe3e770d7a2bde67b127078977fdb44fcc5e11703cafbe0f68332d6d7a4df8ced235d4dbd4a525afc171b1 SHA512 a68b5021d02d217ae5bc67f3d542afe4aebf1cc891f083e276b58847b1dff4419e036dbd7694b7c49c19c615b13eb54c22db3e69e6143c3f10f3fc1966a22a2e
+DIST neofetch-7.0.0.tar.gz 90892 BLAKE2B 7cee56b0b3dd49cfaddec99cd10594c5792a24dac54bae99af2bd5f13ac1a1f152fee917175a6ce911fc9b6eecb0e92cec287448f78ec714634c9fbff07a2e50 SHA512 84dde5b34b0defc24ac472efd4354483e0438c5bbed25f1f39cec53eeeee0a7d8f10dcace736b720f0e1dfbe55342ef3f5e866501bc62aee40a09bef90bf13b5

diff --git a/app-misc/neofetch/neofetch-7.0.0.ebuild b/app-misc/neofetch/neofetch-7.0.0.ebuild
new file mode 100644
index 00000000000..16837479730
--- /dev/null
+++ b/app-misc/neofetch/neofetch-7.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
+fi
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+LICENSE="MIT-with-advertising"
+SLOT="0"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+	X? (
+		media-gfx/imagemagick
+		media-libs/imlib2
+		www-client/w3m[imlib]
+		x11-apps/xprop
+		x11-apps/xrandr
+		x11-apps/xwininfo
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2020-07-18  0:55 Sam James
  0 siblings, 0 replies; 75+ messages in thread
From: Sam James @ 2020-07-18  0:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ce2a263d1e735513a73b242dc235a5709f62cf39
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 00:35:57 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 00:35:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2a263d

app-misc/neofetch: arm64 keyworded (bug #730162)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/app-misc/neofetch/neofetch-7.0.0.ebuild b/app-misc/neofetch/neofetch-7.0.0.ebuild
index 16837479730..2b82020241d 100644
--- a/app-misc/neofetch/neofetch-7.0.0.ebuild
+++ b/app-misc/neofetch/neofetch-7.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2020-08-03  1:19 Craig Andrews
  0 siblings, 0 replies; 75+ messages in thread
From: Craig Andrews @ 2020-08-03  1:19 UTC (permalink / raw
  To: gentoo-commits

commit:     eba9a601eef0fa61e94f2e3effe2145f2d167125
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 01:17:35 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 01:19:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba9a601

app-misc/neofetch: 7.1.0 version bump

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 app-misc/neofetch/Manifest                                        | 1 +
 app-misc/neofetch/{neofetch-9999.ebuild => neofetch-7.1.0.ebuild} | 4 ++--
 app-misc/neofetch/neofetch-9999.ebuild                            | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index dd0af2831bf..9143d81562b 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,4 @@
 DIST neofetch-6.0.0.tar.gz 115538 BLAKE2B ec1a019c873a6c48ca150f51cfc76174b8df6af629530906a638f3f19fdae0e926cb7512b14c90aa9af6b6fb4652f2f6c72128535c2b833d307ad58e66af9c5f SHA512 2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d
 DIST neofetch-6.1.0.tar.gz 118346 BLAKE2B d9a08cf0b3f9164e8e42e25434d3e23e3c0ebac5e3fe3e770d7a2bde67b127078977fdb44fcc5e11703cafbe0f68332d6d7a4df8ced235d4dbd4a525afc171b1 SHA512 a68b5021d02d217ae5bc67f3d542afe4aebf1cc891f083e276b58847b1dff4419e036dbd7694b7c49c19c615b13eb54c22db3e69e6143c3f10f3fc1966a22a2e
 DIST neofetch-7.0.0.tar.gz 90892 BLAKE2B 7cee56b0b3dd49cfaddec99cd10594c5792a24dac54bae99af2bd5f13ac1a1f152fee917175a6ce911fc9b6eecb0e92cec287448f78ec714634c9fbff07a2e50 SHA512 84dde5b34b0defc24ac472efd4354483e0438c5bbed25f1f39cec53eeeee0a7d8f10dcace736b720f0e1dfbe55342ef3f5e866501bc62aee40a09bef90bf13b5
+DIST neofetch-7.1.0.tar.gz 95400 BLAKE2B 32368d461835d95ba8203c560b2f6733594966cbaf809d877a46c08675284288565e3a21b14d94900dd66b778dc975339196f182732e2cd8bc1ccc9e6da6253e SHA512 fe1013fb54585c15ba556054478a2c8c503120387e81bd16bfdfbb6f3a188ed4124585540abf43da9209cbbe0d7fb90d50914cd6620137d00f013cfb6954a042

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-7.1.0.ebuild
similarity index 87%
copy from app-misc/neofetch/neofetch-9999.ebuild
copy to app-misc/neofetch/neofetch-7.1.0.ebuild
index f3ecd1b3aa6..2b82020241d 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index f3ecd1b3aa6..2b82020241d 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2020-12-29  9:54 Sam James
  0 siblings, 0 replies; 75+ messages in thread
From: Sam James @ 2020-12-29  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9e4ef4eda6a2d8b64393be62d9bc21ca2c5febc3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 09:54:24 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 09:54:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4ef4ed

app-misc/neofetch: Stabilize 7.1.0 amd64, #762083

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

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

diff --git a/app-misc/neofetch/neofetch-7.1.0.ebuild b/app-misc/neofetch/neofetch-7.1.0.ebuild
index 2b82020241d..f1e6b096ba7 100644
--- a/app-misc/neofetch/neofetch-7.1.0.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm64 ~mips ~ppc64 ~x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2020-12-29  9:55 Sam James
  0 siblings, 0 replies; 75+ messages in thread
From: Sam James @ 2020-12-29  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9786f0d708b95e93c626297c2ab1bda3e385f59a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 09:55:38 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 09:55:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9786f0d7

app-misc/neofetch: mark ALLARCHES

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/neofetch/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-misc/neofetch/metadata.xml b/app-misc/neofetch/metadata.xml
index 36155d9d667..75a47774e2b 100644
--- a/app-misc/neofetch/metadata.xml
+++ b/app-misc/neofetch/metadata.xml
@@ -9,6 +9,7 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
+	<stabilize-allarches/>
 	<longdescription lang="en">
 		neofetch is a script that gathers information about your system and
 		prints it to the terminal next to an image, a distro's logo or any


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2020-12-29  9:56 Sam James
  0 siblings, 0 replies; 75+ messages in thread
From: Sam James @ 2020-12-29  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     7193b34acf8c95da7600e2089ab00b828ba325f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 09:56:25 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 09:56:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7193b34a

app-misc/neofetch: Stabilize 7.1.0 ALLARCHES, #762083

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

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

diff --git a/app-misc/neofetch/neofetch-7.1.0.ebuild b/app-misc/neofetch/neofetch-7.1.0.ebuild
index f1e6b096ba7..1b5936a8511 100644
--- a/app-misc/neofetch/neofetch-7.1.0.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm64 ~mips ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm64 ~mips ~ppc64 x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2020-12-29  9:57 Sam James
  0 siblings, 0 replies; 75+ messages in thread
From: Sam James @ 2020-12-29  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9a8314648e8735ecf22507a2858dcaf882e85fbf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 09:56:57 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 09:56:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a831464

app-misc/neofetch: cleanup old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/neofetch/Manifest              |  3 ---
 app-misc/neofetch/neofetch-6.0.0.ebuild | 28 ----------------------------
 app-misc/neofetch/neofetch-6.1.0.ebuild | 28 ----------------------------
 app-misc/neofetch/neofetch-7.0.0.ebuild | 28 ----------------------------
 4 files changed, 87 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 9143d81562b..6c9a8feed27 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1 @@
-DIST neofetch-6.0.0.tar.gz 115538 BLAKE2B ec1a019c873a6c48ca150f51cfc76174b8df6af629530906a638f3f19fdae0e926cb7512b14c90aa9af6b6fb4652f2f6c72128535c2b833d307ad58e66af9c5f SHA512 2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d
-DIST neofetch-6.1.0.tar.gz 118346 BLAKE2B d9a08cf0b3f9164e8e42e25434d3e23e3c0ebac5e3fe3e770d7a2bde67b127078977fdb44fcc5e11703cafbe0f68332d6d7a4df8ced235d4dbd4a525afc171b1 SHA512 a68b5021d02d217ae5bc67f3d542afe4aebf1cc891f083e276b58847b1dff4419e036dbd7694b7c49c19c615b13eb54c22db3e69e6143c3f10f3fc1966a22a2e
-DIST neofetch-7.0.0.tar.gz 90892 BLAKE2B 7cee56b0b3dd49cfaddec99cd10594c5792a24dac54bae99af2bd5f13ac1a1f152fee917175a6ce911fc9b6eecb0e92cec287448f78ec714634c9fbff07a2e50 SHA512 84dde5b34b0defc24ac472efd4354483e0438c5bbed25f1f39cec53eeeee0a7d8f10dcace736b720f0e1dfbe55342ef3f5e866501bc62aee40a09bef90bf13b5
 DIST neofetch-7.1.0.tar.gz 95400 BLAKE2B 32368d461835d95ba8203c560b2f6733594966cbaf809d877a46c08675284288565e3a21b14d94900dd66b778dc975339196f182732e2cd8bc1ccc9e6da6253e SHA512 fe1013fb54585c15ba556054478a2c8c503120387e81bd16bfdfbb6f3a188ed4124585540abf43da9209cbbe0d7fb90d50914cd6620137d00f013cfb6954a042

diff --git a/app-misc/neofetch/neofetch-6.0.0.ebuild b/app-misc/neofetch/neofetch-6.0.0.ebuild
deleted file mode 100644
index 102c239995d..00000000000
--- a/app-misc/neofetch/neofetch-6.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~mips x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
-fi
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"

diff --git a/app-misc/neofetch/neofetch-6.1.0.ebuild b/app-misc/neofetch/neofetch-6.1.0.ebuild
deleted file mode 100644
index f3ecd1b3aa6..00000000000
--- a/app-misc/neofetch/neofetch-6.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
-fi
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"

diff --git a/app-misc/neofetch/neofetch-7.0.0.ebuild b/app-misc/neofetch/neofetch-7.0.0.ebuild
deleted file mode 100644
index 2b82020241d..00000000000
--- a/app-misc/neofetch/neofetch-7.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
-fi
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2021-02-05  7:00 Sam James
  0 siblings, 0 replies; 75+ messages in thread
From: Sam James @ 2021-02-05  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a9f700c8c4ea3a0c2b3ef1a9d0f91a1ef0708e7a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 07:00:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 07:00:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f700c8

app-misc/neofetch: post PR-merge changes

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0.ebuild | 9 +++++----
 app-misc/neofetch/neofetch-9999.ebuild  | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0.ebuild b/app-misc/neofetch/neofetch-7.1.0.ebuild
index 8c04178cf5f..59e074f9284 100644
--- a/app-misc/neofetch/neofetch-7.1.0.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
@@ -29,12 +29,13 @@ RDEPEND="sys-apps/pciutils
 		x11-apps/xwininfo
 	)"
 
-export PREFIX=${EPREFIX}/usr
-
-src_prepare () {
+src_prepare() {
 	if use prefix; then
+		# bug #693526
 		hprefixify neofetch
-		sed -e "/has emerge/s:\${br_prefix}:${EPREFIX}:" -i neofetch
+		sed -e "/has emerge/s:\${br_prefix}:${EPREFIX}:" -i neofetch \
+			|| die "Failed to adjust for Prefix"
 	fi
+
 	default
 }

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 7ab81b16a8a..2d459ec3fba 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -29,12 +29,13 @@ RDEPEND="sys-apps/pciutils
 		x11-apps/xwininfo
 	)"
 
-export PREFIX=${EPREFIX}/usr
-
-src_prepare () {
+src_prepare() {
 	if use prefix; then
+		# bug #693526
 		hprefixify neofetch
-		sed -e "/has emerge/s:\${br_prefix}:${EPREFIX}:" -i neofetch
+		sed -e "/has emerge/s:\${br_prefix}:${EPREFIX}:" -i neofetch \
+			|| die "Failed to adjust for Prefix"
 	fi
+
 	default
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2021-02-05  7:00 Sam James
  0 siblings, 0 replies; 75+ messages in thread
From: Sam James @ 2021-02-05  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     bb7b6b0caf02195a62ba5aeefade48dab6bf421f
Author:     WuYiyang <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Fri Feb  5 06:05:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 07:00:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7b6b0c

app-misc/neofetch: Gentoo Prefix support

* Move install location inside prefix
* hprefixify neofetch to recognize prefix environment
* Modify neofetch to enable counting packages installed by portage in prefix
(this will also keep the host system's packages manager's information, except
for using gentoo prefix upon gentoo)

Closes: https://bugs.gentoo.org/693526
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19341
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0.ebuild | 14 +++++++++++++-
 app-misc/neofetch/neofetch-9999.ebuild  | 14 +++++++++++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0.ebuild b/app-misc/neofetch/neofetch-7.1.0.ebuild
index 1b5936a8511..8c04178cf5f 100644
--- a/app-misc/neofetch/neofetch-7.1.0.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit prefix
+
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
 	KEYWORDS="amd64 ~arm64 ~mips ~ppc64 x86"
@@ -26,3 +28,13 @@ RDEPEND="sys-apps/pciutils
 		x11-apps/xrandr
 		x11-apps/xwininfo
 	)"
+
+export PREFIX=${EPREFIX}/usr
+
+src_prepare () {
+	if use prefix; then
+		hprefixify neofetch
+		sed -e "/has emerge/s:\${br_prefix}:${EPREFIX}:" -i neofetch
+	fi
+	default
+}

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 2b82020241d..7ab81b16a8a 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit prefix
+
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
@@ -26,3 +28,13 @@ RDEPEND="sys-apps/pciutils
 		x11-apps/xrandr
 		x11-apps/xwininfo
 	)"
+
+export PREFIX=${EPREFIX}/usr
+
+src_prepare () {
+	if use prefix; then
+		hprefixify neofetch
+		sed -e "/has emerge/s:\${br_prefix}:${EPREFIX}:" -i neofetch
+	fi
+	default
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2021-02-05  7:03 Sam James
  0 siblings, 0 replies; 75+ messages in thread
From: Sam James @ 2021-02-05  7:03 UTC (permalink / raw
  To: gentoo-commits

commit:     194fd38cf2980c8d27d2e97023974d37eda97083
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 07:03:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 07:03:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194fd38c

app-misc/neofetch: specify PREFIX explicitly

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0.ebuild | 4 ++++
 app-misc/neofetch/neofetch-9999.ebuild  | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/app-misc/neofetch/neofetch-7.1.0.ebuild b/app-misc/neofetch/neofetch-7.1.0.ebuild
index 59e074f9284..233fd2db736 100644
--- a/app-misc/neofetch/neofetch-7.1.0.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
@@ -39,3 +39,7 @@ src_prepare() {
 
 	default
 }
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 2d459ec3fba..b5f654d39b3 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -39,3 +39,7 @@ src_prepare() {
 
 	default
 }
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2021-04-28  6:42 Joonas Niilola
  0 siblings, 0 replies; 75+ messages in thread
From: Joonas Niilola @ 2021-04-28  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d4969ef6df5d723871f7de62174d2c3fd1b3c63d
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Fri Apr 16 19:40:55 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 06:42:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4969ef6

app-misc/neofetch: Use optfeature for runtime dependencies

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/20413
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 ...eofetch-9999.ebuild => neofetch-7.1.0-r1.ebuild} | 21 +++++++++------------
 app-misc/neofetch/neofetch-9999.ebuild              | 21 +++++++++------------
 2 files changed, 18 insertions(+), 24 deletions(-)

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
similarity index 65%
copy from app-misc/neofetch/neofetch-9999.ebuild
copy to app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index b5f654d39b3..b0c0a070de9 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit prefix
+inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
@@ -17,17 +17,6 @@ DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
 LICENSE="MIT-with-advertising"
 SLOT="0"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"
 
 src_prepare() {
 	if use prefix; then
@@ -43,3 +32,11 @@ src_prepare() {
 src_install() {
 	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
 }
+
+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"
+}

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index b5f654d39b3..b0c0a070de9 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit prefix
+inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
@@ -17,17 +17,6 @@ DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
 LICENSE="MIT-with-advertising"
 SLOT="0"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-	X? (
-		media-gfx/imagemagick
-		media-libs/imlib2
-		www-client/w3m[imlib]
-		x11-apps/xprop
-		x11-apps/xrandr
-		x11-apps/xwininfo
-	)"
 
 src_prepare() {
 	if use prefix; then
@@ -43,3 +32,11 @@ src_prepare() {
 src_install() {
 	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
 }
+
+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"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2021-10-11  4:18 Sam James
  0 siblings, 0 replies; 75+ messages in thread
From: Sam James @ 2021-10-11  4:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4b3910a390b177e9d681c04fd80188798e878409
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 04:16:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 04:16:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3910a3

app-misc/neofetch: Stabilize 7.1.0-r1 ALLARCHES, #817671

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

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index b0c0a070de9..c6dd8f64135 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm64 ~mips ~ppc64 x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2021-10-16 14:57 Yixun Lan
  0 siblings, 0 replies; 75+ messages in thread
From: Yixun Lan @ 2021-10-16 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d6d00c15c0a9ef0be37e6a55086e71f97bf9f47c
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 16:09:02 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 14:53:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d00c15

app-misc/neofetch: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index c6dd8f64135..ea69aef4419 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm64 ~mips ~ppc64 x86"
+	KEYWORDS="amd64 ~arm64 ~mips ~ppc64 ~riscv x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2022-01-10 10:36 Arthur Zamarin
  0 siblings, 0 replies; 75+ messages in thread
From: Arthur Zamarin @ 2022-01-10 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c13811cd294a303d2b612c75ed51a5ffc93411db
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 10 10:36:34 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 10:36:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13811cd

app-misc/neofetch: Keyword 7.1.0-r1 ppc, #830850

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index ea69aef4419f..45db1f433387 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm64 ~mips ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm64 ~mips ~ppc ~ppc64 ~riscv x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2022-04-02  7:40 Arthur Zamarin
  0 siblings, 0 replies; 75+ messages in thread
From: Arthur Zamarin @ 2022-04-02  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     bbe6c697824fa0a320e33e75a125f2a203b98a6a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 07:40:46 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 07:40:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe6c697

app-misc/neofetch: Keyword 7.1.0-r1 arm, #836453

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index 45db1f433387..9472968d7eb9 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm64 ~mips ~ppc ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2022-04-09 19:23 Arthur Zamarin
  0 siblings, 0 replies; 75+ messages in thread
From: Arthur Zamarin @ 2022-04-09 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d5d81e5fe0aecf01cab5c586d7aadf07b40c01d4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 19:23:32 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 19:23:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d81e5f

app-misc/neofetch: Stabilize 7.1.0-r1 arm64, #836452

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index 9472968d7eb9..8cafee0cf355 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~riscv x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2022-04-09 19:33 Arthur Zamarin
  0 siblings, 0 replies; 75+ messages in thread
From: Arthur Zamarin @ 2022-04-09 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cccb1c177a78edbe63390db5b66e36a402bc64e2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 19:33:43 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 19:33:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccb1c17

app-misc/neofetch: Stabilize 7.1.0-r1 arm, #836452

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index 8cafee0cf355..972756a092a1 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2022-05-05 10:06 WANG Xuerui
  0 siblings, 0 replies; 75+ messages in thread
From: WANG Xuerui @ 2022-05-05 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     872c03f0d34f8cafcb86a8cf3cf9930f131be6af
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 09:53:29 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May  5 10:05:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872c03f0

app-misc/neofetch: forward ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

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

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index b0c0a070de9b..a5b12b52fdd7 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~loong ~mips ~ppc64 ~x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2022-05-05 10:06 WANG Xuerui
  0 siblings, 0 replies; 75+ messages in thread
From: WANG Xuerui @ 2022-05-05 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     457e120e35b5b4cc807d08b497339925023da209
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 09:53:28 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May  5 10:05:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457e120e

app-misc/neofetch: keyword 7.1.0-r1 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index 972756a092a1..f1cb69cc0c0b 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2022-05-13 22:52 Andreas K. Hüttel
  0 siblings, 0 replies; 75+ messages in thread
From: Andreas K. Hüttel @ 2022-05-13 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     bf28bd89d6830119f1018f0a91b5b1ad38790d1f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 22:45:23 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 13 22:51:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf28bd89

app-misc/neofetch: Drop ~mips

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 app-misc/neofetch/neofetch-7.1.0.ebuild    | 4 ++--
 app-misc/neofetch/neofetch-9999.ebuild     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index f1cb69cc0c0b..f78a54fd99a2 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"

diff --git a/app-misc/neofetch/neofetch-7.1.0.ebuild b/app-misc/neofetch/neofetch-7.1.0.ebuild
index 233fd2db7367..864cc9203b4c 100644
--- a/app-misc/neofetch/neofetch-7.1.0.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~arm64 ~mips ~ppc64 x86"
+	KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index a5b12b52fdd7..cc85a3afcd91 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~loong ~mips ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2022-07-09 10:23 Arthur Zamarin
  0 siblings, 0 replies; 75+ messages in thread
From: Arthur Zamarin @ 2022-07-09 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0f1ddcf1960ee1e2b76902f1f7954c6e831a3c33
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 10:22:51 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 10:22:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1ddcf1

app-misc/neofetch: Keyword 7.1.0-r1 sparc, #857051

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index f78a54fd99a2..4e73e299058e 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2022-10-01  6:19 Arthur Zamarin
  0 siblings, 0 replies; 75+ messages in thread
From: Arthur Zamarin @ 2022-10-01  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     99961ee3d41b2f82e7bb87dc5c701d8d566850f1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 06:18:59 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 06:18:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99961ee3

app-misc/neofetch: Keyword 7.1.0-r1 ia64, #873715

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index 4e73e299058e..a95947200ffa 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+	KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2023-03-08 16:31 Joshua Kinard
  0 siblings, 0 replies; 75+ messages in thread
From: Joshua Kinard @ 2023-03-08 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6dd6113e1a9edc4aeda4472f3ab7a6628e6661af
Author:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  8 16:30:18 2023 +0000
Commit:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 16:31:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd6113e

app-misc/neofetch: Added ~mips to KEYWORDS

Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index 9a06d763e8b9..abacee7b9158 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+	KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2023-06-21  4:41 Arthur Zamarin
  0 siblings, 0 replies; 75+ messages in thread
From: Arthur Zamarin @ 2023-06-21  4:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c4adead23dafa05cba0b706c32f6ccb076282952
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 04:41:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 04:41:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4adead2

app-misc/neofetch: Keyword 7.1.0-r1 hppa, #908908

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index abacee7b9158..f085ddcdf204 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+	KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2023-07-08  2:40 Benda XU
  0 siblings, 0 replies; 75+ messages in thread
From: Benda XU @ 2023-07-08  2:40 UTC (permalink / raw
  To: gentoo-commits

commit:     81b668173075c43c4545b650c1b65ad50aa6e51e
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 02:39:33 2023 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 02:40:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b66817

app-misc/neofetch: keyword 7.1.0-r1 for ~x64-macos

Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index f085ddcdf204..99eed34b3db4 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+	KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2023-07-24  4:09 Benda XU
  0 siblings, 0 replies; 75+ messages in thread
From: Benda XU @ 2023-07-24  4:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3e9e7845cb0eb03ec057e43e9e3cf66e966cbadb
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 04:05:40 2023 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 04:08:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9e7845

app-misc/neofetch: keyword 7.1.0-r1 for ~arm64-macos

Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index 99eed34b3db4..95a45676825c 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
+	KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2024-01-03  6:22 Sam James
  0 siblings, 0 replies; 75+ messages in thread
From: Sam James @ 2024-01-03  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     fae6f6216292db72352327145c3dd177fc7b2dfd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 06:21:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 06:21:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae6f621

app-misc/neofetch: Stabilize 7.1.0-r1 ppc64, #921227

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

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index 95a45676825c..8a0907e59fa7 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.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=7
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos"
+	KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
@ 2024-02-09 13:04 Joonas Niilola
  0 siblings, 0 replies; 75+ messages in thread
From: Joonas Niilola @ 2024-02-09 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     cde7e2c10d83612a19893b3d01aea3ce509c694a
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Jan 19 05:28:10 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 13:03:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde7e2c1

app-misc/neofetch: update LICENSE

* It never had the advertising clause.

https://github.com/dylanaraps/neofetch/blob/master/LICENSE.md

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
 app-misc/neofetch/neofetch-7.1.0.ebuild    | 4 ++--
 app-misc/neofetch/neofetch-9999.ebuild     | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index 8a0907e59fa7..766e7a9f7491 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -15,7 +15,7 @@ fi
 
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
+LICENSE="MIT"
 SLOT="0"
 
 PATCHES=(

diff --git a/app-misc/neofetch/neofetch-7.1.0.ebuild b/app-misc/neofetch/neofetch-7.1.0.ebuild
index aa21d63f1a9a..46d3894353ec 100644
--- a/app-misc/neofetch/neofetch-7.1.0.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ fi
 
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
+LICENSE="MIT"
 SLOT="0"
 IUSE="X"
 

diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 7f7fde51975a..d04032b52d82 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ fi
 
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
+LICENSE="MIT"
 SLOT="0"
 
 PATCHES=(


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

end of thread, other threads:[~2024-02-09 13:04 UTC | newest]

Thread overview: 75+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-06 20:15 [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-02-09 13:04 Joonas Niilola
2024-01-03  6:22 Sam James
2023-07-24  4:09 Benda XU
2023-07-08  2:40 Benda XU
2023-06-21  4:41 Arthur Zamarin
2023-03-08 16:31 Joshua Kinard
2022-10-01  6:19 Arthur Zamarin
2022-07-09 10:23 Arthur Zamarin
2022-05-13 22:52 Andreas K. Hüttel
2022-05-05 10:06 WANG Xuerui
2022-05-05 10:06 WANG Xuerui
2022-04-09 19:33 Arthur Zamarin
2022-04-09 19:23 Arthur Zamarin
2022-04-02  7:40 Arthur Zamarin
2022-01-10 10:36 Arthur Zamarin
2021-10-16 14:57 Yixun Lan
2021-10-11  4:18 Sam James
2021-04-28  6:42 Joonas Niilola
2021-02-05  7:03 Sam James
2021-02-05  7:00 Sam James
2021-02-05  7:00 Sam James
2020-12-29  9:57 Sam James
2020-12-29  9:56 Sam James
2020-12-29  9:55 Sam James
2020-12-29  9:54 Sam James
2020-08-03  1:19 Craig Andrews
2020-07-18  0:55 Sam James
2020-03-09  2:23 Craig Andrews
2019-12-26 12:12 Georgy Yakovlev
2019-12-26 12:12 Georgy Yakovlev
2019-09-03  1:28 Craig Andrews
2019-05-14 16:53 Johannes Huber
2019-05-13  0:38 Thomas Deutschmann
2019-05-03 13:09 Mikle Kolyada
2019-05-01  8:44 Johannes Huber
2019-01-08 17:57 Craig Andrews
2019-01-08 14:38 Craig Andrews
2018-12-16  1:14 Joshua Kinard
2018-10-19 17:31 Johannes Huber
2018-10-19 17:31 Johannes Huber
2018-10-09 21:24 Thomas Deutschmann
2018-10-07 12:05 Mikle Kolyada
2018-09-23  7:14 Benda XU
2018-09-10  7:57 Benda XU
2018-06-22 16:25 Johannes Huber
2018-06-22 16:25 Johannes Huber
2018-06-14 21:00 Johannes Huber
2018-06-14 21:00 Johannes Huber
2018-05-19 20:37 Johannes Huber
2018-05-11 19:02 Mikle Kolyada
2018-05-11 19:02 Mikle Kolyada
2018-05-11 18:21 Johannes Huber
2018-05-11 18:10 Mikle Kolyada
2018-05-10 14:09 Johannes Huber
2018-05-10 14:09 Johannes Huber
2018-05-10 14:09 Johannes Huber
2018-04-07 16:42 Patrice Clement
2018-04-07 16:42 Patrice Clement
2018-04-07 16:42 Patrice Clement
2018-01-05 14:06 Jonas Stein
2017-12-19  4:41 Jason Zaman
2017-09-14 22:06 Patrice Clement
2017-09-14 22:06 Patrice Clement
2017-06-23 13:50 Michał Górny
2017-06-23 13:50 Michał Górny
2017-05-07 13:29 Michał Górny
2017-03-12 18:52 Patrice Clement
2017-03-12 18:52 Patrice Clement
2017-01-25 23:29 Patrice Clement
2016-12-11 15:29 Michał Górny
2016-12-04 22:32 Patrice Clement
2016-12-03  6:53 Benda XU
2016-11-03 21:06 Patrice Clement
2016-10-09  7:58 Patrice Clement

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