Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
Date: Thu, 03 Nov 2016 21:06:33
Message-Id: 1478207140.bfc98177dd40c034050de98749370eb1ed86eaf1.monsieurp@gentoo
1 commit: bfc98177dd40c034050de98749370eb1ed86eaf1
2 Author: Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
3 AuthorDate: Tue Nov 1 13:46:11 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 21:05:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc98177
7
8 app-misc/neofetch: version bump to 1.9.
9
10 Package-Manager: Portage 2.3.0
11 Closes: https://github.com/gentoo/gentoo/pull/2711
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 app-misc/neofetch/Manifest | 1 +
16 app-misc/neofetch/metadata.xml | 3 +++
17 app-misc/neofetch/{neofetch-9999.ebuild => neofetch-1.9.ebuild} | 9 ++++-----
18 app-misc/neofetch/neofetch-9999.ebuild | 5 ++---
19 4 files changed, 10 insertions(+), 8 deletions(-)
20
21 diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
22 index 8a883ed..f6dbe0a 100644
23 --- a/app-misc/neofetch/Manifest
24 +++ b/app-misc/neofetch/Manifest
25 @@ -1 +1,2 @@
26 DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37
27 +DIST neofetch-1.9.tar.gz 57413 SHA256 c9cbe0eeedbceaf9b23f9a1c4e0838e410dc7bdfdeb7fbd10f5eaf377cceff05 SHA512 15b094d2e655ba69a460da0e24cc2527f47a6bbbaa249e87f053708c869fb00d8e7a8ea91e3a614c6702a9396266b975f1c4e9c5aa39a75f6ce3ca06e2d7eb29 WHIRLPOOL 4e788ce093b27b9af1092c4f89174a978f141ca72d0039715a80057d56018a67eb36cdcecf8575b6199c6987a99f1e3b008eb44a10967a6cd9b8d50108f2855b
28
29 diff --git a/app-misc/neofetch/metadata.xml b/app-misc/neofetch/metadata.xml
30 index da6fccc..79ffa66 100644
31 --- a/app-misc/neofetch/metadata.xml
32 +++ b/app-misc/neofetch/metadata.xml
33 @@ -17,4 +17,7 @@
34 <upstream>
35 <remote-id type="github">dylanaraps/neofetch</remote-id>
36 </upstream>
37 + <use>
38 + <flag name="X">Enable support for detecting DEs, WMs, screen resolutions, and showing images from an X terminal</flag>
39 + </use>
40 </pkgmetadata>
41
42 diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-1.9.ebuild
43 similarity index 81%
44 copy from app-misc/neofetch/neofetch-9999.ebuild
45 copy to app-misc/neofetch/neofetch-1.9.ebuild
46 index 2e0a8fb..5d343a5 100644
47 --- a/app-misc/neofetch/neofetch-9999.ebuild
48 +++ b/app-misc/neofetch/neofetch-1.9.ebuild
49 @@ -2,10 +2,10 @@
50 # Distributed under the terms of the GNU General Public License v2
51 # $Id$
52 EAPI=6
53 -inherit git-r3
54 +
55 DESCRIPTION="Simple information system script"
56 HOMEPAGE="https://github.com/dylanaraps/neofetch"
57 -EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
58 +SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
59 LICENSE="MIT"
60 SLOT="0"
61 IUSE="X"
62 @@ -15,10 +15,9 @@ DEPEND="app-shells/bash:*
63
64 RDEPEND="${DEPEND}
65 X? ( x11-apps/xprop
66 + x11-apps/xwininfo
67 x11-apps/xrandr
68 - media-gfx/scrot
69 www-client/w3m[imlib]
70 media-libs/imlib2
71 media-gfx/imagemagick
72 - )
73 -"
74 +)"
75
76 diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
77 index 2e0a8fb..e0bb14e 100644
78 --- a/app-misc/neofetch/neofetch-9999.ebuild
79 +++ b/app-misc/neofetch/neofetch-9999.ebuild
80 @@ -15,10 +15,9 @@ DEPEND="app-shells/bash:*
81
82 RDEPEND="${DEPEND}
83 X? ( x11-apps/xprop
84 + x11-apps/xwininfo
85 x11-apps/xrandr
86 - media-gfx/scrot
87 www-client/w3m[imlib]
88 media-libs/imlib2
89 media-gfx/imagemagick
90 - )
91 -"
92 +)"