Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
Date: Tue, 08 Jan 2019 17:57:15
Message-Id: 1546970219.afcda0e0c71b4bed275d40a3ae58de93bad3f77d.candrews@gentoo
1 commit: afcda0e0c71b4bed275d40a3ae58de93bad3f77d
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 17:56:47 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 17:56:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcda0e0
7
8 app-misc/neofetch: 6.0.0 version bump
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 app-misc/neofetch/Manifest | 1 +
14 app-misc/neofetch/neofetch-6.0.0.ebuild | 28 ++++++++++++++++++++++++++++
15 2 files changed, 29 insertions(+)
16
17 diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
18 index 8ed811daf21..7c3f11942d5 100644
19 --- a/app-misc/neofetch/Manifest
20 +++ b/app-misc/neofetch/Manifest
21 @@ -1,2 +1,3 @@
22 DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac539938933333da5671f4a14b6ce029268ba01a16e85d4a30c33 SHA512 7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6
23 DIST neofetch-5.1.0.tar.gz 115531 BLAKE2B 386544311fb3a46571791a7c61ee4657e155912add68172dd2c9fa59d6deb0f246b2a0880e00c31c422781ae765fe555c3f82aa2e7f93606419b2cd49f69a902 SHA512 a30ec9c0b5971f89e487a3d7f5a09b3a379cf2c1770abed82efcf2943dcea2640786d4adb276b3125e161bdf3aedee1549dd82ff05addb061479e5dc9afe99d7
24 +DIST neofetch-6.0.0.tar.gz 115538 BLAKE2B ec1a019c873a6c48ca150f51cfc76174b8df6af629530906a638f3f19fdae0e926cb7512b14c90aa9af6b6fb4652f2f6c72128535c2b833d307ad58e66af9c5f SHA512 2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d
25
26 diff --git a/app-misc/neofetch/neofetch-6.0.0.ebuild b/app-misc/neofetch/neofetch-6.0.0.ebuild
27 new file mode 100644
28 index 00000000000..45192c9d63c
29 --- /dev/null
30 +++ b/app-misc/neofetch/neofetch-6.0.0.ebuild
31 @@ -0,0 +1,28 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +if [[ ${PV} != *9999* ]]; then
38 + SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
39 + KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd"
40 +else
41 + inherit git-r3
42 + EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
43 +fi
44 +
45 +DESCRIPTION="Simple information system script"
46 +HOMEPAGE="https://github.com/dylanaraps/neofetch"
47 +LICENSE="MIT-with-advertising"
48 +SLOT="0"
49 +IUSE="X"
50 +
51 +RDEPEND="sys-apps/pciutils
52 + X? (
53 + media-gfx/imagemagick
54 + media-libs/imlib2
55 + www-client/w3m[imlib]
56 + x11-apps/xprop
57 + x11-apps/xrandr
58 + x11-apps/xwininfo
59 + )"