commit:     aa35d1103eb298242d8633b0df79229752ac70f5
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Wed Jun 21 05:00:18 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 13:50:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa35d110

app-misc/neofetch: remove old

 app-misc/neofetch/neofetch-1.9.1.ebuild | 36 ---------------------------------
 1 file changed, 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 4a843477e88..00000000000
--- 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
-}

Reply via email to