Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
Date: Fri, 23 Jun 2017 13:50:50
Message-Id: 1498225838.aa35d1103eb298242d8633b0df79229752ac70f5.mgorny@gentoo
1 commit: aa35d1103eb298242d8633b0df79229752ac70f5
2 Author: Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
3 AuthorDate: Wed Jun 21 05:00:18 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 13:50:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa35d110
7
8 app-misc/neofetch: remove old
9
10 app-misc/neofetch/neofetch-1.9.1.ebuild | 36 ---------------------------------
11 1 file changed, 36 deletions(-)
12
13 diff --git a/app-misc/neofetch/neofetch-1.9.1.ebuild b/app-misc/neofetch/neofetch-1.9.1.ebuild
14 deleted file mode 100644
15 index 4a843477e88..00000000000
16 --- a/app-misc/neofetch/neofetch-1.9.1.ebuild
17 +++ /dev/null
18 @@ -1,36 +0,0 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=6
23 -
24 -inherit prefix
25 -
26 -DESCRIPTION="Simple information system script"
27 -HOMEPAGE="https://github.com/dylanaraps/neofetch"
28 -SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
29 -LICENSE="MIT"
30 -SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 -IUSE="X"
33 -
34 -DEPEND="
35 - app-shells/bash:*
36 - sys-apps/pciutils"
37 -RDEPEND="${DEPEND}
38 - X? (
39 - x11-apps/xprop
40 - x11-apps/xwininfo
41 - x11-apps/xrandr
42 - www-client/w3m[imlib]
43 - media-libs/imlib2
44 - media-gfx/imagemagick
45 - )"
46 -
47 -src_prepare() {
48 - hprefixify ${PN}
49 - default
50 -}
51 -
52 -src_install() {
53 - emake DESTDIR="${ED}" install
54 -}