Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
Date: Fri, 11 May 2018 18:21:07
Message-Id: 1526062857.dfca057da6ee93865e4b0f4e0172e042c762b56c.johu@gentoo
1 commit: dfca057da6ee93865e4b0f4e0172e042c762b56c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 18:20:34 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 18:20:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfca057d
7
8 app-misc/neofetch: Remove 3.3.0
9
10 Overshadowed by 3.4.0.
11
12 Package-Manager: Portage-2.3.36, Repoman-2.3.9
13
14 app-misc/neofetch/Manifest | 1 -
15 app-misc/neofetch/neofetch-3.4.0.ebuild | 22 ----------------------
16 2 files changed, 23 deletions(-)
17
18 diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
19 index 92e0ce26aea..08bddecf550 100644
20 --- a/app-misc/neofetch/Manifest
21 +++ b/app-misc/neofetch/Manifest
22 @@ -1,2 +1 @@
23 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526 SHA512 aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
24 -DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b
25
26 diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild
27 deleted file mode 100644
28 index 861c13b1694..00000000000
29 --- a/app-misc/neofetch/neofetch-3.4.0.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="Simple information system script"
38 -HOMEPAGE="https://github.com/dylanaraps/neofetch"
39 -SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
40 -LICENSE="MIT-with-advertising"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86 ~amd64-fbsd"
43 -IUSE="X"
44 -
45 -RDEPEND="sys-apps/pciutils
46 - X? (
47 - media-gfx/imagemagick
48 - media-libs/imlib2
49 - www-client/w3m[imlib]
50 - x11-apps/xprop
51 - x11-apps/xrandr
52 - x11-apps/xwininfo
53 - )"