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, 19 Oct 2018 17:31:50
Message-Id: 1539970003.70cf9d45912395d931d0bbbd3d28263aa0ca849d.johu@gentoo
1 commit: 70cf9d45912395d931d0bbbd3d28263aa0ca849d
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 19 17:26:43 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 17:26:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cf9d45
7
8 app-misc/neofetch: Remove 4.0.2
9
10 Overshadowed by 5.0.0.
11
12 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 app-misc/neofetch/Manifest | 1 -
16 app-misc/neofetch/neofetch-4.0.2.ebuild | 28 ----------------------------
17 2 files changed, 29 deletions(-)
18
19 diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
20 index b59ff839bb4..1746df1690f 100644
21 --- a/app-misc/neofetch/Manifest
22 +++ b/app-misc/neofetch/Manifest
23 @@ -1,2 +1 @@
24 -DIST neofetch-4.0.2.tar.gz 111792 BLAKE2B 865c45a366224915aeeff82c843c869685814ccb5f553d7da59ab51e26336500cb133b5c827dd6dccccef3e771b357852e86db166d88cda894515419e9eadbc8 SHA512 326b7a9fdf08aa10b790c281148946727dc6a10c5c073654fc0ce9cee9afe663de84ac13144cb3e1d2e33b5ca3ed5094d2cb83e78b7b5f6e1ced49d78e191ce4
25 DIST neofetch-5.0.0.tar.gz 110526 BLAKE2B 7149321c051021644407d28b232631c8149d21f1b8463b3a4470d1baaf88494f3a88026c606ac539938933333da5671f4a14b6ce029268ba01a16e85d4a30c33 SHA512 7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6
26
27 diff --git a/app-misc/neofetch/neofetch-4.0.2.ebuild b/app-misc/neofetch/neofetch-4.0.2.ebuild
28 deleted file mode 100644
29 index 4757864917a..00000000000
30 --- a/app-misc/neofetch/neofetch-4.0.2.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -if [[ ${PV} != *9999* ]]; then
39 - SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
40 - KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
41 -else
42 - inherit git-r3
43 - EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
44 -fi
45 -
46 -DESCRIPTION="Simple information system script"
47 -HOMEPAGE="https://github.com/dylanaraps/neofetch"
48 -LICENSE="MIT-with-advertising"
49 -SLOT="0"
50 -IUSE="X"
51 -
52 -RDEPEND="sys-apps/pciutils
53 - X? (
54 - media-gfx/imagemagick
55 - media-libs/imlib2
56 - www-client/w3m[imlib]
57 - x11-apps/xprop
58 - x11-apps/xrandr
59 - x11-apps/xwininfo
60 - )"