summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Herdiansyah <herdiansyah@openmailbox.org>2017-06-21 12:00:18 +0700
committerMichał Górny <mgorny@gentoo.org>2017-06-23 15:50:38 +0200
commitaa35d1103eb298242d8633b0df79229752ac70f5 (patch)
tree92f003b68a509477575a18e3ca28cb364cf3555a
parentmedia-video/mpv: remove vf-dlopen USE from 9999 (diff)
downloadgentoo-aa35d1103eb298242d8633b0df79229752ac70f5.tar.gz
gentoo-aa35d1103eb298242d8633b0df79229752ac70f5.tar.bz2
gentoo-aa35d1103eb298242d8633b0df79229752ac70f5.zip
app-misc/neofetch: remove old
-rw-r--r--app-misc/neofetch/neofetch-1.9.1.ebuild36
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
-}