diff options
author | Muhammad Herdiansyah <herdiansyah@openmailbox.org> | 2017-06-21 12:00:18 +0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-23 15:50:38 +0200 |
commit | aa35d1103eb298242d8633b0df79229752ac70f5 (patch) | |
tree | 92f003b68a509477575a18e3ca28cb364cf3555a /app-misc/neofetch | |
parent | media-video/mpv: remove vf-dlopen USE from 9999 (diff) | |
download | gentoo-aa35d1103eb298242d8633b0df79229752ac70f5.tar.gz gentoo-aa35d1103eb298242d8633b0df79229752ac70f5.tar.bz2 gentoo-aa35d1103eb298242d8633b0df79229752ac70f5.zip |
app-misc/neofetch: remove old
Diffstat (limited to 'app-misc/neofetch')
-rw-r--r-- | app-misc/neofetch/neofetch-1.9.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-misc/neofetch/neofetch-1.9.1.ebuild b/app-misc/neofetch/neofetch-1.9.1.ebuild deleted file mode 100644 index 4a843477e889..000000000000 --- a/app-misc/neofetch/neofetch-1.9.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit prefix - -DESCRIPTION="Simple information system script" -HOMEPAGE="https://github.com/dylanaraps/neofetch" -SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="X" - -DEPEND=" - app-shells/bash:* - sys-apps/pciutils" -RDEPEND="${DEPEND} - X? ( - x11-apps/xprop - x11-apps/xwininfo - x11-apps/xrandr - www-client/w3m[imlib] - media-libs/imlib2 - media-gfx/imagemagick - )" - -src_prepare() { - hprefixify ${PN} - default -} - -src_install() { - emake DESTDIR="${ED}" install -} |