Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
Date: Tue, 29 Dec 2020 09:57:05
Message-Id: 1609235817.9a8314648e8735ecf22507a2858dcaf882e85fbf.sam@gentoo
1 commit: 9a8314648e8735ecf22507a2858dcaf882e85fbf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 09:56:57 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 09:56:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a831464
7
8 app-misc/neofetch: cleanup old
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/neofetch/Manifest | 3 ---
14 app-misc/neofetch/neofetch-6.0.0.ebuild | 28 ----------------------------
15 app-misc/neofetch/neofetch-6.1.0.ebuild | 28 ----------------------------
16 app-misc/neofetch/neofetch-7.0.0.ebuild | 28 ----------------------------
17 4 files changed, 87 deletions(-)
18
19 diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
20 index 9143d81562b..6c9a8feed27 100644
21 --- a/app-misc/neofetch/Manifest
22 +++ b/app-misc/neofetch/Manifest
23 @@ -1,4 +1 @@
24 -DIST neofetch-6.0.0.tar.gz 115538 BLAKE2B ec1a019c873a6c48ca150f51cfc76174b8df6af629530906a638f3f19fdae0e926cb7512b14c90aa9af6b6fb4652f2f6c72128535c2b833d307ad58e66af9c5f SHA512 2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d
25 -DIST neofetch-6.1.0.tar.gz 118346 BLAKE2B d9a08cf0b3f9164e8e42e25434d3e23e3c0ebac5e3fe3e770d7a2bde67b127078977fdb44fcc5e11703cafbe0f68332d6d7a4df8ced235d4dbd4a525afc171b1 SHA512 a68b5021d02d217ae5bc67f3d542afe4aebf1cc891f083e276b58847b1dff4419e036dbd7694b7c49c19c615b13eb54c22db3e69e6143c3f10f3fc1966a22a2e
26 -DIST neofetch-7.0.0.tar.gz 90892 BLAKE2B 7cee56b0b3dd49cfaddec99cd10594c5792a24dac54bae99af2bd5f13ac1a1f152fee917175a6ce911fc9b6eecb0e92cec287448f78ec714634c9fbff07a2e50 SHA512 84dde5b34b0defc24ac472efd4354483e0438c5bbed25f1f39cec53eeeee0a7d8f10dcace736b720f0e1dfbe55342ef3f5e866501bc62aee40a09bef90bf13b5
27 DIST neofetch-7.1.0.tar.gz 95400 BLAKE2B 32368d461835d95ba8203c560b2f6733594966cbaf809d877a46c08675284288565e3a21b14d94900dd66b778dc975339196f182732e2cd8bc1ccc9e6da6253e SHA512 fe1013fb54585c15ba556054478a2c8c503120387e81bd16bfdfbb6f3a188ed4124585540abf43da9209cbbe0d7fb90d50914cd6620137d00f013cfb6954a042
28
29 diff --git a/app-misc/neofetch/neofetch-6.0.0.ebuild b/app-misc/neofetch/neofetch-6.0.0.ebuild
30 deleted file mode 100644
31 index 102c239995d..00000000000
32 --- a/app-misc/neofetch/neofetch-6.0.0.ebuild
33 +++ /dev/null
34 @@ -1,28 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -if [[ ${PV} != *9999* ]]; then
41 - SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
42 - KEYWORDS="amd64 ~mips x86"
43 -else
44 - inherit git-r3
45 - EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
46 -fi
47 -
48 -DESCRIPTION="Simple information system script"
49 -HOMEPAGE="https://github.com/dylanaraps/neofetch"
50 -LICENSE="MIT-with-advertising"
51 -SLOT="0"
52 -IUSE="X"
53 -
54 -RDEPEND="sys-apps/pciutils
55 - X? (
56 - media-gfx/imagemagick
57 - media-libs/imlib2
58 - www-client/w3m[imlib]
59 - x11-apps/xprop
60 - x11-apps/xrandr
61 - x11-apps/xwininfo
62 - )"
63
64 diff --git a/app-misc/neofetch/neofetch-6.1.0.ebuild b/app-misc/neofetch/neofetch-6.1.0.ebuild
65 deleted file mode 100644
66 index f3ecd1b3aa6..00000000000
67 --- a/app-misc/neofetch/neofetch-6.1.0.ebuild
68 +++ /dev/null
69 @@ -1,28 +0,0 @@
70 -# Copyright 1999-2019 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -
75 -if [[ ${PV} != *9999* ]]; then
76 - SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
77 - KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
78 -else
79 - inherit git-r3
80 - EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
81 -fi
82 -
83 -DESCRIPTION="Simple information system script"
84 -HOMEPAGE="https://github.com/dylanaraps/neofetch"
85 -LICENSE="MIT-with-advertising"
86 -SLOT="0"
87 -IUSE="X"
88 -
89 -RDEPEND="sys-apps/pciutils
90 - X? (
91 - media-gfx/imagemagick
92 - media-libs/imlib2
93 - www-client/w3m[imlib]
94 - x11-apps/xprop
95 - x11-apps/xrandr
96 - x11-apps/xwininfo
97 - )"
98
99 diff --git a/app-misc/neofetch/neofetch-7.0.0.ebuild b/app-misc/neofetch/neofetch-7.0.0.ebuild
100 deleted file mode 100644
101 index 2b82020241d..00000000000
102 --- a/app-misc/neofetch/neofetch-7.0.0.ebuild
103 +++ /dev/null
104 @@ -1,28 +0,0 @@
105 -# Copyright 1999-2020 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=7
109 -
110 -if [[ ${PV} != *9999* ]]; then
111 - SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
112 - KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
113 -else
114 - inherit git-r3
115 - EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
116 -fi
117 -
118 -DESCRIPTION="Simple information system script"
119 -HOMEPAGE="https://github.com/dylanaraps/neofetch"
120 -LICENSE="MIT-with-advertising"
121 -SLOT="0"
122 -IUSE="X"
123 -
124 -RDEPEND="sys-apps/pciutils
125 - X? (
126 - media-gfx/imagemagick
127 - media-libs/imlib2
128 - www-client/w3m[imlib]
129 - x11-apps/xprop
130 - x11-apps/xrandr
131 - x11-apps/xwininfo
132 - )"