diff options
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 -} |